From fbe3cdc58ba527d88047e7d51caf73824abc31fe Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Wed, 28 Aug 2024 11:04:53 -0400 Subject: [PATCH] Add more example schemas (#6) I grabbed these from Draft 4 schemas and associated data that I had around from JSON Schema Store. Each one has a bit less than 1,000 instances. I think we might ultimately want even more, but this seems like a decent starting point. --- schemas/code-climate/instances.jsonl | 970 ++++++++++++++++++++++++++ schemas/code-climate/schema.json | 1 + schemas/cypress/instances.jsonl | 981 ++++++++++++++++++++++++++ schemas/cypress/schema.json | 1 + schemas/dependabot/instances.jsonl | 967 ++++++++++++++++++++++++++ schemas/dependabot/schema.json | 1 + schemas/importmap/instances.jsonl | 964 ++++++++++++++++++++++++++ schemas/importmap/schema.json | 1 + schemas/jsconfig/instances.jsonl | 981 ++++++++++++++++++++++++++ schemas/jsconfig/schema.json | 1 + schemas/jshintrc/instances.jsonl | 966 ++++++++++++++++++++++++++ schemas/jshintrc/schema.json | 1 + schemas/omnisharp/instances.jsonl | 987 +++++++++++++++++++++++++++ schemas/omnisharp/schema.json | 1 + schemas/stale/instances.jsonl | 961 ++++++++++++++++++++++++++ schemas/stale/schema.json | 1 + schemas/stylecop/instances.jsonl | 983 ++++++++++++++++++++++++++ schemas/stylecop/schema.json | 1 + schemas/yamllint/instances.jsonl | 984 ++++++++++++++++++++++++++ schemas/yamllint/schema.json | 1 + 20 files changed, 9754 insertions(+) create mode 100644 schemas/code-climate/instances.jsonl create mode 100644 schemas/code-climate/schema.json create mode 100644 schemas/cypress/instances.jsonl create mode 100644 schemas/cypress/schema.json create mode 100644 schemas/dependabot/instances.jsonl create mode 100644 schemas/dependabot/schema.json create mode 100644 schemas/importmap/instances.jsonl create mode 100644 schemas/importmap/schema.json create mode 100644 schemas/jsconfig/instances.jsonl create mode 100644 schemas/jsconfig/schema.json create mode 100644 schemas/jshintrc/instances.jsonl create mode 100644 schemas/jshintrc/schema.json create mode 100644 schemas/omnisharp/instances.jsonl create mode 100644 schemas/omnisharp/schema.json create mode 100644 schemas/stale/instances.jsonl create mode 100644 schemas/stale/schema.json create mode 100644 schemas/stylecop/instances.jsonl create mode 100644 schemas/stylecop/schema.json create mode 100644 schemas/yamllint/instances.jsonl create mode 100644 schemas/yamllint/schema.json diff --git a/schemas/code-climate/instances.jsonl b/schemas/code-climate/instances.jsonl new file mode 100644 index 0000000..b61ae6d --- /dev/null +++ b/schemas/code-climate/instances.jsonl @@ -0,0 +1,970 @@ +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}, "govet": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["go"]}}}, "ratings": {"paths": ["**.go"]}} +{"version": "2", "checks": {"argument-count": {"enabled": false, "config": {"threshold": 10}}, "complex-logic": {"enabled": false, "config": {"threshold": 10}}, "file-lines": {"enabled": false, "config": {"threshold": 5000}}, "method-complexity": {"enabled": false, "config": {"threshold": 20}}, "method-count": {"enabled": false, "config": {"threshold": 50}}, "method-lines": {"enabled": false, "config": {"threshold": 250}}, "nested-control-flow": {"enabled": false, "config": {"threshold": 4}}, "return-statements": {"enabled": false, "config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"csslint": {"enabled": true}, "duplication": {"enabled": false, "config": {"languages": [{"javascript": {"mass_threshold": 100}}, {"python": {"python_version": 3, "mass_threshold": 100}}]}, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "eslint": {"enabled": true, "checks": {"max-statements": {"enabled": false}, "complexity": {"enabled": false}, "no-eval": {"enabled": false}, "no-extend-native": {"enabled": false}, "no-void": {"enabled": false}, "no-alert": {"enabled": false}, "no-undef-init": {"enabled": false}}}, "fixme": {"enabled": false}, "phpmd": {"enabled": true}, "radon": {"enabled": true, "checks": {"Complexity": {"enabled": false}}}}, "exclude_patterns": [".gitignore", ".githooks/", "tests/", "m4/", "web/css/", "web/lib/", "web/fonts/", "web/old/", "collectors/python.d.plugin/python_modules/pyyaml2/", "collectors/python.d.plugin/python_modules/pyyaml3/", "collectors/python.d.plugin/python_modules/urllib3/"]} +{"version": "3.7", "services": {"codeclimate": {"container_name": "codeclimate", "image": "codeclimate/codeclimate:latest", "command": "analyze", "volumes": ["../:/code", "/etc/timezone:/etc/timezone:ro", "/etc/localtime:/etc/localtime:ro", "/var/run/docker.sock:/var/run/docker.sock", "/tmp/cc:/tmp/cc"], "environment": ["CODECLIMATE_CODE=${PWD}", "COLORTERM=truecolor", "TERM=xterm-truecolor"], "restart": "no", "init": true, "tty": true}}} +{"ratings": {"paths": ["src/**.js"]}, "exclude_paths": ["riot.d.ts", "riot+compiler.js", "riot+compiler.min.js", "riot.js", "riot.esm.js", "riot.min.js", "test/**"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "tasks/*", "docs/*", "dist/*", "src/*/docs/*", "gulpfile.js"]} +{"version": "2", "plugins": {"brakeman": {"enabled": false}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"ruby": null}, {"javascript": null}, {"python": null}, {"php": null}]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": false, "channel": "rubocop-0-67"}}, "exclude_patterns": ["vendor/assets/javascripts/*.js", "db/", "spec/", "Gemfile.lock", "public/assets/**/*", "doc/**/*", "docs/**/*", "config/"]} +{"languages": ["python"], "exclude_paths": ["docs/*", "tests/*", "utils/*", "pika/examples/*", "pika/spec.py"]} +{"version": "2", "exclude_patterns": ["lib/oxidized/output/gitcrypt.rb"]} +{"version": "2", "exclude_patterns": ["coverage/", "demo/", "**/__tests__/", "**/node_modules/", "**/dist/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["build_tools/vendor/es5-shim.js"]} +{"version": "2", "plugins": {"pep8": {"enabled": true, "checks": {"E501": {"enabled": false}, "argument-count": {"config": {"threshold": 5}}}}}} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**", "**.js"]}, "exclude_paths": ["node_modules/**/*", "tests/**", "scripts/**", "dist/**"]} +{"exclude_patterns": ["__tests__", "!src/**/*", "webpack.config.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2", "config": {"config": "./.eslintrc"}}}, "ratings": {"paths": ["./app/**.js"]}, "exclude_patterns": ["./config/", "./public/js/jquery*.js", "./public/js/soundmanager2.js", "./public/js/*-all.js", "./public/js/*-min.js", "./public/js/*.min.js", "features/", "**/node_modules/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["dist/", "test/", "node_modules/", "public/", "src/vendor/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 60}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"python_version": 2, "threshold": "D"}}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["lib27/", "languages/", "ez_setup.py"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 16}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}}, "plugins": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_patterns": ["vendor/", "utils/notify/icon.go", "**/*_test.go"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["dist/*", "build/*", "docs/*", "submodules/*", "static/*", "www/*", "test/*", "src/js/config.js"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "file-lines": {"enabled": true, "config": {"threshold": 300}}, "method-complexity": {"enabled": true, "config": {"threshold": 15}}, "method-count": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 30}}}, "plugins": {"fixme": {"enabled": false}, "rubocop": {"enabled": true, "channel": "rubocop-0-60"}}, "exclude_patterns": ["*.*", ".*", "Gemfile", "LICENSE", "Rakefile", "benchmark/", "docs/", "exe/", "features/", "rake/", "rubocop/", "script/", "spec/", "test/", "vendor/", "lib/blank_template/", "lib/site_template/", "lib/theme_template/", "lib/jekyll/mime.types", "lib/jekyll/commands/serve/livereload_assets/livereload.js"]} +{"engines": {"eslint": {"enabled": false, "config": {"plugins": ["standard", "babel-eslint", "eslint-plugin-import"]}}, "duplication": {"enabled": true, "config": {"languages": [{"javascript": null}]}}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["__tests__/", "flow/"]} +{"exclude_paths": ["tests/", "manga_py/storage/", "manga_py/providers/", "manga_py/gui/langs/*.json", "helpers/", "Dockerfile", "LICENSE", "README*", "*.yml", "*.txt", ".scrutinizer.yml", ".travis.yml", ".codeclimate.yml", ".gitignore", ".gitmodules"], "languages": {"Python": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}} +{"version": "2", "exclude_patterns": ["languages/", "_fixtures/", "wasm/", "**/testdata/**"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 40}}, "file-lines": {"enabled": false}, "identical-code": {"config": {"threshold": 40}}, "method-complexity": {"config": {"threshold": 10}}}, "plugins": {"fixme": {"enabled": true, "config": {"strings": ["TODO", "rubocop:disable"]}}, "flog": {"enabled": true, "config": {"score_threshold": 30}}, "reek": {"enabled": true}, "markdownlint": {"enabled": true}, "shellcheck": {"enabled": true}}, "exclude_patterns": ["www/source/javascripts/", "examples/", "test/fixtures/profiles/", "test/kitchen"]} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-2"}}, "exclude_paths": ["node_modules/", "docs/scripts/prettify/"]} +{"engines": {"cppcheck": {"enabled": true, "checks": {"ConfigurationNotChecked": {"enabled": false}}}}} +{"version": "2", "plugins": {"nodesecurity": {"enabled": true}, "editorconfig": {"enabled": true}, "markdownlint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "exclude_patterns": [".*", "**/*.*", "!source/**/*.js"]} +{"exclude_patterns": ["rdoc/*", "spec/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 40}}}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": [".git/", ".idea/", ".tox/", "tests/", "build/", "requirements/", ".pylintrc", "Makefile", "*.md"]} +{"version": "2", "plugins": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-1-31-0"}}} +{"version": "2", "checks": {"return-statements": {"enabled": false}}, "plugins": {"codenarc": {"enabled": true, "checks": {"BooleanGetBoolean": {"enabled": false}}}, "editorconfig": {"enabled": true, "config": {"editorconfig": ".editorconfig"}, "exclude_patterns": ["documentation/**/images/", "cfg/id_rsa.enc", "**/testdata/**"]}, "fixme": {"enabled": true, "config": {"strings": ["TODO", "FIXME"]}}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD013": {"enabled": false}, "MD024": {"enabled": false}, "MD033": {"enabled": false}, "MD036": {"enabled": false}, "MD041": {"enabled": false}, "MD004": {"enabled": false}, "MD040": {"enabled": false}, "MD046": {"enabled": false}}}, "shellcheck": {"enabled": true}}, "exclude_patterns": ["**/*_generated.go", "**/mocks/*.go", "**/*_test.go", "**/test/"]} +{"JavaScript": true, "Ruby": false, "Python": false, "PHP": false, "engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["src/**/*.spec.js", "docs/**/*", "documentation/**/*", "dist/**/*", "e2e/**/*", "karma.conf.js"]} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true}, "exclude_paths": ["vendor/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 6}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 900}}, "method-complexity": {"enabled": false}, "method-count": {"config": {"threshold": 21}}, "method-lines": {"config": {"threshold": 500}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["vendor/", "static/", "t/", "mailserver/migrations", "**/*/bindata.go", "protocol/protobuf/*.pb.go", "protocol/communities/migrations/migrations.go", "protocol/encryption/migrations/migrations.go", "protocol/internal/sqlite/migrations.go", "protocol/migrations/migrations.go", "protocol/pushnotificationclient/migrations/migrations.go", "protocol/pushnotificationserver/migrations/migrations.go", "protocol/transport/migrations/migrations.go", "images/qr-assets.go"]} +{"version": "2", "ratings": {"paths": ["src/**.js"]}, "plugins": {"eslint": {"enabled": true, "config": {"config": "./.eslintrc"}}, "duplication": {"enabled": false, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}}} +{"engines": {"coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["config/", "spec/"]} +{"engines": {"pylint": {"enabled": true, "channel": "beta"}}} +{"version": "2", "exclude_patterns": [".circleci/", ".github/", ".husky/", "dist/", "docker/", "docs/", "e2e/", "examples/", "node_modules/", "test-reports/", "tests-e2e/", "tests-failures/", "tests-performance/", "tests/", "tmp/", "libs/ng-mocks/src/index.ts", "libs/ng-mocks/src/lib/mock-builder/promise/types.ts", "libs/ng-mocks/src/lib/mock-builder/types.ts", "libs/ng-mocks/src/lib/mock-component/types.ts", "libs/ng-mocks/src/lib/mock-directive/types.ts", "libs/ng-mocks/src/lib/mock-helper/format/types.ts", "libs/ng-mocks/src/lib/mock-module/types.ts", "libs/ng-mocks/src/lib/mock-pipe/types.ts", "libs/ng-mocks/src/lib/mock-render/types.ts", "libs/ng-mocks/src/lib/mock-service/types.ts", ".codeclimate.yml", ".commitlintrc.yml", ".dockerignore", ".editorconfig", ".eslintignore", ".eslintrc.yml", ".gitignore", ".lintstagedrc.js", ".nvmrc", ".prettierignore", ".prettierrc.yml", ".releaserc.yml", "CODEOWNERS", "Dockerfile", "LICENSE", "empty.ts", "karma.conf.ts", "renovate.json", "test.ts", "webpack.config.js", "**/*.fixtures.ts", "**/*.json", "**/*.md", "**/*.sh", "**/*.spec.ts", "**/*.yml", "**/karma.conf.js"], "plugins": {"structure": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"typescript": null}}}}, "checks": {"method-complexity": {"config": {"threshold": 25}}, "return-statements": {"enabled": false}, "similar-code": {"config": {"threshold": 150}}, "file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 100}}}} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-4"}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}}, "exclude_patterns": ["lib/vendor/"]} +{"engines": {"scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "checks": {"max-statements": {"enabled": false}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/", "node_modules/", "spec/", "demo/", "site/", "docs/", "src/sass/base/", "src/fonts/", "yarn.lock"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": false}, "exclude_paths": ["bin/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js"]} +{"version": "2", "exclude_patterns": ["config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts", "app/models/user.rb"], "method-count": {"config": {"threshold": 25}}} +{"engines": {"rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/**/*"]} +{"engines": {"fixme": {"enabled": true, "exclude_fingerprints": ["f4fdfaaab3dfb8670a495ee1f2b9e20e"]}, "pmd": {"enabled": true, "channel": "beta", "exclude_fingerprints": ["d58713d342d24b2a02c9b3d13755d65d"]}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": []} +{"engines": {"fixme": {"enabled": true}, "pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["/.idea/", "/app/.idea/", "/app/src/main/assets/"]} +{"exclude_patterns": ["lib/flipper/ui/public", "spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"ruby": {"mass_threshold": 60}}}}, "fixme": {"enabled": true}, "foodcritic": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"version": "2", "plugins": {"rubocop": {"enabled": false, "channel": "rubocop-0-73"}, "eslint": {"enabled": false}, "csslint": {"enabled": true}, "scss-lint": {"enabled": true}, "brakeman": {"enabled": false}}, "checks": {"similar-code": {"enabled": false}, "method-count": {"enabled": true, "config": {"threshold": 25}}}, "exclude_patterns": ["spec/", "**/specs/", "db/*", "bin/**/*", "db/**/*", "config/**/*", "public/**/*", "vendor/**/*", "node_modules/**/*", "lib/tasks/auto_annotate_models.rake", "app/test-matchers.js", "docs/*", "**/*.md", "**/*.yml", "app/javascript/dashboard/i18n/locale", "**/*.stories.js", "stories/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/**"], "engines": {"eslint": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/**/*"], "checks": {"argument-count": {"config": {"threshold": 5}}, "file-lines": {"config": {"threshold": 1000}}, "method-complexity": {"config": {"threshold": 17}}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "checks": {"complexity": {"enabled": false}, "no-native-reassign": {"enabled": false}, "max-statements": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["test/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["release/", "assets/", "docs/"], "ratings": {"paths": ["src/**/**.ts"]}} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 6}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 1000}}, "method-complexity": {"enabled": true, "config": {"threshold": 5}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 50}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true}}, "plugins": {"fixme": {"enabled": false}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "sonar-python": {"enabled": true, "config": {"tests_patterns": ["tests/**"]}, "checks": {"python:S107": {"enabled": false}, "python:S125": {"enabled": false}, "python:S1134": {"enabled": false}, "python:S1845": {"enabled": false}}}, "git-legal": {"enabled": true}}, "ratings": {"paths": ["**.py", "**.pyx"]}, "exclude_paths": ["docs/", "tests/"]} +{"ratings": {"paths": ["**/*.go"]}, "exclude_paths": ["test/", "Godeps/", "thirdparty/", "**/*.pb.go"], "engines": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "HACK", "XXX", "BUG"]}}, "golint": {"enabled": true}, "govet": {"enabled": true}, "gofmt": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"version": "2", "plugins": {"duplication": {"enabled": true, "exclude_paths": ["spec/"]}}, "checks": {"method-lines": {"enabled": false}, "method-count": {"enabled": false}, "method-complexity": {"config": {"threshold": 11}}}, "exclude_patterns": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"plugins": {"rubocop": {"enabled": true}, "fixme": {"enabled": true}}} +{"exclude_patterns": ["**/*.test.ts"]} +{"languages": {"Ruby": true, "JavaScript": true}, "exclude_paths": ["public/assets/application-*.js"]} +{"version": "2", "checks": {"return-statements": {"config": {"threshold": 5}}}, "plugins": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "git-legal": {"enabled": true, "config": {"allow_affero_copyleft": true, "allow_strong_copyleft": true}}, "editorconfig": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "exclude_fingerprints": ["38b7eb33937eaa315ada4c12bbeb9243"]}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/", "safe/fixtures/", "example/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"exclude_paths": ["dist/*.js", "test/**/*"]} +{"version": "2", "plugins": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD029": {"enabled": false}, "MD033": {"enabled": false}}}, "shellcheck": {"enabled": true, "exclude_patterns": [".bundle/", "benchmarks/**/*", "node_modules/**/*", "bin/**/*", "include/**/*", "lib/**/*", "License.md", "spec/**/*"]}}} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-4", "config": {"config": ".eslintrc.js"}}}, "exclude_patterns": ["dist/", "dist-modules/", "**/node_modules/", "**/vendor/", "**/docs/", "**/__tests__"]} +{"engines": {"pep8": {"enabled": true, "checks": {"E501": {"enabled": false}, "E203": {"enabled": false}, "E302": {"enabled": false}, "E303": {"enabled": false}}}}, "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": true}, "return-statements": {"enabled": true}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["tests/", "scripts/", "benchmarks/", "studies/", "data/", "docs/img/", "docs/readme/"]} +{"eslint": {"enabled": true, "config": {"config": "./.eslintrc.json"}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4"}, "isort": {"enabled": true, "channel": "beta"}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta", "plugins": ["celery", "django"], "checks": {"import-error": {"enabled": false}}}, "tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": [".*", "**/__pycache__/", "**/migrations/", "node_modules/", "tests/"], "ratings": {"paths": ["saleor/**"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 40}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 8}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 50}}}}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["llvmlite/**.py"]}, "exclude_paths": ["**/six.py", "**/_version.py"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["demo/*", "docs/*", "gulp-tasks/*", "dist/*", "test/*", "gulpfile.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 50}}}}, "eslint": {"enabled": true}}, "ratings": {"paths": ["src/**.js", "test/**.js"]}, "exclude_paths": null} +{"engines": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "gofmt": {"enabled": true}, "govet": {"enabled": true}, "golint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.css", "**.go"]}, "exclude_paths": ["test/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 300}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "flog": {"enabled": true}, "markdownlint": {"enabled": true}, "reek": {"enabled": true, "config": {"file": ".reek.yml"}}, "rubocop": {"enabled": false, "channel": "rubocop-1-23-0", "config": {"file": ".rubocop.yml"}}}, "exclude_patterns": ["Gemfile", "*.gemspec", "Appraisals", "gemfiles/", "myapp/", "tmp/", "spec/", "assets/", "spec/support/sidekiq/logging.rb", "spec/support/sidekiq_unique_jobs/testing.rb"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}, "exclude_fingerprints": ["2be105d827fcc71b3c895680c0040a40", "d779d801ceb5811dfc58e24249c388d3"]}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["ergonomica/lib/lang/docopt.py"]} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 36}}}}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}, "exclude_paths": ["**/migrations/**/*"]}, "csslint": {"enabled": true}, "eslint": {"enabled": true}}, "ratings": {"paths": ["**.py", "**.css", "**.js"]}, "exclude_paths": ["**/docs/**/*", "**/migrations/**/*"]} +{"engines": {"rubocop": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}}, "ratings": {"paths": ["lib/**/*"]}, "exclude_paths": ["spec/**/*"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx"]}, "exclude_paths": ["test/", "migrations/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["bin/configtest", "**.js", "**.md"]}, "exclude_paths": ["test/"]} +{"version": "2", "exclude_patterns": ["rasa/core/utils.py", "rasa/utils/tensorflow/temp_keras_modules.py", ".*", ".github/", "CHANGELOG.mdx", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "LICENSE.txt", "Makefile", "NOTICE", "PRONCIPLES.md", "README.md", "bandit.yml", "binder/", "changelog/", "data/", "docs/", "examples/", "poetry.lock", "pyproject.toml", "pytest.ini", "tests/", "stubs/", "setup.cfg", "scripts/", "security.txt", "secrets.tar.enc"], "checks": {"argument-count": {"config": {"threshold": 10}}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}}} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": false}, "exclude_paths": ["demo/*", "bin/*", "build/*", "lib/*", "src/utils/pollyfill.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 30}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 1000}}, "method-complexity": {"config": {"threshold": 1000000}}, "method-count": {"config": {"threshold": 50}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "XXX"]}}, "pylint": {"enabled": true, "channel": "beta", "checks": {"import-error": {"enabled": false}}}, "pep8": {"enabled": true}}, "exclude_patterns": ["docs/*", "tools/*", "examples/*", "test/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["config/", "bin/", "spec/"]} +{"engines": {"eslint": {"enabled": true, "config": {"config": ".eslintrc.js"}}}, "ratings": {"paths": ["src/charts/**.js"]}, "exclude_paths": ["__mocks__", "dist", "docs", "lib", "node_modules", "src/helpers", "src/stories"]} +{"engines": {"haxe-checkstyle": {"enabled": true}, "fixme": {"enabled": true}}, "exclude_paths": ["test/**/*", "sample/**/*", "dist/**/*"], "ratings": {"paths": ["**.hx"]}} +{"version": "2", "checks": {"argument-count": {"enabled": false, "config": {"threshold": 10}}, "complex-logic": {"enabled": false, "config": {"threshold": 10}}, "file-lines": {"enabled": false, "config": {"threshold": 5000}}, "method-complexity": {"enabled": false, "config": {"threshold": 20}}, "method-count": {"enabled": false, "config": {"threshold": 50}}, "method-lines": {"enabled": false, "config": {"threshold": 250}}, "nested-control-flow": {"enabled": false, "config": {"threshold": 4}}, "return-statements": {"enabled": false, "config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"csslint": {"enabled": true}, "duplication": {"enabled": false, "config": {"languages": [{"javascript": {"mass_threshold": 100}}, {"python": {"python_version": 3, "mass_threshold": 100}}]}, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "eslint": {"enabled": true, "checks": {"max-statements": {"enabled": false}, "complexity": {"enabled": false}, "no-eval": {"enabled": false}, "no-extend-native": {"enabled": false}, "no-void": {"enabled": false}, "no-alert": {"enabled": false}, "no-undef-init": {"enabled": false}}}, "fixme": {"enabled": false}, "phpmd": {"enabled": true}, "radon": {"enabled": true, "checks": {"Complexity": {"enabled": false}}}}, "exclude_patterns": [".gitignore", ".githooks/", "tests/", "m4/", "web/css/", "web/lib/", "web/fonts/", "web/old/", "collectors/python.d.plugin/python_modules/pyyaml2/", "collectors/python.d.plugin/python_modules/pyyaml3/", "collectors/python.d.plugin/python_modules/urllib3/", "collectors/node.d.plugin/node_modules/lib/", "collectors/node.d.plugin/node_modules/asn1-ber.js", "collectors/node.d.plugin/node_modules/extend.js", "collectors/node.d.plugin/node_modules/pixl-xml.js", "collectors/node.d.plugin/node_modules/net-snmp.js"]} +{"plugins": {"duplication": {"enabled": true, "config": {"languages": {"php": {"mass_threshold": 36}}}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}, "phpcodesniffer": {"enabled": true}, "SonarPHP": {"enabled": true}, "phan": {"enabled": true}}, "version": "2", "exclude_patterns": ["tests/"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "rubocop": {"enabled": true}, "eslint": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.js"]}, "exclude_paths": null} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"JavaScript": true, "Ruby": false, "Python": false, "PHP": false, "exclude_paths": ["**/helpers/cartogram.js", "**/helpers/d3.geoProjection.js", "**/helpers/d3.touchEvents.js", "**/helpers/svgexport.js", "**/helpers/topojson.js", "tests/**/*", ".data/**/*", ".cicd/**/*", "preview/**/*"]} +{"ratings": {"paths": ["**.ts"]}, "exclude_paths": ["dist/", "test/", "build/", "docs/", "examples/"], "plugins": {"tslint": {"enabled": true, "config": "tslint-codeclimate.json"}}} +{"engines": {"tslint": {"channel": "beta", "config": "tslint.json", "enabled": true}}, "exclude_patterns": ["config", "**/*.d.ts", "src/**/*.spec.ts", "test", "src/tests", "src/lib/helpers/i18n.ts"], "ratings": {"paths": ["src/**/*.ts"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 200}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"fixme": {"enabled": true}, "phan": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "PSR1 Methods CamelCapsMethodName NotCamelCaps": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseMethodName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}}}, "sonar-php": {"enabled": true}}} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}, "govet": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["go"]}}}, "ratings": {"paths": ["**.go"]}} +{"version": "2", "checks": {"argument-count": {"enabled": false, "config": {"threshold": 10}}, "complex-logic": {"enabled": false, "config": {"threshold": 10}}, "file-lines": {"enabled": false, "config": {"threshold": 5000}}, "method-complexity": {"enabled": false, "config": {"threshold": 20}}, "method-count": {"enabled": false, "config": {"threshold": 50}}, "method-lines": {"enabled": false, "config": {"threshold": 250}}, "nested-control-flow": {"enabled": false, "config": {"threshold": 4}}, "return-statements": {"enabled": false, "config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"csslint": {"enabled": true}, "duplication": {"enabled": false, "config": {"languages": [{"javascript": {"mass_threshold": 100}}, {"python": {"python_version": 3, "mass_threshold": 100}}]}, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "eslint": {"enabled": true, "checks": {"max-statements": {"enabled": false}, "complexity": {"enabled": false}, "no-eval": {"enabled": false}, "no-extend-native": {"enabled": false}, "no-void": {"enabled": false}, "no-alert": {"enabled": false}, "no-undef-init": {"enabled": false}}}, "fixme": {"enabled": false}, "phpmd": {"enabled": true}, "radon": {"enabled": true, "checks": {"Complexity": {"enabled": false}}}}, "exclude_patterns": [".gitignore", ".githooks/", "tests/", "m4/", "web/css/", "web/lib/", "web/fonts/", "web/old/", "collectors/python.d.plugin/python_modules/pyyaml2/", "collectors/python.d.plugin/python_modules/pyyaml3/", "collectors/python.d.plugin/python_modules/urllib3/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "tasks/*", "docs/*", "dist/*", "src/*/docs/*", "gulpfile.js"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "tasks/*", "docs/*", "dist/*", "src/*/docs/*", "gulpfile.js"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "tasks/*", "docs/*", "dist/*", "src/*/docs/*", "gulpfile.js"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "tasks/*", "docs/*", "dist/*", "src/*/docs/*", "gulpfile.js"]} +{"languages": ["python"], "exclude_paths": ["docs/*", "tests/*", "utils/*", "pika/examples/*", "pika/spec.py"]} +{"languages": ["python"], "exclude_paths": ["docs/*", "tests/*", "utils/*", "pika/examples/*", "pika/spec.py"]} +{"languages": ["python"], "exclude_paths": ["docs/*", "tests/*", "utils/*", "pika/examples/*", "pika/spec.py"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**", "**.js"]}, "exclude_paths": ["node_modules/**/*", "tests/**", "scripts/**", "dist/**"]} +{"exclude_patterns": ["__tests__", "!src/**/*", "webpack.config.js"]} +{"exclude_patterns": ["__tests__", "!src/**/*", "webpack.config.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2", "config": {"config": "./.eslintrc"}}}, "ratings": {"paths": ["./app/**.js"]}, "exclude_patterns": ["./config/", "./public/js/jquery*.js", "./public/js/soundmanager2.js", "./public/js/*-all.js", "./public/js/*-min.js", "./public/js/*.min.js", "features/", "**/node_modules/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["dist/", "test/", "node_modules/", "public/", "src/vendor/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["dist/", "test/", "node_modules/", "public/", "src/vendor/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["dist/", "test/", "node_modules/", "public/", "src/vendor/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["dist/", "test/", "node_modules/", "public/", "src/vendor/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 60}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"python_version": 2, "threshold": "D"}}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["lib27/", "languages/", "ez_setup.py"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["dist/*", "build/*", "docs/*", "submodules/*", "static/*", "www/*", "test/*", "src/js/config.js"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["dist/*", "build/*", "docs/*", "submodules/*", "static/*", "www/*", "test/*", "src/js/config.js"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "file-lines": {"enabled": true, "config": {"threshold": 300}}, "method-complexity": {"enabled": true, "config": {"threshold": 15}}, "method-count": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 30}}}, "plugins": {"fixme": {"enabled": false}, "rubocop": {"enabled": true, "channel": "rubocop-0-60"}}, "exclude_patterns": ["*.*", ".*", "Gemfile", "LICENSE", "Rakefile", "benchmark/", "docs/", "exe/", "features/", "rake/", "rubocop/", "script/", "spec/", "test/", "vendor/", "lib/blank_template/", "lib/site_template/", "lib/theme_template/", "lib/jekyll/mime.types", "lib/jekyll/commands/serve/livereload_assets/livereload.js"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "file-lines": {"enabled": true, "config": {"threshold": 300}}, "method-complexity": {"enabled": true, "config": {"threshold": 15}}, "method-count": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 30}}}, "plugins": {"fixme": {"enabled": false}, "rubocop": {"enabled": true, "channel": "rubocop-0-60"}}, "exclude_patterns": ["*.*", ".*", "Gemfile", "LICENSE", "Rakefile", "benchmark/", "docs/", "exe/", "features/", "rake/", "rubocop/", "script/", "spec/", "test/", "vendor/", "lib/blank_template/", "lib/site_template/", "lib/theme_template/", "lib/jekyll/mime.types", "lib/jekyll/commands/serve/livereload_assets/livereload.js"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "file-lines": {"enabled": true, "config": {"threshold": 300}}, "method-complexity": {"enabled": true, "config": {"threshold": 15}}, "method-count": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 30}}}, "plugins": {"fixme": {"enabled": false}, "rubocop": {"enabled": true, "channel": "rubocop-0-60"}}, "exclude_patterns": ["*.*", ".*", "Gemfile", "LICENSE", "Rakefile", "benchmark/", "docs/", "exe/", "features/", "rake/", "rubocop/", "script/", "spec/", "test/", "vendor/", "lib/blank_template/", "lib/site_template/", "lib/theme_template/", "lib/jekyll/mime.types", "lib/jekyll/commands/serve/livereload_assets/livereload.js"]} +{"version": "2", "exclude_patterns": ["languages/", "_fixtures/", "wasm/", "**/testdata/**"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 40}}}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": [".git/", ".idea/", ".tox/", "tests/", "build/", "requirements/", ".pylintrc", "Makefile", "*.md"]} +{"404": "Not Found"} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true}, "exclude_paths": ["vendor/*"]} +{"engines": {"pylint": {"enabled": true, "channel": "beta"}}} +{"engines": {"scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "checks": {"max-statements": {"enabled": false}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/", "node_modules/", "spec/", "demo/", "site/", "docs/", "src/sass/base/", "src/fonts/", "yarn.lock"]} +{"engines": {"scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "checks": {"max-statements": {"enabled": false}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/", "node_modules/", "spec/", "demo/", "site/", "docs/", "src/sass/base/", "src/fonts/", "yarn.lock"]} +{"engines": {"scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "checks": {"max-statements": {"enabled": false}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/", "node_modules/", "spec/", "demo/", "site/", "docs/", "src/sass/base/", "src/fonts/", "yarn.lock"]} +{"engines": {"scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "checks": {"max-statements": {"enabled": false}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/", "node_modules/", "spec/", "demo/", "site/", "docs/", "src/sass/base/", "src/fonts/", "yarn.lock"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js"]} +{"engines": {"fixme": {"enabled": true}, "pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["/.idea/", "/app/.idea/", "/app/src/main/assets/"]} +{"engines": {"fixme": {"enabled": true}, "pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["/.idea/", "/app/.idea/", "/app/src/main/assets/"]} +{"engines": {"fixme": {"enabled": true}, "pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["/.idea/", "/app/.idea/", "/app/src/main/assets/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/**"], "engines": {"eslint": {"enabled": true}}} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/**"], "engines": {"eslint": {"enabled": true}}} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/**"], "engines": {"eslint": {"enabled": true}}} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/**"], "engines": {"eslint": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/**/*"], "checks": {"argument-count": {"config": {"threshold": 5}}, "file-lines": {"config": {"threshold": 1000}}, "method-complexity": {"config": {"threshold": 17}}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "checks": {"complexity": {"enabled": false}, "no-native-reassign": {"enabled": false}, "max-statements": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"eslint": {"enabled": false}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["release/", "assets/", "docs/"], "ratings": {"paths": ["src/**/**.ts"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["release/", "assets/", "docs/"], "ratings": {"paths": ["src/**/**.ts"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["release/", "assets/", "docs/"], "ratings": {"paths": ["src/**/**.ts"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["release/", "assets/", "docs/"], "ratings": {"paths": ["src/**/**.ts"]}} +{"ratings": {"paths": ["**/*.go"]}, "exclude_paths": ["test/", "Godeps/", "thirdparty/", "**/*.pb.go"], "engines": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "HACK", "XXX", "BUG"]}}, "golint": {"enabled": true}, "govet": {"enabled": true}, "gofmt": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"ratings": {"paths": ["**/*.go"]}, "exclude_paths": ["test/", "Godeps/", "thirdparty/", "**/*.pb.go"], "engines": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "HACK", "XXX", "BUG"]}}, "golint": {"enabled": true}, "govet": {"enabled": true}, "gofmt": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"ratings": {"paths": ["**/*.go"]}, "exclude_paths": ["test/", "Godeps/", "thirdparty/", "**/*.pb.go"], "engines": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "HACK", "XXX", "BUG"]}}, "golint": {"enabled": true}, "govet": {"enabled": true}, "gofmt": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"ratings": {"paths": ["**/*.go"]}, "exclude_paths": ["test/", "Godeps/", "thirdparty/", "**/*.pb.go"], "engines": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "HACK", "XXX", "BUG"]}}, "golint": {"enabled": true}, "govet": {"enabled": true}, "gofmt": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"version": "2", "plugins": {"duplication": {"enabled": true, "exclude_paths": ["spec/"]}}, "checks": {"method-lines": {"enabled": false}, "method-count": {"enabled": false}, "method-complexity": {"config": {"threshold": 11}}}, "exclude_patterns": ["spec/"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "exclude_paths": ["spec/"]}}, "checks": {"method-lines": {"enabled": false}, "method-count": {"enabled": false}, "method-complexity": {"config": {"threshold": 11}}}, "exclude_patterns": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"plugins": {"rubocop": {"enabled": true}, "fixme": {"enabled": true}}} +{"exclude_patterns": ["**/*.test.ts"]} +{"exclude_patterns": ["**/*.test.ts"]} +{"exclude_patterns": ["**/*.test.ts"]} +{"exclude_patterns": ["**/*.test.ts"]} +{"languages": {"Ruby": true, "JavaScript": true}, "exclude_paths": ["public/assets/application-*.js"]} +{"languages": {"Ruby": true, "JavaScript": true}, "exclude_paths": ["public/assets/application-*.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"version": "2", "plugins": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD029": {"enabled": false}, "MD033": {"enabled": false}}}, "shellcheck": {"enabled": true, "exclude_patterns": [".bundle/", "benchmarks/**/*", "node_modules/**/*", "bin/**/*", "include/**/*", "lib/**/*", "License.md", "spec/**/*"]}}} +{"version": "2", "plugins": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD029": {"enabled": false}, "MD033": {"enabled": false}}}, "shellcheck": {"enabled": true, "exclude_patterns": [".bundle/", "benchmarks/**/*", "node_modules/**/*", "bin/**/*", "include/**/*", "lib/**/*", "License.md", "spec/**/*"]}}} +{"version": "2", "plugins": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD029": {"enabled": false}, "MD033": {"enabled": false}}}, "shellcheck": {"enabled": true, "exclude_patterns": [".bundle/", "benchmarks/**/*", "node_modules/**/*", "bin/**/*", "include/**/*", "lib/**/*", "License.md", "spec/**/*"]}}} +{"version": "2", "plugins": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD029": {"enabled": false}, "MD033": {"enabled": false}}}, "shellcheck": {"enabled": true, "exclude_patterns": [".bundle/", "benchmarks/**/*", "node_modules/**/*", "bin/**/*", "include/**/*", "lib/**/*", "License.md", "spec/**/*"]}}} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-4", "config": {"config": ".eslintrc.js"}}}, "exclude_patterns": ["dist/", "dist-modules/", "**/node_modules/", "**/vendor/", "**/docs/", "**/__tests__"]} +{"eslint": {"enabled": true, "config": {"config": "./.eslintrc.json"}}} +{"eslint": {"enabled": true, "config": {"config": "./.eslintrc.json"}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4"}, "isort": {"enabled": true, "channel": "beta"}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta", "plugins": ["celery", "django"], "checks": {"import-error": {"enabled": false}}}, "tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": [".*", "**/__pycache__/", "**/migrations/", "node_modules/", "tests/"], "ratings": {"paths": ["saleor/**"]}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4"}, "isort": {"enabled": true, "channel": "beta"}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta", "plugins": ["celery", "django"], "checks": {"import-error": {"enabled": false}}}, "tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": [".*", "**/__pycache__/", "**/migrations/", "node_modules/", "tests/"], "ratings": {"paths": ["saleor/**"]}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4"}, "isort": {"enabled": true, "channel": "beta"}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta", "plugins": ["celery", "django"], "checks": {"import-error": {"enabled": false}}}, "tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": [".*", "**/__pycache__/", "**/migrations/", "node_modules/", "tests/"], "ratings": {"paths": ["saleor/**"]}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4"}, "isort": {"enabled": true, "channel": "beta"}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta", "plugins": ["celery", "django"], "checks": {"import-error": {"enabled": false}}}, "tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": [".*", "**/__pycache__/", "**/migrations/", "node_modules/", "tests/"], "ratings": {"paths": ["saleor/**"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 50}}}}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["llvmlite/**.py"]}, "exclude_paths": ["**/six.py", "**/_version.py"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 50}}}}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["llvmlite/**.py"]}, "exclude_paths": ["**/six.py", "**/_version.py"]} +{"engines": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "gofmt": {"enabled": true}, "govet": {"enabled": true}, "golint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.css", "**.go"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 36}}}}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}, "exclude_paths": ["**/migrations/**/*"]}, "csslint": {"enabled": true}, "eslint": {"enabled": true}}, "ratings": {"paths": ["**.py", "**.css", "**.js"]}, "exclude_paths": ["**/docs/**/*", "**/migrations/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 36}}}}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}, "exclude_paths": ["**/migrations/**/*"]}, "csslint": {"enabled": true}, "eslint": {"enabled": true}}, "ratings": {"paths": ["**.py", "**.css", "**.js"]}, "exclude_paths": ["**/docs/**/*", "**/migrations/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["bin/configtest", "**.js", "**.md"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["bin/configtest", "**.js", "**.md"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["bin/configtest", "**.js", "**.md"]}, "exclude_paths": ["test/"]} +{"version": "2", "exclude_patterns": ["rasa/core/utils.py", "rasa/utils/tensorflow/temp_keras_modules.py", ".*", ".github/", "CHANGELOG.mdx", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "LICENSE.txt", "Makefile", "NOTICE", "PRONCIPLES.md", "README.md", "bandit.yml", "binder/", "changelog/", "data/", "docs/", "examples/", "poetry.lock", "pyproject.toml", "pytest.ini", "tests/", "stubs/", "setup.cfg", "scripts/", "security.txt", "secrets.tar.enc"], "checks": {"argument-count": {"config": {"threshold": 10}}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}}} +{"version": "2", "exclude_patterns": ["rasa/core/utils.py", "rasa/utils/tensorflow/temp_keras_modules.py", ".*", ".github/", "CHANGELOG.mdx", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "LICENSE.txt", "Makefile", "NOTICE", "PRONCIPLES.md", "README.md", "bandit.yml", "binder/", "changelog/", "data/", "docs/", "examples/", "poetry.lock", "pyproject.toml", "pytest.ini", "tests/", "stubs/", "setup.cfg", "scripts/", "security.txt", "secrets.tar.enc"], "checks": {"argument-count": {"config": {"threshold": 10}}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}}} +{"version": "2", "exclude_patterns": ["rasa/core/utils.py", "rasa/utils/tensorflow/temp_keras_modules.py", ".*", ".github/", "CHANGELOG.mdx", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "LICENSE.txt", "Makefile", "NOTICE", "PRONCIPLES.md", "README.md", "bandit.yml", "binder/", "changelog/", "data/", "docs/", "examples/", "poetry.lock", "pyproject.toml", "pytest.ini", "tests/", "stubs/", "setup.cfg", "scripts/", "security.txt", "secrets.tar.enc"], "checks": {"argument-count": {"config": {"threshold": 10}}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}}} +{"version": "2", "exclude_patterns": ["rasa/core/utils.py", "rasa/utils/tensorflow/temp_keras_modules.py", ".*", ".github/", "CHANGELOG.mdx", "CODEOWNERS", "CODE_OF_CONDUCT.md", "Dockerfile", "LICENSE.txt", "Makefile", "NOTICE", "PRONCIPLES.md", "README.md", "bandit.yml", "binder/", "changelog/", "data/", "docs/", "examples/", "poetry.lock", "pyproject.toml", "pytest.ini", "tests/", "stubs/", "setup.cfg", "scripts/", "security.txt", "secrets.tar.enc"], "checks": {"argument-count": {"config": {"threshold": 10}}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 30}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 1000}}, "method-complexity": {"config": {"threshold": 1000000}}, "method-count": {"config": {"threshold": 50}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "XXX"]}}, "pylint": {"enabled": true, "channel": "beta", "checks": {"import-error": {"enabled": false}}}, "pep8": {"enabled": true}}, "exclude_patterns": ["docs/*", "tools/*", "examples/*", "test/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.js", "**.css"]}, "exclude_paths": ["private/moment-locales/**/*", "packages/rocketchat-favico/favico.js"]} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/*", "examples/*", "chatterbot/ext/django_chatterbot/migrations/*"]} +{"plugins": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"engines": {"bundler-audit": {"enabled": false}, "brakeman": {"enabled": false}, "complexity-ruby": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true, "exclude_paths": [".rubocop.yml"]}, "flog": {"enabled": true}, "reek": {"enabled": false}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["spec/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 25}}, "method-lines": {"config": {"threshold": 30}}}, "exclude_patterns": ["demo/", "dist/", "docs/", "examples/", "jsdoc-template/", "**/node_modules/", "**/test/", "**/tests/", "**/vendor/", "babel.config.js"]} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8}}}} +{"exclude_patterns": ["docs/", "src/views/", "src/assets/", "src/configs/", "src/database/", "src/localization/", "src/laravel-filemanager/", "**/*.js", "**/*.MD"]} +{"version": "2", "languages": {"JavaScript": true}, "checks": {"file-lines": {"enabled": true, "config": {"threshold": 740}}, "return-statements": {"enabled": true, "config": {"threshold": 6}}}, "exclude_patterns": ["lib/**", "test/**", "examples/**", "LICENSE", "LICENSE.md", "README.md", "package.json", "**/*.d.ts"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 7}}, "complex-logic": {"config": {"threshold": 7}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 7}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 50}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"bandit": {"enabled": true}, "pep8": {"enabled": false}, "radon": {"enabled": true, "threshold": "C"}, "sonar-python": {"enabled": true}}, "exclude_patterns": ["simple_history/tests/", "simple_history/registry_tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/", "Gemfile", "bin/console", "devise-jwt.gemspec", "vendor/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}}} +{"engines": null, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/**/*"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python", "php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.php", "**.py"]}, "exclude_paths": ["tests/", "vendor/", "wordpress-site/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/", "build/"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "complex-logic": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "file-lines": {"enabled": true, "config": {"threshold": 250, "languages": ["javascript", "php"]}}, "method-complexity": {"enabled": true, "config": {"threshold": 5, "languages": ["javascript", "php"]}}, "method-count": {"enabled": true, "config": {"threshold": 10, "languages": ["javascript", "php"]}}, "method-lines": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "return-statements": {"enabled": true, "config": {"threshold": 2, "languages": ["javascript", "php"]}}, "similar-code": {"enabled": true, "config": {"threshold": 400, "languages": ["javascript", "php"]}}, "identical-code": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}}, "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "exclude_patterns": ["vendor/*", "view/base/web/js/view/payment/lib/*", "Plugin/VaultAddtionalCommand.php"]} +{"exclude_paths": ["docs/**/*", "lib/**/*", "esm/**/*"]} +{"engines": {"eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**/*"]}, "exclude_paths": ["lib/**/*"]} +{"exclude_paths": ["app/controllers/catalog_controller.rb"]} +{"engines": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["bindata_assetfs.go"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["src/javascripts/libs/**/*", "src/stylesheets/libs/**/*"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": false}, "coffeelint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.rb", "**.css", "**.inc", "**.js", "**.jsx"]}, "exclude_paths": ["config/", "db/", "test/", "vendor/"]} +{"version": "2", "exclude_patterns": ["**/test/", "**/tests/"], "checks": {"file-lines": {"enabled": false}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"engines": {"duplication": {"enabled": true, "config": {"languages": [{"ruby": [{"mass_threshold": 65}]}, "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"fixme": {"enabled": true}, "pep8": {"enabled": false}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "checks": {"argument-count": {"config": {"threshold": 6}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 1250}}, "method-complexity": {"config": {"threshold": 50}}, "method-count": {"config": {"threshold": 80}}, "method-lines": {"config": {"threshold": 35}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 125}}, "identical-code": {"config": {"threshold": 50}}}, "exclude_patterns": ["pyxcp/tests/**"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["node_modules/", "lib/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["lib"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 400}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"enabled": false}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php", "ignore_warnings": true, "standard": "./phpcs.xml"}}}, "exclude_patterns": ["database/", "config/", "routes/", "tests/", "spec/", "**/vendor/", "resources/lang"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"patterns": ["test/*.js"]}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "markdownlint": {"enabled": true}, "editorconfig": {"enabled": true, "channel": "beta"}}, "exclude_patterns": [".nyc_output/**", "coverage/**", "node_modules/**"]} +{"version": "2", "checks": {"argument-count": {"enabled": false, "config": {"threshold": 4}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": false, "config": {"threshold": 250}}, "method-complexity": {"enabled": false, "config": {"threshold": 5}}, "method-count": {"enabled": false, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 25}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false, "config": {"threshold": null}}, "identical-code": {"enabled": false, "config": {"threshold": null}}}, "plugins": {"brakeman": {"enabled": true, "channel": "brakeman-4-45"}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "exclude_patterns": ["spec/**/*"]}, "flog": {"enabled": true, "exclude_patterns": ["db/**/*", "config/**/*", "spec/**/*"]}, "rubocop": {"enabled": true, "channel": "rubocop-0-65", "config": {"file": ".rubocop.yml"}, "exclude_patterns": ["db/**/*", "bin/"]}, "reek": {"enabled": true, "channel": "reek-5-3-1", "config": {"file": ".reek.yml"}}}} +{"engines": {"tslint": {"enabled": true, "config": "tslint.json"}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "typescript"]}}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["src/index.test.js"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-8", "config": {"config": ".eslintrc.yaml"}}}, "checks": {"method-lines": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "file-lines": {"config": {"threshold": 500}}}, "ratings": {"paths": ["*.js"]}} +{"languages": {"JavaScript": true}, "exclude_paths": ["__tests__/tests.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}} +{"engines": {"bundler-audit": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"bundler-audit": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["spec/"]} +{"plugins": {"sonar-php": {"enabled": true}}, "exclude_patterns": ["Test"]} +{"engines": {"rubocop": {"enabled": true}, "brakeman": {"enabled": true}, "eslint": {"enabled": false}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}}, "ratings": {"paths": ["app/**", "lib/**", "**.rb", "**.go"]}, "exclude_paths": ["spec/**/*", "**/vendor/**/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["dist/localmodel.min.js", "dist/localmodel.js", "spec/*", "gulpfile.js"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["demo/*", "docs/*", "gulp/*", "test/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyFields": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/LongVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}, "exclude_paths": ["spec/", "**/*.spec.js", "**/*.test.js"]}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["lib/**"]}, "exclude_paths": ["spec/**/*", "bin/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.rb"]}, "exclude_paths": ["spec/dummy_app"]} +{"plugins": {"duplication": {"enabled": true, "exclude_patterns": ["**/*.test.js", "**/*.test.jsx"], "config": {"languages": {"python": null, "javascript": {"mass_threshold": 85}}}}}} +{"version": "2", "exclude_patterns": ["lib/assets", "app/assets/stylesheets"], "checks": {"method-complexity": {"config": {"threshold": 8}}}, "engines": {"duplication": {"enabled": true, "config": {"languages": {"ruby": null, "javascript": {"mass_threshold": 100}}}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["config/**/*", "test/**/*", "api/responses/*", "migrations/*", "tasks/**/*", "assets/js/dependencies/*"]} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": false, "Python": true}, "exclude_paths": ["djangocms_page_tags/migrations/*", "tests/*"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": false}, "coffeelint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb"]}, "exclude_paths": ["config/", "db/", "test/", "vendor/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 40}, "php": {"mass_threshold": 40}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}}}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.php"]}, "exclude_paths": ["tests/", "libs/", "vendor/", "fonts/", "static.words.php", "css/bootstrap*", "css/font-awesome*", "css/jquery*", "js/bootbox*", "js/bootstrap*", "js/Chart*", "js/md5*", "js/jquery*", "js/metisMenu*", "js/tinynav*", "js/typeahead*", "js/js-webshim/**/*", "js/*.min.js"]} +{"engines": {"rubocop": {"enabled": true, "channel": "rubocop-0-87"}, "bundler-audit": {"enabled": true}, "brakeman": {"enabled": true}}, "ratings": {"paths": ["app/**", "lib/**", "*.rb"]}, "exclude_paths": ["app/assets/images/*", "config/**/*", "db/**/*", "spec/**/*", "vendor/**/*", ".*", "Gemfile*", "Rakefile", "startup.sh", "CHANGELOG.md", "CONTRIBUTING.md", "LICENCE.md", "README.md", "jenkins.sh"]} +{"version": "2", "plugins": {"codenarc": {"enabled": true, "channel": "beta", "config": "./code-climate/codenarc/rule.groovy"}}, "exclude_patterns": ["code-climate/"]} +{"engines": {"phpmd": {"enabled": true, "checks": {"Naming/ShortVariable CleanCode/BooleanArgumentFlag CleanCode/StaticAccess UnusedFormalParameter": {"enabled": false}}}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["Classes/**"]}, "exclude_paths": ["Build/**/*", "Configuration/**/*", "Resources/**/*", "Tests/**/*"]} +{"version": "2", "plugins": {"nodesecurity": {"enabled": true}, "editorconfig": {"enabled": true}, "markdownlint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "exclude_patterns": ["LICENSE", ".*", "**/*.*", "!**/*.js", "!**/*.ts", "!**/*.md", "CHANGELOG.md"]} +{"engines": {"hlint": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/", "vendor/"]} +{"engines": {"eslint": {"enabled": true}, "duplication": {"enabled": false, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["lib/**.js"]}, "exclude_paths": ["dist/**.js", "gulp/**.js", "test/**.js", "**.json", "**.md", "*.js", "**.coffee", "LICENSE", "**.txt"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": []} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": [".idea/", "node_modules/"]} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": true}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}} +{"exclude_patterns": ["docs/", "examples/", "src/test/"], "checks": {"similar-code": {"config": {"threshold": 100}}}} +{"engines": {"brakeman": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/"]} +{"version": "2", "plugins": {"pep8": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 5000}}, "argument-count": {"config": {"threshold": 10}}, "complex-logic": {"config": {"threshold": 100}}, "method-lines": {"config": {"threshold": 100}}, "method-count": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}}} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true, "Python": false}, "exclude_paths": ["test/*", "docs/*", "examples/*", "pics/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 50}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["test/", "conf/", "src/sass/", "src/html/", "src/assets/"]} +{"engines": {"shellcheck": {"enabled": true}}, "ratings": {"paths": ["bin/**", "libexec/**", "**.sh"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}}, "ratings": {"paths": ["pyt/*", "**.py"]}, "exclude_paths": ["pyt/draw.py", "pyt/github_search.py", "pyt/intraprocedural_cfg.py", "pyt/repo_runner.py", "pyt/save.py", "examples/**", "profiling/**", "tests/**", "LICENSE", "**/trigger_definitions/*", "**.cfg", "**.csv", "**.in", "**.md", "**.png", "**.pyt", "**.rst", "**.sh", "**.txt"]} +{"engines": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["collectd_haproxy"]}, "exclude_paths": ["tests/*", "docs/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "plugins": {"swiftlint": {"enabled": true}}, "exclude_patterns": ["Tests"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "coverage/", "locales/", "node_modules/"]} +{"engines": {"eslint": {"enabled": true, "checks": {"complexity": {"enabled": true}}}, "requiresafe": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.es6"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-8", "config": {"config": ".eslintrc.yaml"}}}, "ratings": {"paths": ["**.js"]}, "exclude_patterns": ["html/jquery.tipsy.js"], "checks": {"return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "file-lines": {"config": {"threshold": 1000}}, "method-lines": {"config": {"threshold": 100}}, "method-complexity": {"config": {"threshold": 20}}}} +{"engines": {"rubocop": {"enabled": true, "channel": "rubocop-0-54"}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "exclude_paths": ["spec/"], "config": {"languages": {"ruby": {"mass_threshold": 30}}}}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.rb", "**.css"]}, "exclude_paths": [".circleci/", "config/", "db/", "vendor/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["logtrail/**.py"]}, "exclude_paths": ["dist/", "tests/", "venv/"]} +{"exclude_patterns": ["docs/*"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": false}, "eslint": {"enabled": false}, "rubocop": {"enabled": false}, "sass-lint": {"enabled": false}}, "exclude_patterns": ["spec/", "vendor/asset/", "app/javascript/mastodon/locales/**/*.json", "config/locales/**/*.yml"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "identical-code": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 65}}}, "exclude_patterns": ["**/__tests__/", "tests/", "spec/", "**/vendor/", "**/node_modules/", "**/*.test.js", "**/Terms/"]} +{"plugins": {"rubocop": {"enabled": false}}} +{"version": "2", "checks": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 75}}}}, "file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 75}}}, "exclude_patterns": ["dist/", "**/node_modules/", "**/spec/", "**/test/", "**/__spec__/", "**/__spec__/**", "**/__tests__/", "**/__tests__/**", "**/tests/", "Tests/", "*.spec.js", "**/*.spec.js", "**/tmp/**"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*", "browser/**/*", "examples/**/*", "lib/**/*"]} +{"version": "2", "plugins": {"bandit": {"enabled": true}}, "checks": {"method-complexity": {"config": {"threshold": 7}}}} +{"version": "1", "checks": {"method-lines": {"enabled": false}}, "plugins": {"eslint": {"enabled": true}, "stylelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 70}}}}}, "exclude_patterns": ["static/**/*"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}}}, "duplication": {"enabled": false, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["**.js"], "exclude_paths": ["test/**"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 45}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["**/*.test.js", "src/serviceWorker.js", "src/index.css", "src/App.css", "**/libs/*.css", "**/libs/*.js", "cypress/**/*", "node_modules/"], "plugins": {"csslint": {"enabled": true, "checks": {"box-sizing": {"enabled": false}, "fallback-colors": {"enabled": false}, "box-model": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"extensions": [".js", ".jsx"]}}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}} +{"engines": {"eslint": {"enabled": true, "checks": {"import/no-extraneous-dependencies": {"enabled": false}, "import/no-duplicates": {"enabled": false}, "import/no-absolute-path": {"enabled": false}, "import/no-named-as-default": {"enabled": false}, "import/no-named-as-default-member": {"enabled": false}}}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["src/stylesheets/vendor/**/*", "public/**"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 1000}}, "method-complexity": {"enabled": true, "config": {"threshold": 50}}, "method-count": {"enabled": false, "config": {"threshold": 20}}, "method-lines": {"enabled": false, "config": {"threshold": 100}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false, "config": {"threshold": null}}, "identical-code": {"enabled": true, "config": {"threshold": null}}}, "plugins": {"fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"rulesets": "tests/phpmd.xml"}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "Wordpress-Extra"}, "checks": {"WordPress Files FileName InvalidClassFileName": {"enabled": false}, "WordPress NamingConventions ValidVariableName MemberNotSnakeCase": {"enabled": false}, "WordPress NamingConventions ValidVariableName NotSnakeCaseMemberVar": {"enabled": false}, "WordPress NamingConventions ValidFunctionName MethodNameInvalid": {"enabled": false}, "WordPress Classes ClassOpeningStatement BraceOnNewLine": {"enabled": false}, "WordPress Variables GlobalVariables OverrideProhibited": {"enabled": false}, "WordPress WhiteSpace OperatorSpacing SpacingBefore": {"enabled": false}, "WordPress WhiteSpace ControlStructureSpacing BlankLineAfterEnd": {"enabled": false}, "WordPress WP I18n NonSingularStringLiteralDomain": {"enabled": false}, "WordPress XSS EscapeOutput OutputNotEscaped": {"enabled": false}, "WordPress PHP DiscouragedFunctions Discouraged": {"enabled": false}, "Squiz Commenting FunctionComment SpacingAfterParamType": {"enabled": false}, "Squiz PHP CommentedOutCode Found": {"enabled": false}, "Squiz Strings DoubleQuoteUsage NotRequired": {"enabled": false}, "Squiz ControlStructures ControlSignature SpaceAfterCloseBrace": {"enabled": false}, "Generic Classes OpeningBraceSameLine BraceOnNewLine": {"enabled": false}, "Generic Commenting DocComment SpacingBeforeTags": {"enabled": false}, "Generic ControlStructures InlineControlStructure NotAllowed": {"enabled": false}, "Generic WhiteSpace ScopeIndent Incorrect": {"enabled": false}, "Generic WhiteSpace ScopeIndent IncorrectExact": {"enabled": false}}}}, "exclude_paths": ["tests/*", "bin/*"]} +{"version": "2", "checks": {"file-lines": {"config": {"threshold": 750}}, "method-complexity": {"config": {"threshold": 15}}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["dist/", "**/node_modules/", "**/spec/", "**/test/", "**/tests/", "Tests/", "**/*.d.ts", "**/*.test.*", "**/.vscode/"]} +{"exclude_patterns": ["tests/", "spec/", "**/vendor/", "**/node_modules/"]} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": false}, "rubocop": {"enabled": true, "checks": {"Rubocop/Metrics/MethodLength": {"enabled": false}, "Rubocop/Metrics/CyclomaticComplexity": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["docs/*", "tests/*"]} +{"version": "2", "plugins": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}}} +{"engines": {"govet": {"enabled": true}, "golint": {"enabled": false}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["vendor/", "sdk/"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false, "config": {"threshold": 20}}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"config": {"threshold": 20}}, "return-statements": {"enabled": false}}, "plugins": {"phan": {"enabled": false, "config": {"file_extensions": "php"}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "Symfony2", "file_extensions": "php"}, "checks": {"PSR1 Classes ClassDeclaration MissingNamespace": {"enabled": false}, "PSR1 Files SideEffects FoundWithSymbols": {"enabled": false}, "Squiz Strings ConcatenationSpacing PaddingFound": {"enabled": false}, "Symfony2 Commenting FunctionComment MissingReturn": {"enabled": false}, "Symfony2 Commenting FunctionComment MissingParamTag": {"enabled": false}}}, "phpmd": {"enabled": true, "config": {"file_extensions": "php", "rulesets": "ruleset.xml"}}, "sonar-php": {"enabled": false, "checks": {"php:S1192": {"enabled": false}}}, "duplication": {"enabled": false}}, "exclude_patterns": ["assets/*", "bin/*", "config/*", "public/main/admin/ldap_synchro.php", "public/main/chat/emoji_strategy.php", "public/main/inc/lib/browser/", "public/main/inc/lib/javascript/", "public/main/inc/lib/kses-0.2.2/", "public/main/inc/lib/nusoap/", "public/main/inc/lib/ppt2png/", "public/main/inc/lib/pear/", "public/main/inc/lib/xajax/", "public/main/lp/packaging/", "public/main/template/", "public/main/lang/", "public/libs/", "public/img/", "public/plugin/buycourses/src/Culqi/", "public/plugin/buycourses/src/Requests/", "public/plugin/buycourses/src/Requests.php", "public/plugin/buycourses/src/paypalfunctions.php", "public/plugin/vchamilo/cli/", "public/plugin/pens/lib", "public/plugin/bbb/lib/bbb_api.php", "public/plugin/ims_lti/OAuthSimple.php", "public/plugin/sepe/src/wsse/", "public/plugin/test2pdf/class/", "public/plugin/jcapture/lib/", "public/plugin/jcapture/src/", "var/cache/", "var/log/", "tests/", "vendor/", "web/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "complex-logic": {"config": {"threshold": 768}}, "file-lines": {"config": {"threshold": 4096}}, "method-complexity": {"config": {"threshold": 768}}, "method-count": {"config": {"threshold": 80}}, "method-lines": {"config": {"threshold": 1024}}, "nested-control-flow": {"config": {"threshold": 16}}, "return-statements": {"config": {"threshold": 64}}, "similar-code": {"enable": false, "config": {"threshold": 350}}, "identical-code": {"enable": false, "config": {"threshold": 350}}}, "plugins": {"duplication": {"enabled": false}}, "exclude_patterns": ["images/", "docs/", "help/", "repo/", "external/", "ws_dist/"]} +{"engines": {"radon": {"enabled": true}, "pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["docs/", "tests/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress"}, "checks": {"Generic WhiteSpace DisallowTabIndent NonIndentTabsUsed": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "PSR2 Methods FunctionCallSignature SpaceAfterOpenBracket": {"enabled": false}, "PSR2 Methods FunctionCallSignature SpaceBeforeCloseBracket": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz Functions FunctionDeclarationArgumentSpacing SpacingAfterOpen": {"enabled": false}, "Squiz Functions FunctionDeclarationArgumentSpacing SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseClassName": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx", "**.php", "**.module", "**.inc"]}, "exclude_paths": ["css/build/**/*", "font-awesome/**/*", "js/build/**/*", "js/libs/**/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["tests/*", "karma.conf.js", "package.json"]} +{"languages": {"PHP": true}, "exclude_paths": ["tests/*", "example.php"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/"]} +{"exclude_patterns": ["**/src/database/*", "**/*.spec.js", "**/__mocks__/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["demo/*.js", "docs/**/*.js", "specs/*.js", "app/*.js", "dist/*.js", "lib/*"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": false}} +{"languages": {"Python": true}, "exclude_paths": ["tests.py", "setup.py", "docs/conf.py"]} +{"plugins": {"pmd": {"enabled": true}}} +{"eslint": {"enabled": true, "config": {"extensions": [".es6", ".js", ".jsx"]}}, "ratings": {"paths": ["**.es6", "**.js", "**.jsx"]}} +{"languages": {"JavaScript": true}, "exclude_paths": ["doc/**/*.js", "test/**/*.js", "lib/**/*.js"]} +{"version": "2", "plugins": {"duplication": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "pep8": {"enabled": true}, "pylint": {"enabled": true, "channel": "beta"}, "radon": {"enabled": true}, "sonar-python": {"enabled": true, "config": {"tests_patterns": ["src/test/**"]}}}, "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 300}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}}, "exclude_patterns": ["documents/", "test_data/", ".*", "*.yml", "*.json", "config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts", "*.md", "*.txt", "*.cmd", "*.ini"]} +{"engines": {"duplication": {"enabled": true}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}} +{"plugins": {"eslint": {"enabled": true, "channel": "eslint-6"}}} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 8}}, "complex-logic": {"enabled": true, "config": {"threshold": 8}}, "file-lines": {"enabled": true, "config": {"threshold": 500}}, "method-complexity": {"enabled": true, "config": {"threshold": 10}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 70}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 8}}, "return-statements": {"enabled": true, "config": {"threshold": 8}}, "similar-code": {"enabled": true, "config": {"threshold": 68}}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["index.test.js", "fragebogenprogrammierung.js"]} +{"engines": {"phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}, "scss-lint": {"enabled": true}, "sonar-php": {"enabled": true, "config": {"tests_patterns": ["**/src/test/**", "**/tests/src/**"]}}, "duplication": {"enabled": true, "config": {"languages": [{"php": null}]}}, "phpmd": {"enabled": true, "config": {"file_extensions": "php,inc,module,install", "rulesets": ".phpmd.xml"}}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php,inc,module,install", "encoding": "utf-8", "standard": "Drupal", "ignore_warnings": true}}}, "ratings": {"paths": ["**.scss", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php"]}, "exclude_paths": ["web/core/", "web/autoload.php", "web/index.php", "web/update.php", "web/libraries/", "web/private/", "web/modules/contrib/", "web/sites/", "**/vendor/**", "vendor/", "**/tests/**", "**/spec/**", "config/", "console/", "drush/", "scripts/", "sites/", ".docker/"]} +{"languages": {"JavaScript": true}, "engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["test/**/*", "tests/**/*"]} +{"engines": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "markdownlint": {"enabled": true, "checks": {"MD004": {"enabled": false}, "MD005": {"enabled": false}, "MD006": {"enabled": false}, "MD007": {"enabled": false}, "MD013": {"enabled": false}, "MD026": {"enabled": false}, "MD031": {"enabled": false}, "MD033": {"enabled": false}, "MD036": {"enabled": false}}}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["recipes/*", "log/*", "recources/*", "docs/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.go", "**.md"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"exclude_patterns": ["tests/", "**/*.spec.js"]} +{"languages": {"JavaScript": true}, "engines": {"duplication": {"enabled": true, "config": {"languages": [{"javascript": null}]}}, "fixme": {"enabled": true}, "eslint": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["node_modules/", "**/*.snap", "coverage/**/*", ".idea/", "dist/"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["config/", "spec/"]} +{"plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 64}}}}}} +{"engines": {"rubocop": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}}, "exclude_paths": ["benchmarks/**/*", "spec/**/*"], "ratings": {"paths": ["lib/**/*"]}} +{"engines": {"fixme": {"enabled": true}, "tailor": {"enabled": true, "checks": {"comment-whitespace": {"enabled": false}, "trailing-whitespace": {"enabled": false}, "upper-camel-case": {"enabled": false}, "function-whitespace": {"enabled": false}, "colon-whitespace": {"enabled": false}, "comma-whitespace": {"enabled": false}, "terminating-newline": {"enabled": false}, "brace-style": {"enabled": false}, "parentheses-whitespace": {"enabled": false}, "leading-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["FilestackSDKTests/", "Carthage/"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-2", "checks": {"import/no-unresolved": {"enabled": false}, "new-cap": {"enabled": false}}}}, "ratings": {"paths": ["*/**"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["config/", "tests/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["nodes/", "cookbooks/", "**.js", "**/static/**/*"]} +{"ratings": {"paths": ["**.js"]}, "exclude_paths": null} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "config": {"config": "./.eslintrc"}, "checks": {"import/extensions": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.*"]}, "exclude_paths": ["tests/"]} +{"version": "2", "checks": {"return-statements": {"config": {"threshold": 5}}, "method-lines": {"config": {"threshold": 30}}, "similar-code": {"config": {"threshold": 90}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 10}}, "argument-count": {"config": {"threshold": 5}}}, "plugins": {"duplication": {"enabled": true, "checks": {"Similar Code": {"enabled": true}}, "config": {"languages": {"javascript": {"mass_threshold": 45}}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["test/", "node_modules/", "coverage/", "dist/", "codeclimate.html"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "cypress/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "reek": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["coverage/", "spec/dummy/"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["lib/**"]}, "exclude_paths": ["test/**", "dist/**", "node_modules/**", "coverage/**"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["sample/"]} +{"engines": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["vendor/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["tests/"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": null, "ruby": {"mass_threshold": 100}}}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG"]}}, "grep": {"enabled": true, "config": {"patterns": {"no-trailing-whitespace": {"pattern": "\\s*$", "annotation": "Don't leave trailing whitespace", "severity": "minor", "categories": "Style", "path_patterns": ["**.arb", "**.coffee", "**.css", "**.erb", "**.es6", "**.feature", "**.gemfile", "**.gemspec", "**.html", "**.js", "**.md", "**.rake", "**.rb", "**.scss", "**.yml", ".*.yml"]}}}}, "markdownlint": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-51"}}, "exclude_patterns": ["gemfiles/vendor/", ".test-rails-apps/", "spec/rails/", "coverage/", "vendor/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 7}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 350}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 55}}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["**/test/", "**/androidTest/", "**test", "**/interfaces/"]} +{"version": "2", "plugins": {"cppcheck": {"enabled": true, "exclude_patterns": ["test/"], "config": {"check": "all", "language": "c++", "stds": ["c++11", "c++14"], "includes": ["include/"]}}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.tsx", "**.ts", "**.jsx", "**.js", "**.css"]}, "exclude_paths": ["test/", "**/*.test.*", "node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["gulpfile.babel.js", "LICENSE", "README.md", "package.json", "test/**/*"]} +{"engines": {"eslint": {"enabled": true}}, "exclude_paths": ["lib/*"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": {"python": {"python_version": 3}}}}, "bandit": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "sonar-python": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}}} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 8}}, "method-lines": {"config": {"threshold": 100}}, "file-lines": {"config": {"threshold": 500}}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Identical code": {"enabled": false}}, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"], "addons": {"code_climate": {"repo_token": null}}} +{"engines": {"rubocop": {"enabled": true}, "brakeman": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}}, "ratings": {"paths": ["JBB-Web/app/controllers/", "JBB-Web/app/helpers/", "JBB-Web/app/models/", "JBB-Web/app/views/"]}, "exclude_paths": ["JBB-Web/bin/", "JBB-Web/config/", "JBB-Web/db/", "JBB-Web/lib/", "JBB-Web/log/", "JBB-Web/public/", "JBB-Web/spec/", "JBB-Web/test/", "JBB-Web/tmp/", "JBB-Web/vendor/assets/", "JBB-Web/app/assets/", "JBB-Web/app/assets/channels/", "JBB-Web/app/assets/javascripts/", "JBB-Web/app/assets/javascripts/bootstrap.js", "JBB-Web/app/assets/javascripts/masks.js", "JBB-Web/app/assets/jobs/", "JBB-Web/app/assets/mailers/"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 10}}, "complex-logic": {"enabled": true, "config": {"threshold": 10}}, "file-lines": {"enabled": true, "config": {"threshold": 750}}, "method-complexity": {"enabled": true, "config": {"threshold": 8}}, "method-count": {"enabled": false}, "method-lines": {"enabled": true, "config": {"threshold": 35}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/test_*.py", "tests/"]} +{"engines": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["Godeps/**/*"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}}, "plugins": {"fixme": {"enabled": true}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true, "channel": "beta", "config": {"sonar.java.source": 8}, "checks": {"squid:S3776": {"enabled": false}}}}, "ratings": {"paths": ["**.java"]}, "exclude_patterns": ["References/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/**/*"]} +{"plugins": {"eslint": {"enabled": true}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "method-lines": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"eslint": {"enabled": true}}, "exclude_patterns": ["android/", "ios/", "node_modules/", "/test/**/*", "**/vendor/", "**/*.d.ts", "coverage/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "method-complexity": {"config": {"threshold": 10}}, "method-lines": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}} +{"exclude_patterns": ["functional_tests/", "node_modules/", "**/static/", "**/tests"]} +{"version": "2", "checks": {"argument-count": {"enabled": true}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": true}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"eslint": {"enabled": true, "channel": "eslint-4", "checks": {"no-process-exit": {"enabled": false}, "node/no-unpublished-require": {"enabled": false}}}}} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 300}}, "method-lines": {"config": {"threshold": 30}}, "method-complexity": {"config": {"threshold": 7}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/*conf.js", "Gruntfile.js", "data/datacreator.ts", "frontend/src/hacking-instructor/**/*.ts", "frontend/src/assets/private/*.js", "lib/logger.ts"]} +{"engines": {"duplication": {"enabled": false}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 6}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}}, "plugins": {"govet": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}}} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 10}}, "file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 100}}}} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 250}}, "method-complexity": {"enabled": true, "config": {"threshold": 5}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 25}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false, "config": {"threshold": 1}}, "identical-code": {"enabled": false, "config": {"threshold": 1}}}, "plugins": {"gofmt": {"enabled": true}, "govet": {"enabled": true}, "golint": {"enabled": true}, "fixme": {"enabled": true}, "editorconfig": {"enabled": true}}} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "flog": {"enabled": true}, "markdownlint": {"enabled": true}, "reek": {"enabled": true, "config": {"file": ".reek.yml"}}, "rubocop": {"enabled": true, "channel": "rubocop-0-63", "config": {"file": ".rubocop.yml"}}}, "exclude_patterns": ["doc/", "docs/", "gemfiles/", "pkg/", "lib/stub_requests/core_ext/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "scss-lint": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["db/**/*", "vendor/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "complex-logic": {"config": {"threshold": 10}}, "file-lines": {"config": {"threshold": 3000}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 200}}, "method-lines": {"config": {"threshold": 200}}, "nested-control-flow": {"config": {"threshold": 10}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 90}}, "identical-code": {"config": {"threshold": null}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 90}}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "gulpfile.js"]} +{"exclude_paths": ["vendor/"], "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "sonar-php": {"enabled": true}}} +{"version": "2", "plugins": {"duplication": {"enabled": false}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "checks": {"argument-count": {"config": {"threshold": 9}}}, "exclude_patterns": ["docs/source"]} +{"engines": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "bundler-audit": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.js", "**.jsx", "**.css", "Gemfile.lock"]}, "exclude_paths": ["config/**/*", "db/**/*", "test/**/*", "vendor/**/*"]} +{"exclude_paths": ["tests/*"]} +{"exclude_patterns": ["**/*.spec.js", "**/*.spec.ts", "docs/**/*.js"]} +{"version": "2", "engines": {"reek": {"enabled": true, "checks": {"IrresponsibleModule": {"enabled": false}}}, "rubocop": {"enabled": true, "channel": "rubocop-0-64", "checks": {"Rubocop/Style/Documentation": {"enabled": false}, "Rubocop/Style/StringLiterals": {"enabled": false}}}}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}}}}, "ratings": {"paths": ["**.js"]}} +{"engines": {"fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "eslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": [{"javascript": null}]}}}, "ratings": {"paths": ["src/*.js"]}, "exclude_paths": ["lib/**/*", "dist/**/*", "coverage/*", "tests/**/*", "tmp/**/*"]} +{"engines": {"phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php", "ignore_warnings": true}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["src/**.php"]}, "exclude_paths": ["helpers.php", "phpunit.php", "src/Component/config/**/*", "src/Component/ServiceProvider.php", "src/Component/Facade/**/*", "tests/**/*", "vendor/**/*"]} +{"version": "2", "checks": {"file-lines": {"enabled": false}, "argument-count": {"config": {"threshold": 5}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true}, "shellcheck": {"enabled": true}, "sonar-python": {"enabled": true}}, "exclude_patterns": ["docs/", "stellar_sdk/xdr/", "tests/"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["app/**", "lib/**", "**.rb", "**.go"]}, "exclude_paths": ["spec/**/*", "vendor/**/*"]} +{"languages": {"JavaScript": true, "Python": true}, "exclude_paths": ["deployment_templates/", "package/tests/"]} +{"engines": {"tailor": {"enabled": true, "checks": {"forced-type-cast": {"enabled": false}, "function-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["Carthage", "Pods", "fastlane"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}, "csslint": {"enabled": true}, "markdownlint": {"enabled": true}, "reek": {"enabled": true}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.css", "**.scss", "**.sass"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/", ".idea/", "coverage/", "app/assets/stylesheets/font-awesome.css.scss"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 3}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": false, "config": {"threshold": 250}}, "method-complexity": {"enabled": true, "config": {"threshold": 5}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 50}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": true, "config": {"threshold": null}}, "identical-code": {"enabled": true, "config": {"threshold": null}}}, "exclude_patterns": ["dist/", "**/node_modules/", "/test/", "**/*.d.ts", "__mocks__/", "jest.*.js"], "plugins": {"fixme": {"enabled": true}}} +{"JavaScript": true, "engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["app/**/*", "**.js"]}, "exclude_paths": ["media/**/*", "**.json", "**.md"]} +{"engines": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}, "shellcheck": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}}, "ratings": {"paths": ["**.rb", "**.js", "**.sh"]}} +{"plugins": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-5"}, "fixme": {"enabled": true}, "flog": {"enabled": true}, "reek": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-71"}, "scss-lint": {"enabled": true}, "nodesecurity": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.html", "**.erb", "**.scss", "**.css", "**.js", "**.jsx", "**.md"]}, "exclude_paths": [".github/", "config/", "coverage/", "db/", "deps/", "doc/", "tmp/", "log/", "vendor/", "public/", "node_modules/", ".rubocop.yml", ".codeclimate.yml", ".scss-lint.yml", ".eslintrc", ".gitignore", ".nvmrc", ".yvmrc", "yarn.lock"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["dist/", "lib/", "docs/", "assets/"]} +{"engines": {"pep8": {"enabled": true}, "shellcheck": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD013": {"enabled": false}, "MD026": {"enabled": false}}}, "csslint": {"enabled": true}, "eslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "python"]}}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py", "**.sh", "README.md", "scoreboard/html_static/css/style.css", "scoreboard/html_static/js/dcss-scoreboard.js"]}, "exclude_paths": ["awesomeplete.min.js", "awesomeplete.css", "jquery.timeago.js", "tether.min.js"]} +{"languages": {"PHP": true}, "exclude_paths": ["example/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}, "checks": {"Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["fonts/", "features/", "features/bootstrap/FeatureContext.php", "tests/", "Strebo/WebSocketServer.php", "Strebo/WebSocketUser.php", "DeprecatedSocialNetworks/", "documentation/", "libs/", "resources/", "composer.lock", "config.json", "composer.json", "README.md", "codeclimate.sh"]} +{"languages": {"Python": true}, "exclude_paths": ["docs/*", "env/*"]} +{"exclude_paths": ["node_modules/", "languages/", "vendor/", "bower_components/", "js/vendor/", ".sass-cache/", "*.min.css", "*.min.js", "**.css"], "engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php", "standard": "WordPress", "ignore_warnings": false, "encoding": "utf-8"}}, "phpmd": {"enabled": true, "config": {"file_extensions": "php", "rulesets": "codesize,naming,unusedcode"}}, "scss-lint": {"enabled": true, "exclude_fingerprints": ["bcfbf6b95474763b7de69327fe455ae5"]}}, "ratings": {"paths": ["**.md", "**.inc", "**.js", "**.php", "**.css", "**.scss"]}} +{"plugins": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}}} +{"engines": {"fixme": {"enabled": true}, "duplication": {"enabled": false}, "eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}, "import/extensions": {"enabled": false}}}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*.js"]} +{"engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.js", "**.css"]}, "exclude_paths": ["private/moment-locales/**/*", "packages/rocketchat-favico/favico.js"]} +{"engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.js", "**.css"]}, "exclude_paths": ["private/moment-locales/**/*", "packages/rocketchat-favico/favico.js"]} +{"engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.js", "**.css"]}, "exclude_paths": ["private/moment-locales/**/*", "packages/rocketchat-favico/favico.js"]} +{"engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.coffee", "**.js", "**.css"]}, "exclude_paths": ["private/moment-locales/**/*", "packages/rocketchat-favico/favico.js"]} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/*", "examples/*", "chatterbot/ext/django_chatterbot/migrations/*"]} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/*", "examples/*", "chatterbot/ext/django_chatterbot/migrations/*"]} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/*", "examples/*", "chatterbot/ext/django_chatterbot/migrations/*"]} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["tests/*", "examples/*", "chatterbot/ext/django_chatterbot/migrations/*"]} +{"plugins": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"plugins": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"plugins": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"plugins": {"golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8}}}} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8}}}} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8}}}} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8}}}} +{"exclude_patterns": ["docs/", "src/views/", "src/assets/", "src/configs/", "src/database/", "src/localization/", "src/laravel-filemanager/", "**/*.js", "**/*.MD"]} +{"exclude_patterns": ["docs/", "src/views/", "src/assets/", "src/configs/", "src/database/", "src/localization/", "src/laravel-filemanager/", "**/*.js", "**/*.MD"]} +{"exclude_patterns": ["docs/", "src/views/", "src/assets/", "src/configs/", "src/database/", "src/localization/", "src/laravel-filemanager/", "**/*.js", "**/*.MD"]} +{"version": "2", "languages": {"JavaScript": true}, "checks": {"file-lines": {"enabled": true, "config": {"threshold": 740}}, "return-statements": {"enabled": true, "config": {"threshold": 6}}}, "exclude_patterns": ["lib/**", "test/**", "examples/**", "LICENSE", "LICENSE.md", "README.md", "package.json", "**/*.d.ts"]} +{"version": "2", "languages": {"JavaScript": true}, "checks": {"file-lines": {"enabled": true, "config": {"threshold": 740}}, "return-statements": {"enabled": true, "config": {"threshold": 6}}}, "exclude_patterns": ["lib/**", "test/**", "examples/**", "LICENSE", "LICENSE.md", "README.md", "package.json", "**/*.d.ts"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/", "Gemfile", "bin/console", "devise-jwt.gemspec", "vendor/"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "complex-logic": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "file-lines": {"enabled": true, "config": {"threshold": 250, "languages": ["javascript", "php"]}}, "method-complexity": {"enabled": true, "config": {"threshold": 5, "languages": ["javascript", "php"]}}, "method-count": {"enabled": true, "config": {"threshold": 10, "languages": ["javascript", "php"]}}, "method-lines": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "return-statements": {"enabled": true, "config": {"threshold": 2, "languages": ["javascript", "php"]}}, "similar-code": {"enabled": true, "config": {"threshold": 400, "languages": ["javascript", "php"]}}, "identical-code": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}}, "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "exclude_patterns": ["vendor/*", "view/base/web/js/view/payment/lib/*", "Plugin/VaultAddtionalCommand.php"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "complex-logic": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "file-lines": {"enabled": true, "config": {"threshold": 250, "languages": ["javascript", "php"]}}, "method-complexity": {"enabled": true, "config": {"threshold": 5, "languages": ["javascript", "php"]}}, "method-count": {"enabled": true, "config": {"threshold": 10, "languages": ["javascript", "php"]}}, "method-lines": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "return-statements": {"enabled": true, "config": {"threshold": 2, "languages": ["javascript", "php"]}}, "similar-code": {"enabled": true, "config": {"threshold": 400, "languages": ["javascript", "php"]}}, "identical-code": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}}, "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "exclude_patterns": ["vendor/*", "view/base/web/js/view/payment/lib/*", "Plugin/VaultAddtionalCommand.php"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "complex-logic": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "file-lines": {"enabled": true, "config": {"threshold": 250, "languages": ["javascript", "php"]}}, "method-complexity": {"enabled": true, "config": {"threshold": 5, "languages": ["javascript", "php"]}}, "method-count": {"enabled": true, "config": {"threshold": 10, "languages": ["javascript", "php"]}}, "method-lines": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4, "languages": ["javascript", "php"]}}, "return-statements": {"enabled": true, "config": {"threshold": 2, "languages": ["javascript", "php"]}}, "similar-code": {"enabled": true, "config": {"threshold": 400, "languages": ["javascript", "php"]}}, "identical-code": {"enabled": true, "config": {"threshold": 40, "languages": ["javascript", "php"]}}}, "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "exclude_patterns": ["vendor/*", "view/base/web/js/view/payment/lib/*", "Plugin/VaultAddtionalCommand.php"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**/*"]}, "exclude_paths": ["lib/**/*"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**/*"]}, "exclude_paths": ["lib/**/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["lib"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["lib"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["lib"]} +{"plugins": {"sonar-php": {"enabled": true}}, "exclude_patterns": ["Test"]} +{"plugins": {"sonar-php": {"enabled": true}}, "exclude_patterns": ["Test"]} +{"plugins": {"duplication": {"enabled": true, "exclude_patterns": ["**/*.test.js", "**/*.test.jsx"], "config": {"languages": {"python": null, "javascript": {"mass_threshold": 85}}}}}} +{"engines": {"hlint": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": true}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": true}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}} +{"exclude_patterns": ["docs/", "examples/", "src/test/"], "checks": {"similar-code": {"config": {"threshold": 100}}}} +{"exclude_patterns": ["docs/", "examples/", "src/test/"], "checks": {"similar-code": {"config": {"threshold": 100}}}} +{"exclude_patterns": ["docs/", "examples/", "src/test/"], "checks": {"similar-code": {"config": {"threshold": 100}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}}, "ratings": {"paths": ["pyt/*", "**.py"]}, "exclude_paths": ["pyt/draw.py", "pyt/github_search.py", "pyt/intraprocedural_cfg.py", "pyt/repo_runner.py", "pyt/save.py", "examples/**", "profiling/**", "tests/**", "LICENSE", "**/trigger_definitions/*", "**.cfg", "**.csv", "**.in", "**.md", "**.png", "**.pyt", "**.rst", "**.sh", "**.txt"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}}, "ratings": {"paths": ["pyt/*", "**.py"]}, "exclude_paths": ["pyt/draw.py", "pyt/github_search.py", "pyt/intraprocedural_cfg.py", "pyt/repo_runner.py", "pyt/save.py", "examples/**", "profiling/**", "tests/**", "LICENSE", "**/trigger_definitions/*", "**.cfg", "**.csv", "**.in", "**.md", "**.png", "**.pyt", "**.rst", "**.sh", "**.txt"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}}, "ratings": {"paths": ["pyt/*", "**.py"]}, "exclude_paths": ["pyt/draw.py", "pyt/github_search.py", "pyt/intraprocedural_cfg.py", "pyt/repo_runner.py", "pyt/save.py", "examples/**", "profiling/**", "tests/**", "LICENSE", "**/trigger_definitions/*", "**.cfg", "**.csv", "**.in", "**.md", "**.png", "**.pyt", "**.rst", "**.sh", "**.txt"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true, "checks": {"E501": {"enabled": false}}}}, "ratings": {"paths": ["pyt/*", "**.py"]}, "exclude_paths": ["pyt/draw.py", "pyt/github_search.py", "pyt/intraprocedural_cfg.py", "pyt/repo_runner.py", "pyt/save.py", "examples/**", "profiling/**", "tests/**", "LICENSE", "**/trigger_definitions/*", "**.cfg", "**.csv", "**.in", "**.md", "**.png", "**.pyt", "**.rst", "**.sh", "**.txt"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "coverage/", "locales/", "node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "coverage/", "locales/", "node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "coverage/", "locales/", "node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "coverage/", "locales/", "node_modules/"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": false}, "eslint": {"enabled": false}, "rubocop": {"enabled": false}, "sass-lint": {"enabled": false}}, "exclude_patterns": ["spec/", "vendor/asset/", "app/javascript/mastodon/locales/**/*.json", "config/locales/**/*.yml"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "identical-code": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"enabled": true, "config": {"threshold": 65}}}, "exclude_patterns": ["**/__tests__/", "tests/", "spec/", "**/vendor/", "**/node_modules/", "**/*.test.js", "**/Terms/"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*", "browser/**/*", "examples/**/*", "lib/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 45}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["**/*.test.js", "src/serviceWorker.js", "src/index.css", "src/App.css", "**/libs/*.css", "**/libs/*.js", "cypress/**/*", "node_modules/"], "plugins": {"csslint": {"enabled": true, "checks": {"box-sizing": {"enabled": false}, "fallback-colors": {"enabled": false}, "box-model": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"extensions": [".js", ".jsx"]}}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 1000}}, "method-complexity": {"enabled": true, "config": {"threshold": 50}}, "method-count": {"enabled": false, "config": {"threshold": 20}}, "method-lines": {"enabled": false, "config": {"threshold": 100}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false, "config": {"threshold": null}}, "identical-code": {"enabled": true, "config": {"threshold": null}}}, "plugins": {"fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"rulesets": "tests/phpmd.xml"}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "Wordpress-Extra"}, "checks": {"WordPress Files FileName InvalidClassFileName": {"enabled": false}, "WordPress NamingConventions ValidVariableName MemberNotSnakeCase": {"enabled": false}, "WordPress NamingConventions ValidVariableName NotSnakeCaseMemberVar": {"enabled": false}, "WordPress NamingConventions ValidFunctionName MethodNameInvalid": {"enabled": false}, "WordPress Classes ClassOpeningStatement BraceOnNewLine": {"enabled": false}, "WordPress Variables GlobalVariables OverrideProhibited": {"enabled": false}, "WordPress WhiteSpace OperatorSpacing SpacingBefore": {"enabled": false}, "WordPress WhiteSpace ControlStructureSpacing BlankLineAfterEnd": {"enabled": false}, "WordPress WP I18n NonSingularStringLiteralDomain": {"enabled": false}, "WordPress XSS EscapeOutput OutputNotEscaped": {"enabled": false}, "WordPress PHP DiscouragedFunctions Discouraged": {"enabled": false}, "Squiz Commenting FunctionComment SpacingAfterParamType": {"enabled": false}, "Squiz PHP CommentedOutCode Found": {"enabled": false}, "Squiz Strings DoubleQuoteUsage NotRequired": {"enabled": false}, "Squiz ControlStructures ControlSignature SpaceAfterCloseBrace": {"enabled": false}, "Generic Classes OpeningBraceSameLine BraceOnNewLine": {"enabled": false}, "Generic Commenting DocComment SpacingBeforeTags": {"enabled": false}, "Generic ControlStructures InlineControlStructure NotAllowed": {"enabled": false}, "Generic WhiteSpace ScopeIndent Incorrect": {"enabled": false}, "Generic WhiteSpace ScopeIndent IncorrectExact": {"enabled": false}}}}, "exclude_paths": ["tests/*", "bin/*"]} +{"exclude_patterns": ["tests/", "spec/", "**/vendor/", "**/node_modules/"]} +{"engines": {"govet": {"enabled": true}, "golint": {"enabled": false}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["vendor/", "sdk/"]} +{"engines": {"govet": {"enabled": true}, "golint": {"enabled": false}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["vendor/", "sdk/"]} +{"engines": {"govet": {"enabled": true}, "golint": {"enabled": false}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["vendor/", "sdk/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["doc/**/*.js", "test/**/*.js", "lib/**/*.js"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.go", "**.md"]}} +{"exclude_patterns": ["tests/", "**/*.spec.js"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["config/", "spec/"]} +{"plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 64}}}}}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-2", "checks": {"import/no-unresolved": {"enabled": false}, "new-cap": {"enabled": false}}}}, "ratings": {"paths": ["*/**"]}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-2", "checks": {"import/no-unresolved": {"enabled": false}, "new-cap": {"enabled": false}}}}, "ratings": {"paths": ["*/**"]}} +{"ratings": {"paths": ["**.js"]}, "exclude_paths": null} +{"ratings": {"paths": ["**.js"]}, "exclude_paths": null} +{"ratings": {"paths": ["**.js"]}, "exclude_paths": null} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["lib/**"]}, "exclude_paths": ["test/**", "dist/**", "node_modules/**", "coverage/**"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.tsx", "**.ts", "**.jsx", "**.js", "**.css"]}, "exclude_paths": ["test/", "**/*.test.*", "node_modules/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.tsx", "**.ts", "**.jsx", "**.js", "**.css"]}, "exclude_paths": ["test/", "**/*.test.*", "node_modules/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.tsx", "**.ts", "**.jsx", "**.js", "**.css"]}, "exclude_paths": ["test/", "**/*.test.*", "node_modules/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.tsx", "**.ts", "**.jsx", "**.js", "**.css"]}, "exclude_paths": ["test/", "**/*.test.*", "node_modules/"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": {"python": {"python_version": 3}}}}, "bandit": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "sonar-python": {"enabled": true}, "radon": {"enabled": true, "config": {"threshold": "C"}}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Identical code": {"enabled": false}}, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"], "addons": {"code_climate": {"repo_token": null}}} +{"engines": {"duplication": {"enabled": true, "checks": {"Identical code": {"enabled": false}}, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"], "addons": {"code_climate": {"repo_token": null}}} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}}, "plugins": {"fixme": {"enabled": true}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true, "channel": "beta", "config": {"sonar.java.source": 8}, "checks": {"squid:S3776": {"enabled": false}}}}, "ratings": {"paths": ["**.java"]}, "exclude_patterns": ["References/"]} +{"plugins": {"eslint": {"enabled": true}}} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 300}}, "method-lines": {"config": {"threshold": 30}}, "method-complexity": {"config": {"threshold": 7}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/*conf.js", "Gruntfile.js", "data/datacreator.ts", "frontend/src/hacking-instructor/**/*.ts", "frontend/src/assets/private/*.js", "lib/logger.ts"]} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 300}}, "method-lines": {"config": {"threshold": 30}}, "method-complexity": {"config": {"threshold": 7}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/*conf.js", "Gruntfile.js", "data/datacreator.ts", "frontend/src/hacking-instructor/**/*.ts", "frontend/src/assets/private/*.js", "lib/logger.ts"]} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 300}}, "method-lines": {"config": {"threshold": 30}}, "method-complexity": {"config": {"threshold": 7}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/*conf.js", "Gruntfile.js", "data/datacreator.ts", "frontend/src/hacking-instructor/**/*.ts", "frontend/src/assets/private/*.js", "lib/logger.ts"]} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "duplication": {"enabled": true}}, "checks": {"file-lines": {"config": {"threshold": 300}}, "method-lines": {"config": {"threshold": 30}}, "method-complexity": {"config": {"threshold": 7}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["**/*conf.js", "Gruntfile.js", "data/datacreator.ts", "frontend/src/hacking-instructor/**/*.ts", "frontend/src/assets/private/*.js", "lib/logger.ts"]} +{"exclude_patterns": ["**/*.spec.js", "**/*.spec.ts", "docs/**/*.js"]} +{"version": "2", "engines": {"reek": {"enabled": true, "checks": {"IrresponsibleModule": {"enabled": false}}}, "rubocop": {"enabled": true, "channel": "rubocop-0-64", "checks": {"Rubocop/Style/Documentation": {"enabled": false}, "Rubocop/Style/StringLiterals": {"enabled": false}}}}} +{"engines": {"fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "eslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": [{"javascript": null}]}}}, "ratings": {"paths": ["src/*.js"]}, "exclude_paths": ["lib/**/*", "dist/**/*", "coverage/*", "tests/**/*", "tmp/**/*"]} +{"engines": {"tailor": {"enabled": true, "checks": {"forced-type-cast": {"enabled": false}, "function-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["Carthage", "Pods", "fastlane"]} +{"engines": {"tailor": {"enabled": true, "checks": {"forced-type-cast": {"enabled": false}, "function-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["Carthage", "Pods", "fastlane"]} +{"engines": {"tailor": {"enabled": true, "checks": {"forced-type-cast": {"enabled": false}, "function-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["Carthage", "Pods", "fastlane"]} +{"engines": {"tailor": {"enabled": true, "checks": {"forced-type-cast": {"enabled": false}, "function-whitespace": {"enabled": false}}}}, "ratings": {"paths": ["**.swift"]}, "exclude_paths": ["Carthage", "Pods", "fastlane"]} +{"engines": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}, "shellcheck": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}}, "ratings": {"paths": ["**.rb", "**.js", "**.sh"]}} +{"plugins": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-5"}, "fixme": {"enabled": true}, "flog": {"enabled": true}, "reek": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-71"}, "scss-lint": {"enabled": true}, "nodesecurity": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.html", "**.erb", "**.scss", "**.css", "**.js", "**.jsx", "**.md"]}, "exclude_paths": [".github/", "config/", "coverage/", "db/", "deps/", "doc/", "tmp/", "log/", "vendor/", "public/", "node_modules/", ".rubocop.yml", ".codeclimate.yml", ".scss-lint.yml", ".eslintrc", ".gitignore", ".nvmrc", ".yvmrc", "yarn.lock"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["dist/", "lib/", "docs/", "assets/"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["dist/", "lib/", "docs/", "assets/"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["dist/", "lib/", "docs/", "assets/"]} +{"engines": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["dist/", "lib/", "docs/", "assets/"]} +{"engines": {"tailor": {"enabled": true}}, "ratings": {"paths": ["**.swift"], "exclude_paths": []}} +{"languages": {"JavaScript": true}, "exclude_paths": ["database_reports/*", "migrations/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "similar-code": {"config": {"threshold": 100}}}, "exclude_patterns": ["coverage/**/*", "es/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"version": "2", "plugins": {"tslint": {"enabled": true, "config": "tslint.json"}}} +{"version": "2", "exclude_patterns": ["doc/", "dist/", "**/tests/"], "checks": {"argument-count": {"config": {"threshold": 10}}, "complex-logic": {"config": {"threshold": 20}}, "file-lines": {"enabled": false}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 75}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 64}}, "identical-code": {"config": {"threshold": 64}}}, "plugins": {"fixme": {"enabled": true}, "pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"python": {"python_version": 3}}}}}} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true, "Python": true}, "exclude_paths": ["common/adodb5/*", "documentation/doxy/*", "fannie/legacy/*", "fannie/src/javascript/*", "fannie/src/fpdf/*", "fannie/src/Excel/*", "fannie/modules/plugins2.0/CoopDealsSigns/noauto/fonts/*", "tests/*", "fannie/item/deleteItem_WEFC_Toronto.php", "fannie/item/insertItem_WEFC_Toronto.php", "fannie/item/itemMaint_WEFC_Toronto.php", "fannie/item/itemMaint_WEFC_Toronto.php", "fannie/item/prodAllLanes_WEFC_Toronto.php", "fannie/item/prodFunction_WEFC_Toronto.php", "fannie/item/itemMaint_WEFC_Toronto.php", "fannie/item/updateItems_WEFC_Toronto.php", "fannie/item/import/loadWEFCTorontoProducts.php", "fannie/item/departments/loadWEFCTorontoDepts.php", "fannie/cron/members.sync.with.CiviCRM.php", "fannie/cron/members.update.from.CiviCRM.php"]} +{"version": "2", "checks": {"file-lines": {"config": {"threshold": 400}}, "return-statements": {"config": {"threshold": 15}}, "argument-count": {"config": {"threshold": 8}}}, "plugins": {"sonar-python": {"enabled": true, "config": {"tests_patterns": ["tests/**"], "minimum_severity": "major"}}, "radon": {"enabled": true, "config": {"threshold": "B"}}, "bandit": {"enabled": true}}, "exclude_patterns": ["config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "Tests/", "**/vendor/", "**/*_test.go", "**/*.d.ts", "benchmarks/", "prototypes/", "conftest.py"]} +{"engines": {"hlint": {"enabled": true}}, "ratings": {"paths": ["**.hs"]}} +{"engines": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.php", "**.module", "**.inc"]}, "exclude_paths": ["config/**/*", "tests/**/*", "bootstrap/**/*", "app/Console/**/*", "app/Exceptions/**/*"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 30}}}, "plugins": {"eslint": {"enabled": true, "channel": "eslint-4", "config": {"config": ".eslintrc.json"}, "checks": {"indent": {"enabled": false}}}}, "exclude_patterns": [".github/", "test/", "dist", "wikum", "**/node_modules/", "COPYING"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"plugins": {"checkstyle": {"enabled": true, "config": {"file": "checkstyle.xml"}}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true, "config": {"sonar.java.source": "11"}}}} +{"version": "2", "exclude_patterns": ["migrations/"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"pep8": {"enabled": true}, "duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["**/migrations/**", "**/tests.py", ".pylintrc"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["test", "**/*.spec.js", "**/*.spec.jsx"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "foodcritic": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"exclude_paths": [".yarn.lock"]} +{"exclude_patterns": ["**/Application.java"]} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"minimum_severity": "critical"}}}, "exclude_patterns": ["**/doc/", "**/test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/", "examples/", "docs/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 7}}, "complex-logic": {"config": {"threshold": 5}}, "file-lines": {"config": {"threshold": 1000}}, "method-complexity": {"config": {"threshold": 50}}, "method-count": {"config": {"threshold": 50}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 20}}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["backend/autogen/bar.gen.go", "frontend/src/lib/api/*", "config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "Tests/", "**/vendor/", "**/*_test.go", "**/*.d.ts"]} +{"engines": {"rubocop": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}}, "ratings": {"paths": ["lib/**"]}, "exclude_paths": ["spec/**/*", "vendor/**/*"]} +{"languages": {"JavaScript": true, "Python": true}, "exclude_paths": ["*/migrations/*", "core/static/leaflet/*", "core/static/js/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["src/*/Test", "vendor/*", "Resources/*"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}, "exclude_patterns": ["_includes/master", "_websrc/gulp_tasks", "_websrc/unit_tests", "_site", "module"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "file-lines": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "similar-code": {"config": {"threshold": 150}}, "identical-code": {"config": {"threshold": 100}}, "method-complexity": {"config": {"threshold": 15}}}, "plugins": {"sonar-python": {"enabled": true, "config": {"tests_patterns": ["tests/**"]}}, "radon": {"enabled": true, "config": {"threshold": "C"}}, "pep8": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"python": null}]}}, "git-legal": {"enabled": true}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG"]}}}} +{"engines": {"pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}} +{"engines": {"shellcheck": {"enabled": true, "exclude_fingerprints": ["00468cf5be0161edd724577a36ad7952", "58e3ecf1d944215e5ea6518a8c1d1f1c", "cc4191cd1d8ee72bd63aa28e4b3509dc", "18621e790df9a1247c47c11dfa363fe0", "72fda70e362f931c96c8d770f727a3db", "6490afd50cb628ca4d4857ab5a245c63"]}, "markdownlint": {"enabled": true, "exclude_fingerprints": ["3d0b30e5ad08b22a310e570eaebb1b49", "c36a75ab0ce27f1dbbddf073cce76029", "f7f431e54080b0bad206655a5bd056b2", "236ac3d1d79365b808a5c57368f01da2", "3c8aa6c39631ae3f67ca7b5c9e0de2df", "e09b199efa7d30d856ca00a7c535cb1f", "4c163ae9558cd876928396e940934c3b", "4d7ff7e9a53a98b3f0157af990b15f72"]}}, "ratings": {"paths": [".gitignore", "Documentation/**", "Licenses/**", "Script_Helpers/**", ".travis-ci/**", "Paranoid_Pipes.sh", "ReadMe.md"]}, "exclude_paths": [".git/**", "**.gpg", "**.log", "**.pipe", "Bulk_**/**", "bulk_**/**", "Licenses/GNU_AGPLv3_Code.md", "Licenses/GNU_FDLv1.3_Documentation.md"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-6", "checks": {"import/no-unresolved": {"enabled": false}}}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.md"]}, "exclude_paths": ["node_modules/**/*", "docs/**/*"]} +{"version": "2", "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "checks": {"Identical code": {"enabled": false}, "Design/TooManyPublicMethods": {"enabled": false}}, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": false}, "fixme": {"enabled": false}, "phpmd": {"enabled": true, "checks": {"Identical code": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "UnusedFormalParameter": {"enabled": false}, "Design/TooManyFields": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}}, "config": {"file_extensions": "php", "rulesets": "cleancode,unusedcode,codesize"}}}, "exclude_patterns": ["config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts", "e107_admin/core_image.php", "e107_plugins/log/js/awesomechart.js", "e107_core/**/*.sc", "e107_docs/**/*", "e107_images/**/*", "e107_handlers/hybridauth/**/*", "e107_handlers/jsshrink/**/*", "e107_handlers/phpmailer/**/*", "e107_handlers/phpthumb/**/*", "e107_handlers/xmlrpc/**/*", "e107_web/**/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["js/kickstart.js", "js/jquery.ms.js", "js/jquery.js", "css/img/fancybox/"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": true, "Python": false}, "exclude_paths": ["assets/js/lib", "assets/js/libs.js", "assets/js/libs.min.js", "assets/js/forms.js", "assets/js/forms.min.js", "assets/lib", "assets/js/lib/colorpicker.js"]} +{"version": "2", "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "nodesecurity": {"enabled": true}}, "checks": {"argument-count": {"config": {"threshold": 6}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 75}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD030": {"enabled": false}}}, "shellcheck": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.go", "scripts/**/*"]}, "exclude_paths": ["**/vendor/**/*", "**/mocks/**/*", "**/*_test.go"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "checks": {"Rubocop/Style/PercentLiteralDelimiters": {"enabled": false}}}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/", "coverage/", "public/"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"count_threshold": 4}}}, "exclude_patterns": ["**/vendor/", "**/3rdparty/", "**/*.conf.js", "**/*.config.js"], "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true}}} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}, "no-underscore-dangle": {"enabled": false}}}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["tests/**", "node_modules/**", "coverage/**", ".nyc_output/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3", "checks": {"complexity": {"enabled": true}}}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["dist/", "node_modules/"]} +{"checks": {"similar-code": {"enabled": true, "config": {"threshold": 250}}, "identical-code": {"enabled": true, "config": {"threshold": 60}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/**/*", "node_modules/**/*", "test/**/*", "coverage/**/*"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"engines": {"fixme": {"enabled": true, "exclude_paths": ["README.md"]}, "govet": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}}, "ratings": {"paths": ["**.go", "**.md"]}, "exclude_paths": ["**/vendor/**"]} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true, "checks": {"GoLint/Imports/ImportDot": {"enabled": false}}}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": []} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"config": {"threshold": 1000}}, "method-count": {"enabled": false}}, "engines": {"duplication": {"enabled": true, "config": {"languages": {"python": {"python_version": 3, "mass_threshold": 40}}}}}} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 7}}, "method-lines": {"config": {"threshold": 30}}, "method-count": {"config": {"threshold": 25}}}, "plugins": {"tslint": {"enabled": true, "config": "tslint.json"}, "nodesecurity": {"enabled": true}, "git-legal": {"enabled": true}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "TODO"]}}, "shellcheck": {"enabled": true}}, "exclude_patterns": ["packages/*/tests/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "scss-lint": {"enabled": true, "checks": {"VendorPrefix": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"config": ".eslintrc"}}}, "ratings": {"paths": ["app/**/*.html", "app/**/*.js", "app/**/*.scss"]}, "exclude_paths": ["app/js/affix.js"]} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 8}}, "method-lines": {"config": {"threshold": 150}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true}}, "exclude_patterns": ["**/*.md", "cypress/", "public/", "src/guides/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 6}}, "complex-logic": {"config": {"threshold": 6}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 6}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 60}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 25}}, "similar-code": {"config": {"threshold": 75}}}, "exclude_patterns": ["script/", ".github/", "**/tests/", "**/static/", "**/templates/", "**/migrations/"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true}, "exclude_paths": ["public/vendor/*", "tests/*"]} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"exclude_patterns": ["**/*.pb.go", "**/*pb_test.go", "**/vendor/"], "plugins": {"govet": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true}}, "checks": {"return-statements": {"enabled": false}}} +{"exclude_paths": ["lib/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}}} +{"exclude_paths": ["opal/clearwater/virtual_dom/js/virtual_dom.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "plugins": {"csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true, "checks": {"Generic Files LineLength TooLong": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}, "exclude_patterns": ["_libs/**", "**.min.css", "**.custom.css", "**.min.js", "**.pack.js", "**.custom.js", "colors.css"]} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}}}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["test/", "lib/", "node_modules/"]} +{"engines": {"rubocop": {"enabled": true}, "coffeelint": {"enabled": true}, "bundler-audit": {"enabled": true}}, "ratings": {"paths": ["app/**/*", "lib/**/*", "**.rb", "**.coffee"]}, "exclude_paths": ["spec/**/*", "vendor/**/*", "rails_autolink-1.1.6/**/*", "app/assets/javascripts/joyride/**/*", "app/assets/stylesheets/joyride/**/*", "app/assets/stylesheets/masonry/**/*"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-4", "config": {"extensions": [".js", ".jsx"]}, "checks": {"import/no-duplicates": {"enabled": false}, "no-template-curly-in-string": {"enabled": false}, "import/no-unresolved": {"enabled": false}, "import/no-extraneous-dependencies": {"enabled": false}, "import/no-named-as-default-member": {"enabled": false}}}, "stylelint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.scss"]}, "exclude_paths": ["coverage/**/*", "cypress/**/*", "es/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true, "Python": false, "exclude_paths": ["vendor"]}} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["AutomatedTests/", "**/*.js", ".mvn/", ".github/", ".env", ".env.template", "jag-staffnet-biometrics-application/src/test", "jag-staffnet-identity-provisioning-application/src/test"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true, "Python": true}, "exclude_paths": ["app/assets/javascripts/c3.js", "app/assets/javascripts/d3.js"]} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 10}}, "method-lines": {"config": {"threshold": 100}}}, "plugins": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"ruby": null}, {"javascript": null}]}, "mass_threshold": 30}, "eslint": {"enabled": true}, "golint": {"enabled": true}, "rubocop": {"enabled": true}}, "exclude_patterns": ["client/src/semantic-ui/", "client/semantic/", "client/_test_/", "config/", "coverage/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts"]} +{"engines": {"phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress"}}, "eslint": {"enabled": true}, "scss-lint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php", "javascript"]}}}, "exclude_paths": ["intergration/whichbrowser/"]} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "channel": "channel/rubocop-0-74"}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/", "lib/_wavefront"]} +{"engines": {"rubocop": {"enabled": true}, "scss-lint": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}, "exclude_paths": ["spec/", "db/", "e2e-tests/", "**.spec.js"]}, "brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}}, "ratings": {"paths": ["**.rb", "**.scss", "**.js", "Gemfile.lock"]}} +{"engines": {"eslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 100}}}}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["demo", "**.test.js"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*", "browser/**/*"]} +{"engines": {"bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.css", "**.coffee", "**.js", "**.jsx", "**.rb"]}, "exclude_paths": ["vendor", "public"], "languages": {"Ruby": true, "JavaScript": true}} +{"version": "2", "plugins": {"rubocop": {"enabled": true, "channel": "rubocop-0-60", "config": {"file": ".rubocop.yml"}}, "fixme": {"enabled": true}, "bundler-audit": {"enabled": true}, "reek": {"enabled": true, "checks": {"IrresponsibleModule": {"enabled": false}, "InstanceVariableAssumption": {"enabled": false}}}, "flog": {"enabled": true, "config": {"score_threshold": 20.0}}}} +{"engines": {"eslint": {"enabled": true, "checks": {"import/extensions": {"enabled": false}, "file-lines": {"config": {"threshold": 300}}, "method-lines": {"enabled": false}}}, "duplication": {"enabled": false, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["server/tests/", "server/migrations/", "server/seeders/", "client/tests/", "client/e2eTest/"]} +{"engines": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx"]}, "exclude_paths": ["assets/images"]} +{"engines": {"rubocop": {"enabled": false}, "golint": {"enabled": false}, "eslint": {"enabled": true}, "csslint": {"enabled": false}}, "ratings": {"paths": ["src/**", "test/**"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "python", "php"]}}, "fixme": {"enabled": true, "checks": {"TODO": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"Naming/ShortVariable": {"enabled": false}, "Design/TooManyFields": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["resources/*", "build/*", "tests/*", "vendor/*"]} +{"version": "2", "exclude_patterns": ["**/*.test.js"]} +{"languages": {"Ruby": false, "JavaScript": true, "Python": false, "PHP": false}, "exclude_paths": ["tests/dummy/*"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["spec/", "ytsongdw.gemspec"]} +{"languages": {"Ruby": false, "Javascript": false, "PHP": false, "Python": true}, "exclude_paths": ["static/css/bootstrap.css", "**/migrations/**", "**/tests/**", "**.js", "**.css"]} +{"version": "2", "checks": {"method-complexity": {"enabled": true, "config": {"threshold": 10}}}, "exclude_patterns": ["**/*.spec.ts"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/**/*", "dist/**/*", "gulpfile.js"]} +{"engines": {"coffeelint": {"enabled": true, "config": "coffeelint.json"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.coffee"]}, "exclude_paths": ["spec/"]} +{"version": "2", "plugins": {"markdownlint": {"enabled": true}}, "exclude_patterns": [".github/", "scripts/", "**/dist/", "**/node_modules/", "**/tests/", "**/vendor/", "**/*.d.ts", "**/*.spec.ts", "**/*.integ.ts", "packages/website", "packages/dynamodb/src/Expressions/Grammars/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.html", "**.css", "**.js", "**.jsx"]}, "exclude_paths": ["assets/", "lists/"]} +{"engines": {"csslint": {"enabled": true}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "pep8": {"enabled": true}, "phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx", "**.py", "**.php", "**.module", "**.inc"]}, "exclude_paths": ["tests/**/*", "vendor/**/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["node_modules/", "test/"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true, "Python": true}, "exclude_paths": ["app/assets/javascripts/bootstrap.js", "app/assets/stylesheets/bootstrap.css"]} +{"engines": {"rubocop": {"enabled": true, "channel": "rubocop-1-23-0"}}, "ratings": {"paths": ["**.rb"]}} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["spec/", "coverage/"]} +{"version": "2", "exclude_patterns": [".sencha/", "libs/", "ext/", "bootstrap.js", "**/*.rb"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["README.MD", "bin/**", "docs/**", "test/**", "bench/**"]} +{"engines": {"radon": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["python"]}, "exclude_fingerprints": ["b8f2a1e43a0b3b9b0c72906c1ce70b38", "51a67d07281197dbafb1a27851a49827", "b66575f68c2aa9802aee58689faafdab", "6d61aab6b7baaa5ba2544cf9dcd32fd3", "fb54f72bab4fb1aa79dda0de0ae78c0e", "f6ad549600e30311a4259411ec8758d3", "4de4506264ea5173b969955f6285e129", "7e389a457079fb8a08d9995bf27c54ba", "4ecd2c66dc03e4c33c532392db1f2cfa"]}, "FIXME": {"enabled": true}}, "ratings": {"paths": ["pyconfig/"]}, "exclude_paths": ["examples/", "tests/", "tools/", "*.md", "*.yml", "*.ini", "Makefile", "Dangerfile", "Gemfile", "LICENSE", "pyc.py", "contributing/", "docs/", "setup.py"]} +{"checks": {"method-lines": {"enabled": true, "config": {"threshold": 100}}}} +{"version": "2", "plugins": {"rubocop": {"enabled": true, "channel": "rubocop-0-60"}, "scss-lint": {"enabled": true}, "fixme": {"enabled": true}}, "exclude_patterns": ["app/assets/images/**/*", "app/assets/javascripts/external/**/*", "bin/**/*", "config/**/*", "db/**/*", "lib/**/*", "public/**/*", "test/**/*", "vendor/**/*", "CHANGELOG.md", "config.ru", "LICENSE", "Rakefile", "README.md"]} +{"languages": {"PHP": true}, "exclude_paths": ["tests/*", "public/plugins/*"]} +{"engines": {"csslint": {"enabled": true, "checks": {"outline-none": {"enabled": false}}}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"exclude_patterns": ["lib/", "esm/", "docs/", "__test__/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/*.js"]}, "exclude_paths": ["test", "dist"]} +{"version": "2", "plugins": {"eslint": {"enabled": true}, "fixme": {"enabled": true}, "git-legal": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD033": {"enabled": false}, "MD013": {"enabled": false}}}, "nodesecurity": {"enabled": true}}, "exclude_patterns": ["**/*.testhelpers.ts", "**/*.test.ts", "*.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "config": {"extensions": [".es6", ".js", ".jsx"]}}, "fixme": {"enabled": true}, "stylelint": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb", "**.ts", "**.css", "**.less", "**.scss", "**.sss"]}, "exclude_paths": ["src/assets/js/**/*", "src/tests/test.js"]} +{"engines": {"duplication": {"enabled": false, "checks": {"Similar Code": {"enabled": false}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3", "plugin": "standard", "checks": {"complexity": {"enabled": true}}}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.js", "**.jsx"]}, "exclude_paths": ["flow-typed/*"]} +{"languages": {"Ruby": true, "JavaScript": true, "Python": true, "PHP": true}, "exclude_paths": ["app/assets/javascripts/web_admin/ie/excanvas.js", "app/assets/javascripts/web_admin/jquery.datetimepicker.js", "app/assets/javascripts/web_admin/slider/bootstrap-slider.js", "app/assets/javascripts/web_admin/grid/gallery.js", "app/assets/javascripts/web_admin/fuelux/fuelux.js", "app/assets/javascripts/web_admin/datepicker/bootstrap-datepicker.js", "app/assets/javascripts/web_admin/datepicker.js", "app/assets/javascripts/web_admin/combodate/combodate.js", "app/assets/javascripts/web_admin/bootstrap.js", "app/assets/javascripts/web_admin/app.js", "app/assets/javascripts/web_admin/app.data.js"]} +{"engines": {"bundler-audit": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["spec/", "lib/*/spec/", "lib/*/src/cxx", "bin/**/*"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "src/assets/", "src/typings.d.ts", "src/app/**/*.spec.ts", "src/karma.conf.js", "src/polyfills.ts", "src/test.ts"]} +{"version": "2", "languages": {"Ruby": false, "JavaScript": true, "PHP": false}, "checks": {"file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 10}}, "similar-code": {"config": {"threshold": 65}}}, "exclude_paths": ["public/vendor/*", "test/*"]} +{"ratings": {"paths": ["**.py"]}, "texclude_paths": ["src/ej_conversations/migrations"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": null, "checks": {"UnusedLocalVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "shellcheck": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.sh", "**.md"]}, "exclude_paths": ["node_modules/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "checks": {"no-unused-expressions": {"enabled": false}}}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.module"]}, "exclude_paths": ["node_modules/", "coverage/", "test/"], "ecmaFeatures": {"modules": true, "jsx": true}, "env": {"amd": true, "browser": true, "es6": true, "jquery": true, "node": true}} +{"version": "2", "plugins": {"rubocop": {"enabled": true}, "reek": {"enabled": true}, "flog": {"enabled": true}, "duplication": {"enabled": true}, "fixme": {"enabled": true}, "git-legal": {"enabled": true}, "markdownlint": {"enabled": true}}, "exclude_patterns": [".idea/", "README.md"]} +{"version": "2", "exclude_patterns": ["node_modules"], "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}} +{"engines": {"rubocop": {"enabled": true, "config": ".codeclimate_rubocop.yml"}, "golint": {"enabled": false}, "gofmt": {"enabled": false}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["lib/**", "mod/**", "**.rb"]}, "exclude_paths": ["vendor/**/*", "mod/*/{data/files,public,vendor}/**/*", "mod/*/data/{transform,schema}/**/*", "mod/**/lib/javascript/**/*.js", "mod/**/*.min.css", "test/**/*", "script/single-use/**/*", "mod/deckorate_research/assets/script/jpages.js"]} +{"engines": {"fixme": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": []} +{"engines": {"pmd": {"enabled": true, "channel": "beta"}, "checkstyle": {"enabled": true, "config": "checkstyle.xml", "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["docs/", "spec/", "**.png", "**.ts", "**.p12", "**.jts", "**.jks", "**.keystore"]} +{"engines": {"pmd": {"enabled": true, "channel": "beta"}, "checkstyle": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}} +{"engines": {"duplication": {"enabled": false}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 25}}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": [".eslintrc.js", ".template-lintrc.js", "dist/", "**/node_modules/", "**/node-tests/", "**/test/", "**/tests/", "**/vendor/"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "demo/assets/", "demo/typings.d.ts", "**/*.spec.ts", "demo/karma.conf.js", "projects/ngx-dhis2-period-filter/karma.conf.js", "demo/polyfills.ts", "demo/test.ts"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 350}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"config": {"languages": {"javascript": {"threshold": 5}, "typescript": {"threshold": 5}}}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"count_threshold": 5}, "typescript": {"count_threshold": 5}}}}, "fixme": {"enabled": true, "issue_override": {"severity": "info"}}, "nodesecurity": {"enabled": true}}, "exclude_patterns": ["config/", "dist/", "**/node_modules/", "App.js", "package-lock.json"]} +{"engines": {"brakeman": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["**.html.erb", "app/assets/", "config/", "db/", "features/", "script/", "spec/", "test/", "vendor/"]} +{"engines": {"gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}} +{"exclude_sparherns": ["spec", "coverage"]} +{"engines": {"duplication": {"enabled": false, "checks": {"Similar code": {"enabled": false}, "UnusedFormalParameter": {"enabled": false}, "Controversial/CamelCaseClassName": {"enabled": false}}, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"file_extensions": ["php", "inc"], "rulesets": "phpmd.xml"}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["bin/**", "examples/**", "docs/**", "tests/**"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 10}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": true, "config": {"threshold": 25}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 60}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"gofmt": {"enabled": true}, "govet": {"enabled": true}, "golint": {"enabled": false}, "fixme": {"enabled": true}}, "exclude_patterns": ["server/Makefile", "tmp/runner-build", "admin/*", ".circleci/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 5}}, "file-lines": {"config": {"threshold": 600}}, "method-complexity": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 15}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}} +{"engines": {"brakeman": {"enabled": true, "exclude_fingerprints": ["59c44d37571deae2fb01071cbe07937e25b81d9e17e55db5046bc2e466f66604"]}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["app/assets/*", "vendor/assets/*", "public/assets/*", "spec/*", "features/*", "lib/*", "config/environments/*"]} +{"engines": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "exclude_paths": ["build/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["threeML/test", "threeML/obsolete", "docs", "examples"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}, "checks": {"ExcessivePublicCount": {"enabled": false}, "Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"CyclomaticComplexity": {"reportLevel": 100}, "ExcessiveClassComplexity": {"maximum": 200}, "NpathComplexity": {"minimum": 500}, "TooManyMethods": {"maxmethods": 50}, "WeightedMethodCount": {"maxmethods": 50}, "ExcessiveMethodLength": {"minimum": 250, "ignore-whitespace": true}}, "checks": {"Design/TooManyFields": {"enabled": false}, "UnusedFormalParameter": {"enabled": false}, "Design/NpathComplexity": {"enabled": false}, "Design/WeightedMethodCount": {"enabled": false}, "Design/LongMethod": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}, "CyclomaticComplexity": {"enabled": false}, "ExcessivePublicCount": {"enabled": false}, "Design/TooManyMethods": {"enabled": false}, "Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/Superglobals": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.php"]}, "exclude_paths": ["tests/"]} +{"exclude_patterns": ["**/*.test.js", "src/index.js"], "checks": {"method-lines": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "**.css", "**.map", "gulpfile.js", "config.codekit", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh", "**.gif", "**.jpg", "**.jpeg"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["src/**/*", "tests/**"]}, "exclude_paths": ["vendor/**/*"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": false}, "exclude_paths": ["tests/*"]} +{"version": "2", "plugins": {"rubocop": {"enabled": true}, "bundler-audit": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true}, "reek": {"enabled": true}, "git-legal": {"enabled": true, "config": {"languages": ["ruby"]}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}, "checks": {"ExcessivePublicCount": {"enabled": false}, "Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"CyclomaticComplexity": {"reportLevel": 100}}, "checks": {"UnusedFormalParameter": {"enabled": false}, "Design/NpathComplexity": {"enabled": false}, "Design/WeightedMethodCount": {"enabled": false}, "Design/LongMethod": {"enabled": false}, "CyclomaticComplexity": {"enabled": false}, "ExcessivePublicCount": {"enabled": false}, "Design/TooManyMethods": {"enabled": false}, "Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "Controversial/Superglobals": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.php"]}, "exclude_paths": ["tests/"]} +{"languages": {"Ruby": false, "JavaScript": true, "Python": false, "PHP": false}, "exclude_paths": ["*.pkgd.js", "*.min.js", "test/*.pkgd.js", "test/*.min.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": ["py2030/dependencies/", "tests/"]} +{"exclude_paths": ["test/*", "docs/*", "examples/*", "vendor/*"], "ratings": {"paths": ["**.php"]}, "engines": {"phpmd": {"enabled": true, "checks": {"Controversial/Superglobals": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}}}, "phpcodesniffer": {"enabled": true, "checks": {"PSR2 Methods FunctionCallSignature Indent": {"enabled": false}, "Generic WhiteSpace ScopeIndent Incorrect": {"enabled": false}}}}} +{"engines": {"phan": {"enabled": true, "checks": {"PhanUndeclaredClassMethod": {"enabled": false}, "PhanUndeclaredClassConstant": {"enabled": false}, "PhanUndeclaredTypeParameter": {"enabled": false}, "PhanUndeclaredFunction": {"enabled": false}, "PhanUndeclaredTypeReturnType": {"enabled": false}, "PhanUndeclaredTypeProperty": {"enabled": false}, "PhanUndeclaredClassCatch": {"enabled": false}}}}} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-5"}, "fixme": {"enabled": true}}} +{"engines": {"rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/**/*"]} +{"version": "2", "exclude_patterns": ["node_modules"], "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}} +{"plugins": {"govet": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/", "lib/dolores/bootstrap/templates/", "bin/"]} +{"plugins": {"markdownlint": {"enabled": true, "issue_override": {"severity": "minor"}}, "editorconfig": {"enabled": true, "issue_override": {"severity": "minor"}}, "checkstyle": {"enabled": true, "config": "java/checkstyle.xml"}}, "exclude_patterns": ["/.idea/"]} +{"exclude_paths": [".meteor/*", "node_modules/*", "packages/*", "client/lib/transliteration.min.js", ".codeclimate.yml"], "engines": {"eslint": {"enabled": true}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 150}}}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG"]}}}, "ratings": {"paths": ["**.js", "**.css"]}} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": ["Godeps/**/*"]} +{"exclude_patterns": ["**/test/", "**/androidTest/", "**test"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["lib", "docs"], "ecmaFeatures": {"modules": true, "jsx": true}, "env": {"amd": true, "browser": true, "es6": true, "jquery": true, "node": true}, "rules": {"comma-dangle": [2, "never"], "no-cond-assign": 2, "no-console": 0, "no-constant-condition": 2, "no-control-regex": 2, "no-debugger": 2, "no-dupe-args": 2, "no-dupe-keys": 2, "no-duplicate-case": 2, "no-empty": 2, "no-empty-character-class": 2, "no-ex-assign": 2, "no-extra-boolean-cast": 2, "no-extra-parens": 0, "no-extra-semi": 2, "no-func-assign": 2, "no-inner-declarations": [2, "functions"], "no-invalid-regexp": 2, "no-irregular-whitespace": 2, "no-negated-in-lhs": 2, "no-obj-calls": 2, "no-regex-spaces": 2, "no-sparse-arrays": 2, "no-unexpected-multiline": 2, "no-unreachable": 2, "use-isnan": 2, "valid-jsdoc": 0, "valid-typeof": 2, "accessor-pairs": 2, "block-scoped-var": 0, "complexity": [2, 6], "consistent-return": 0, "curly": 0, "default-case": 0, "dot-location": 0, "dot-notation": 0, "eqeqeq": 2, "guard-for-in": 2, "no-alert": 2, "no-caller": 2, "no-case-declarations": 2, "no-div-regex": 2, "no-else-return": 0, "no-empty-label": 2, "no-empty-pattern": 2, "no-eq-null": 2, "no-eval": 2, "no-extend-native": 2, "no-extra-bind": 2, "no-fallthrough": 2, "no-floating-decimal": 0, "no-implicit-coercion": 0, "no-implied-eval": 2, "no-invalid-this": 0, "no-iterator": 2, "no-labels": 0, "no-lone-blocks": 2, "no-loop-func": 2, "no-magic-number": 0, "no-multi-spaces": 0, "no-multi-str": 0, "no-native-reassign": 2, "no-new-func": 2, "no-new-wrappers": 2, "no-new": 2, "no-octal-escape": 2, "no-octal": 2, "no-proto": 2, "no-redeclare": 2, "no-return-assign": 2, "no-script-url": 2, "no-self-compare": 2, "no-sequences": 0, "no-throw-literal": 0, "no-unused-expressions": 2, "no-useless-call": 2, "no-useless-concat": 2, "no-void": 2, "no-warning-comments": 0, "no-with": 2, "radix": 2, "vars-on-top": 0, "wrap-iife": 2, "yoda": 0, "strict": 0, "init-declarations": 0, "no-catch-shadow": 2, "no-delete-var": 2, "no-label-var": 2, "no-shadow-restricted-names": 2, "no-shadow": 0, "no-undef-init": 2, "no-undef": 0, "no-undefined": 0, "no-unused-vars": 0, "no-use-before-define": 0, "callback-return": 2, "global-require": 2, "handle-callback-err": 2, "no-mixed-requires": 0, "no-new-require": 0, "no-path-concat": 2, "no-process-exit": 2, "no-restricted-modules": 0, "no-sync": 0, "array-bracket-spacing": 0, "block-spacing": 0, "brace-style": 0, "camelcase": 0, "comma-spacing": 0, "comma-style": 0, "computed-property-spacing": 0, "consistent-this": 0, "eol-last": 0, "func-names": 0, "func-style": 0, "id-length": 0, "id-match": 0, "indent": 0, "jsx-quotes": 0, "key-spacing": 0, "linebreak-style": 0, "lines-around-comment": 0, "max-depth": 0, "max-len": 0, "max-nested-callbacks": 0, "max-params": 0, "max-statements": [2, 30], "new-cap": 0, "new-parens": 0, "newline-after-var": 0, "no-array-constructor": 0, "no-bitwise": 0, "no-continue": 0, "no-inline-comments": 0, "no-lonely-if": 0, "no-mixed-spaces-and-tabs": 0, "no-multiple-empty-lines": 0, "no-negated-condition": 0, "no-nested-ternary": 0, "no-new-object": 0, "no-plusplus": 0, "no-restricted-syntax": 0, "no-spaced-func": 0, "no-ternary": 0, "no-trailing-spaces": 0, "no-underscore-dangle": 0, "no-unneeded-ternary": 0, "object-curly-spacing": 0, "one-var": 0, "operator-assignment": 0, "operator-linebreak": 0, "padded-blocks": 0, "quote-props": 0, "quotes": 0, "require-jsdoc": 0, "semi-spacing": 0, "semi": 0, "sort-vars": 0, "space-after-keywords": 0, "space-before-blocks": 0, "space-before-function-paren": 0, "space-before-keywords": 0, "space-in-parens": 0, "space-infix-ops": 0, "space-return-throw-case": 0, "space-unary-ops": 0, "spaced-comment": 0, "wrap-regex": 0, "arrow-body-style": 1, "arrow-parens": 1, "arrow-spacing": 1, "constructor-super": 1, "generator-star-spacing": 1, "no-arrow-condition": 0, "no-class-assign": 0, "no-const-assign": 0, "no-dupe-class-members": 0, "no-this-before-super": 0, "no-var": 0, "object-shorthand": 1, "prefer-arrow-callback": 1, "prefer-const": 0, "prefer-reflect": 0, "prefer-spread": 0, "prefer-template": 0, "require-yield": 0}} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"fixme": {"enabled": true}, "sonar-php": {"enabled": true, "config": {"minimum_severity": "critical"}}}, "exclude_patterns": ["api/*", "sync/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.module"]}, "exclude_paths": ["tests/**/*", "tests/*", "documentation"]} +{"engines": {"eslint": {"enabled": true, "channel": "eslint-2"}, "duplication": {"enabled": false, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["src/*.js"]}, "exclude_paths": ["jasmine/lib/jasmine-2.3.4/jasmine-html.js", "jasmine/lib/jasmine-2.3.4/jasmine.js", "gulpfile.js"]} +{"version": "2", "engines": {"eslint": {"enabled": false}, "duplication": {"enabled": false}}, "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "ratings": {"paths": ["packages/*/src/**/*.js"]}, "exclude_paths": ["gulpfile.js", "README.md", "examples/**", "package.json", "packages/*/test/**/*", "packages/*/dist/**/*", "packages/*/es/**/*", "packages/*/lib/**/*"]} +{"engines": {"phpmd": {"enabled": true, "checks": {"CleanCode/ElseExpression": {"enabled": false}}}}} +{"checks": {"method-complexity": {"config": {"threshold": 6}}}, "plugins": {"rubocop": {"enabled": true}}} +{"engines": {"eslint": {"enabled": true}, "pep8": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.py"]}, "exclude_paths": ["test/resources/**", "web/lib/**", "js/lib/beautify.js", "js/lib/beautify-css.js", "js/lib/beautify-html.js", "tools/template/*", "**/generated/*"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 30}}}, "exclude_patterns": [".github/", "config/", "dist/", "docs/", "test/", "tools/", "**/node_modules/", "**/*.d.ts", "src/**/*parser.mjs", "src/render/**/*.template.js"]} +{"exclude_paths": ["versioneer.py", "holmium/core/_version.py", "tests/*"]} +{"plugins": {"editorconfig": {"enabled": true, "config": {"editorconfig": ".editorconfig"}}, "eslint": {"enabled": true, "channel": "eslint-7", "config": {"config": ".eslintrc"}}}, "exclude_patterns": ["node_modules/*", "coverage/*", "tests/fixture/*", "package-lock.json", "demo.gif", "dist/*", "tsconfig.json", "qrscanner", ".nyc_output"]} +{"engines": {"golint": {"enabled": true}, "shellcheck": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": ["vendor/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/", "public/assets/"], "addons": {"code_climate": {"repo_token": "9748bd787552ff0b13752dc85305c7a3a0691e59dbeeaa10cbc6ccbe81e7cdb4"}}} +{"exclude_patterns": ["doc/", "lib/", "node_modules/", "test/"]} +{"engines": {"tslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["doc/**/*", "test/**/*", "vendor/**/*"]} +{"engines": {"rubocop": {"enabled": true}, "brakeman": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true, "checks": {"max_line_length": {"enabled": false}}}, "duplication": {"enabled": true, "exclude_paths": ["spec/"], "config": {"languages": {"ruby": {"mass_threshold": 30}, "javascript": null}}}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.rb", "**.css", "**.js", "**.module"]}, "exclude_paths": ["react/", "app/assets/javascripts/application.js", "app/assets/javascripts/cable.js", "config/", "db/", "vendor/", "app/assets/", "spec/rails_helper.rb", "spec/spec_helper.rb"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["Gruntfile.js"]} +{"engines": {"shellcheck": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": []} +{"plugins": {"duplication": {"enabled": true}}, "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 300}}, "method-complexity": {"config": {"threshold": 6}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 30}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}}, "exclude_patterns": ["node_modules/", "API/test", "UI/", "dist/", "API/models/"]} +{"exclude_paths": ["assets/**/*"], "engines": {"phpmd": {"enabled": true, "config": {"file_extensions": "php"}}}, "ratings": {"paths": ["**.php"]}} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["lib/node/state.js", "lib/web/state.js", "lib/web/state.min.js", "examples/browser/jquery-1.11.2.min.js"]} +{"engines": {"hlint": {"enabled": true}, "eslint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.hs", "**.md", "**.js"]}} +{"engines": {"golint": {"enabled": true, "checks": {"GoLint/Comments/DocComments": {"enabled": false}}}, "gofmt": {"enabled": true}}, "ratings": {"paths": ["**.go"]}} +{"exclude_paths": ["public/*"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true, "Python": true}, "exclude_paths": ["noauto/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "scss", "html"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "scss-lint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.scss"]}, "exclude_paths": ["dist/", "README.md", "Procfile", "Gruntfile.js", "app/assets/", "app/images/", "app/robots.txt", "app/fonts/", "test/", "app/favicon.ico"]} +{"version": "2", "exclude_paths": ["**/__tests__/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": []} +{"engines": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"javascript": null}]}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["app/**", "lib/**", "**.rb", "**.go", "**.js", "**.css"]}, "exclude_paths": ["scripts/build.js", "scripts/start.js", "scripts/test.js", "config/polyfills.js "]} +{"version": "2", "plugins": {"eslint": {"enabled": true, "config": "/.eslintrc.js"}, "nodesecurity": {"enabled": true}}, "checks": {"similar-code": {"enabled": false}, "identical-code": {"enabled": true}, "file-lines": {"config": {"threshold": 500}}}, "exclude_patterns": ["config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/*.spec.js", "**/test/", "**/tests/", "Tests/", "**/vendor/", "**/*_test.go", "**/*.d.ts", ".*/**/*.d.ts"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseMethodName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}}}, "eslint": {"enabled": true}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.min.js", "**.min.css", "**.dist", "**.sh"]} +{"engines": {"eslint": {"enabled": true}, "pep8": {"enabled": true}, "pylint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": ["**/migrations/", "tests/", "**/test_*"], "ratings": {"paths": ["saleor/**"]}} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true, "config": {"config": ".eslintrc"}}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}}, "ratings": {"paths": ["app/**", "lib/**", "**.rb", "**.go"]}, "exclude_paths": ["**/__tests__/**/*"]} +{"version": "2", "checks": {"method-lines": {"enabled": true, "config": {"threshold": 150}}, "method-complexity": {"enabled": true, "config": {"threshold": 25}}, "file-lines": {"config": {"threshold": 2000}}}, "plugins": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"count_threshold": 3, "patterns": ["*.js"]}}}}}, "exclude_paths": ["__test__/", "static/data/", "webpack.*.js"]} +{"languages": {"JavaScript": true}} +{"plugins": {"tslint": {"enabled": false}, "eslint": {"enabled": true}}} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 10}}}, "exclude_patterns": ["**/node_modules/", "test/", "**/*.d.ts", "**/*.js"]} +{"engines": {"eslint": {"enabled": true, "config": {"languages": ["javascript"]}}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["components/*"]}, "exclude_paths": ["**/__tests__/"]} +{"version": "2", "checks": {"similar-code": {"config": {"threshold": 65}}, "identical-code": {"config": {"threshold": 65}}}} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-7"}}, "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 125}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 60}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["**/node_modules/", "**/*.test.tsx"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"ruby": {"mass_threshold": 24}}}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true}}} +{"languages": {"JavaScript": true}, "exclude_paths": ["database_reports/*", "migrations/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["database_reports/*", "migrations/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["database_reports/*", "migrations/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["database_reports/*", "migrations/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "similar-code": {"config": {"threshold": 100}}}, "exclude_patterns": ["coverage/**/*", "es/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "similar-code": {"config": {"threshold": 100}}}, "exclude_patterns": ["coverage/**/*", "es/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "similar-code": {"config": {"threshold": 100}}}, "exclude_patterns": ["coverage/**/*", "es/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "PSR1,PSR2"}}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": null} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "foodcritic": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "foodcritic": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "foodcritic": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["src/*/Test", "vendor/*", "Resources/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["src/*/Test", "vendor/*", "Resources/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["src/*/Test", "vendor/*", "Resources/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["src/*/Test", "vendor/*", "Resources/*"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}, "exclude_patterns": ["_includes/master", "_websrc/gulp_tasks", "_websrc/unit_tests", "_site", "module"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}, "exclude_patterns": ["_includes/master", "_websrc/gulp_tasks", "_websrc/unit_tests", "_site", "module"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 200}}}, "exclude_patterns": ["_includes/master", "_websrc/gulp_tasks", "_websrc/unit_tests", "_site", "module"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**/*.js"]}, "exclude_paths": ["dist/**/*", "node_modules/**/*", "test/**/*", "coverage/**/*"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true, "checks": {"GoLint/Imports/ImportDot": {"enabled": false}}}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": []} +{"engines": {"fixme": {"enabled": true}, "gofmt": {"enabled": true}, "golint": {"enabled": true, "checks": {"GoLint/Imports/ImportDot": {"enabled": false}}}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "scss-lint": {"enabled": true, "checks": {"VendorPrefix": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"config": ".eslintrc"}}}, "ratings": {"paths": ["app/**/*.html", "app/**/*.js", "app/**/*.scss"]}, "exclude_paths": ["app/js/affix.js"]} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 8}}, "method-lines": {"config": {"threshold": 150}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true}}, "exclude_patterns": ["**/*.md", "cypress/", "public/", "src/guides/"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true}, "exclude_paths": ["public/vendor/*", "tests/*"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true}, "exclude_paths": ["public/vendor/*", "tests/*"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true}, "exclude_paths": ["public/vendor/*", "tests/*"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true}, "exclude_paths": ["public/vendor/*", "tests/*"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 100}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "identical-code": {"config": {"threshold": 80}}, "similar-code": {"enabled": false}}} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}}}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["test/", "lib/", "node_modules/"]} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true, "Python": false, "exclude_paths": ["vendor"]}} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*", "browser/**/*"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/**/*", "browser/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["resources/*", "build/*", "tests/*", "vendor/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["resources/*", "build/*", "tests/*", "vendor/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["resources/*", "build/*", "tests/*", "vendor/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["resources/*", "build/*", "tests/*", "vendor/*"]} +{"languages": {"Ruby": false, "JavaScript": true, "Python": false, "PHP": false}, "exclude_paths": ["tests/dummy/*"]} +{"exclude_patterns": ["lib/", "esm/", "docs/", "__test__/"]} +{"exclude_patterns": ["lib/", "esm/", "docs/", "__test__/"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "src/assets/", "src/typings.d.ts", "src/app/**/*.spec.ts", "src/karma.conf.js", "src/polyfills.ts", "src/test.ts"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "src/assets/", "src/typings.d.ts", "src/app/**/*.spec.ts", "src/karma.conf.js", "src/polyfills.ts", "src/test.ts"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "src/assets/", "src/typings.d.ts", "src/app/**/*.spec.ts", "src/karma.conf.js", "src/polyfills.ts", "src/test.ts"]} +{"version": "2", "exclude_patterns": ["docs", "documentation", "dist", "**/*.log", "**/*.ico", "e2e/", "src/assets/", "src/typings.d.ts", "src/app/**/*.spec.ts", "src/karma.conf.js", "src/polyfills.ts", "src/test.ts"]} +{"version": "2", "languages": {"Ruby": false, "JavaScript": true, "PHP": false}, "checks": {"file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 10}}, "similar-code": {"config": {"threshold": 65}}}, "exclude_paths": ["public/vendor/*", "test/*"]} +{"version": "2", "languages": {"Ruby": false, "JavaScript": true, "PHP": false}, "checks": {"file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 10}}, "similar-code": {"config": {"threshold": 65}}}, "exclude_paths": ["public/vendor/*", "test/*"]} +{"version": "2", "languages": {"Ruby": false, "JavaScript": true, "PHP": false}, "checks": {"file-lines": {"config": {"threshold": 500}}, "method-lines": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 10}}, "similar-code": {"config": {"threshold": 65}}}, "exclude_paths": ["public/vendor/*", "test/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "gulpfile.js", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": null, "checks": {"UnusedLocalVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": null, "checks": {"UnusedLocalVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": null, "checks": {"UnusedLocalVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": null, "checks": {"UnusedLocalVariable": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "checks": {"no-unused-expressions": {"enabled": false}}}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.module"]}, "exclude_paths": ["node_modules/", "coverage/", "test/"], "ecmaFeatures": {"modules": true, "jsx": true}, "env": {"amd": true, "browser": true, "es6": true, "jquery": true, "node": true}} +{"version": "2", "exclude_patterns": ["node_modules"], "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 350}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"config": {"languages": {"javascript": {"threshold": 5}, "typescript": {"threshold": 5}}}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"count_threshold": 5}, "typescript": {"count_threshold": 5}}}}, "fixme": {"enabled": true, "issue_override": {"severity": "info"}}, "nodesecurity": {"enabled": true}}, "exclude_patterns": ["config/", "dist/", "**/node_modules/", "App.js", "package-lock.json"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 5}}, "file-lines": {"config": {"threshold": 600}}, "method-complexity": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 15}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"config": {"threshold": null}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["threeML/test", "threeML/obsolete", "docs", "examples"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "**.css", "**.map", "gulpfile.js", "config.codekit", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh", "**.gif", "**.jpg", "**.jpeg"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "**.css", "**.map", "gulpfile.js", "config.codekit", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh", "**.gif", "**.jpg", "**.jpeg"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "**.css", "**.map", "gulpfile.js", "config.codekit", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh", "**.gif", "**.jpg", "**.jpeg"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "WordPress-Core,WordPress-Docs,WordPress-Extra"}}, "phpmd": {"enabled": true}, "eslint": {"enabled": true, "channel": "eslint-2"}, "scss-lint": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.scss", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.md", "**.py", "**.rb"]}, "exclude_paths": ["**.png", "**.jpg", "**.gif", "**.css", "**.map", "gulpfile.js", "config.codekit", "composer.lock", "phpcs.xml", "**.json", "**.pot", "**.txt", "**-min.js", "**-min.css", "**.dist", "**.sh", "**.gif", "**.jpg", "**.jpeg"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["src/**/*", "tests/**"]}, "exclude_paths": ["vendor/**/*"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["src/**/*", "tests/**"]}, "exclude_paths": ["vendor/**/*"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["src/**/*", "tests/**"]}, "exclude_paths": ["vendor/**/*"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}}, "ratings": {"paths": ["src/**/*", "tests/**"]}, "exclude_paths": ["vendor/**/*"]} +{"plugins": {"govet": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}}} +{"exclude_paths": [".meteor/*", "node_modules/*", "packages/*", "client/lib/transliteration.min.js", ".codeclimate.yml"], "engines": {"eslint": {"enabled": true}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 150}}}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG"]}}}, "ratings": {"paths": ["**.js", "**.css"]}} +{"exclude_patterns": ["**/test/", "**/androidTest/", "**test"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"fixme": {"enabled": true}, "sonar-php": {"enabled": true, "config": {"minimum_severity": "critical"}}}, "exclude_patterns": ["api/*", "sync/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.jsx", "**.module"]}, "exclude_paths": ["tests/**/*", "tests/*", "documentation"]} +{"checks": {"method-complexity": {"config": {"threshold": 6}}}, "plugins": {"rubocop": {"enabled": true}}} +{"engines": {"golint": {"enabled": true}, "shellcheck": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": ["vendor/"]} +{"engines": {"golint": {"enabled": true}, "shellcheck": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": ["vendor/"]} +{"engines": {"shellcheck": {"enabled": true}}, "ratings": {"paths": []}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": []} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module"]}, "exclude_paths": []} +{"engines": {"eslint": {"enabled": true}, "pep8": {"enabled": true}, "pylint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"python": {"mass_threshold": 100, "python_version": 3}}}}}, "exclude_patterns": ["**/migrations/", "tests/", "**/test_*"], "ratings": {"paths": ["saleor/**"]}} +{"version": "2", "checks": {"method-lines": {"enabled": true, "config": {"threshold": 150}}, "method-complexity": {"enabled": true, "config": {"threshold": 25}}, "file-lines": {"config": {"threshold": 2000}}}, "plugins": {"eslint": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"count_threshold": 3, "patterns": ["*.js"]}}}}}, "exclude_paths": ["__test__/", "static/data/", "webpack.*.js"]} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 10}}}, "exclude_patterns": ["**/node_modules/", "test/", "**/*.d.ts", "**/*.js"]} +{"version": "2", "checks": {"method-complexity": {"config": {"threshold": 10}}}, "exclude_patterns": ["**/node_modules/", "test/", "**/*.d.ts", "**/*.js"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"ruby": {"mass_threshold": 24}}}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"version": "2", "plugins": {"fixme": {"enabled": true}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true}}} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-2"}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.css", "**.js"]}, "exclude_paths": ["config/", "db/", "features/", "script/", "spec/", "vendor/"]} +{"engines": {"eslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "languages": {"JavaScript": true}, "ratings": {"paths": ["app/scripts/**"]}, "exclude_paths": ["test/**"]} +{"checks": {"file-lines": {"config": {"threshold": 300}}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 40}}}, "ratings": {"paths": ["build/**", "docs/**", "src/**", "test/**"]}, "exclude_paths": ["coverage/*", "dist/*"], "plugins": {"eslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"patterns": ["src/**/*.js", "src/**/*.vue", "build/**/*.js", "test/**/*.js", "!src/**/*.test.js"]}}}}, "markdownlint": {"enabled": true, "checks": {"MD002": {"enabled": false}, "MD013": {"enabled": false}, "MD038": {"enabled": false}, "MD026": {"enabled": false}, "MD033": {"enabled": false}, "MD014": {"enabled": false}}}, "fixme": {"enabled": true, "exclude_paths": [".github/"]}}} +{"version": "2", "exclude_patterns": ["**/tests/", "**/vendor/", "**/node_modules/", "web/wp/", "web/app/plugins/", "web/app/mu-plugins/", "!web/app/mu-plugins/app-core/", "web/app/mu-plugins/app-core/App.php", "web/app/mu-plugins/app-core/ACFBlocks/ACFBlocksBootstrap.php", "web/app/themes/bedrock/resources/assets/styles/lib/"], "plugins": {"sonar-php": {"enabled": true, "config": {"minimum_severity": "minor"}}, "phpmd": {"enabled": true, "config": {"file_extensions": ["php", "phtml"], "rulesets": ".project-basics/codeclimate/phpmd_ruleset.xml"}}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php", "standard": "PSR1,PSR2"}}, "phan": {"enabled": true, "config": {"file_extensions": "php"}}, "stylelint": {"enabled": true, "config": "web/app/themes/bedrock/.stylelintrc"}, "csslint": {"enabled": false}, "scss-lint": {"enabled": false}, "eslint": {"enabled": true, "config": {"extensions": [".js"], "config": "web/app/themes/bedrock/.eslintrc.json"}}}} +{"version": "2", "exclude_patterns": ["spec/", "lib/graphql/language/lexer.rb", "lib/graphql/language/parser.rb", "spec/graphql/language/printer_spec.rb", "lib/graphql/compatibility/query_parser_specification.rb"]} +{"exclude_patterns": ["website/", "node_modules"]} +{"version": "2", "exclude_patterns": [".*/", "build/", "host-app/", "images/", "inbox-ui-tests-app/", "sample-apps/", "scripts/", "swift-sdk/Resources/", "swift-sdk/Internal/Dwifft", "tests/", "ui-tests-app/", "**/.*", "**/*.h", "**/*.md", "**/*.plist", "**/*.podspec", "**/*.xcodeproj", "**/*.yml", "Package.swift"], "plugins": {"tailor": {"enabled": true, "checks": {"trailing-whitespace": {"enabled": false}}}}, "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 250}}, "method-complexity": {"enabled": true, "config": {"threshold": 5}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 25}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 5}}, "similar-code": {"enabled": true, "config": {"threshold": 40}}, "identical-code": {"enabled": true, "config": {"threshold": 40}}}} +{"version": "2", "checks": {"method-count": {"config": {"threshold": 30}}}} +{"languages": {"Python": true}, "exclude_paths": ["docs/*", "tests/*", "examples/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["docs/**/*", "packages/checkouts/vendor/ember-fsm.js", "packages/storefront/vendor/*", "packages/storefront/vendor/**/*"]} +{"engines": {"eslint": {"enabled": true, "config": {"config": ".eslintrc.json"}}}, "ratings": {"paths": ["markdown.js"]}, "exclude_paths": ["coverage/**/*", "doc/**/*", "node_modules/**/*", "templates/**/*", "test/**/*"]} +{"languages": {"JavaScript": true}, "exclude_paths": [".gitignore", ".travis.yml", "LICENSE", "README.md"], "engines": {"coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "nodesecurity": {"enabled": false}, "fixme": {"enabled": false}}, "ratings": {"paths": []}} +{"plugins": {"markdownlint": {"enabled": true, "checks": {"MD009": {"enabled": false}, "MD013": {"enabled": false}, "MD022": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"config": ".eslintrc.json", "extensions": [".js"]}}, "csslint": {"enabled": true}}, "version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}}} +{"languages": {"JavaScript": true}, "exclude_paths": ["test/*", "lib/*", "dist/*", "examples/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/components/Select.vue"]}, "exclude_paths": ["dist/", "test/"]} +{"engines": {"checkstyle": {"enabled": true, "channel": "beta"}, "pmd": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}} +{"engines": {"haxe-checkstyle": {"enabled": true}}, "ratings": {"paths": ["**.hx"]}} +{"exclude_patterns": ["**/*.spec.js", "**/*.spec.ts"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Naming/ShortVariable": {"enabled": false}, "CleanCode/ElseExpression": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}}, "ratings": {"paths": ["**.js", "**.php"]}, "exclude_paths": ["tests/", "build/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx"]}, "exclude_paths": ["build/", "dist/", "docs/", "src/js/tests/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}, "checks": {"Similar code": {"enabled": false}, "Identical code": {"enabled": false}}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["config/", "dist/", "test/", "client/bower_components", "**.conf.js", "selenium server/", "coverage/", "public/plugins", "public/javascripts", "reports/", "server/", "public/stylesheets", "docs/"]} +{"engines": {"pmd": {"enabled": true, "channel": "beta"}, "checkstyle": {"enabled": false, "config": {"file": "checkstyle.xml"}, "channel": "beta"}}, "ratings": {"paths": ["**.java"]}, "exclude_paths": ["dropwizard-archetypes/", "**.png", "**.ts", "**.p12", "**.jts", "**.jks", "**.keystore"]} +{"languages": {"JavaScript": true}, "exclude_paths": ["test.js"]} +{"exclude_patterns": ["__tests__"]} +{"version": "2", "exclude_paths": ["client/test/", "coverage", "server/test/", "template"], "checks": {"return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}, "file-lines": {"enabled": false}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "phpcodesniffer": {"enabled": true, "config": {"ignore_warnings": true}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/", "vendor/", "examples/"]} +{"engines": {"credo": {"enabled": true, "channel": "beta"}}, "ratings": {"paths": ["**.ex", "**.exs"]}, "exclude_paths": ["test/"]} +{"exclude_patterns": ["**/node_modules/", "**/__test__", "**/__tests__", "**/tests", "**/test", "**/db"]} +{"languages": {"Ruby": true, "JavaScript": false}, "engines": {"rubocop": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": false}}, "ratings": {"paths": ["app/**", "lib/**", "**.rb", "**.go"]}, "exclude_paths": ["spec/**/*", "vendor/**/*"]} +{"engines": {"pep8": {"enabled": true, "max-line-length": 160}, "radon": {"enabled": true, "config": {"python_version": 3}}, "markdownlint": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**"]}, "exclude_paths": ["docs/", "logs/", "src/static/", "src/**/migrations/", "src/**/tests.py"]} +{"engines": {"phpmd": {"enabled": true, "checks": {"CleanCode/StaticAccess": {"enabled": false}, "Naming/ShortMethodName": {"enabled": false}}, "exclude_fingerprints": ["216f244f98fe6f4272c9a383fc9d427d", "28a8a5ec0e07f3f7b58e6dc21aaec900", "abbecdad053be187fc5f62135b5c7e03", "c1c5203b64fc4e2ce2e183875253dd6b"]}}, "ignore_paths": ["app/Console/Kernel.php", "app/Exceptions/Handler.php", "app/Providers/RouteServiceProvider.php", "tests"]} +{"version": "2", "checks": {"file-lines": {"config": {"threshold": 1500}}, "method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 500}}}, "exclude_patterns": ["**/node_modules/", "test/", "**/*.d.ts", "**/*.js"]} +{"version": "2", "engines": {"rubocop": {"enabled": false}, "semgrep": {"enabled": false}, "bandit": {"enabled": false}, "pylint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": [{"python": {"python_version": 3}}]}}, "bundler-audit": {"enabled": false}, "golint": {"enabled": false}, "gofmt": {"enabled": false}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "fixme": {"enabled": true, "exclude_patterns": ["config/engines.yml"]}, "markdownlint": {"enabled": true, "checks": {"MD002": {"enabled": false}}}, "shellcheck": {"enabled": true}}, "exclude_patterns": [".direnv/**/*", ".venv/**/*", ".mypy_cache/", "config/", "db/", "dist/", "features/", "**/node_modules/", "**/node_cache/", "script/", "**/spec/", "**/test/", "**/tests/", "Tests/", "**/vendor/", "**/*_test.go", "**/*.d.ts", "**/*.min.js", "**/*.min.css", "**/__tests__/", "**/__mocks__/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 7}}, "complex-logic": {"config": {"threshold": 15}}, "file-lines": {"config": {"threshold": 350}}, "method-complexity": {"config": {"threshold": 10}}, "method-count": {"config": {"threshold": 10}}, "method-lines": {"config": {"threshold": 75}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG", "CUSTOM"]}}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": null} +{"exclude_patterns": ["src/**/*.test.ts"]} +{"exclude_paths": ["dist/**/*.rb", "gulpfile.js", "__tests__/**/*.rb"]} +{"exclude_patterns": ["config/", "coverage/", "mirage/", "public/", "tests/", "vendor/", "**/node_modules/", "package.json", "ember-cli-build.js", "fastboot.js", "testem.js", "README.md"]} +{"languages": {"PHP": true}, "exclude_paths": ["tests/*", "RoboFile.php"]} +{"engines": {"bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 1000}, "ruby": {"mass_threshold": 80}}}}, "eslint": {"enabled": false}, "fixme": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/**/*", "Rakefile", "vendor/**/*", "db/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"php": {"mass_threshold": 8}}}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/"]} +{"version": "2", "plugins": {"phpmd": {"enabled": true, "config": {"file_extensions": "php,inc,module,install", "rulesets": ".phpmd.xml"}, "checks": {"Controversial/Superglobals": {"enabled": false}, "CyclomaticComplexity": {"enabled": false}}}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php,inc,module,install", "encoding": "utf-8", "standard": "Drupal", "ignore_warnings": true}}}, "exclude_patterns": ["**.scss", "libraries/", "simplesaml/", "tests/", "themes/", "modules/contrib/", "**.tpl.php"]} +{"version": "2", "checks": {"complex-logic": {"enabled": true, "config": {"threshold": 10}}, "file-lines": {"enabled": true, "config": {"threshold": 999}}, "method-complexity": {"enabled": true, "config": {"threshold": 10}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 100}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 5}}, "argument-count": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "XXX", "TODO"]}}}, "exclude_patterns": ["server/*/migrations/*", "server/*/tests/*", "server/*/wsgi.py", "server/manage.py", "client/build/", "client/coverage/", "client/config/", "client/scripts/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.test.js"]} +{"engines": {"fixme": {"enabled": true}, "rubcop": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["tests/", "src/database/migrations/"]} +{"exclude_patterns": ["Example/Pods/"]} +{"engines": {"bundler-audit": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 100}}, "identical-code": {"config": {"threshold": 20}}}, "exclude_paths": ["coverage/**/*", "esm/**/*", "lib/**/*", "node_modules/**/*", "test/**/*"]} +{"exclude_patterns": ["**/__tests__/*.js", "**/__mocks__/*.js"]} +{"version": "2", "engines": {"eslint": {"enabled": true, "channel": "eslint-3"}, "csslint": {"enabled": true}, "duplication": {"enabled": false, "checks": {"Similar code": {"enabled": false}}, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["src/**/*"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}}, "ratings": {"paths": ["**.js"]}, "exclude_paths": ["test/"]} +{"engines": {"gofmt": {"enabled": true}, "govet": {"enabled": true}, "golint": {"enabled": true}}, "ratings": {"paths": ["*.go"]}, "exclude_paths": ["Godeps/**/*"]} +{"engines": {"stylelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.md"]}, "exclude_paths": ["node_modules/**/*"]} +{"version": "2", "plugins": {"git-legal": {"enabled": true}, "markdownlint": {"enabled": true}, "phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "sonar-php": {"enabled": true}}, "exclude_patterns": ["config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "checks": {"CleanCode/ElseExpression": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "CleanCode/BooleanArgumentFlag": {"enabled": false}, "Naming/LongVariable": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}}, "exclude_fingerprints": ["fc7cdf1dcd9ffb15b73a2edf2ab992ed", "e995d923dc507123eca26fc6bbf71d4f", "ebdab1ef4653123f810bd274a7dc6aa6", "b2e3dcf37cdb8bbdbb36dc807d402b8c", "b2e3dcf37cdb8bbdbb36dc807d402b8c", "003021da2b6e20540494ecdeeb639038", "0ad9b31f46fbd78370a4aae1fc2e4f4d"]}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["DependencyInjection/*", "Tests/*", "vendor/*"]} +{"engines": {"csslint": {"enabled": true, "checks": {"order-alphabetical": {"enabled": false}, "import": {"enabled": false}, "box-model": {"enabled": false}, "overqualified-elements": {"enabled": false}, "ids": {"enabled": false}, "floats": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["assets/css/**.css"]}, "exclude_paths": ["**/assets/fonts/**/*", "**/*.min.css", "colorized.css", "Gruntfile.js"]} +{"engines": {"fixme": {"enabled": true}, "stylelint": {"enabled": true}}, "ratings": {"paths": ["**/*.sh", "**/*.css", "**/*.js", "src/*", "src/**/*", "test/*", "test/**/*", "stories/*", "stories/**/*", "scripts/*"]}, "exclude_patterns": ["**/node_modules/", "**/__screenshots__/", "**/__snapshots__/", "storybook/stories/", "**/*.spec.js", "test/env.js"]} +{"exclude_patterns": ["**/*_test.go", "**/test/", "**/xxgenerated_*.go"]} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "method-complexity": {"enabled": true, "config": {"threshold": 10}}, "method-lines": {"enabled": true, "config": {"threshold": 35}}, "method-count": {"enabled": false}, "file-lines": {"config": {"threshold": 460}}, "return-statements": {"config": {"threshold": 6}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": true, "config": {"threshold": 100}}}} +{"version": "2", "plugins": {"rubocop": {"enabled": true, "checks": {"Rubocop/Naming/RescuedExceptionsVariableName": {"enabled": false}, "Rubocop/Layout/AlignArguments": {"enabled": false}, "Rubocop/Style/MultilineWhenThen": {"enabled": false}, "Rubocop/Layout/SpaceAroundOperators": {"enabled": false}, "Rubocop/Style/FormatStringToken": {"enabled": false}}, "config": {"file": ".rubocop.yml"}, "channel": "rubocop-1-50-3"}}, "exclude_patterns": ["**/bin/", "**/script/", "**/vendor/", "**/spec/", "public/", "sample/db/samples"]} +{"engines": {"coffeelint": {"enabled": true}, "csslint": {"enabled": true}}, "ratings": {"paths": ["emigrate/**"]}} +{"engines": {"pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "config": {"config": ".eslintrc.js"}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["assets/**/*", "build/*", "data/**/*", "dist/**/*", "examples/**/*", "lessons/**/*", "lib/*", "external/**/*", "deprecated/**/*", "legacy/**/*", "specs/**/*", "src/controls/**/*", "karma.conf.js"]} +{"engines": {"duplication": {"config": {"languages": {"javascript": {"mass_threshold": 350}, "php": {"mass_threshold": 350}}}}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php,inc,lib", "standard": "WordPress", "ignore_warnings": true, "encoding": "utf-8"}}}, "ratings": {"paths": ["**.inc", "**.module", "**.php", "**.css", "**.inc", "**.js", "**.jsx", "**.es6", "**.module"]}, "exclude_paths": ["**/bin", "**/test", "**/tests", "**/tmp", "**/vendor", "**/.idea", "**.spec.js", "**.min.js", "**.min.css", "**/dist", "**/node_modules", "**/packages"]} +{"version": "2", "plugins": {"sonar-java": {"enabled": true, "config": {"sonar.java.source": 8, "minimum_severity": "critical"}, "checks": {"squid:S1214": {"enabled": false}, "squid:S3776": {"enabled": false}}}}, "exclude_patterns": ["**/test/", "**/*.png", "**/*.jpeg", "**/*.jpg", "**/META-INF/", "**/clientlib-theme/", "**/vendor/", "**/apps/asset-share-commons/resources/", "**/content/dam/", "**/content/asset-share-commons/"]} +{"engines": {"stylelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "channel": "eslint-3", "checks": {"import/no-unresolved": {"enabled": false}}}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.js", "**.css", "**.md"]}, "exclude_paths": ["node_modules/**/*", "docs/**/*"]} +{"engines": {"csslint": {"enabled": false}, "eslint": {"enabled": false}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 6}}}} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}, "exclude_paths": ["app/models/dose_info.rb"]}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "spec/", "vendor/", "public/"]} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": false}}}}} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "coffeescript"]}}}, "exclude_paths": ["spec/**/*"], "ratings": {"paths": ["app/**/*", "lib/**/*", "**.rb"]}} +{"engines": {"brakeman": {"enabled": false}, "bundler-audit": {"enabled": false}, "csslint": {"enabled": false}, "scss-lint": {"enabled": false, "checks": {"Shorthand": {"enabled": false}}}, "eslint": {"enabled": false, "extensions": [".es6", ".js", ".jsx"]}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "checks": {"Rubocop/Metrics/ParameterLists": {"enabled": false}, "Rubocop/Style/StringLiterals": {"enabled": false}}}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "shellcheck": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.rb"]}, "exclude_paths": ["config/**/*", "db/**/*", "script/**/*", "spec/**/*", "vendor/**/*"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 5}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 1000}}, "method-complexity": {"enabled": true, "config": {"threshold": 50}}, "method-count": {"enabled": false, "config": {"threshold": 20}}, "method-lines": {"enabled": false, "config": {"threshold": 100}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}, "similar-code": {"enabled": false, "config": {"threshold": null}}, "identical-code": {"enabled": true, "config": {"threshold": null}}}, "plugins": {"fixme": {"enabled": true}, "csslint": {"enabled": true, "config": {"config": "tests/.csslintrc"}, "checks": {"adjoining-classes": {"enabled": false}, "box-model": {"enabled": false}, "box-sizing": {"enabled": false}, "ids": {"enabled": false}, "important": {"enabled": false}, "order-alphabetical": {"enabled": false}, "unqualified-attributes": {"enabled": false}, "universal-selector": {"enabled": false}}}, "eslint": {"enabled": true, "config": {"config": "tests/.eslintrc"}}, "phpmd": {"enabled": true, "config": {"rulesets": "tests/phpmd.xml"}}, "phpcodesniffer": {"enabled": true, "config": {"standard": "Wordpress-Extra"}, "checks": {"WordPress Files FileName InvalidClassFileName": {"enabled": false}, "WordPress Arrays ArrayDeclarationSpacing AssociativeKeyFound": {"enabled": false}, "WordPress NamingConventions ValidVariableName MemberNotSnakeCase": {"enabled": false}, "WordPress NamingConventions ValidVariableName NotSnakeCaseMemberVar": {"enabled": false}, "WordPress NamingConventions ValidFunctionName MethodNameInvalid": {"enabled": false}, "WordPress Classes ClassOpeningStatement BraceOnNewLine": {"enabled": false}, "WordPress Variables GlobalVariables OverrideProhibited": {"enabled": false}, "WordPress WhiteSpace OperatorSpacing SpacingBefore": {"enabled": false}, "WordPress WhiteSpace ControlStructureSpacing BlankLineAfterEnd": {"enabled": false}, "WordPress WP I18n NonSingularStringLiteralDomain": {"enabled": false}, "WordPress XSS EscapeOutput OutputNotEscaped": {"enabled": false}, "WordPress PHP DiscouragedFunctions Discouraged": {"enabled": false}, "Squiz Commenting FunctionComment SpacingAfterParamType": {"enabled": false}, "Squiz PHP NonExecutableCode Unreachable": {"enabled": false}, "Squiz PHP CommentedOutCode Found": {"enabled": false}, "Squiz Strings DoubleQuoteUsage NotRequired": {"enabled": false}, "Squiz ControlStructures ControlSignature SpaceAfterCloseBrace": {"enabled": false}, "Generic Classes OpeningBraceSameLine BraceOnNewLine": {"enabled": false}, "Generic Commenting DocComment SpacingBeforeTags": {"enabled": false}, "Generic ControlStructures InlineControlStructure NotAllowed": {"enabled": false}, "Generic WhiteSpace DisallowSpaceIndent SpacesUsed": {"enabled": false}, "Generic WhiteSpace ScopeIndent Incorrect": {"enabled": false}, "Generic WhiteSpace ScopeIndent IncorrectExact": {"enabled": false}}}}, "exclude_patterns": ["tests/*", "bin/*", "vendor/*"]} +{"engines": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}}, "ratings": {"paths": ["**.go"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb", "bin/*"]}, "exclude_paths": ["*.md", "doc/**/*", "gruf-commander.gemspec", "Rakefile", "spec/**/*"]} +{"exclude_patterns": ["__tests__/", "build/", "dist/", "node_modules/", "reports/", "example/", "ts-example/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.module", "**.py"]}, "exclude_paths": ["**/generated/"]} +{"engines": {"rubocop": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"ruby": {"mass_threshold": 30}}}}}, "ratings": {"paths": ["lib/**/*", "spec/**/*"]}} +{"plugins": {"tslint": {"enabled": true, "config": "tslint.json"}, "nodesecurity": {"enabled": true}}, "exclude_patterns": ["lib/", "tests/", "docs/", "coverage/"]} +{"version": "2", "plugins": {"nodesecurity": {"enabled": true}, "git-legal": {"enabled": true}, "fixme": {"enabled": true}, "tslint": {"enabled": true, "config": "tslint.json"}}, "checks": {"method-complexity": {"config": {"threshold": 10}}}, "exclude_patterns": ["config/**/*", "node_modules/**/*", "webpack.*.js", "karma.conf.js", "platforms/", "plugins/", "www/"]} +{"plugins": {"eslint": {"enabled": true, "channel": "eslint-4", "config": {"extensions": [".js"]}}}} +{"engines": {"duplication": {"enabled": false, "config": {"languages": "-javascript"}}, "eslint": {"enabled": true, "checks": {"similar-code": {"enabled": false}}}}, "exclude_sparherns": ["node_modules/", ".nyc_output", "coverage", "./specs/*.js"]} +{"exclude_patterns": ["docs/", "source/EduCATS.UnitTests"]} +{"engines": {"rubocop": {"enabled": true}, "golint": {"enabled": false}, "gofmt": {"enabled": false}, "eslint": {"enabled": false}, "csslint": {"enabled": false}}} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": true, "Python": false}, "exclude_paths": ["test/*", "docs/*", "examples/*"]} +{"exclude_patterns": ["**/test/", "**/tests/", "**/*.spec.ts", "**/*.d.ts", "**/node_modules/", "**/.build/"], "checks": {"method-lines": {"config": {"threshold": 50}}, "file-lines": {"enabled": false}}} +{"version": "2", "plugins": {"tslint": {"enabled": true, "config": "tslint.json"}, "nodesecurity": {"enabled": true}}, "checks": {"method-complexity": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}}, "exclude_paths": [".github/", "projects/**/*.spec.ts", "projects/ng-as/karma.conf.js", "projects/ng-as-demo/"], "ratings": {"paths": ["projects/ng-as/**/**.ts"]}} +{"engines": {"bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "exclude_fingerprints": ["5109f44793f3be66f503603ca0c389ec", "a452fb02c77e73c1b3e943605bb5abf3", "c4e9409d5a05c27c9d28ca84eb4c1ffc", "c9684dab88f04ea97923fde4fc21e1e1", "b6a4c8c37c2c54c27ef7680e65610931", "7360d8311454c1d298e223043c75b08a", "cdb8ff60ef14830aeb86d43807c3b743", "c84bf8ba0b45e9365c58a60bc7b65f96", "5a362a2ccb74adc2d43481169ac81ccd", "381a00d85aa349361a11a80141ae3ac3", "242556f4bdacf37ae6221995a2fa630f", "d889ea857b77452845564ea2bf2aa080"]}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/*", "spec/**/*"]} +{"languages": {"Ruby": true, "JavaScript": false}, "engines": {"rubocop": {"enabled": true}, "scss-lint": {"enabled": false}, "coffeelint": {"enabled": false}, "brakeman": {"enabled": false}, "fixme": {"enabled": false}}, "ratings": {"paths": ["app/**/*", "spec/**/*"]}, "exclude_paths": ["public/**/*", "lib/external/**/*", "bin/**/*", "Gemfile", "Gemfile.lock"]} +{"engines": {"brakeman": {"enabled": true, "checks": {"CVE_2015_3227": {"enabled": false}}}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.js", "**.jsx"]}, "exclude_paths": ["config/", "coverage/", "gemfiles/", "script/", "test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["spec/", "src/__test__/**/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.module"]}, "exclude_paths": ["/build"]} +{"engines": {"fixme": {"enabled": false}, "rubocop": {"enabled": true}}, "exclude_paths": [".codeclimate.yml", ".gitignore", ".rspec", ".rubocop.yml", ".travis.yml", "Gemfile.lock", "CHANGELOG.{md,markdown,txt,textile}", "CONTRIBUTING.{md,markdown,txt,textile}", "readme.{md,markdown,txt,textile}", "README.{md,markdown,txt,textile}", "Readme.{md,markdown,txt,textile}", "ReadMe.{md,markdown,txt,textile}", "COPYING", "LICENSE", "features/**/*", "script/**/*", "docs/**/*", "spec/**/*", "test/**/*", "vendor/**/*"], "ratings": {"paths": ["lib/**/*.rb"]}} +{"plugins": {"phan": {"enabled": true, "config": {"file_extensions": "php"}, "phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}}}} +{"engines": {"checkstyle": {"enabled": true, "config": {"file": ".checkstyle.xml"}}}, "ratings": {"paths": ["**.java"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["python"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_path": ["tests/**/*"]} +{"version": "2", "exclude_patterns": ["node_modules", "src/test/**"], "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}}} +{"version": "2", "exclude_patterns": ["parsley/benchmarks", "parsley/test", "LICENSE", "*.md", ".codeclimate.yml", ".gitignore", ".github", "Setup.hs", "*.cabal", "*.project"], "engines": {"hlint": {"enabled": true, "exclude_fingerprints": ["3e7d6f4736abf5505671c3a2eb395cbc"], "checks": {"HLint/ParseError": {"enabled": false}, "HLint/RedundantDo": {"enabled": false}, "HLint/Redundant$!": {"enabled": false}}}}} +{"engines": {"hlint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.hs", "**.rb"]}} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "_tests_", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/", "coverage", "data"]} +{"languages": {"Ruby": false, "JavaScript": false, "PHP": false, "Python": true}, "exclude_paths": ["oldmess/*"]} +{"version": "2", "plugins": {"checkstyle": {"enabled": true, "config": {"file": ".checkstyle.xml"}}}, "checks": {"argument-count": {"enabled": false}, "complex-logic": {"enabled": false}, "file-lines": {"enabled": false}, "method-complexity": {"enabled": false}, "method-count": {"enabled": false}, "method-lines": {"enabled": false}, "nested-control-flow": {"enabled": false}, "return-statements": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["src/main/java/fr/xephi/authme/mail/OAuth2Provider.java", "src/main/java/fr/xephi/authme/mail/OAuth2SaslClient.java", "src/main/java/fr/xephi/authme/mail/OAuth2SaslClientFactory.java", "src/main/java/fr/xephi/authme/security/crypts/PhpBB.java", "src/main/java/fr/xephi/authme/security/crypts/Whirlpool.java", "src/main/java/fr/xephi/authme/security/crypts/Wordpress.java", "src/test/java/**/*Test.java"]} +{"engines": {"govet": {"enabled": true}, "golint": {"enabled": true}, "gofmt": {"enabled": true}, "markdownlint": {"enabled": true}}, "ratings": {"paths": ["**.md", "**.go"]}} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": [{"python": null}]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true}, "bandit": {"enabled": true, "config": {"python_version": 3}}, "sonar-python": {"enabled": true}}, "exclude_patterns": ["venv", "tests"]} +{"checks": {"argument-count": {"enabled": false}, "method-complexity": {"enabled": false}}, "plugins": {"rubocop": {"enabled": true, "channel": "rubocop-1-54"}, "reek": {"enabled": true}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 52}}}, "exclude_paths": ["config/*.js", "tests/**/*.js"]}, "eslint": {"enabled": true}, "fixme": {"enabled": true, "checks": {"TODO": {"enabled": false}}}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["vendor/"]} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": true}, "scsslint": {"enabled": true}}, "ratings": {"paths": ["**.php", "**.js", "**.css", "**.scss"]}, "exclude_paths": ["fonts/*", "css/foundation.css", "r8conf2016/css/foundation.css", "tests/**/*", "spec/**/*", "ng/**/*", "js/d3/*", "js/d3plus/*", "js/foundation/*", "js/guillotine/*", "js/tinymce/*", "js/vendor/*", "r8conf2016/js/vendor/*", "js/viz.js/*", "phpmailer/*", "js/jquery.fancybox.js", "r8conf2016/js/jquery.fancybox.js", "**.min.css", "**.min.js"]} +{"engines": {"tslint": {"enabled": true, "checks": {"quotemark": {"enabled": false}}}}, "exclude_paths": ["web/src/graphql/generated.ts"]} +{"engines": {"golint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["golang"]}}}, "ratings": {"paths": ["**.go"]}, "exclude_paths": []} +{"version": "2", "checks": {"complex-logic": {"enabled": true, "config": {"threshold": 10}}, "file-lines": {"enabled": true, "config": {"threshold": 999}}, "method-complexity": {"enabled": true, "config": {"threshold": 10}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 100}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 5}}, "argument-count": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "plugins": {"fixme": {"enabled": true, "config": {"strings": ["FIXME", "XXX", "TODO"]}}}, "exclude_patterns": ["build/", "coverage/", "scripts/", "node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/*.test.js"]} +{"engines": {"gnu-complexity": {"enabled": true}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["**.cpp", "**.c", "**.dut"]}}}, "ratings": {"paths": ["**.cpp", "**.c", "**.h"]}} +{"engines": {"rubocop": {"enabled": false}, "golint": {"enabled": false}, "eslint": {"enabled": true, "channel": "eslint-5"}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["src/**"]}, "exclude_paths": ["dist/**/*", "test/**/*", "coverage/**/*", ".nyc_output/**/*"]} +{"version": "2", "checks": {"method-lines": {"enabled": true, "config": {"threshold": 100}}}, "plugins": {"csslint": {"enabled": true, "checks": {"order-alphabetical": {"enabled": false}}}, "eslint": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD009": {"enabled": false}, "MD013": {"enabled": false}, "MD033": {"enabled": false}}}}, "exclude_patterns": ["**/Views/", "**/test/", "**/bdd/"]} +{"exclude_paths": ["sifr/backports/*", "versioneer.py", "sifr/_version.py", "tests/*"]} +{"engines": {"rubocop": {"enabled": true}}} +{"version": "2", "exclude_patterns": ["**/*.spec.ts", "**/*.d.ts", "**/node_modules/", "website/", "**/*.config.js"]} +{"engines": {"luacheck": {"enabled": true}}, "ratings": {"paths": ["**.lua"]}, "exclude_patterns": ["api-cdn/resty/", "api-cdn/static/", "api-cdn/node_modules/"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 350}}, "method-complexity": {"config": {"threshold": 15}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 100}}, "identical-code": {"config": {"threshold": 100}}}} +{"version": "2", "checks": {"similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["UI", "node_modules", "server/tests", "coverage", ".vscode", ".nyc_output"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true, "strings": ["BUG", "CUSTOM", "FIXME", "HACK", "TODO"]}, "phpmd": {"enabled": true, "config": {"file_extensions": "php", "rulesets": "phpmd.xml"}}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["setup/**/*", "tests/**/*", "vendor/**/*"]} +{"engines": {"rubocop": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": false}, "scss-lint": {"enabled": true}, "coffeelint": {"enabled": true}}, "ratings": {"paths": ["app/**", "assets/**"]}, "exclude_paths": ["test/**", "doc/**", "config/**", "assets/jspm_packages/**", "public/**", "vendor/**"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "checks": {"Rubocop/Style/CommentIndentation": {"enabled": false}}}, "reek": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.rb"]}, "exclude_paths": ["spec/"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}}, "exclude_patterns": ["build/", "doc/", "configs/", "packages/**/*.js", "plugins/**/*.js", "scripts/", "**/*.d.ts"]} +{"engines": {"phpmd": {"enabled": true, "checks": {"Design/TooManyPublicMethods": {"enabled": false}, "Naming/ShortVariable": {"enabled": false}, "Naming/LongVariable": {"enabled": false}, "CleanCode/StaticAccess": {"enabled": false}, "Controversial/CamelCaseMethodName": {"enabled": false}, "Controversial/CamelCasePropertyName": {"enabled": false}}}, "fixme": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"php": null}]}}}, "ratings": {"paths": ["src/**"]}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": {"python": null}}}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true}, "pep8": {"enabled": true}}, "exclude_paths": ["tests/**", "docs/**"], "ratings": {"paths": ["satella/**"]}, "checks": {"argument-count": {"config": {"threshold": 15}}, "method-complexity": {"config": {"threshold": 50}}, "method-count": {"config": {"threshold": 85}}, "file-lines": {"enabled": true, "config": {"threshold": 700}}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "python"]}}, "eslint": {"enabled": true, "channel": "eslint-3"}, "fixme": {"enabled": true}, "markdownlint": {"enabled": true, "checks": {"MD024": {"enabled": false}}}, "pep8": {"enabled": true}, "radon": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.js", "**.md", "**.py"]}, "exclude_paths": ["**/vendor/**/*", "**/migrations/*.py"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": [{"ruby": null}]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-88"}}, "exclude_patterns": ["spec/"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 75}}}, "exclude_patterns": ["**/*.spec.js", "test/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["spec/", "vendor/", "lib/rubyang/model/parser/parser.tab.rb", "lib/rubyang/xpath/parser/parser.tab.rb"]} +{"version": "2", "plugins": {"eslint": {"enabled": true, "channel": "eslint-5", "config": {"config": ".eslintrc.json"}}}, "exclude_patterns": ["src/database/", "coverage", "src/models", "src/tests", "src/utilities", "src/validation"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": true}, "exclude_paths": ["test/*"]} +{"engines": {"hlint": {"enabled": true}, "rubocop": {"enabled": true}, "shellcheck": {"enabled": true}}, "ratings": {"paths": ["**.hs"]}} +{"engines": {"gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "fixme": {"enabled": true}}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 10}}, "file-lines": {"config": {"threshold": 300}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 5}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": 45}}, "identical-code": {"config": {"threshold": 45}}}, "plugins": {"editorconfig": {"enabled": true, "channel": "beta", "config": {"editorconfig": ".editorconfig"}}, "phan": {"enabled": true, "config": {"file_extensions": "php", "ignore-undeclared": true}}, "markdownlint": {"enabled": true}, "phpmd": {"enabled": true, "config": {"file_extensions": ["php", "inc"]}, "checks": {"CleanCode/StaticAccess": {"enabled": false}, "Controversial/Superglobals": {"enabled": false}, "Naming/LongVariable": {"enabled": false}}}}} +{"exclude_patterns": ["mrbgem/", "spec/", "bin/", "docs/"]} +{"version": "2", "checks": {"similar-code": {"enabled": false}, "method-lines": {"config": {"threshold": 50}}}, "exclude_patterns": ["tests/", "spec/", "**/*.spec.js", "**/*.spec.jsx", "**/*.spec.ts", "**/*.spec.tsx", "**/vendor/", "**/node_modules/"]} +{"plugins": {"bandit": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}, "sonar-python": {"enabled": true, "config": {"tests_patterns": ["tests/**"]}}}} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.js"]}, "exclude_paths": ["config/", "db/", "spec/", "test/", "vendor/"]} +{"engines": {"duplication": {"enabled": true, "checks": {"Similar code": {"enabled": true}}, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["lib/**"]}, "exclude_paths": ["**/tests/**/*.js", ".eslintrc.js"]} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 250}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"config": {"threshold": null}}, "identical-code": {"config": {"threshold": null}}}, "exclude_patterns": ["node_modules/", "test/"], "plugins": {"editorconfig": {"enabled": true}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "nodesecurity": {"enabled": true}, "shellcheck": {"enabled": true}, "stylelint": {"enabled": true}}} +{"plugins": {"pmd": {"enabled": true, "config": {"rules": ["https://raw.githubusercontent.com/JLLeitschuh/codeclimate-test/master/my-custom.xml"]}}}} +{"engines": {"rubocop": {"enabled": true}, "reek": {"enabled": true}}, "ratings": {"paths": ["lib/**/*"]}, "exclude_paths": ["test/**/*"]} +{"engines": {"duplication": {"enabled": false, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true, "checks": {"no-void": {"enabled": false}}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb", "**.ts"]}, "exclude_paths": ["test/", "lib/"]} +{"languages": {"Ruby": false, "JavaScript": true, "PHP": false, "Python": false}, "exclude_paths": ["dist", "slidy.max.js", "slidy.js"]} +{"version": "2", "checks": {"argument-count": {"enabled": true, "config": {"threshold": 4}}, "complex-logic": {"enabled": true, "config": {"threshold": 4}}, "file-lines": {"enabled": true, "config": {"threshold": 400}}, "method-complexity": {"enabled": true, "config": {"threshold": 25}}, "method-count": {"enabled": true, "config": {"threshold": 20}}, "method-lines": {"enabled": true, "config": {"threshold": 300}}, "nested-control-flow": {"enabled": true, "config": {"threshold": 4}}, "return-statements": {"enabled": true, "config": {"threshold": 4}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": {"javascript": {"mass_threshold": 50}}}}, "fixme": {"enabled": true, "config": {"strings": ["FIXME", "BUG", "TODO", "HACK"]}}, "git-legal": {"enabled": true}}, "exclude_patterns": ["**/*.test.*", "**/*.spec.*", "config/", "db/", "dist/", "features/", "**/node_modules/", "script/", "**/spec/", "**/test/", "**/tests/", "**/vendor/", "**/*.d.ts"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}}, "ratings": {"paths": ["**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["tests/", "vendor/", "SampleApp_RoadPlanner/", "doc/"]} +{"languages": {"Ruby": true, "JavaScript": true, "PHP": true, "Python": true}, "exclude_paths": ["html/webapp/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/"]} +{"engines": {"eslint": {"enabled": true}}, "ratings": {"paths": ["**/**.*"]}, "exclude_paths": ["LICENSE", "README.md", "package.json", "ember-addon-main.js"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": {"go": null, "java": null, "javascript": null, "php": null, "python": {"python_version": 3}, "ruby": null, "swift": null, "typescript": null}}}, "fixme": {"enabled": true, "issue_override": {"severity": "info"}, "config": {"strings": ["FIXME", "TODO", "HACK", "XXX", "BUG"]}}, "markdownlint": {"enabled": true, "issue_override": {"severity": "info"}}, "gofmt": {"enabled": true}, "golint": {"enabled": true}, "govet": {"enabled": true}, "flog": {"enabled": true}, "reek": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-79"}, "shellcheck": {"enabled": true}, "coffeelint": {"enabled": true}, "csslint": {"enabled": true}, "codenarc": {"enabled": true}, "pmd": {"enabled": true}, "sonar-java": {"enabled": true, "config": {"sonar.java.source": "7"}}, "nodesecurity": {"enabled": true}, "bandit": {"enabled": true}, "pep8": {"enabled": true}, "radon": {"enabled": true}, "sonar-python": {"enabled": true}}, "exclude_patterns": [".gitignore"]} +{"exclude_paths": [".phpcs/**/*", "examples/**/*"], "engines": {"phpmd": {"enabled": false, "config": {"file_extensions": "php", "rulesets": "unusedcode"}}, "phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php", "standard": "/code/.phpcs/Barracuda/ruleset.xml", "ignore_warnings": true}}, "fixme": {"enabled": true}}, "ratings": {"paths": ["*.php", "**/*.php"]}} +{"version": "2", "checks": {"argument-count": {"config": {"threshold": 4}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 500}}, "identical-code": {"config": {"threshold": 50}}, "method-complexity": {"config": {"threshold": 20}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 50}}, "similar-code": {"config": {"threshold": 100}}}, "exclude_patterns": ["coverage/**/*", "dist/**/*", "node_modules/**/*", "test/**/*"]} +{"version": "2", "plugins": {"duplication": {"enabled": true, "config": {"languages": {"python": {"python_version": 3}}}}, "shellcheck": {"enabled": true}, "pep8": {"enabled": true}, "fixme": {"enabled": true}, "sonar-python": {"enabled": true, "config": {"tests_patterns": ["bin/*", "data/**", "doc/*", "src/**", "tests/**"]}}}} +{"version": "2", "checks": {"argument-count": {"enabled": false}, "similar-code": {"enabled": false}, "method-count": {"config": {"threshold": 30}}, "method-lines": {"config": {"threshold": 50}}, "file-lines": {"config": {"threshold": 500}}}, "plugins": {"duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true, "config": {"rulesets": "phpmd.xml"}}}, "exclude_patterns": ["tests/*", "vendor/*", "src/**/index.php"]} +{"engines": {"eslint": {"enabled": true, "checks": {"comma-dangle": {"enabled": false}}}}, "ratings": {"paths": ["**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.rb"]}, "exclude_paths": ["gulpfile.js"]} +{"version": "2", "plugins": {"pep8": {"enabled": true}}, "checks": {"argument-count": {"config": {"threshold": 5}}, "complex-logic": {"config": {"threshold": 4}}, "file-lines": {"config": {"threshold": 400}}, "method-complexity": {"config": {"threshold": 5}}, "method-count": {"config": {"threshold": 20}}, "method-lines": {"config": {"threshold": 25}}, "nested-control-flow": {"config": {"threshold": 4}}, "return-statements": {"config": {"threshold": 4}}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["src/triage/component/results_schema/alembic/versions", "src/triage/component/results_schema/alembic/env.py", "src/triage/component/results_schema/schema.py", "docs/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true, "config": {"config": "config/.ci-eslintrc"}}}, "ratings": {"paths": ["**.js"]}} +{"version": "2", "checks": {"file-lines": {"enabled": false}, "similar-code": {"enabled": false}, "method-lines": {"enabled": false}, "argument-count": {"config": {"threshold": 10}}, "method-complexity": {"config": {"threshold": 6}}}, "plugins": {"sonar-python": {"enabled": true, "config": {"test_patterns": ["deeplook/**/tests/*.py"]}, "checks": {"python:S3776": {"enabled": false}, "python:S107": {"enabled": false}, "python:S1542": {"enabled": false}}}}, "exclude_paths": ["versioneer.py", "deeplook/_version.py", "doc/**/*", "ci/*", "deeplook/tests/data/*"]} +{"version": "2", "plugins": {"rubocop": {"enabled": true, "channel": "rubocop-0-60", "config": {"file": ".rubocop.yml"}}}, "exclude_patterns": ["spec/", "spec/**/*"]} +{"exclude_patterns": ["public/"]} +{"languages": {"JavaScript": true}, "engines": {"fixme": {"enabled": true}, "eslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}}, "ratings": {"paths": ["app/**", "addon/**"]}, "exclude_paths": ["config/**", "tests/*", "vendor/*", "ember-cli-build.js", "index.js", "testem.js"]} +{"version": "2", "checks": {"method-lines": {"config": {"threshold": 50}}}} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["php"]}}, "fixme": {"enabled": true}, "phpmd": {"enabled": true}, "phpcodesniffer": {"enabled": true}}, "ratings": {"paths": ["**.php"]}, "exclude_paths": ["autoload.php", "examples/", "tests/"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["ruby", "javascript", "python", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": false}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.coffee", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py"]}, "exclude_paths": ["config/", "db/", "script/", "spec/", "test/"]} +{"engines": {"rubocop": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": [{"ruby": null}, {"javascript": null}]}}}, "ratings": {"paths": ["src/**/*", "spec/**/*"]}, "exclude_paths": ["**/vendor/**/*"]} +{"plugins": {"rubocop": {"enabled": true, "channel": "rubocop-0-80"}}} +{"version": "2", "plugins": {"bundler-audit": {"enabled": true}, "haml-lint": {"enabled": true}, "reek": {"enabled": true}, "rubocop": {"enabled": true, "channel": "rubocop-0-83", "config": {"file": ".codeclimate.rubocop.yml"}}}} +{"engines": {"bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "coffeelint": {"enabled": true}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.css", "**.coffee", "**.js", "**.jsx", "**.rb"]}, "exclude_paths": ["config/**/*", "db/**/*", "test/**/*", "vendor/**/*"]} +{"ratings": {"paths": ["**.php"]}, "checks": {"file-lines": {"enabled": true, "config": {"threshold": 500}}, "method-complexity": {"enabled": true, "config": {"threshold": 10}}, "method-count": {"enabled": true, "config": {"threshold": 50}}, "method-lines": {"config": {"threshold": 75}}}} +{"engines": {"phpcodesniffer": {"enabled": true, "config": {"file_extensions": "php,inc,lib", "standard": "PSR1,PSR2", "ignore_warnings": true}}}, "ratings": {"paths": ["**.php"]}} +{"exclude_patterns": ["test.js"]} +{"exclude_paths": ["rst/**/*", "docs/**/*", "mk/**/*", "_venv/**/*"]} +{"checks": {"return-statements": {"enabled": false}, "method-lines": {"enabled": false}, "similar-code": {"enabled": false}, "identical-code": {"enabled": false}}, "exclude_patterns": ["node_modules", "src/tests", "src/models", "src/migrations"]} +{"engines": {"brakeman": {"enabled": true}, "bundler-audit": {"enabled": true}, "csslint": {"enabled": true}, "duplication": {"enabled": true, "exclude_paths": ["spec/", "frontend/"], "config": {"languages": ["ruby", "javascript"]}}, "eslint": {"enabled": true, "config": {"extensions": [".js", ".jsx"]}}, "fixme": {"enabled": true}, "rubocop": {"enabled": true}}, "ratings": {"paths": ["Gemfile.lock", "**.erb", "**.haml", "**.rb", "**.rhtml", "**.slim", "**.css", "**.inc", "**.js", "**.jsx", "**.module", "**.php", "**.py", "**.json", "**.scss"]}, "exclude_paths": ["config/", "db/", "vendor/"]} +{"engines": {"duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "fixme": {"enabled": true}, "radon": {"enabled": true}, "pep8": {"enabled": true}}, "ratings": {"paths": ["**.py"]}, "exclude_paths": null} +{"engines": {"phpcodesniffer": {"enabled": true}, "phpmd": {"enabled": true}, "fixme": {"enabled": true}}, "ratings": {"paths": ["**.php", "**.module", "**.inc"]}, "exclude_paths": ["tests/*"]} +{"version": "2", "exclude_patterns": ["**/node_modules/", "**/tests/", "**/vendor/", "**/*.min.js", "build/gulp/", "ACP3/Modules/ACP3/Filemanager/Resources/Assets/rich-filemanager/", "ACP3/Modules/ACP3/System/Resources/Assets/js/*.js", "ACP3/Modules/ACP3/Wysiwygckeditor/Resources/Assets/js/ckeditor/"], "checks": {"similar-code": {"enabled": false}}} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript", "php"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": true}, "phpcodesniffer": {"enabled": true, "config": {"standard": "Wordpress"}, "checks": {"Generic WhiteSpace DisallowTabIndent TabsUsed": {"enabled": false}, "Generic WhiteSpace DisallowTabIndent NonIndentTabsUsed": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpacingAfterOpenBrace": {"enabled": false}, "PSR2 ControlStructures ControlStructureSpacing SpaceBeforeCloseBrace": {"enabled": false}, "PSR2 Methods FunctionCallSignature SpaceAfterOpenBracket": {"enabled": false}, "PSR2 Methods FunctionCallSignature SpaceBeforeCloseBracket": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingAfterOpen": {"enabled": false}, "Squiz ControlStructures ForLoopDeclaration SpacingBeforeClose": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceAfterOpen": {"enabled": false}, "Squiz ControlStructures ForEachLoopDeclaration SpaceBeforeClose": {"enabled": false}, "Squiz Functions FunctionDeclarationArgumentSpacing SpacingAfterOpen": {"enabled": false}, "Squiz Functions FunctionDeclarationArgumentSpacing SpacingBeforeClose": {"enabled": false}, "Squiz Functions MultiLineFunctionDeclaration BraceOnSameLine": {"enabled": false}}}, "phpmd": {"enabled": true, "checks": {"Controversial/CamelCaseClassName": {"enabled": false}, "Controversial/CamelCaseParameterName": {"enabled": false}, "Controversial/CamelCaseVariableName": {"enabled": false}}}}, "ratings": {"paths": ["**.css", "**.js", "**.jsx", "**.php", "**.module", "**.inc"]}, "exclude_paths": ["js/**/*", "lib/classes/**/*"]} +{"languages": {"JavaScript": true, "PHP": true}, "exclude_paths": ["app/vendor/**/*"]} +{"engines": {"csslint": {"enabled": true}, "duplication": {"enabled": true, "config": {"languages": ["javascript"]}}, "eslint": {"enabled": true}, "fixme": {"enabled": false}}, "ratings": {"paths": ["**.css", "**.js"]}, "exclude_paths": ["node_modules/"]} +{"engines": {"rubocop": {"enabled": true}, "brakeman": {"enabled": true}, "eslint": {"enabled": true}, "csslint": {"enabled": false}, "duplication": {"enabled": true, "config": {"languages": ["ruby"]}}}, "ratings": {"paths": ["app/**", "**.rb"]}, "exclude_paths": ["app/assets/**/*", "spec/**/*", "features/**/*"]} diff --git a/schemas/code-climate/schema.json b/schemas/code-climate/schema.json new file mode 100644 index 0000000..56c32ca --- /dev/null +++ b/schemas/code-climate/schema.json @@ -0,0 +1 @@ +{"$comment": "https://docs.codeclimate.com/docs/advanced-configuration", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": {"enabled": {"type": "object", "properties": {"enabled": {"title": "Enabled", "type": "boolean", "default": true}}}, "config": {"title": "Config", "type": "object"}, "threshold": {"title": "Threshold", "type": ["integer", "null"]}}, "description": "Configuration file as an alternative for configuring your repository in the settings page.", "id": "https://json.schemastore.org/codeclimate.json", "properties": {"version": {"title": "Version", "description": "Required to adjust maintainability checks.", "type": "string", "default": "2"}, "prepare": {"title": "Prepare", "type": "array", "items": {"type": "object", "properties": {"url": {"title": "URL", "type": "string", "format": "uri"}, "path": {"title": "Path", "type": "string"}}}}, "checks": {"title": "Checks", "type": "object", "properties": {"argument-count": {"title": "Argument Count", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 4}}}}}, "complex-logic": {"title": "Complex Logic", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 4}}}}}, "file-lines": {"title": "File Lines", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 250}}}}}, "method-complexity": {"title": "Method Complexity", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 5}}}}}, "method-count": {"title": "Method Count", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 20}}}}}, "method-lines": {"title": "Method Lines", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 25}}}}}, "nested-control-flow": {"title": "Nested Control Flow", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 4}}}}}, "return-statements": {"title": "Return Statements", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold", "default": 4}}}}}, "similar-code": {"title": "Similar Code", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold"}}}}}, "identical-code": {"title": "Identical Code", "$ref": "#/definitions/enabled", "properties": {"config": {"$ref": "#/definitions/config", "properties": {"threshold": {"$ref": "#/definitions/threshold"}}}}}}}, "plugins": {"title": "Plugins", "description": "To add a plugin to your analysis. You can find the complete list of available plugins here: https://docs.codeclimate.com/docs/list-of-engines", "type": "object", "additionalProperties": {"$ref": "#/definitions/enabled"}}, "exclude_patterns": {"title": "Exclude Patterns", "type": "array", "items": {"title": "Exclude Pattern", "type": "string"}}}, "title": "Code Climate Configuration", "type": "object"} \ No newline at end of file diff --git a/schemas/cypress/instances.jsonl b/schemas/cypress/instances.jsonl new file mode 100644 index 0000000..8927600 --- /dev/null +++ b/schemas/cypress/instances.jsonl @@ -0,0 +1,981 @@ +{"baseUrl": "http://localhost:8000/examples/", "viewportWidth": 890, "numTestsKeptInMemory": 1, "projectId": "n4ynap"} +{"compilerOptions": {"composite": true, "target": "esnext", "module": "esnext", "skipLibCheck": true, "moduleResolution": "node"}, "include": ["cypress.config.*", "./test/cypress/**/*"]} +{"baseUrl": "https://churchcrm:8890", "pageLoadTimeout": 100000, "viewportHeight": 1080, "viewportWidth": 1920, "video": false, "env": {"admin.api.key": "ajGwpy8Pdai22XDUpqjC5Ob04v0eG7EGgb4vz2bD2juT8YDmfM", "user.api.key": "cjcPihn8wDwVeRIiNnKfpj0HGgCYbcxaD9SaF6BNJKLtVrnGFr"}} +{"baseUrl": "https://ngx-bootstrap-demo--pr1-nx-workspace-4ht65xrm.web.app/#", "video": false, "projectId": "5mm2dy", "responseTimeout": 60000, "pageLoadTimeout": 120000, "ignoreTestFiles": ["**/plugins/**.js", "**/support/**", "**/tsconfig.json"]} +{"viewportWidth": 1280, "viewportHeight": 800, "chromeWebSecurity": false} +{"clientId": "6919275e-142a-48d8-be6b-93594cbd4626", "vapidPrivate": "tmnslaO8ZWN6bNbSEv_rolPeBTlNxOwCCAHrM9oZz3M", "vapidPublic": "BK_EpP8NDm9waor2zn6_S28o3ZYv4kCkJOfYpO3pt3W6jnPmxrgTLANUBNbbyaNatPnSQ12De9CeqSYQrqWzHTs", "main": {"apiKey": "testkey", "applicationTitle": "Overseerr", "applicationUrl": "", "csrfProtection": false, "cacheImages": false, "defaultPermissions": 32, "defaultQuotas": {"movie": {}, "tv": {}}, "hideAvailable": false, "localLogin": true, "newPlexLogin": true, "region": "", "originalLanguage": "", "trustProxy": false, "partialRequestsEnabled": true, "locale": "en"}, "plex": {"name": "Seerr", "ip": "192.168.1.1", "port": 32400, "useSsl": false, "libraries": [{"id": "1", "name": "Movies", "enabled": true, "type": "movie"}], "machineId": "test"}, "tautulli": {}, "radarr": [], "sonarr": [], "public": {"initialized": true}, "notifications": {"agents": {"email": {"enabled": false, "options": {"emailFrom": "", "smtpHost": "", "smtpPort": 587, "secure": false, "ignoreTls": false, "requireTls": false, "allowSelfSigned": false, "senderName": "Overseerr"}}, "discord": {"enabled": false, "types": 0, "options": {"webhookUrl": "", "enableMentions": true}}, "lunasea": {"enabled": false, "types": 0, "options": {"webhookUrl": ""}}, "slack": {"enabled": false, "types": 0, "options": {"webhookUrl": ""}}, "telegram": {"enabled": false, "types": 0, "options": {"botAPI": "", "chatId": "", "sendSilently": false}}, "pushbullet": {"enabled": false, "types": 0, "options": {"accessToken": ""}}, "pushover": {"enabled": false, "types": 0, "options": {"accessToken": "", "userToken": ""}}, "webhook": {"enabled": false, "types": 0, "options": {"webhookUrl": "", "jsonPayload": "IntcbiAgICBcIm5vdGlmaWNhdGlvbl90eXBlXCI6IFwie3tub3RpZmljYXRpb25fdHlwZX19XCIsXG4gICAgXCJldmVudFwiOiBcInt7ZXZlbnR9fVwiLFxuICAgIFwic3ViamVjdFwiOiBcInt7c3ViamVjdH19XCIsXG4gICAgXCJtZXNzYWdlXCI6IFwie3ttZXNzYWdlfX1cIixcbiAgICBcImltYWdlXCI6IFwie3tpbWFnZX19XCIsXG4gICAgXCJ7e21lZGlhfX1cIjoge1xuICAgICAgICBcIm1lZGlhX3R5cGVcIjogXCJ7e21lZGlhX3R5cGV9fVwiLFxuICAgICAgICBcInRtZGJJZFwiOiBcInt7bWVkaWFfdG1kYmlkfX1cIixcbiAgICAgICAgXCJ0dmRiSWRcIjogXCJ7e21lZGlhX3R2ZGJpZH19XCIsXG4gICAgICAgIFwic3RhdHVzXCI6IFwie3ttZWRpYV9zdGF0dXN9fVwiLFxuICAgICAgICBcInN0YXR1czRrXCI6IFwie3ttZWRpYV9zdGF0dXM0a319XCJcbiAgICB9LFxuICAgIFwie3tyZXF1ZXN0fX1cIjoge1xuICAgICAgICBcInJlcXVlc3RfaWRcIjogXCJ7e3JlcXVlc3RfaWR9fVwiLFxuICAgICAgICBcInJlcXVlc3RlZEJ5X2VtYWlsXCI6IFwie3tyZXF1ZXN0ZWRCeV9lbWFpbH19XCIsXG4gICAgICAgIFwicmVxdWVzdGVkQnlfdXNlcm5hbWVcIjogXCJ7e3JlcXVlc3RlZEJ5X3VzZXJuYW1lfX1cIixcbiAgICAgICAgXCJyZXF1ZXN0ZWRCeV9hdmF0YXJcIjogXCJ7e3JlcXVlc3RlZEJ5X2F2YXRhcn19XCJcbiAgICB9LFxuICAgIFwie3tpc3N1ZX19XCI6IHtcbiAgICAgICAgXCJpc3N1ZV9pZFwiOiBcInt7aXNzdWVfaWR9fVwiLFxuICAgICAgICBcImlzc3VlX3R5cGVcIjogXCJ7e2lzc3VlX3R5cGV9fVwiLFxuICAgICAgICBcImlzc3VlX3N0YXR1c1wiOiBcInt7aXNzdWVfc3RhdHVzfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X2VtYWlsXCI6IFwie3tyZXBvcnRlZEJ5X2VtYWlsfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X3VzZXJuYW1lXCI6IFwie3tyZXBvcnRlZEJ5X3VzZXJuYW1lfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X2F2YXRhclwiOiBcInt7cmVwb3J0ZWRCeV9hdmF0YXJ9fVwiXG4gICAgfSxcbiAgICBcInt7Y29tbWVudH19XCI6IHtcbiAgICAgICAgXCJjb21tZW50X21lc3NhZ2VcIjogXCJ7e2NvbW1lbnRfbWVzc2FnZX19XCIsXG4gICAgICAgIFwiY29tbWVudGVkQnlfZW1haWxcIjogXCJ7e2NvbW1lbnRlZEJ5X2VtYWlsfX1cIixcbiAgICAgICAgXCJjb21tZW50ZWRCeV91c2VybmFtZVwiOiBcInt7Y29tbWVudGVkQnlfdXNlcm5hbWV9fVwiLFxuICAgICAgICBcImNvbW1lbnRlZEJ5X2F2YXRhclwiOiBcInt7Y29tbWVudGVkQnlfYXZhdGFyfX1cIlxuICAgIH0sXG4gICAgXCJ7e2V4dHJhfX1cIjogW11cbn0i"}}, "webpush": {"enabled": false, "options": {}}, "gotify": {"enabled": false, "types": 0, "options": {"url": "", "token": ""}}}}, "jobs": {"plex-recently-added-scan": {"schedule": "0 */5 * * * *"}, "plex-full-scan": {"schedule": "0 0 3 * * *"}, "radarr-scan": {"schedule": "0 0 4 * * *"}, "sonarr-scan": {"schedule": "0 30 4 * * *"}, "download-sync": {"schedule": "0 * * * * *"}, "download-sync-reset": {"schedule": "0 0 1 * * *"}}} +{"wp": {"version": ["5.5"], "plugins": ["", ""], "port": 3000}} +{"baseUrl": "https://:/sdc1", "chromeWebSecurity": false, "env": {"backendUrl": "https://:/sdc1/feProxy/"}, "reporter": "/home/node/app/catalog-ui/node_modules/mochawesome", "requestTimeout": 60000, "responseTimeout": 100000, "video": false} +{"baseUrl": "http://localhost:5002", "defaultCommandTimeout": 10000, "watchForFileChanges": false, "projectId": "n4h7vq", "integrationFolder": "<%= expanded_repo_path %>/decko/spec/cypress/integration", "supportFile": "<%= expanded_repo_path %>/decko/spec/cypress/support/index.js"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": "data", "projectId": "c9d3r3"} +{"SPDX-FileCopyrightText": "2021 The HedgeDoc developers (see AUTHORS file)", "SPDX-License-Identifier": "CC0-1.0"} +{"baseUrl": "http://localhost:8889/", "env": {"wp_user": "admin", "wp_pass": "password"}, "responseTimeout": 30000, "defaultCommandTimeout": 30000, "retries": {"runMode": 3, "openMode": 0}} +{"baseUrl": "http://payone.local", "integrationFolder": "tests/cypress/integration", "fixturesFolder": "tests/cypress/fixtures", "componentFolder": "tests/cypress/component", "pluginsFile": "tests/cypress/plugins", "supportFile": "tests/cypress/support", "videosFolder": "cypress/videos", "screenshotsFolder": "cypress/screenshots", "chromeWebSecurity": false, "watchForFileChanges": false} +{"baseUrl": "http://localhost:5050"} +{"extends": "./tsconfig.json", "include": ["./src/**/*.spec.tsx"], "exclude": ["node_modules"]} +{"baseUrl": "http://localhost:8080", "trashAssetsBeforeRuns": true, "video": false, "projectId": "PID", "defaultCommandTimeout": 10000, "responseTimeout": 10000, "requestTimeout": 10000, "videoUploadOnPasses": true, "videoCompression": false, "integrationFolder": "cypress/integration/core", "retries": {"runMode": 0, "openMode": 0}} +{"extends": "../../tsconfig.json", "compilerOptions": {"allowSyntheticDefaultImports": true, "allowJs": true, "types": ["cypress", "node"]}, "include": ["src/test/test/*.cy-spec.ts", "cypress/support/**/*.ts", "**/*.cy-spec.ts"]} +{"baseUrl": "http://localhost:8000/cypress-tests", "video": false} +{"env": {"ORG": "example", "PRIMO": "primo-prd", "USER": "user01", "AUTH": "okta"}, "defaultCommandTimeout": 8000, "requestTimeout": 8000} +{"extends": "./tsconfig.app.json", "compilerOptions": {"isolatedModules": false, "types": ["cypress"]}, "include": ["./cypress/**/*.ts"], "exclude": []} +{"ignoreTestFiles": "*.html", "screenshotOnRunFailure": false, "video": false, "fixturesFolder": "tests/cypress/fixtures", "integrationFolder": "tests/cypress/integration", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "supportFile": "tests/cypress/support/index.js"} +{"projectId": "t39zbg", "baseUrl": "http://localhost:8080", "pluginsFile": "cypress/plugins/index.ts", "viewportWidth": 1440, "viewportHeight": 768, "retries": {"runMode": 3}, "video": true} +{"integrationFolder": "../e2e/specs", "trashAssetsBeforeRuns": false, "viewportWidth": 1366, "viewportHeight": 768, "chromeWebSecurity": false} +{"viewportWidth": 1600, "viewportHeight": 960, "video": false, "fileServerFolder": "tests"} +{"baseUrl": "http://localhost:3000", "testFiles": "**/*.{spec,visual}.js", "video": false} +{"compilerOptions": {"target": "es5", "lib": ["es5", "dom"], "types": ["cypress"]}, "include": ["**/*.ts"]} +{"baseUrl": "http://localhost:8098", "video": false} +{"env": {"baseUrl": "http://localhost:8081/"}, "viewportWidth": 1920, "viewportHeight": 1080} +{"baseUrl": "http://localhost:8000/"} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3002"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots", "chromeWebSecurity": false} +{"integrationFolder": "test", "fileServerFolder": "demo", "testFiles": "*.spec.js", "videosFolder": ".cypress/videos", "screenshotsFolder": ".cypress/screenshots", "fixturesFolder": false, "pluginsFile": false, "supportFile": false} +{"$schema": "https://on.cypress.io/cypress.schema.json", "supportFile": "cypress/support/index.ts", "projectId": "zkn9qu", "baseUrl": "http://localhost:6006/", "viewportHeight": 1000, "scrollBehavior": false} +{"baseUrl": "http://localhost:3000", "viewportWidth": 1920, "viewportHeight": 920, "projectId": "efk8au", "env": {"pipeline": 0}} +{"baseUrl": "http://localhost"} +{"baseUrl": "http://localhost/", "env": {"email": "user@example.com", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 70000, "pageLoadTimeout": 150000} +{"baseUrl": "http://localhost/", "defaultCommandTimeout": 30000} +{"baseUrl": "http://{{ TARGET_IP }}", "env": {"apikey": "ComplicatedPassword123!4", "ingressHost": "www.example.com", "ingressPath": "/nginx", "adminHttpPort": "443"}} +{"baseUrl": "http://localhost/", "env": {"username": "test_admin", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"env": {"username": "vib-user@example.com", "password": "bitnami!1234"}, "baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "viewportWidth": 1920, "viewportHeight": 1080, "env": {"username": "vib-user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 90000} +{"baseUrl": "http://localhost", "env": {"username": "bitnamiTest", "password": "ComplicatedPassword123!4", "baseDN": "UID=c-1CCXmPAsNWmZuDtQQ8FHl7tcVdjCiNTH,O=ExampleCA,C=SE"}} +{"baseUrl": "http://localhost", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "tomcatUser", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "env": {"username": "root", "password": "ComplicatedPassword123!4", "host": "milvus-proxy:80"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "env": {"username": "user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "chromeWebSecurity": false, "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "https://localhost/", "env": {"username": "admin", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 60000, "env": {"datacenterName": "datacenter1", "replicaCount": "3"}} +{"env": {"username": "user", "password": "ComplicatedPassword123!4", "email": "user@example.com"}, "hosts": {"bitnami-matomo.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "defaultCommandTimeout": 60000, "env": {"storePort": "10903", "receivePort": "10904"}} +{"baseUrl": "http://localhost/", "pageLoadTimeout": 150000, "defaultCommandTimeout": 50000, "chromeWebSecurity": false} +{"env": {"public_url": "http://127.0.0.1:5004", "admin_url": "http://127.0.0.1:5001", "consent_url": "http://127.0.0.1:5002", "client_url": "http://127.0.0.1:5003", "public_port": "5004", "client_port": "5003", "jwt_enabled": false}, "chromeWebSecurity": false, "retries": {"runMode": 3, "openMode": 1}, "timeouts": {"defaultCommandTimeout": 10000, "requestTimeout": 10000}, "projectId": "jrwjzp"} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 80000, "env": {"username": "bitnamiTest", "password": "ComplicatedPassword123!4"}} +{"env": {"username": "user", "password": "ComplicatedPassword123!4"}, "hosts": {"magento.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 50000, "pageLoadTimeout": 500000} +{"baseUrl": "http://localhost", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "pageLoadTimeout": 120000, "defaultCommandTimeout": 30000, "env": {"username": "test_admin", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 80000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "https://localhost", "env": {"username": "admin", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000, "pageLoadTimeout": 120000, "viewportWidth": 1920, "viewportHeight": 1080} +{"name": "cypress", "implementation": "/packages/cypress/src/executors/cypress/cypress.impl.ts", "schema": {"version": 2, "title": "Cypress Target", "description": "Run Cypress for e2e, integration and component testing.", "type": "object", "outputCapture": "pipe", "cli": "nx", "presets": [{"name": "Starting Dev Server", "keys": ["cypressConfig", "devServerTarget"]}, {"name": "Custom Base Url", "keys": ["cypressConfig", "baseUrl"]}, {"name": "Component Testing", "keys": ["cypressConfig", "devServerTarget", "testingType", "skipServe"]}], "properties": {"cypressConfig": {"type": "string", "description": "The path of the Cypress configuration json file.", "x-completion-type": "file", "x-completion-glob": "cypress?(*)@(.js|.ts|.json)"}, "watch": {"type": "boolean", "description": "Recompile and run tests when files change.", "default": false}, "tsConfig": {"x-deprecated": "This option no longer has any effect. Cypress supports typescript out of the box. Add any options directly to /tsconfig.json or /cypress/tsconfig.json", "type": "string", "description": "The path of the Cypress tsconfig configuration json file.", "x-completion-type": "file", "x-completion-glob": "tsconfig.*.json"}, "devServerTarget": {"type": "string", "description": "Dev server target to run tests against."}, "headed": {"type": "boolean", "description": "Displays the browser instead of running headlessly. Set this to `true` if your run depends on a Chrome extension being loaded.", "default": false}, "headless": {"type": "boolean", "description": "Hide the browser instead of running headed.", "default": false, "x-deprecated": "Cypress runs headless by default. Use the --watch flag to control head/headless behavior instead."}, "exit": {"type": "boolean", "description": "Whether or not the Cypress Test Runner will stay open after running tests in a spec file.", "default": true}, "key": {"type": "string", "description": "The key cypress should use to run tests in parallel/record the run (CI only)."}, "record": {"type": "boolean", "description": "Whether or not Cypress should record the results of the tests.", "default": false}, "parallel": {"aliases": ["p"], "type": "boolean", "description": "Whether or not Cypress should run its tests in parallel (CI only).", "default": false}, "baseUrl": {"type": "string", "description": "The address (with the port) which your application is running on.", "x-priority": "important"}, "browser": {"type": "string", "description": "The browser to run tests in."}, "env": {"type": "object", "description": "A key-value Pair of environment variables to pass to Cypress runner."}, "spec": {"type": "string", "description": "A comma delimited glob string that is provided to the Cypress runner to specify which spec files to run. i.e. `**examples/**,**actions.spec**`."}, "copyFiles": {"type": "string", "description": "A regex string that is used to choose what additional integration files to copy to the dist folder.", "x-deprecated": "No longer used since cypress supports typescript out of the box. If specified, it will be ignored.", "x-priority": "internal"}, "ciBuildId": {"oneOf": [{"type": "string"}, {"type": "number"}], "description": "A unique identifier for a run to enable grouping or parallelization."}, "group": {"type": "string", "description": "A named group for recorded runs in the Cypress dashboard."}, "ignoreTestFiles": {"aliases": ["excludeSpecPattern"], "type": "string", "description": "A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: `{dot: true, matchBase: true}`. We suggest using https://globster.xyz to test what files would match."}, "reporter": {"type": "string", "description": "The reporter used during cypress run."}, "reporterOptions": {"oneOf": [{"type": "string"}, {"type": "object"}], "description": "The reporter options used. Supported options depend on the reporter. https://docs.cypress.io/guides/tooling/reporters#Reporter-Options"}, "skipServe": {"type": "boolean", "description": "Skip dev-server build.", "default": false}, "testingType": {"type": "string", "description": "Specify the type of tests to execute.", "enum": ["component", "e2e"], "default": "e2e"}, "tag": {"type": "string", "description": "A comma delimited list to identify a run with.", "aliases": ["t"]}, "port": {"oneOf": [{"type": "string", "enum": ["cypress-auto"]}, {"type": "number"}], "description": "Pass a specified port value to the devServerTarget, if the value is 'cypress-auto' a free port will automatically be picked for the devServerTarget."}, "quiet": {"aliases": ["q"], "type": "boolean", "description": "If passed, Cypress output will not be printed to stdout. Only output from the configured Mocha reporter will print.", "default": false}, "runnerUi": {"type": "boolean", "description": "Displays the Cypress Runner UI. Useful for when Test Replay is enabled and you would still like the Cypress Runner UI to be displayed for screenshots and video."}}, "additionalProperties": true, "required": ["cypressConfig"], "examplesFile": "Depending on your testing type, the Cypress executor is configured in different ways. The following are sample configurations that are created via the [configuration](/packages/cypress/generators/configuration) and [cypress-component-configuration](/packages/cypress/generators/cypress-component-configuration) generators.\n\n{% tabs %}\n{% tab label=\"E2E Testing\" %}\n\n```json\n\"targets\": {\n \"e2e\": {\n \"executor\": \"@nx/cypress:cypress\",\n \"options\": {\n \"cypressConfig\": \"apps/app-e2e/cypres.config.ts\",\n \"devServerTarget\": \"my-react-app:serve\",\n \"testingType\": \"e2e\"\n }\n }\n}\n```\n\n{% callout type=\"note\" title=\"API Testing\" %}\nAPI testing with Cypress is the same setup as e2e testing. Just change which `devServerTarget` is used!\n{% /callout %}\n\n### Providing a Base URL\n\nIf `devServerTarget` is provided, the url returned from started the dev server will be passed to cypress as the `baseUrl` option.\n\nDefining a `baseUrl` in the executor options will override the inferred `baseUrl` from the `devServerTarget`.\n\nThe `baseUrl` defined in the Cypress config file is the last value used if no url is found in the `devServerTarget` or executor options.\n\n### Static Serving\n\nWhen running in CI it doesn't make sense to start up a dev server since there aren't changes to watch for.\n\nYou can use [`@nx/web:file-server`](/packages/web/executors/file-server) to serve the pre-built static files of your frontend project.\n\nIn some _frontend_ application, add a 'static-serve' target.\n\n```json\n\"serve-static\": {\n \"executor\": \"@nx/web:file-server\",\n \"options\":{\n \"buildTarget\": \"frontend:build\"\n }\n}\n```\n\nIn the _e2e_ application add a configuration to change `devServerTarget` to point to the `static-serve` from the _frontend_ application\n\n```json\n\"e2e\": {\n //...\n \"configurations\": {\n \"ci\": {\n \"devServerTarget\": \"frontend:serve-static\"\n }\n }\n}\n```\n\n{% callout type=\"note\" title=\"What about Node projects?\" %}\nThe same can be done for backend node apps with [`@nx/js:node` executor](/packages/js/executors/node)\n{% /callout %}\n\n```bash\nnx e2e my-app-e2e --configuration=ci\n```\n\n{% /tab %}\n{% tab label=\"Component Testing\" %}\n\n{% callout type=\"note\" title=\"Cypress Component Testing\" %}\nWhen adding component testing to a project, it's best to use the framework specific generator, instead `cypress-component-project` directly.\n\n- [React component testing](/packages/react/generators/cypress-component-configuration)\n- [Angular component testing](/packages/angular/generators/cypress-component-configuration)\n\n{% /callout %}\n\n```json\n\"targets\": {\n \"component-test\": {\n \"executor\": \"@nx/cypress:cypress\",\n \"options\": {\n \"cypressConfig\": \"apps/app/cypres.config.ts\",\n \"devServerTarget\": \"my-react-app:build\",\n \"testingType\": \"component\",\n \"skipServe\": true\n }\n }\n}\n```\n\nIt's important `skipServe` is set to true. Nx doesn't need to run the `devServerTarget`, Cypress creates its own dev server for component testing.\nInstead, Nx needs to know what build target to create the correct configuration to pass to Cypress, which is why it's still used in component testing.\n\n{% /tab %}\n{% /tabs %}\n\n### Environment Variables\n\nUsing [executor configurations](recipes/executors/use-executor-configurations#use-executor-configurations) offers flexibility to set environment variables\n\n```json\n\"targets\": {\n \"e2e\": {\n \"executor\": \"@nx/cypress:cypress\",\n \"options\": {\n \"cypressConfig\": \"apps/app-e2e/cypres.config.ts\",\n \"devServerTarget\": \"my-react-app:serve\",\n \"testingType\": \"e2e\"\n },\n \"configurations\": {\n \"qa\": {\n \"env\": {\n \"API_URL\": \"https://api.qa.company.com\"\n }\n },\n \"dev\": {\n \"env\": {\n \"API_URL\": \"http://localhost:3333/api\"\n }\n }\n }\n }\n}\n```\n\nRead more on different ways to use [environment variables for cypress executor](/packages/cypress#environment-variables)\n"}, "description": "Run Cypress E2E tests.", "aliases": [], "hidden": false, "path": "/packages/cypress/src/executors/cypress/schema.json", "type": "executor"} +{"env": {"username": "vibuser@example.com", "password": "bitnami!1234"}, "baseUrl": "http://localhost", "defaultCommandTimeout": 60000} +{"env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "hosts": {"vmware-suitecrm.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 40000, "viewportWidth": 1800, "viewportHeight": 800} +{"env": {"username": "vib-user@changeme.com", "password": "bitnami!1234"}, "hosts": {"bitnami-mastodon.my": "{{ TARGET_IP }}"}, "viewportWidth": 1920, "viewportHeight": 1080, "defaultCommandTimeout": 60000} +{"baseUrl": "http://localhost", "env": {"serviceKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.ewogICAgInJvbGUiOiAic2VydmljZV9yb2xlIiwKICAgICJpc3MiOiAic3VwYWJhc2UiLAogICAgImlhdCI6IDE2NzU0MDA0MDAsCiAgICAiZXhwIjogMTgzMzE2NjgwMAp9.qNsmXzz4tG7eqJPh1Y58DbtIlJBauwpqx39UF-MwM8k"}, "responseTimeout": 30000} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 40000, "viewportWidth": 1920, "viewportHeight": 1080, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "responseTimeout": 30000} +{"env": {"username": "opencartUser", "password": "Password123!4"}, "hosts": {"vmware-opencart.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "env": {"repoName": "bitnami", "repoURL": "oci://registry-1.docker.io/bitnamicharts"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 80000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "env": {"username": "influxAdmin", "password": "RootP4ssw0rd", "bucket": "primary", "org": "primary"}, "defaultCommandTimeout": 30000} +{"video": false, "baseUrl": "http://localhost:8080/pyroscope/", "env": {"basePath": "/pyroscope"}, "integrationFolder": "cypress/integration/webapp", "retries": {"runMode": 5}} +{"defaultCommandTimeout": 8000, "execTimeout": 120000, "taskTimeout": 120000, "pageLoadTimeout": 180000, "requestTimeout": 10000, "responseTimeout": 60000} +{"env": {"username": "bitnamiUser", "password": "ComplicatedPassword123!4"}, "hosts": {"vmware-concourse.my": "{{ TARGET_IP }}"}} +{"env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "hosts": {"vmware-mediawiki.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "env": {"user": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost/", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000, "chromeWebSecurity": false} +{"env": {"username": "user", "password": "ComplicatedPassword123!4"}, "hosts": {"bitnami-discourse.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost:8080", "baseExampleUrl": "http://localhost:8080/examples", "video": false, "viewportWidth": 1200, "viewportHeight": 800} +{"baseUrl": "http://localhost/", "defaultCommandTimeout": 30000, "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"env": {"username": "test_user", "password": "bitnami1234"}, "hosts": {"vmware-clickhouse.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "env": {"username": "root", "password": "rootPassword"}, "defaultCommandTimeout": 30000, "pageLoadTimeout": 240000} +{"baseUrl": "http://localhost", "responseTimeout": 30000, "env": {"nodeNumber": 5}} +{"blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false} +{"chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080/cypress/", "defaultCommandTimeout": 10000} +{"projectId": "8h51b4", "pluginsFile": "./cypress/plugins/index.cjs", "waitForAnimations": false} +{"baseUrl": "https://ui.circleci.com", "video": false} +{"baseUrl": "http://localhost/"} +{"baseUrl": "http://localhost/", "env": {"username": "jaspervibadmin", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "responseTimeout": 30000, "env": {"nodeNumber": 4}} +{"integrationFolder": "integration", "fixturesFolder": "fixtures", "pluginsFile": "plugins/index.ts", "screenshotsFolder": "screenshots", "supportFile": "support/index.js", "videosFolder": "videos", "video": false, "screenshotOnRunFailure": false, "trashAssetsBeforeRuns": false, "ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "defaultCommandTimeout": 10000, "taskTimeout": 60000, "pageLoadTimeout": 1800000, "baseUrl": "http://localhost:3001", "retries": {"runMode": 3, "openMode": 0}} +{"baseUrl": "http://localhost:1668", "integrationFolder": "tests/cypress/integration", "fixturesFolder": "tests/cypress/fixtures", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "supportFile": "tests/cypress/support/index.js"} +{"baseUrl": "http://localhost", "responseTimeout": 30000, "env": {"compatibilityLevel": "BACKWARD"}} +{"watchForFileChanges": false, "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.js", "screenshotsFolder": "test/cypress/screenshots", "videosFolder": "test/cypress/videos", "supportFile": "test/cypress/support/index.js", "viewportWidth": 1600, "viewportHeight": 1000} +{"video": false, "baseUrl": "http://localhost:4040", "integrationFolder": "cypress/integration/auth", "testFiles": "*.ts", "retries": {"runMode": 1}} +{"baseUrl": "http://localhost:8000", "ignoreTestFiles": "**/examples/*", "testFiles": "**/*.spec.{ts,tsx}", "chromeWebSecurity": false, "video": true, "viewportWidth": 1920, "viewportHeight": 1080, "videoCompression": false, "videoUploadOnPasses": false, "defaultCommandTimeout": 15000, "numTestsKeptInMemory": 1} +{"baseUrl": "http://localhost:8000/examples/", "viewportWidth": 890, "numTestsKeptInMemory": 1, "projectId": "n4ynap"} +{"baseUrl": "http://localhost:8000/examples/", "viewportWidth": 890, "numTestsKeptInMemory": 1, "projectId": "n4ynap"} +{"baseUrl": "http://localhost:8000/examples/", "viewportWidth": 890, "numTestsKeptInMemory": 1, "projectId": "n4ynap"} +{"baseUrl": "http://localhost:8000/examples/", "viewportWidth": 890, "numTestsKeptInMemory": 1, "projectId": "n4ynap"} +{"baseUrl": "https://churchcrm:8890", "pageLoadTimeout": 100000, "viewportHeight": 1080, "viewportWidth": 1920, "video": false, "env": {"admin.api.key": "ajGwpy8Pdai22XDUpqjC5Ob04v0eG7EGgb4vz2bD2juT8YDmfM", "user.api.key": "cjcPihn8wDwVeRIiNnKfpj0HGgCYbcxaD9SaF6BNJKLtVrnGFr"}} +{"viewportWidth": 1280, "viewportHeight": 800, "chromeWebSecurity": false} +{"viewportWidth": 1280, "viewportHeight": 800, "chromeWebSecurity": false} +{"viewportWidth": 1280, "viewportHeight": 800, "chromeWebSecurity": false} +{"viewportWidth": 1280, "viewportHeight": 800, "chromeWebSecurity": false} +{"clientId": "6919275e-142a-48d8-be6b-93594cbd4626", "vapidPrivate": "tmnslaO8ZWN6bNbSEv_rolPeBTlNxOwCCAHrM9oZz3M", "vapidPublic": "BK_EpP8NDm9waor2zn6_S28o3ZYv4kCkJOfYpO3pt3W6jnPmxrgTLANUBNbbyaNatPnSQ12De9CeqSYQrqWzHTs", "main": {"apiKey": "testkey", "applicationTitle": "Overseerr", "applicationUrl": "", "csrfProtection": false, "cacheImages": false, "defaultPermissions": 32, "defaultQuotas": {"movie": {}, "tv": {}}, "hideAvailable": false, "localLogin": true, "newPlexLogin": true, "region": "", "originalLanguage": "", "trustProxy": false, "partialRequestsEnabled": true, "locale": "en"}, "plex": {"name": "Seerr", "ip": "192.168.1.1", "port": 32400, "useSsl": false, "libraries": [{"id": "1", "name": "Movies", "enabled": true, "type": "movie"}], "machineId": "test"}, "tautulli": {}, "radarr": [], "sonarr": [], "public": {"initialized": true}, "notifications": {"agents": {"email": {"enabled": false, "options": {"emailFrom": "", "smtpHost": "", "smtpPort": 587, "secure": false, "ignoreTls": false, "requireTls": false, "allowSelfSigned": false, "senderName": "Overseerr"}}, "discord": {"enabled": false, "types": 0, "options": {"webhookUrl": "", "enableMentions": true}}, "lunasea": {"enabled": false, "types": 0, "options": {"webhookUrl": ""}}, "slack": {"enabled": false, "types": 0, "options": {"webhookUrl": ""}}, "telegram": {"enabled": false, "types": 0, "options": {"botAPI": "", "chatId": "", "sendSilently": false}}, "pushbullet": {"enabled": false, "types": 0, "options": {"accessToken": ""}}, "pushover": {"enabled": false, "types": 0, "options": {"accessToken": "", "userToken": ""}}, "webhook": {"enabled": false, "types": 0, "options": {"webhookUrl": "", "jsonPayload": "IntcbiAgICBcIm5vdGlmaWNhdGlvbl90eXBlXCI6IFwie3tub3RpZmljYXRpb25fdHlwZX19XCIsXG4gICAgXCJldmVudFwiOiBcInt7ZXZlbnR9fVwiLFxuICAgIFwic3ViamVjdFwiOiBcInt7c3ViamVjdH19XCIsXG4gICAgXCJtZXNzYWdlXCI6IFwie3ttZXNzYWdlfX1cIixcbiAgICBcImltYWdlXCI6IFwie3tpbWFnZX19XCIsXG4gICAgXCJ7e21lZGlhfX1cIjoge1xuICAgICAgICBcIm1lZGlhX3R5cGVcIjogXCJ7e21lZGlhX3R5cGV9fVwiLFxuICAgICAgICBcInRtZGJJZFwiOiBcInt7bWVkaWFfdG1kYmlkfX1cIixcbiAgICAgICAgXCJ0dmRiSWRcIjogXCJ7e21lZGlhX3R2ZGJpZH19XCIsXG4gICAgICAgIFwic3RhdHVzXCI6IFwie3ttZWRpYV9zdGF0dXN9fVwiLFxuICAgICAgICBcInN0YXR1czRrXCI6IFwie3ttZWRpYV9zdGF0dXM0a319XCJcbiAgICB9LFxuICAgIFwie3tyZXF1ZXN0fX1cIjoge1xuICAgICAgICBcInJlcXVlc3RfaWRcIjogXCJ7e3JlcXVlc3RfaWR9fVwiLFxuICAgICAgICBcInJlcXVlc3RlZEJ5X2VtYWlsXCI6IFwie3tyZXF1ZXN0ZWRCeV9lbWFpbH19XCIsXG4gICAgICAgIFwicmVxdWVzdGVkQnlfdXNlcm5hbWVcIjogXCJ7e3JlcXVlc3RlZEJ5X3VzZXJuYW1lfX1cIixcbiAgICAgICAgXCJyZXF1ZXN0ZWRCeV9hdmF0YXJcIjogXCJ7e3JlcXVlc3RlZEJ5X2F2YXRhcn19XCJcbiAgICB9LFxuICAgIFwie3tpc3N1ZX19XCI6IHtcbiAgICAgICAgXCJpc3N1ZV9pZFwiOiBcInt7aXNzdWVfaWR9fVwiLFxuICAgICAgICBcImlzc3VlX3R5cGVcIjogXCJ7e2lzc3VlX3R5cGV9fVwiLFxuICAgICAgICBcImlzc3VlX3N0YXR1c1wiOiBcInt7aXNzdWVfc3RhdHVzfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X2VtYWlsXCI6IFwie3tyZXBvcnRlZEJ5X2VtYWlsfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X3VzZXJuYW1lXCI6IFwie3tyZXBvcnRlZEJ5X3VzZXJuYW1lfX1cIixcbiAgICAgICAgXCJyZXBvcnRlZEJ5X2F2YXRhclwiOiBcInt7cmVwb3J0ZWRCeV9hdmF0YXJ9fVwiXG4gICAgfSxcbiAgICBcInt7Y29tbWVudH19XCI6IHtcbiAgICAgICAgXCJjb21tZW50X21lc3NhZ2VcIjogXCJ7e2NvbW1lbnRfbWVzc2FnZX19XCIsXG4gICAgICAgIFwiY29tbWVudGVkQnlfZW1haWxcIjogXCJ7e2NvbW1lbnRlZEJ5X2VtYWlsfX1cIixcbiAgICAgICAgXCJjb21tZW50ZWRCeV91c2VybmFtZVwiOiBcInt7Y29tbWVudGVkQnlfdXNlcm5hbWV9fVwiLFxuICAgICAgICBcImNvbW1lbnRlZEJ5X2F2YXRhclwiOiBcInt7Y29tbWVudGVkQnlfYXZhdGFyfX1cIlxuICAgIH0sXG4gICAgXCJ7e2V4dHJhfX1cIjogW11cbn0i"}}, "webpush": {"enabled": false, "options": {}}, "gotify": {"enabled": false, "types": 0, "options": {"url": "", "token": ""}}}}, "jobs": {"plex-recently-added-scan": {"schedule": "0 */5 * * * *"}, "plex-full-scan": {"schedule": "0 0 3 * * *"}, "radarr-scan": {"schedule": "0 0 4 * * *"}, "sonarr-scan": {"schedule": "0 30 4 * * *"}, "download-sync": {"schedule": "0 * * * * *"}, "download-sync-reset": {"schedule": "0 0 1 * * *"}}} +{"baseUrl": "http://localhost:8000", "fixturesFolder": "data", "projectId": "c9d3r3"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": "data", "projectId": "c9d3r3"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": "data", "projectId": "c9d3r3"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": "data", "projectId": "c9d3r3"} +{"baseUrl": "http://localhost:5050"} +{"baseUrl": "http://localhost:5050"} +{"baseUrl": "http://localhost:5050"} +{"baseUrl": "http://localhost:5050"} +{"baseUrl": "http://localhost:8000/cypress-tests", "video": false} +{"baseUrl": "http://localhost:8000/cypress-tests", "video": false} +{"baseUrl": "http://localhost:8000/cypress-tests", "video": false} +{"baseUrl": "http://localhost:8000/cypress-tests", "video": false} +{"extends": "./tsconfig.app.json", "compilerOptions": {"isolatedModules": false, "types": ["cypress"]}, "include": ["./cypress/**/*.ts"], "exclude": []} +{"ignoreTestFiles": "*.html", "screenshotOnRunFailure": false, "video": false, "fixturesFolder": "tests/cypress/fixtures", "integrationFolder": "tests/cypress/integration", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "supportFile": "tests/cypress/support/index.js"} +{"integrationFolder": "../e2e/specs", "trashAssetsBeforeRuns": false, "viewportWidth": 1366, "viewportHeight": 768, "chromeWebSecurity": false} +{"integrationFolder": "../e2e/specs", "trashAssetsBeforeRuns": false, "viewportWidth": 1366, "viewportHeight": 768, "chromeWebSecurity": false} +{"integrationFolder": "../e2e/specs", "trashAssetsBeforeRuns": false, "viewportWidth": 1366, "viewportHeight": 768, "chromeWebSecurity": false} +{"integrationFolder": "../e2e/specs", "trashAssetsBeforeRuns": false, "viewportWidth": 1366, "viewportHeight": 768, "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "testFiles": "**/*.{spec,visual}.js", "video": false} +{"baseUrl": "http://localhost:3000", "testFiles": "**/*.{spec,visual}.js", "video": false} +{"baseUrl": "http://localhost:8000/"} +{"baseUrl": "http://localhost:8000/"} +{"baseUrl": "http://localhost:8000/"} +{"baseUrl": "http://localhost:8000/"} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3002"} +{"baseUrl": "http://localhost:3002"} +{"baseUrl": "http://localhost:3002"} +{"baseUrl": "http://localhost:3002"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/dev-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dev-app-e2e/screenshots", "chromeWebSecurity": false} +{"$schema": "https://on.cypress.io/cypress.schema.json", "supportFile": "cypress/support/index.ts", "projectId": "zkn9qu", "baseUrl": "http://localhost:6006/", "viewportHeight": 1000, "scrollBehavior": false} +{"$schema": "https://on.cypress.io/cypress.schema.json", "supportFile": "cypress/support/index.ts", "projectId": "zkn9qu", "baseUrl": "http://localhost:6006/", "viewportHeight": 1000, "scrollBehavior": false} +{"baseUrl": "http://localhost"} +{"baseUrl": "http://localhost"} +{"baseUrl": "http://localhost"} +{"baseUrl": "http://localhost"} +{"baseUrl": "http://localhost/", "env": {"email": "user@example.com", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 70000, "pageLoadTimeout": 150000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000, "env": {"username": "tomcatUser", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost/", "env": {"username": "user", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "chromeWebSecurity": false, "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "https://localhost/", "env": {"username": "admin", "password": "ComplicatedPassword123!4"}, "defaultCommandTimeout": 30000} +{"env": {"username": "user", "password": "ComplicatedPassword123!4", "email": "user@example.com"}, "hosts": {"bitnami-matomo.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "pageLoadTimeout": 150000, "defaultCommandTimeout": 50000, "chromeWebSecurity": false} +{"env": {"public_url": "http://127.0.0.1:5004", "admin_url": "http://127.0.0.1:5001", "consent_url": "http://127.0.0.1:5002", "client_url": "http://127.0.0.1:5003", "public_port": "5004", "client_port": "5003", "jwt_enabled": false}, "chromeWebSecurity": false, "retries": {"runMode": 3, "openMode": 1}, "timeouts": {"defaultCommandTimeout": 10000, "requestTimeout": 10000}, "projectId": "jrwjzp"} +{"env": {"public_url": "http://127.0.0.1:5004", "admin_url": "http://127.0.0.1:5001", "consent_url": "http://127.0.0.1:5002", "client_url": "http://127.0.0.1:5003", "public_port": "5004", "client_port": "5003", "jwt_enabled": false}, "chromeWebSecurity": false, "retries": {"runMode": 3, "openMode": 1}, "timeouts": {"defaultCommandTimeout": 10000, "requestTimeout": 10000}, "projectId": "jrwjzp"} +{"baseUrl": "http://localhost", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "env": {"username": "test_user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost/", "pageLoadTimeout": 120000, "defaultCommandTimeout": 30000, "env": {"username": "test_admin", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 80000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"env": {"username": "test_user", "password": "ComplicatedPassword123!4"}, "hosts": {"vmware-suitecrm.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 40000, "viewportWidth": 1800, "viewportHeight": 800} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 40000, "viewportWidth": 1920, "viewportHeight": 1080, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "responseTimeout": 30000} +{"baseUrl": "http://localhost", "responseTimeout": 30000} +{"baseUrl": "http://localhost", "responseTimeout": 30000} +{"baseUrl": "http://localhost", "responseTimeout": 30000} +{"env": {"username": "opencartUser", "password": "Password123!4"}, "hosts": {"vmware-opencart.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost", "pageLoadTimeout": 240000, "defaultCommandTimeout": 80000, "env": {"username": "user", "password": "ComplicatedPassword123!4"}} +{"baseUrl": "http://localhost", "env": {"username": "influxAdmin", "password": "RootP4ssw0rd", "bucket": "primary", "org": "primary"}, "defaultCommandTimeout": 30000} +{"env": {"username": "user", "password": "ComplicatedPassword123!4"}, "hosts": {"bitnami-discourse.my": "{{ TARGET_IP }}"}, "defaultCommandTimeout": 30000} +{"baseUrl": "http://localhost:8080", "baseExampleUrl": "http://localhost:8080/examples", "video": false, "viewportWidth": 1200, "viewportHeight": 800} +{"baseUrl": "http://localhost:8080", "baseExampleUrl": "http://localhost:8080/examples", "video": false, "viewportWidth": 1200, "viewportHeight": 800} +{"baseUrl": "http://localhost:8080", "baseExampleUrl": "http://localhost:8080/examples", "video": false, "viewportWidth": 1200, "viewportHeight": 800} +{"baseUrl": "http://localhost:8080", "baseExampleUrl": "http://localhost:8080/examples", "video": false, "viewportWidth": 1200, "viewportHeight": 800} +{"baseUrl": "http://localhost/", "env": {"username": "root", "password": "rootPassword"}, "defaultCommandTimeout": 30000, "pageLoadTimeout": 240000} +{"blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false} +{"blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false} +{"blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false} +{"blacklistHosts": "*:35729", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "videosFolder": "test/e2e/videos", "supportFile": "test/e2e/support/index.js", "video": false} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"baseUrl": "http://localhost/"} +{"baseUrl": "http://localhost", "responseTimeout": 30000, "env": {"nodeNumber": 4}} +{"baseUrl": "http://localhost", "responseTimeout": 30000, "env": {"compatibilityLevel": "BACKWARD"}} +{"watchForFileChanges": false, "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.js", "screenshotsFolder": "test/cypress/screenshots", "videosFolder": "test/cypress/videos", "supportFile": "test/cypress/support/index.js", "viewportWidth": 1600, "viewportHeight": 1000} +{"baseUrl": "http://localhost:8000", "ignoreTestFiles": "**/examples/*", "testFiles": "**/*.spec.{ts,tsx}", "chromeWebSecurity": false, "video": true, "viewportWidth": 1920, "viewportHeight": 1080, "videoCompression": false, "videoUploadOnPasses": false, "defaultCommandTimeout": 15000, "numTestsKeptInMemory": 1} +{"baseUrl": "http://localhost:8000", "ignoreTestFiles": "**/examples/*", "testFiles": "**/*.spec.{ts,tsx}", "chromeWebSecurity": false, "video": true, "viewportWidth": 1920, "viewportHeight": 1080, "videoCompression": false, "videoUploadOnPasses": false, "defaultCommandTimeout": 15000, "numTestsKeptInMemory": 1} +{"baseUrl": "http://localhost:3000", "defaultCommandTimeout": 20000, "env": {"apiBaseUrl": "http://localhost:4001"}, "video": false, "screenshotOnRunFailure": false} +{"baseUrl": "http://localhost:3003", "projectId": "k4cvdh"} +{"SPDX-FileCopyrightText": "2022 Union", "SPDX-License-Identifier": "CC0-1.0"} +{"baseUrl": "http://localhost:3000/"} +{"parent": "erebus:block/planks_cypress", "display": {"thirdperson": {"rotation": [10, -45, 170], "translation": [0, 1.5, -2.75], "scale": [0.375, 0.375, 0.375]}}} +{"id": "614e94e12e8c98001d461b9d", "title": "Cypress", "created": 1632539876, "updated": 1632658482, "lines": [{"id": "614e94e12e8c98001d461b9d", "text": "Cypress", "userId": "566fa156776c9b11008ee92a", "created": 1632539876, "updated": 1632539876}, {"id": "614e95018ee92a00006a68c7", "text": " [\u30d6\u30e9\u30a6\u30b6]\u4e0a\u3067\u52d5\u304f[\u30c6\u30b9\u30c8]\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af", "userId": "566fa156776c9b11008ee92a", "created": 1632539905, "updated": 1632539911}, {"id": "614e9ccb8ee92a00006a68dc", "text": " https://docs.cypress.io/guides/overview/why-cypress", "userId": "566fa156776c9b11008ee92a", "created": 1632541900, "updated": 1632541900}, {"id": "614e95018ee92a00006a68c8", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632539906, "updated": 1632539906}, {"id": "614f7bf78ee92a0000dc596e", "text": "\u8a18\u8ff0\u4f8b (\u30b5\u30f3\u30d7\u30eb\u306b\u5165\u3063\u3066\u308b)", "userId": "566fa156776c9b11008ee92a", "created": 1632599031, "updated": 1632599043}, {"id": "614e952b8ee92a00006a68c9", "text": "code:actions.js", "userId": "566fa156776c9b11008ee92a", "created": 1632539948, "updated": 1632539953}, {"id": "614e95318ee92a00006a68cb", "text": " context('Actions', () => {", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68cc", "text": " beforeEach(() => {", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68cd", "text": " cy.visit('https://example.cypress.io/commands/actions')", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68ce", "text": " })", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d2", "text": " it('.type() - type into a DOM element', () => {", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d3", "text": " // https://on.cypress.io/type", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d4", "text": " cy.get('.action-email')", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d5", "text": " .type('fake@email.com').should('have.value', 'fake@email.com')", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d7", "text": " // .type() with special character sequences", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d8", "text": " .type('{leftarrow}{rightarrow}{uparrow}{downarrow}')", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68d9", "text": " .type('{del}{selectall}{backspace}')", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e95318ee92a00006a68da", "text": " ", "userId": "566fa156776c9b11008ee92a", "created": 1632539953, "updated": 1632539953}, {"id": "614e952c8ee92a00006a68ca", "text": "\u306a\u3093\u304b\u308f\u304b\u308a\u3084\u3059\u305d\u3046 [\u5897\u4e95\u4fca\u4e4b.icon]", "userId": "566fa156776c9b11008ee92a", "created": 1632539948, "updated": 1632539983}, {"id": "614e954c8ee92a00006a68db", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632539980, "updated": 1632539980}, {"id": "614ea268d1a02f00000e4336", "text": "[hata6502.icon] \u4fbf\u5229\u3067\u3059\u306d\u3002\uff11\u5e74\u304f\u3089\u3044\u696d\u52d9\u3067\u4f7f\u3063\u3066\u307e\u3057\u305f\u3002", "userId": "5ff4fb2169e764001cd1a02f", "created": 1632543337, "updated": 1632543383}, {"id": "614eab838ee92a00006a68dd", "text": "\u8a18\u8ff0\u304c\u697d\u3067\u3059\u306d\u30fc [\u5897\u4e95\u4fca\u4e4b.icon]", "userId": "566fa156776c9b11008ee92a", "created": 1632545667, "updated": 1632545680}, {"id": "614ea278d1a02f00000e4337", "text": "", "userId": "5ff4fb2169e764001cd1a02f", "created": 1632543352, "updated": 1632543352}, {"id": "614eb02f8ee92a00006a68e0", "text": "% npx cypress open", "userId": "566fa156776c9b11008ee92a", "created": 1632546864, "updated": 1632546875}, {"id": "614eb03e8ee92a00006a68e2", "text": " GUI\u304c\u958b\u304f", "userId": "566fa156776c9b11008ee92a", "created": 1632546878, "updated": 1632546882}, {"id": "614f7bd88ee92a0000dc596d", "text": " Chrome\u3067\u52d5\u304f", "userId": "566fa156776c9b11008ee92a", "created": 1632599000, "updated": 1632599010}, {"id": "614eb0428ee92a00006a68e3", "text": "% npx cypress run -s \u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb", "userId": "566fa156776c9b11008ee92a", "created": 1632546882, "updated": 1632546896}, {"id": "614eb0518ee92a00006a68e4", "text": " \u30bf\u30fc\u30df\u30ca\u30eb\u3067\u52d5\u304f (\u30d8\u30c3\u30c9\u30ec\u30b9\u30d6\u30e9\u30a6\u30b6)", "userId": "566fa156776c9b11008ee92a", "created": 1632546898, "updated": 1632546914}, {"id": "614eb0318ee92a00006a68e1", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632546866, "updated": 1632546866}, {"id": "614f7cfb8ee92a0000dc596f", "text": "[/nishio] \u304c\u3044\u308d\u3044\u308d\u89e3\u8aac\u3057\u3066\u308b", "userId": "566fa156776c9b11008ee92a", "created": 1632599291, "updated": 1632599300}, {"id": "614f7cfb8ee92a0000dc5970", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632599292, "updated": 1632599292}, {"id": "615063c68ee92a00004a5333", "text": "EpisoPass.com\u3092\u30c6\u30b9\u30c8\u3057\u3066\u308b\u3068\u3053 [\u5897\u4e95\u4fca\u4e4b.icon]", "userId": "566fa156776c9b11008ee92a", "created": 1632658375, "updated": 1632658383}, {"id": "6150642b8ee92a00004a5337", "text": " [https://github.com/masui/EpisoPass2021/blob/main/test/cypress/integration/episopass.js \u30b9\u30af\u30ea\u30d7\u30c8]", "userId": "566fa156776c9b11008ee92a", "created": 1632658475, "updated": 1632658482}, {"id": "615063c68ee92a00004a5334", "text": " [https://www.youtube.com/watch?v=CdFH9PQYVRo]", "userId": "566fa156776c9b11008ee92a", "created": 1632658375, "updated": 1632658384}, {"id": "615063c68ee92a00004a5336", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632658375, "updated": 1632658375}, {"id": "615063c68ee92a00004a5335", "text": "", "userId": "566fa156776c9b11008ee92a", "created": 1632658375, "updated": 1632658375}]} +{"feature": "minecraft:seagrass_mid", "placement": [{"type": "minecraft:in_square"}, {"type": "minecraft:heightmap", "heightmap": "OCEAN_FLOOR_WG"}, {"type": "minecraft:count", "count": 56}, {"type": "minecraft:biome"}]} +{"parent": "covens:block/log_cypress", "display": {"thirdperson_righthand": {"rotation": [62, 41, 0], "translation": [0, 0, 0], "scale": [0.4, 0.4, 0.4]}, "thirdperson_lefthand": {"rotation": [62, 41, 0], "translation": [0, 0, 0], "scale": [0.4, 0.4, 0.4]}, "ground": {"rotation": [0, 0, 0], "translation": [0, 3, 0], "scale": [0.25, 0.25, 0.25]}, "fixed": {"rotation": [0, 0, 0], "translation": [0, 0, 0], "scale": [1, 1, 1]}, "firstperson_righthand": {"rotation": [10, 48, -3], "translation": [-1.89, 0, 0], "scale": [0.38, 0.38, 0.38]}, "firstperson_lefthand": {"rotation": [10, 48, -3], "translation": [-1.89, 0, 0], "scale": [0.38, 0.38, 0.38]}, "gui": {"rotation": [30, 225, 0], "translation": [0, 0, 0], "scale": [0.625, 0.625, 0.625]}}} +{"/Users/murat/bookshelf/src/app-routes.cy.js": {"path": "/Users/murat/bookshelf/src/app-routes.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/app-routes.js": {"path": "/Users/murat/bookshelf/src/app-routes.js", "statementMap": {"0": {"start": {"line": 19, "column": 2}, "end": {"line": 27, "column": 3}}}, "fnMap": {"0": {"name": "AppRoutes", "decl": {"start": {"line": 18, "column": 24}, "end": {"line": 18, "column": 33}}, "loc": {"start": {"line": 18, "column": 36}, "end": {"line": 28, "column": 1}}, "line": 18}}, "branchMap": {}, "s": {"0": 2}, "f": {"0": 2}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "399a4dd237f96fe5ec2cc8069fafcab35afe5613"}, "/Users/murat/bookshelf/src/app.js": {"path": "/Users/murat/bookshelf/src/app.js", "statementMap": {"0": {"start": {"line": 12, "column": 25}, "end": {"line": 14, "column": 1}}, "1": {"start": {"line": 13, "column": 2}, "end": {"line": 13, "column": 59}}, "2": {"start": {"line": 15, "column": 27}, "end": {"line": 15, "column": 76}}, "3": {"start": {"line": 15, "column": 44}, "end": {"line": 15, "column": 75}}, "4": {"start": {"line": 20, "column": 17}, "end": {"line": 20, "column": 26}}, "5": {"start": {"line": 21, "column": 2}, "end": {"line": 25, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 12, "column": 36}, "end": {"line": 12, "column": 37}}, "loc": {"start": {"line": 13, "column": 2}, "end": {"line": 13, "column": 59}}, "line": 13}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 15, "column": 38}, "end": {"line": 15, "column": 39}}, "loc": {"start": {"line": 15, "column": 44}, "end": {"line": 15, "column": 75}}, "line": 15}, "2": {"name": "App", "decl": {"start": {"line": 19, "column": 9}, "end": {"line": 19, "column": 12}}, "loc": {"start": {"line": 19, "column": 15}, "end": {"line": 26, "column": 1}}, "line": 19}}, "branchMap": {"0": {"loc": {"start": {"line": 23, "column": 7}, "end": {"line": 23, "column": 59}}, "type": "cond-expr", "locations": [{"start": {"line": 23, "column": 14}, "end": {"line": 23, "column": 34}}, {"start": {"line": 23, "column": 37}, "end": {"line": 23, "column": 59}}], "line": 23}}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 6, "5": 6}, "f": {"0": 2, "1": 2, "2": 6}, "b": {"0": [4, 2]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "72bbdcde5812b9baac9573576bda549ec6dde8f6"}, "/Users/murat/bookshelf/src/auth-provider.js": {"path": "/Users/murat/bookshelf/src/auth-provider.js", "statementMap": {"0": {"start": {"line": 4, "column": 24}, "end": {"line": 4, "column": 49}}, "1": {"start": {"line": 10, "column": 2}, "end": {"line": 10, "column": 53}}, "2": {"start": {"line": 14, "column": 2}, "end": {"line": 14, "column": 58}}, "3": {"start": {"line": 15, "column": 2}, "end": {"line": 15, "column": 13}}, "4": {"start": {"line": 19, "column": 2}, "end": {"line": 19, "column": 71}}, "5": {"start": {"line": 23, "column": 2}, "end": {"line": 23, "column": 74}}, "6": {"start": {"line": 27, "column": 2}, "end": {"line": 27, "column": 49}}, "7": {"start": {"line": 32, "column": 16}, "end": {"line": 32, "column": 46}}, "8": {"start": {"line": 35, "column": 17}, "end": {"line": 39, "column": 3}}, "9": {"start": {"line": 41, "column": 2}, "end": {"line": 48, "column": 4}}, "10": {"start": {"line": 42, "column": 17}, "end": {"line": 42, "column": 38}}, "11": {"start": {"line": 43, "column": 4}, "end": {"line": 47, "column": 5}}, "12": {"start": {"line": 44, "column": 6}, "end": {"line": 44, "column": 17}}, "13": {"start": {"line": 46, "column": 6}, "end": {"line": 46, "column": 33}}}, "fnMap": {"0": {"name": "getToken", "decl": {"start": {"line": 6, "column": 15}, "end": {"line": 6, "column": 23}}, "loc": {"start": {"line": 6, "column": 26}, "end": {"line": 11, "column": 1}}, "line": 6}, "1": {"name": "handleUserResponse", "decl": {"start": {"line": 13, "column": 9}, "end": {"line": 13, "column": 27}}, "loc": {"start": {"line": 13, "column": 36}, "end": {"line": 16, "column": 1}}, "line": 13}, "2": {"name": "login", "decl": {"start": {"line": 18, "column": 9}, "end": {"line": 18, "column": 14}}, "loc": {"start": {"line": 18, "column": 37}, "end": {"line": 20, "column": 1}}, "line": 18}, "3": {"name": "register", "decl": {"start": {"line": 22, "column": 9}, "end": {"line": 22, "column": 17}}, "loc": {"start": {"line": 22, "column": 40}, "end": {"line": 24, "column": 1}}, "line": 22}, "4": {"name": "logout", "decl": {"start": {"line": 26, "column": 15}, "end": {"line": 26, "column": 21}}, "loc": {"start": {"line": 26, "column": 24}, "end": {"line": 28, "column": 1}}, "line": 26}, "5": {"name": "client", "decl": {"start": {"line": 34, "column": 15}, "end": {"line": 34, "column": 21}}, "loc": {"start": {"line": 34, "column": 38}, "end": {"line": 49, "column": 1}}, "line": 34}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 41, "column": 61}, "end": {"line": 41, "column": 62}}, "loc": {"start": {"line": 41, "column": 79}, "end": {"line": 48, "column": 3}}, "line": 41}}, "branchMap": {"0": {"loc": {"start": {"line": 43, "column": 4}, "end": {"line": 47, "column": 5}}, "type": "if", "locations": [{"start": {"line": 43, "column": 4}, "end": {"line": 47, "column": 5}}, {"start": {"line": 43, "column": 4}, "end": {"line": 47, "column": 5}}], "line": 43}}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 0, "5": 2, "6": 0, "7": 2, "8": 2, "9": 2, "10": 2, "11": 2, "12": 2, "13": 0}, "f": {"0": 2, "1": 2, "2": 0, "3": 2, "4": 0, "5": 2, "6": 2}, "b": {"0": [2, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "b92789d404d061c6aa253b817cf93f11b55c2670"}, "/Users/murat/bookshelf/src/authenticated-app.js": {"path": "/Users/murat/bookshelf/src/authenticated-app.js", "statementMap": {"0": {"start": {"line": 12, "column": 2}, "end": {"line": 23, "column": 3}}, "1": {"start": {"line": 27, "column": 25}, "end": {"line": 27, "column": 34}}, "2": {"start": {"line": 30, "column": 2}, "end": {"line": 73, "column": 3}}}, "fnMap": {"0": {"name": "ErrorFallback", "decl": {"start": {"line": 11, "column": 9}, "end": {"line": 11, "column": 22}}, "loc": {"start": {"line": 11, "column": 32}, "end": {"line": 24, "column": 1}}, "line": 11}, "1": {"name": "AuthenticatedApp", "decl": {"start": {"line": 26, "column": 9}, "end": {"line": 26, "column": 25}}, "loc": {"start": {"line": 26, "column": 28}, "end": {"line": 74, "column": 1}}, "line": 26}}, "branchMap": {}, "s": {"0": 0, "1": 2, "2": 2}, "f": {"0": 0, "1": 2}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "de652da03ee254b164011e0e2ed051a5acd94257"}, "/Users/murat/bookshelf/src/bootstrap.js": {"path": "/Users/murat/bookshelf/src/bootstrap.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "abb6a2f1cf758b6e65b5e1980247db08b1839fdc"}, "/Users/murat/bookshelf/src/index.js": {"path": "/Users/murat/bookshelf/src/index.js", "statementMap": {"0": {"start": {"line": 9, "column": 0}, "end": {"line": 17, "column": 2}}, "1": {"start": {"line": 10, "column": 2}, "end": {"line": 16, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 9, "column": 13}, "end": {"line": 9, "column": 14}}, "loc": {"start": {"line": 9, "column": 19}, "end": {"line": 17, "column": 1}}, "line": 9}}, "branchMap": {}, "s": {"0": 2, "1": 2}, "f": {"0": 2}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "e25b04555d05692187fb1dcb45b790d4c4351bf3"}, "/Users/murat/bookshelf/src/nav.cy.js": {"path": "/Users/murat/bookshelf/src/nav.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/nav.js": {"path": "/Users/murat/bookshelf/src/nav.js", "statementMap": {"0": {"start": {"line": 9, "column": 16}, "end": {"line": 9, "column": 34}}, "1": {"start": {"line": 10, "column": 2}, "end": {"line": 40, "column": 3}}, "2": {"start": {"line": 44, "column": 2}, "end": {"line": 75, "column": 3}}}, "fnMap": {"0": {"name": "NavLink", "decl": {"start": {"line": 8, "column": 9}, "end": {"line": 8, "column": 16}}, "loc": {"start": {"line": 8, "column": 24}, "end": {"line": 41, "column": 1}}, "line": 8}, "1": {"name": "Nav", "decl": {"start": {"line": 43, "column": 24}, "end": {"line": 43, "column": 27}}, "loc": {"start": {"line": 43, "column": 36}, "end": {"line": 76, "column": 1}}, "line": 43}}, "branchMap": {"0": {"loc": {"start": {"line": 28, "column": 8}, "end": {"line": 36, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 29, "column": 12}, "end": {"line": 35, "column": 13}}, {"start": {"line": 36, "column": 12}, "end": {"line": 36, "column": 16}}], "line": 28}}, "s": {"0": 42, "1": 42, "2": 2}, "f": {"0": 42, "1": 2}, "b": {"0": [10, 32]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "97a5dc304159fa26830a5686910c39063c4247eb"}, "/Users/murat/bookshelf/src/setupProxy.js": {"path": "/Users/murat/bookshelf/src/setupProxy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/setupTests.js": {"path": "/Users/murat/bookshelf/src/setupTests.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/unauthenticated-app.cy.js": {"path": "/Users/murat/bookshelf/src/unauthenticated-app.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/unauthenticated-app.js": {"path": "/Users/murat/bookshelf/src/unauthenticated-app.js", "statementMap": {"0": {"start": {"line": 15, "column": 28}, "end": {"line": 15, "column": 37}}, "1": {"start": {"line": 16, "column": 2}, "end": {"line": 68, "column": 3}}}, "fnMap": {"0": {"name": "UnauthenticatedApp", "decl": {"start": {"line": 14, "column": 9}, "end": {"line": 14, "column": 27}}, "loc": {"start": {"line": 14, "column": 30}, "end": {"line": 69, "column": 1}}, "line": 14}}, "branchMap": {}, "s": {"0": 2, "1": 2}, "f": {"0": 2}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "ddaf7d2d32eb448975824c9c43c442576f55775d"}, "/Users/murat/bookshelf/src/components/book-row.cy.js": {"path": "/Users/murat/bookshelf/src/components/book-row.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/book-row.js": {"path": "/Users/murat/bookshelf/src/components/book-row.js", "statementMap": {"0": {"start": {"line": 12, "column": 41}, "end": {"line": 12, "column": 45}}, "1": {"start": {"line": 13, "column": 19}, "end": {"line": 13, "column": 39}}, "2": {"start": {"line": 15, "column": 13}, "end": {"line": 15, "column": 39}}, "3": {"start": {"line": 17, "column": 2}, "end": {"line": 108, "column": 3}}}, "fnMap": {"0": {"name": "BookRow", "decl": {"start": {"line": 11, "column": 9}, "end": {"line": 11, "column": 16}}, "loc": {"start": {"line": 11, "column": 25}, "end": {"line": 109, "column": 1}}, "line": 11}}, "branchMap": {"0": {"loc": {"start": {"line": 73, "column": 15}, "end": {"line": 73, "column": 75}}, "type": "cond-expr", "locations": [{"start": {"line": 73, "column": 38}, "end": {"line": 73, "column": 68}}, {"start": {"line": 73, "column": 71}, "end": {"line": 73, "column": 75}}], "line": 73}}, "s": {"0": 99, "1": 99, "2": 99, "3": 99}, "f": {"0": 99}, "b": {"0": [2, 97]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "d3c82de3f61da2403e0f765add2554a787520df9"}, "/Users/murat/bookshelf/src/components/lib-ErrorMessage.cy.js": {"path": "/Users/murat/bookshelf/src/components/lib-ErrorMessage.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/lib-FullPageErrorFallback.cy.js": {"path": "/Users/murat/bookshelf/src/components/lib-FullPageErrorFallback.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/lib-FullPageSpinner.cy.js": {"path": "/Users/murat/bookshelf/src/components/lib-FullPageSpinner.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/lib.js": {"path": "/Users/murat/bookshelf/src/components/lib.js", "statementMap": {"0": {"start": {"line": 30, "column": 13}, "end": {"line": 33, "column": 2}}, "1": {"start": {"line": 35, "column": 21}, "end": {"line": 48, "column": 2}}, "2": {"start": {"line": 50, "column": 19}, "end": {"line": 56, "column": 2}}, "3": {"start": {"line": 58, "column": 16}, "end": {"line": 60, "column": 2}}, "4": {"start": {"line": 61, "column": 0}, "end": {"line": 63, "column": 1}}, "5": {"start": {"line": 65, "column": 23}, "end": {"line": 74, "column": 1}}, "6": {"start": {"line": 75, "column": 15}, "end": {"line": 83, "column": 1}}, "7": {"start": {"line": 82, "column": 29}, "end": {"line": 82, "column": 52}}, "8": {"start": {"line": 85, "column": 20}, "end": {"line": 89, "column": 1}}, "9": {"start": {"line": 91, "column": 14}, "end": {"line": 91, "column": 62}}, "10": {"start": {"line": 92, "column": 17}, "end": {"line": 92, "column": 45}}, "11": {"start": {"line": 94, "column": 15}, "end": {"line": 104, "column": 2}}, "12": {"start": {"line": 106, "column": 18}, "end": {"line": 109, "column": 2}}, "13": {"start": {"line": 112, "column": 2}, "end": {"line": 125, "column": 3}}, "14": {"start": {"line": 128, "column": 13}, "end": {"line": 134, "column": 2}}, "15": {"start": {"line": 136, "column": 29}, "end": {"line": 139, "column": 1}}, "16": {"start": {"line": 142, "column": 2}, "end": {"line": 158, "column": 3}}, "17": {"start": {"line": 162, "column": 2}, "end": {"line": 177, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 82, "column": 2}, "end": {"line": 82, "column": 3}}, "loc": {"start": {"line": 82, "column": 29}, "end": {"line": 82, "column": 52}}, "line": 82}, "1": {"name": "FullPageSpinner", "decl": {"start": {"line": 111, "column": 9}, "end": {"line": 111, "column": 24}}, "loc": {"start": {"line": 111, "column": 27}, "end": {"line": 126, "column": 1}}, "line": 111}, "2": {"name": "ErrorMessage", "decl": {"start": {"line": 141, "column": 9}, "end": {"line": 141, "column": 21}}, "loc": {"start": {"line": 141, "column": 62}, "end": {"line": 159, "column": 1}}, "line": 141}, "3": {"name": "FullPageErrorFallback", "decl": {"start": {"line": 161, "column": 9}, "end": {"line": 161, "column": 30}}, "loc": {"start": {"line": 161, "column": 40}, "end": {"line": 178, "column": 1}}, "line": 161}}, "branchMap": {"0": {"loc": {"start": {"line": 82, "column": 4}, "end": {"line": 82, "column": 23}}, "type": "default-arg", "locations": [{"start": {"line": 82, "column": 14}, "end": {"line": 82, "column": 23}}], "line": 82}, "1": {"loc": {"start": {"line": 141, "column": 30}, "end": {"line": 141, "column": 49}}, "type": "default-arg", "locations": [{"start": {"line": 141, "column": 40}, "end": {"line": 141, "column": 49}}], "line": 141}}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 2, "5": 2, "6": 2, "7": 12, "8": 2, "9": 2, "10": 2, "11": 2, "12": 2, "13": 8, "14": 2, "15": 2, "16": 0, "17": 0}, "f": {"0": 12, "1": 8, "2": 0, "3": 0}, "b": {"0": [0], "1": [0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "26b2f5dee7bb67b7abecec1504339b34f41ab109"}, "/Users/murat/bookshelf/src/components/list-item-list.cy.js": {"path": "/Users/murat/bookshelf/src/components/list-item-list.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/list-item-list.js": {"path": "/Users/murat/bookshelf/src/components/list-item-list.js", "statementMap": {"0": {"start": {"line": 10, "column": 20}, "end": {"line": 10, "column": 34}}, "1": {"start": {"line": 12, "column": 28}, "end": {"line": 12, "column": 61}}, "2": {"start": {"line": 14, "column": 2}, "end": {"line": 16, "column": 3}}, "3": {"start": {"line": 15, "column": 4}, "end": {"line": 15, "column": 79}}, "4": {"start": {"line": 17, "column": 2}, "end": {"line": 23, "column": 3}}, "5": {"start": {"line": 18, "column": 4}, "end": {"line": 22, "column": 5}}, "6": {"start": {"line": 25, "column": 2}, "end": {"line": 38, "column": 3}}, "7": {"start": {"line": 32, "column": 10}, "end": {"line": 34, "column": 15}}}, "fnMap": {"0": {"name": "ListItemList", "decl": {"start": {"line": 9, "column": 9}, "end": {"line": 9, "column": 21}}, "loc": {"start": {"line": 9, "column": 75}, "end": {"line": 39, "column": 1}}, "line": 9}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 31, "column": 31}, "end": {"line": 31, "column": 32}}, "loc": {"start": {"line": 32, "column": 10}, "end": {"line": 34, "column": 15}}, "line": 32}}, "branchMap": {"0": {"loc": {"start": {"line": 14, "column": 2}, "end": {"line": 16, "column": 3}}, "type": "if", "locations": [{"start": {"line": 14, "column": 2}, "end": {"line": 16, "column": 3}}, {"start": {"line": 14, "column": 2}, "end": {"line": 16, "column": 3}}], "line": 14}, "1": {"loc": {"start": {"line": 17, "column": 2}, "end": {"line": 23, "column": 3}}, "type": "if", "locations": [{"start": {"line": 17, "column": 2}, "end": {"line": 23, "column": 3}}, {"start": {"line": 17, "column": 2}, "end": {"line": 23, "column": 3}}], "line": 17}}, "s": {"0": 16, "1": 16, "2": 16, "3": 10, "4": 6, "5": 0, "6": 6, "7": 6}, "f": {"0": 16, "1": 6}, "b": {"0": [10, 6], "1": [0, 6]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "a144352b66b7b38b8bddcb4db0d9e91fa6672579"}, "/Users/murat/bookshelf/src/components/login-form.cy.js": {"path": "/Users/murat/bookshelf/src/components/login-form.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/login-form.js": {"path": "/Users/murat/bookshelf/src/components/login-form.js", "statementMap": {"0": {"start": {"line": 6, "column": 43}, "end": {"line": 6, "column": 53}}, "1": {"start": {"line": 8, "column": 23}, "end": {"line": 18, "column": 3}}, "2": {"start": {"line": 9, "column": 4}, "end": {"line": 9, "column": 26}}, "3": {"start": {"line": 10, "column": 33}, "end": {"line": 10, "column": 54}}, "4": {"start": {"line": 12, "column": 4}, "end": {"line": 17, "column": 5}}, "5": {"start": {"line": 20, "column": 2}, "end": {"line": 54, "column": 3}}}, "fnMap": {"0": {"name": "LoginForm", "decl": {"start": {"line": 5, "column": 24}, "end": {"line": 5, "column": 33}}, "loc": {"start": {"line": 5, "column": 60}, "end": {"line": 55, "column": 1}}, "line": 5}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 8, "column": 23}, "end": {"line": 8, "column": 24}}, "loc": {"start": {"line": 8, "column": 32}, "end": {"line": 18, "column": 3}}, "line": 8}}, "branchMap": {"0": {"loc": {"start": {"line": 46, "column": 14}, "end": {"line": 48, "column": 43}}, "type": "cond-expr", "locations": [{"start": {"line": 47, "column": 14}, "end": {"line": 47, "column": 41}}, {"start": {"line": 48, "column": 14}, "end": {"line": 48, "column": 43}}], "line": 46}, "1": {"loc": {"start": {"line": 49, "column": 10}, "end": {"line": 49, "column": 62}}, "type": "cond-expr", "locations": [{"start": {"line": 49, "column": 22}, "end": {"line": 49, "column": 55}}, {"start": {"line": 49, "column": 58}, "end": {"line": 49, "column": 62}}], "line": 49}, "2": {"loc": {"start": {"line": 52, "column": 7}, "end": {"line": 52, "column": 54}}, "type": "cond-expr", "locations": [{"start": {"line": 52, "column": 17}, "end": {"line": 52, "column": 47}}, {"start": {"line": 52, "column": 50}, "end": {"line": 52, "column": 54}}], "line": 52}}, "s": {"0": 4, "1": 4, "2": 2, "3": 2, "4": 2, "5": 4}, "f": {"0": 4, "1": 2}, "b": {"0": [0, 4], "1": [2, 2], "2": [0, 4]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "357d0cc2551a2bb5083cd3fa1f70247c31250fa9"}, "/Users/murat/bookshelf/src/components/logo.cy.js": {"path": "/Users/murat/bookshelf/src/components/logo.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/logo.js": {"path": "/Users/murat/bookshelf/src/components/logo.js", "statementMap": {"0": {"start": {"line": 3, "column": 13}, "end": {"line": 52, "column": 1}}, "1": {"start": {"line": 4, "column": 2}, "end": {"line": 51, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 3, "column": 13}, "end": {"line": 3, "column": 14}}, "loc": {"start": {"line": 3, "column": 48}, "end": {"line": 52, "column": 1}}, "line": 3}}, "branchMap": {"0": {"loc": {"start": {"line": 3, "column": 15}, "end": {"line": 3, "column": 27}}, "type": "default-arg", "locations": [{"start": {"line": 3, "column": 23}, "end": {"line": 3, "column": 27}}], "line": 3}, "1": {"loc": {"start": {"line": 3, "column": 29}, "end": {"line": 3, "column": 42}}, "type": "default-arg", "locations": [{"start": {"line": 3, "column": 38}, "end": {"line": 3, "column": 42}}], "line": 3}}, "s": {"0": 2, "1": 2}, "f": {"0": 2}, "b": {"0": [0], "1": [0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "a5c85bf599d0dcaac1974ec370d9a9de6d117068"}, "/Users/murat/bookshelf/src/components/modal.cy.js": {"path": "/Users/murat/bookshelf/src/components/modal.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/modal.js": {"path": "/Users/murat/bookshelf/src/components/modal.js", "statementMap": {"0": {"start": {"line": 14, "column": 2}, "end": {"line": 16, "column": 36}}, "1": {"start": {"line": 15, "column": 2}, "end": {"line": 16, "column": 36}}, "2": {"start": {"line": 16, "column": 4}, "end": {"line": 16, "column": 36}}, "3": {"start": {"line": 16, "column": 18}, "end": {"line": 16, "column": 35}}, "4": {"start": {"line": 23, "column": 21}, "end": {"line": 23, "column": 42}}, "5": {"start": {"line": 26, "column": 30}, "end": {"line": 26, "column": 51}}, "6": {"start": {"line": 28, "column": 2}, "end": {"line": 28, "column": 73}}, "7": {"start": {"line": 32, "column": 24}, "end": {"line": 32, "column": 54}}, "8": {"start": {"line": 33, "column": 2}, "end": {"line": 35, "column": 4}}, "9": {"start": {"line": 34, "column": 27}, "end": {"line": 34, "column": 43}}, "10": {"start": {"line": 39, "column": 24}, "end": {"line": 39, "column": 54}}, "11": {"start": {"line": 40, "column": 2}, "end": {"line": 42, "column": 4}}, "12": {"start": {"line": 41, "column": 27}, "end": {"line": 41, "column": 42}}, "13": {"start": {"line": 46, "column": 30}, "end": {"line": 46, "column": 60}}, "14": {"start": {"line": 47, "column": 2}, "end": {"line": 49, "column": 3}}, "15": {"start": {"line": 48, "column": 45}, "end": {"line": 48, "column": 61}}, "16": {"start": {"line": 53, "column": 2}, "end": {"line": 66, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 14, "column": 2}, "end": {"line": 14, "column": 3}}, "loc": {"start": {"line": 15, "column": 2}, "end": {"line": 16, "column": 36}}, "line": 15}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 15, "column": 2}, "end": {"line": 15, "column": 3}}, "loc": {"start": {"line": 16, "column": 4}, "end": {"line": 16, "column": 36}}, "line": 16}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 16, "column": 12}, "end": {"line": 16, "column": 13}}, "loc": {"start": {"line": 16, "column": 18}, "end": {"line": 16, "column": 35}}, "line": 16}, "3": {"name": "Modal", "decl": {"start": {"line": 25, "column": 9}, "end": {"line": 25, "column": 14}}, "loc": {"start": {"line": 25, "column": 22}, "end": {"line": 29, "column": 1}}, "line": 25}, "4": {"name": "ModalDismissButton", "decl": {"start": {"line": 31, "column": 9}, "end": {"line": 31, "column": 27}}, "loc": {"start": {"line": 31, "column": 47}, "end": {"line": 36, "column": 1}}, "line": 31}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 34, "column": 21}, "end": {"line": 34, "column": 22}}, "loc": {"start": {"line": 34, "column": 27}, "end": {"line": 34, "column": 43}}, "line": 34}, "6": {"name": "ModalOpenButton", "decl": {"start": {"line": 38, "column": 9}, "end": {"line": 38, "column": 24}}, "loc": {"start": {"line": 38, "column": 44}, "end": {"line": 43, "column": 1}}, "line": 38}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 41, "column": 21}, "end": {"line": 41, "column": 22}}, "loc": {"start": {"line": 41, "column": 27}, "end": {"line": 41, "column": 42}}, "line": 41}, "8": {"name": "ModalContentsBase", "decl": {"start": {"line": 45, "column": 9}, "end": {"line": 45, "column": 26}}, "loc": {"start": {"line": 45, "column": 34}, "end": {"line": 50, "column": 1}}, "line": 45}, "9": {"name": "(anonymous_9)", "decl": {"start": {"line": 48, "column": 39}, "end": {"line": 48, "column": 40}}, "loc": {"start": {"line": 48, "column": 45}, "end": {"line": 48, "column": 61}}, "line": 48}, "10": {"name": "ModalContents", "decl": {"start": {"line": 52, "column": 9}, "end": {"line": 52, "column": 22}}, "loc": {"start": {"line": 52, "column": 52}, "end": {"line": 67, "column": 1}}, "line": 52}}, "branchMap": {"0": {"loc": {"start": {"line": 16, "column": 18}, "end": {"line": 16, "column": 35}}, "type": "binary-expr", "locations": [{"start": {"line": 16, "column": 18}, "end": {"line": 16, "column": 20}}, {"start": {"line": 16, "column": 24}, "end": {"line": 16, "column": 35}}], "line": 16}}, "s": {"0": 2, "1": 8, "2": 2, "3": 4, "4": 2, "5": 6, "6": 6, "7": 2, "8": 2, "9": 0, "10": 6, "11": 6, "12": 2, "13": 6, "14": 6, "15": 0, "16": 4}, "f": {"0": 8, "1": 2, "2": 4, "3": 6, "4": 2, "5": 0, "6": 6, "7": 2, "8": 6, "9": 0, "10": 4}, "b": {"0": [4, 2]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "4781d54baa30275604638485caa90f1ea1df3067"}, "/Users/murat/bookshelf/src/components/profiler.js": {"path": "/Users/murat/bookshelf/src/components/profiler.js", "statementMap": {"0": {"start": {"line": 4, "column": 12}, "end": {"line": 4, "column": 14}}, "1": {"start": {"line": 6, "column": 0}, "end": {"line": 6, "column": 35}}, "2": {"start": {"line": 9, "column": 2}, "end": {"line": 11, "column": 3}}, "3": {"start": {"line": 10, "column": 4}, "end": {"line": 10, "column": 43}}, "4": {"start": {"line": 12, "column": 22}, "end": {"line": 12, "column": 32}}, "5": {"start": {"line": 13, "column": 2}, "end": {"line": 13, "column": 12}}, "6": {"start": {"line": 14, "column": 2}, "end": {"line": 14, "column": 47}}, "7": {"start": {"line": 30, "column": 4}, "end": {"line": 41, "column": 5}}, "8": {"start": {"line": 31, "column": 6}, "end": {"line": 40, "column": 8}}, "9": {"start": {"line": 43, "column": 2}, "end": {"line": 43, "column": 63}}}, "fnMap": {"0": {"name": "sendProfileQueue", "decl": {"start": {"line": 8, "column": 9}, "end": {"line": 8, "column": 25}}, "loc": {"start": {"line": 8, "column": 28}, "end": {"line": 15, "column": 1}}, "line": 8}, "1": {"name": "Profiler", "decl": {"start": {"line": 20, "column": 9}, "end": {"line": 20, "column": 17}}, "loc": {"start": {"line": 20, "column": 48}, "end": {"line": 44, "column": 1}}, "line": 20}, "2": {"name": "reportProfile", "decl": {"start": {"line": 21, "column": 11}, "end": {"line": 21, "column": 24}}, "loc": {"start": {"line": 29, "column": 4}, "end": {"line": 42, "column": 3}}, "line": 29}}, "branchMap": {"0": {"loc": {"start": {"line": 9, "column": 2}, "end": {"line": 11, "column": 3}}, "type": "if", "locations": [{"start": {"line": 9, "column": 2}, "end": {"line": 11, "column": 3}}, {"start": {"line": 9, "column": 2}, "end": {"line": 11, "column": 3}}], "line": 9}, "1": {"loc": {"start": {"line": 30, "column": 4}, "end": {"line": 41, "column": 5}}, "type": "if", "locations": [{"start": {"line": 30, "column": 4}, "end": {"line": 41, "column": 5}}, {"start": {"line": 30, "column": 4}, "end": {"line": 41, "column": 5}}], "line": 30}, "2": {"loc": {"start": {"line": 30, "column": 8}, "end": {"line": 30, "column": 41}}, "type": "binary-expr", "locations": [{"start": {"line": 30, "column": 8}, "end": {"line": 30, "column": 15}}, {"start": {"line": 30, "column": 19}, "end": {"line": 30, "column": 41}}], "line": 30}}, "s": {"0": 2, "1": 2, "2": 2, "3": 0, "4": 2, "5": 2, "6": 2, "7": 218, "8": 96, "9": 44}, "f": {"0": 2, "1": 44, "2": 218}, "b": {"0": [0, 2], "1": [96, 122], "2": [218, 124]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "b4985e3fc41651b199566db2542e831260ffe224"}, "/Users/murat/bookshelf/src/components/rating.cy.js": {"path": "/Users/murat/bookshelf/src/components/rating.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/rating.js": {"path": "/Users/murat/bookshelf/src/components/rating.js", "statementMap": {"0": {"start": {"line": 10, "column": 26}, "end": {"line": 19, "column": 1}}, "1": {"start": {"line": 22, "column": 36}, "end": {"line": 22, "column": 57}}, "2": {"start": {"line": 24, "column": 37}, "end": {"line": 24, "column": 56}}, "3": {"start": {"line": 26, "column": 2}, "end": {"line": 34, "column": 8}}, "4": {"start": {"line": 28, "column": 6}, "end": {"line": 30, "column": 7}}, "5": {"start": {"line": 29, "column": 8}, "end": {"line": 29, "column": 26}}, "6": {"start": {"line": 32, "column": 4}, "end": {"line": 32, "column": 69}}, "7": {"start": {"line": 33, "column": 4}, "end": {"line": 33, "column": 71}}, "8": {"start": {"line": 33, "column": 17}, "end": {"line": 33, "column": 71}}, "9": {"start": {"line": 36, "column": 24}, "end": {"line": 36, "column": 50}}, "10": {"start": {"line": 38, "column": 16}, "end": {"line": 91, "column": 4}}, "11": {"start": {"line": 39, "column": 21}, "end": {"line": 39, "column": 49}}, "12": {"start": {"line": 40, "column": 24}, "end": {"line": 40, "column": 29}}, "13": {"start": {"line": 41, "column": 4}, "end": {"line": 90, "column": 5}}, "14": {"start": {"line": 50, "column": 12}, "end": {"line": 50, "column": 58}}, "15": {"start": {"line": 92, "column": 2}, "end": {"line": 113, "column": 3}}, "16": {"start": {"line": 94, "column": 20}, "end": {"line": 94, "column": 39}}}, "fnMap": {"0": {"name": "Rating", "decl": {"start": {"line": 21, "column": 9}, "end": {"line": 21, "column": 15}}, "loc": {"start": {"line": 21, "column": 28}, "end": {"line": 114, "column": 1}}, "line": 21}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 26, "column": 18}, "end": {"line": 26, "column": 19}}, "loc": {"start": {"line": 26, "column": 24}, "end": {"line": 34, "column": 3}}, "line": 26}, "2": {"name": "handleKeyDown", "decl": {"start": {"line": 27, "column": 13}, "end": {"line": 27, "column": 26}}, "loc": {"start": {"line": 27, "column": 34}, "end": {"line": 31, "column": 5}}, "line": 27}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 33, "column": 11}, "end": {"line": 33, "column": 12}}, "loc": {"start": {"line": 33, "column": 17}, "end": {"line": 33, "column": 71}}, "line": 33}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 38, "column": 44}, "end": {"line": 38, "column": 45}}, "loc": {"start": {"line": 38, "column": 54}, "end": {"line": 91, "column": 3}}, "line": 38}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 49, "column": 20}, "end": {"line": 49, "column": 21}}, "loc": {"start": {"line": 49, "column": 26}, "end": {"line": 51, "column": 11}}, "line": 49}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 94, "column": 15}, "end": {"line": 94, "column": 16}}, "loc": {"start": {"line": 94, "column": 20}, "end": {"line": 94, "column": 39}}, "line": 94}}, "branchMap": {"0": {"loc": {"start": {"line": 28, "column": 6}, "end": {"line": 30, "column": 7}}, "type": "if", "locations": [{"start": {"line": 28, "column": 6}, "end": {"line": 30, "column": 7}}, {"start": {"line": 28, "column": 6}, "end": {"line": 30, "column": 7}}], "line": 28}, "1": {"loc": {"start": {"line": 68, "column": 25}, "end": {"line": 70, "column": 29}}, "type": "cond-expr", "locations": [{"start": {"line": 69, "column": 20}, "end": {"line": 69, "column": 77}}, {"start": {"line": 70, "column": 20}, "end": {"line": 70, "column": 29}}], "line": 68}, "2": {"loc": {"start": {"line": 80, "column": 19}, "end": {"line": 80, "column": 70}}, "type": "cond-expr", "locations": [{"start": {"line": 80, "column": 41}, "end": {"line": 80, "column": 54}}, {"start": {"line": 80, "column": 57}, "end": {"line": 80, "column": 70}}], "line": 80}, "3": {"loc": {"start": {"line": 85, "column": 27}, "end": {"line": 85, "column": 63}}, "type": "cond-expr", "locations": [{"start": {"line": 85, "column": 47}, "end": {"line": 85, "column": 53}}, {"start": {"line": 85, "column": 56}, "end": {"line": 85, "column": 63}}], "line": 85}, "4": {"loc": {"start": {"line": 105, "column": 7}, "end": {"line": 111, "column": 14}}, "type": "cond-expr", "locations": [{"start": {"line": 106, "column": 8}, "end": {"line": 110, "column": 10}}, {"start": {"line": 111, "column": 10}, "end": {"line": 111, "column": 14}}], "line": 105}}, "s": {"0": 2, "1": 12, "2": 12, "3": 12, "4": 0, "5": 0, "6": 6, "7": 6, "8": 6, "9": 12, "10": 12, "11": 60, "12": 60, "13": 60, "14": 2, "15": 12, "16": 2}, "f": {"0": 12, "1": 6, "2": 0, "3": 6, "4": 60, "5": 2, "6": 2}, "b": {"0": [0, 0], "1": [0, 60], "2": [20, 40], "3": [12, 48], "4": [0, 12]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "547944d5d22ca12ac4e223c2a29c0180d98cd588"}, "/Users/murat/bookshelf/src/components/status-buttons.cy.js": {"path": "/Users/murat/bookshelf/src/components/status-buttons.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/status-buttons.js": {"path": "/Users/murat/bookshelf/src/components/status-buttons.js", "statementMap": {"0": {"start": {"line": 18, "column": 19}, "end": {"line": 18, "column": 39}}, "1": {"start": {"line": 20, "column": 19}, "end": {"line": 20, "column": 58}}, "2": {"start": {"line": 21, "column": 30}, "end": {"line": 21, "column": 69}}, "3": {"start": {"line": 22, "column": 27}, "end": {"line": 22, "column": 66}}, "4": {"start": {"line": 24, "column": 2}, "end": {"line": 59, "column": 3}}, "5": {"start": {"line": 31, "column": 27}, "end": {"line": 31, "column": 70}}, "6": {"start": {"line": 38, "column": 27}, "end": {"line": 38, "column": 76}}, "7": {"start": {"line": 47, "column": 25}, "end": {"line": 47, "column": 61}}, "8": {"start": {"line": 54, "column": 25}, "end": {"line": 54, "column": 58}}}, "fnMap": {"0": {"name": "StatusButtons", "decl": {"start": {"line": 17, "column": 9}, "end": {"line": 17, "column": 22}}, "loc": {"start": {"line": 17, "column": 31}, "end": {"line": 60, "column": 1}}, "line": 17}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 31, "column": 21}, "end": {"line": 31, "column": 22}}, "loc": {"start": {"line": 31, "column": 27}, "end": {"line": 31, "column": 70}}, "line": 31}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 38, "column": 21}, "end": {"line": 38, "column": 22}}, "loc": {"start": {"line": 38, "column": 27}, "end": {"line": 38, "column": 76}}, "line": 38}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 47, "column": 19}, "end": {"line": 47, "column": 20}}, "loc": {"start": {"line": 47, "column": 25}, "end": {"line": 47, "column": 61}}, "line": 47}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 54, "column": 19}, "end": {"line": 54, "column": 20}}, "loc": {"start": {"line": 54, "column": 25}, "end": {"line": 54, "column": 58}}, "line": 54}}, "branchMap": {"0": {"loc": {"start": {"line": 26, "column": 7}, "end": {"line": 42, "column": 14}}, "type": "cond-expr", "locations": [{"start": {"line": 27, "column": 8}, "end": {"line": 41, "column": 9}}, {"start": {"line": 42, "column": 10}, "end": {"line": 42, "column": 14}}], "line": 26}, "1": {"loc": {"start": {"line": 27, "column": 8}, "end": {"line": 41, "column": 9}}, "type": "cond-expr", "locations": [{"start": {"line": 28, "column": 10}, "end": {"line": 33, "column": 12}}, {"start": {"line": 35, "column": 10}, "end": {"line": 40, "column": 12}}], "line": 27}, "2": {"loc": {"start": {"line": 43, "column": 7}, "end": {"line": 57, "column": 7}}, "type": "cond-expr", "locations": [{"start": {"line": 44, "column": 8}, "end": {"line": 49, "column": 10}}, {"start": {"line": 51, "column": 8}, "end": {"line": 56, "column": 10}}], "line": 43}}, "s": {"0": 137, "1": 137, "2": 137, "3": 137, "4": 137, "5": 0, "6": 2, "7": 2, "8": 2}, "f": {"0": 137, "1": 0, "2": 2, "3": 2, "4": 2}, "b": {"0": [33, 104], "1": [12, 21], "2": [33, 104]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "4eaa648f5cd1903bcfcd6b0a413e51937edd2421"}, "/Users/murat/bookshelf/src/components/tooltip-button.cy.js": {"path": "/Users/murat/bookshelf/src/components/tooltip-button.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/components/tooltip-button.js": {"path": "/Users/murat/bookshelf/src/components/tooltip-button.js", "statementMap": {"0": {"start": {"line": 17, "column": 50}, "end": {"line": 17, "column": 60}}, "1": {"start": {"line": 20, "column": 4}, "end": {"line": 24, "column": 5}}, "2": {"start": {"line": 21, "column": 6}, "end": {"line": 21, "column": 13}}, "3": {"start": {"line": 23, "column": 6}, "end": {"line": 23, "column": 20}}, "4": {"start": {"line": 27, "column": 2}, "end": {"line": 48, "column": 3}}}, "fnMap": {"0": {"name": "TooltipButton", "decl": {"start": {"line": 10, "column": 24}, "end": {"line": 10, "column": 37}}, "loc": {"start": {"line": 16, "column": 3}, "end": {"line": 49, "column": 1}}, "line": 16}, "1": {"name": "handleClick", "decl": {"start": {"line": 19, "column": 11}, "end": {"line": 19, "column": 22}}, "loc": {"start": {"line": 19, "column": 25}, "end": {"line": 25, "column": 3}}, "line": 19}}, "branchMap": {"0": {"loc": {"start": {"line": 20, "column": 4}, "end": {"line": 24, "column": 5}}, "type": "if", "locations": [{"start": {"line": 20, "column": 4}, "end": {"line": 24, "column": 5}}, {"start": {"line": 20, "column": 4}, "end": {"line": 24, "column": 5}}], "line": 20}, "1": {"loc": {"start": {"line": 28, "column": 20}, "end": {"line": 28, "column": 51}}, "type": "cond-expr", "locations": [{"start": {"line": 28, "column": 30}, "end": {"line": 28, "column": 43}}, {"start": {"line": 28, "column": 46}, "end": {"line": 28, "column": 51}}], "line": 28}, "2": {"loc": {"start": {"line": 33, "column": 19}, "end": {"line": 37, "column": 25}}, "type": "cond-expr", "locations": [{"start": {"line": 34, "column": 16}, "end": {"line": 34, "column": 29}}, {"start": {"line": 35, "column": 16}, "end": {"line": 37, "column": 25}}], "line": 33}, "3": {"loc": {"start": {"line": 35, "column": 16}, "end": {"line": 37, "column": 25}}, "type": "cond-expr", "locations": [{"start": {"line": 36, "column": 16}, "end": {"line": 36, "column": 29}}, {"start": {"line": 37, "column": 16}, "end": {"line": 37, "column": 25}}], "line": 35}, "4": {"loc": {"start": {"line": 42, "column": 20}, "end": {"line": 42, "column": 51}}, "type": "cond-expr", "locations": [{"start": {"line": 42, "column": 30}, "end": {"line": 42, "column": 43}}, {"start": {"line": 42, "column": 46}, "end": {"line": 42, "column": 51}}], "line": 42}, "5": {"loc": {"start": {"line": 45, "column": 9}, "end": {"line": 45, "column": 69}}, "type": "cond-expr", "locations": [{"start": {"line": 45, "column": 21}, "end": {"line": 45, "column": 32}}, {"start": {"line": 45, "column": 35}, "end": {"line": 45, "column": 69}}], "line": 45}, "6": {"loc": {"start": {"line": 45, "column": 35}, "end": {"line": 45, "column": 69}}, "type": "cond-expr", "locations": [{"start": {"line": 45, "column": 45}, "end": {"line": 45, "column": 62}}, {"start": {"line": 45, "column": 65}, "end": {"line": 45, "column": 69}}], "line": 45}}, "s": {"0": 170, "1": 6, "2": 0, "3": 6, "4": 170}, "f": {"0": 170, "1": 6}, "b": {"0": [0, 6], "1": [0, 170], "2": [18, 152], "3": [0, 152], "4": [0, 170], "5": [18, 152], "6": [0, 152]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "d54500f643cd8216721d11fe7a1e339e98b2eb3b"}, "/Users/murat/bookshelf/src/components/__mocks__/profiler.js": {"path": "/Users/murat/bookshelf/src/components/__mocks__/profiler.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/context/auth-context.js": {"path": "/Users/murat/bookshelf/src/context/auth-context.js", "statementMap": {"0": {"start": {"line": 19, "column": 13}, "end": {"line": 19, "column": 17}}, "1": {"start": {"line": 21, "column": 16}, "end": {"line": 21, "column": 37}}, "2": {"start": {"line": 22, "column": 2}, "end": {"line": 31, "column": 3}}, "3": {"start": {"line": 23, "column": 17}, "end": {"line": 23, "column": 51}}, "4": {"start": {"line": 24, "column": 4}, "end": {"line": 26, "column": 6}}, "5": {"start": {"line": 27, "column": 4}, "end": {"line": 29, "column": 5}}, "6": {"start": {"line": 28, "column": 6}, "end": {"line": 28, "column": 40}}, "7": {"start": {"line": 30, "column": 4}, "end": {"line": 30, "column": 20}}, "8": {"start": {"line": 32, "column": 2}, "end": {"line": 32, "column": 13}}, "9": {"start": {"line": 39, "column": 20}, "end": {"line": 39, "column": 41}}, "10": {"start": {"line": 40, "column": 0}, "end": {"line": 40, "column": 39}}, "11": {"start": {"line": 55, "column": 6}, "end": {"line": 55, "column": 16}}, "12": {"start": {"line": 57, "column": 2}, "end": {"line": 60, "column": 11}}, "13": {"start": {"line": 58, "column": 27}, "end": {"line": 58, "column": 45}}, "14": {"start": {"line": 59, "column": 4}, "end": {"line": 59, "column": 23}}, "15": {"start": {"line": 65, "column": 16}, "end": {"line": 68, "column": 3}}, "16": {"start": {"line": 66, "column": 12}, "end": {"line": 66, "column": 56}}, "17": {"start": {"line": 66, "column": 42}, "end": {"line": 66, "column": 55}}, "18": {"start": {"line": 69, "column": 19}, "end": {"line": 72, "column": 3}}, "19": {"start": {"line": 70, "column": 12}, "end": {"line": 70, "column": 59}}, "20": {"start": {"line": 70, "column": 45}, "end": {"line": 70, "column": 58}}, "21": {"start": {"line": 73, "column": 17}, "end": {"line": 77, "column": 15}}, "22": {"start": {"line": 74, "column": 4}, "end": {"line": 74, "column": 17}}, "23": {"start": {"line": 75, "column": 4}, "end": {"line": 75, "column": 22}}, "24": {"start": {"line": 76, "column": 4}, "end": {"line": 76, "column": 17}}, "25": {"start": {"line": 79, "column": 16}, "end": {"line": 82, "column": 3}}, "26": {"start": {"line": 80, "column": 11}, "end": {"line": 80, "column": 42}}, "27": {"start": {"line": 84, "column": 2}, "end": {"line": 86, "column": 3}}, "28": {"start": {"line": 85, "column": 4}, "end": {"line": 85, "column": 30}}, "29": {"start": {"line": 88, "column": 2}, "end": {"line": 90, "column": 3}}, "30": {"start": {"line": 89, "column": 4}, "end": {"line": 89, "column": 50}}, "31": {"start": {"line": 92, "column": 2}, "end": {"line": 94, "column": 3}}, "32": {"start": {"line": 93, "column": 4}, "end": {"line": 93, "column": 60}}, "33": {"start": {"line": 96, "column": 2}, "end": {"line": 96, "column": 48}}, "34": {"start": {"line": 106, "column": 18}, "end": {"line": 106, "column": 47}}, "35": {"start": {"line": 107, "column": 2}, "end": {"line": 109, "column": 3}}, "36": {"start": {"line": 108, "column": 4}, "end": {"line": 108, "column": 65}}, "37": {"start": {"line": 110, "column": 2}, "end": {"line": 110, "column": 16}}, "38": {"start": {"line": 114, "column": 17}, "end": {"line": 114, "column": 26}}, "39": {"start": {"line": 115, "column": 16}, "end": {"line": 115, "column": 27}}, "40": {"start": {"line": 116, "column": 2}, "end": {"line": 119, "column": 3}}, "41": {"start": {"line": 117, "column": 26}, "end": {"line": 117, "column": 62}}}, "fnMap": {"0": {"name": "bootstrapAppData", "decl": {"start": {"line": 18, "column": 15}, "end": {"line": 18, "column": 31}}, "loc": {"start": {"line": 18, "column": 34}, "end": {"line": 33, "column": 1}}, "line": 18}, "1": {"name": "AuthProvider", "decl": {"start": {"line": 44, "column": 9}, "end": {"line": 44, "column": 21}}, "loc": {"start": {"line": 44, "column": 29}, "end": {"line": 97, "column": 1}}, "line": 44}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 57, "column": 18}, "end": {"line": 57, "column": 19}}, "loc": {"start": {"line": 57, "column": 24}, "end": {"line": 60, "column": 3}}, "line": 57}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 66, "column": 4}, "end": {"line": 66, "column": 5}}, "loc": {"start": {"line": 66, "column": 12}, "end": {"line": 66, "column": 56}}, "line": 66}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 66, "column": 34}, "end": {"line": 66, "column": 35}}, "loc": {"start": {"line": 66, "column": 42}, "end": {"line": 66, "column": 55}}, "line": 66}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 70, "column": 4}, "end": {"line": 70, "column": 5}}, "loc": {"start": {"line": 70, "column": 12}, "end": {"line": 70, "column": 59}}, "line": 70}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 70, "column": 37}, "end": {"line": 70, "column": 38}}, "loc": {"start": {"line": 70, "column": 45}, "end": {"line": 70, "column": 58}}, "line": 70}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 73, "column": 35}, "end": {"line": 73, "column": 36}}, "loc": {"start": {"line": 73, "column": 41}, "end": {"line": 77, "column": 3}}, "line": 73}, "8": {"name": "(anonymous_8)", "decl": {"start": {"line": 80, "column": 4}, "end": {"line": 80, "column": 5}}, "loc": {"start": {"line": 80, "column": 11}, "end": {"line": 80, "column": 42}}, "line": 80}, "9": {"name": "useAuth", "decl": {"start": {"line": 105, "column": 9}, "end": {"line": 105, "column": 16}}, "loc": {"start": {"line": 105, "column": 19}, "end": {"line": 111, "column": 1}}, "line": 105}, "10": {"name": "useClient", "decl": {"start": {"line": 113, "column": 9}, "end": {"line": 113, "column": 18}}, "loc": {"start": {"line": 113, "column": 21}, "end": {"line": 120, "column": 1}}, "line": 113}, "11": {"name": "(anonymous_11)", "decl": {"start": {"line": 117, "column": 4}, "end": {"line": 117, "column": 5}}, "loc": {"start": {"line": 117, "column": 26}, "end": {"line": 117, "column": 62}}, "line": 117}}, "branchMap": {"0": {"loc": {"start": {"line": 22, "column": 2}, "end": {"line": 31, "column": 3}}, "type": "if", "locations": [{"start": {"line": 22, "column": 2}, "end": {"line": 31, "column": 3}}, {"start": {"line": 22, "column": 2}, "end": {"line": 31, "column": 3}}], "line": 22}, "1": {"loc": {"start": {"line": 84, "column": 2}, "end": {"line": 86, "column": 3}}, "type": "if", "locations": [{"start": {"line": 84, "column": 2}, "end": {"line": 86, "column": 3}}, {"start": {"line": 84, "column": 2}, "end": {"line": 86, "column": 3}}], "line": 84}, "2": {"loc": {"start": {"line": 84, "column": 6}, "end": {"line": 84, "column": 25}}, "type": "binary-expr", "locations": [{"start": {"line": 84, "column": 6}, "end": {"line": 84, "column": 15}}, {"start": {"line": 84, "column": 19}, "end": {"line": 84, "column": 25}}], "line": 84}, "3": {"loc": {"start": {"line": 88, "column": 2}, "end": {"line": 90, "column": 3}}, "type": "if", "locations": [{"start": {"line": 88, "column": 2}, "end": {"line": 90, "column": 3}}, {"start": {"line": 88, "column": 2}, "end": {"line": 90, "column": 3}}], "line": 88}, "4": {"loc": {"start": {"line": 92, "column": 2}, "end": {"line": 94, "column": 3}}, "type": "if", "locations": [{"start": {"line": 92, "column": 2}, "end": {"line": 94, "column": 3}}, {"start": {"line": 92, "column": 2}, "end": {"line": 94, "column": 3}}], "line": 92}, "5": {"loc": {"start": {"line": 107, "column": 2}, "end": {"line": 109, "column": 3}}, "type": "if", "locations": [{"start": {"line": 107, "column": 2}, "end": {"line": 109, "column": 3}}, {"start": {"line": 107, "column": 2}, "end": {"line": 109, "column": 3}}], "line": 107}}, "s": {"0": 2, "1": 2, "2": 2, "3": 0, "4": 0, "5": 0, "6": 0, "7": 0, "8": 2, "9": 2, "10": 2, "11": 10, "12": 10, "13": 2, "14": 2, "15": 10, "16": 0, "17": 0, "18": 10, "19": 2, "20": 2, "21": 10, "22": 0, "23": 0, "24": 0, "25": 10, "26": 6, "27": 10, "28": 4, "29": 6, "30": 0, "31": 6, "32": 6, "33": 0, "34": 781, "35": 781, "36": 0, "37": 781, "38": 771, "39": 771, "40": 771, "41": 34}, "f": {"0": 2, "1": 10, "2": 2, "3": 0, "4": 0, "5": 2, "6": 2, "7": 0, "8": 6, "9": 781, "10": 771, "11": 34}, "b": {"0": [0, 2], "1": [4, 6], "2": [10, 8], "3": [0, 6], "4": [6, 0], "5": [0, 781]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "eab4162927271344059861847042389229f9f115"}, "/Users/murat/bookshelf/src/context/index.js": {"path": "/Users/murat/bookshelf/src/context/index.js", "statementMap": {"0": {"start": {"line": 8, "column": 20}, "end": {"line": 18, "column": 1}}, "1": {"start": {"line": 13, "column": 6}, "end": {"line": 15, "column": 23}}, "2": {"start": {"line": 13, "column": 32}, "end": {"line": 13, "column": 44}}, "3": {"start": {"line": 14, "column": 11}, "end": {"line": 15, "column": 23}}, "4": {"start": {"line": 14, "column": 33}, "end": {"line": 14, "column": 44}}, "5": {"start": {"line": 15, "column": 11}, "end": {"line": 15, "column": 23}}, "6": {"start": {"line": 21, "column": 2}, "end": {"line": 28, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 12, "column": 4}, "end": {"line": 12, "column": 5}}, "loc": {"start": {"line": 12, "column": 31}, "end": {"line": 16, "column": 5}}, "line": 12}, "1": {"name": "AppProviders", "decl": {"start": {"line": 20, "column": 9}, "end": {"line": 20, "column": 21}}, "loc": {"start": {"line": 20, "column": 34}, "end": {"line": 29, "column": 1}}, "line": 20}}, "branchMap": {"0": {"loc": {"start": {"line": 13, "column": 6}, "end": {"line": 15, "column": 23}}, "type": "if", "locations": [{"start": {"line": 13, "column": 6}, "end": {"line": 15, "column": 23}}, {"start": {"line": 13, "column": 6}, "end": {"line": 15, "column": 23}}], "line": 13}, "1": {"loc": {"start": {"line": 14, "column": 11}, "end": {"line": 15, "column": 23}}, "type": "if", "locations": [{"start": {"line": 14, "column": 11}, "end": {"line": 15, "column": 23}}, {"start": {"line": 14, "column": 11}, "end": {"line": 15, "column": 23}}], "line": 14}}, "s": {"0": 2, "1": 0, "2": 0, "3": 0, "4": 0, "5": 0, "6": 2}, "f": {"0": 0, "1": 2}, "b": {"0": [0, 0], "1": [0, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "f0982a522135ea12d99870eb1c585cdcc60e21fe"}, "/Users/murat/bookshelf/src/dev-tools/dev-tools.js": {"path": "/Users/murat/bookshelf/src/dev-tools/dev-tools.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/dev-tools/load.js": {"path": "/Users/murat/bookshelf/src/dev-tools/load.js", "statementMap": {"0": {"start": {"line": 3, "column": 14}, "end": {"line": 3, "column": 38}}, "1": {"start": {"line": 4, "column": 19}, "end": {"line": 4, "column": 52}}, "2": {"start": {"line": 5, "column": 21}, "end": {"line": 5, "column": 65}}, "3": {"start": {"line": 6, "column": 2}, "end": {"line": 12, "column": 3}}, "4": {"start": {"line": 7, "column": 4}, "end": {"line": 11, "column": 5}}, "5": {"start": {"line": 8, "column": 6}, "end": {"line": 8, "column": 17}}, "6": {"start": {"line": 10, "column": 6}, "end": {"line": 10, "column": 23}}, "7": {"start": {"line": 15, "column": 28}, "end": {"line": 15, "column": 68}}, "8": {"start": {"line": 16, "column": 28}, "end": {"line": 16, "column": 58}}, "9": {"start": {"line": 17, "column": 30}, "end": {"line": 17, "column": 58}}, "10": {"start": {"line": 18, "column": 2}, "end": {"line": 24, "column": 3}}, "11": {"start": {"line": 19, "column": 4}, "end": {"line": 23, "column": 5}}, "12": {"start": {"line": 20, "column": 6}, "end": {"line": 20, "column": 17}}, "13": {"start": {"line": 22, "column": 6}, "end": {"line": 22, "column": 23}}, "14": {"start": {"line": 27, "column": 2}, "end": {"line": 27, "column": 39}}, "15": {"start": {"line": 27, "column": 22}, "end": {"line": 27, "column": 39}}, "16": {"start": {"line": 30, "column": 2}, "end": {"line": 30, "column": 57}}, "17": {"start": {"line": 30, "column": 46}, "end": {"line": 30, "column": 57}}, "18": {"start": {"line": 32, "column": 2}, "end": {"line": 32, "column": 19}}, "19": {"start": {"line": 37, "column": 4}, "end": {"line": 39, "column": 24}}, "20": {"start": {"line": 38, "column": 24}, "end": {"line": 38, "column": 42}}}, "fnMap": {"0": {"name": "loadDevTools", "decl": {"start": {"line": 1, "column": 9}, "end": {"line": 1, "column": 21}}, "loc": {"start": {"line": 1, "column": 32}, "end": {"line": 41, "column": 1}}, "line": 1}, "1": {"name": "go", "decl": {"start": {"line": 34, "column": 11}, "end": {"line": 34, "column": 13}}, "loc": {"start": {"line": 34, "column": 16}, "end": {"line": 40, "column": 3}}, "line": 34}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 38, "column": 12}, "end": {"line": 38, "column": 13}}, "loc": {"start": {"line": 38, "column": 24}, "end": {"line": 38, "column": 42}}, "line": 38}}, "branchMap": {"0": {"loc": {"start": {"line": 6, "column": 2}, "end": {"line": 12, "column": 3}}, "type": "if", "locations": [{"start": {"line": 6, "column": 2}, "end": {"line": 12, "column": 3}}, {"start": {"line": 6, "column": 2}, "end": {"line": 12, "column": 3}}], "line": 6}, "1": {"loc": {"start": {"line": 7, "column": 4}, "end": {"line": 11, "column": 5}}, "type": "if", "locations": [{"start": {"line": 7, "column": 4}, "end": {"line": 11, "column": 5}}, {"start": {"line": 7, "column": 4}, "end": {"line": 11, "column": 5}}], "line": 7}, "2": {"loc": {"start": {"line": 18, "column": 2}, "end": {"line": 24, "column": 3}}, "type": "if", "locations": [{"start": {"line": 18, "column": 2}, "end": {"line": 24, "column": 3}}, {"start": {"line": 18, "column": 2}, "end": {"line": 24, "column": 3}}], "line": 18}, "3": {"loc": {"start": {"line": 19, "column": 4}, "end": {"line": 23, "column": 5}}, "type": "if", "locations": [{"start": {"line": 19, "column": 4}, "end": {"line": 23, "column": 5}}, {"start": {"line": 19, "column": 4}, "end": {"line": 23, "column": 5}}], "line": 19}, "4": {"loc": {"start": {"line": 27, "column": 2}, "end": {"line": 27, "column": 39}}, "type": "if", "locations": [{"start": {"line": 27, "column": 2}, "end": {"line": 27, "column": 39}}, {"start": {"line": 27, "column": 2}, "end": {"line": 27, "column": 39}}], "line": 27}, "5": {"loc": {"start": {"line": 30, "column": 2}, "end": {"line": 30, "column": 57}}, "type": "if", "locations": [{"start": {"line": 30, "column": 2}, "end": {"line": 30, "column": 57}}, {"start": {"line": 30, "column": 2}, "end": {"line": 30, "column": 57}}], "line": 30}}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 0, "5": 0, "6": 0, "7": 2, "8": 2, "9": 2, "10": 2, "11": 0, "12": 0, "13": 0, "14": 2, "15": 2, "16": 0, "17": 0, "18": 0, "19": 0, "20": 0}, "f": {"0": 2, "1": 0, "2": 0}, "b": {"0": [0, 2], "1": [0, 0], "2": [0, 2], "3": [0, 0], "4": [2, 0], "5": [0, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "1b272496398740f9180efa8d4339edb72dc1c593"}, "/Users/murat/bookshelf/src/screens/book.cy.js": {"path": "/Users/murat/bookshelf/src/screens/book.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/book.js": {"path": "/Users/murat/bookshelf/src/screens/book.js", "statementMap": {"0": {"start": {"line": 18, "column": 19}, "end": {"line": 18, "column": 30}}, "1": {"start": {"line": 19, "column": 15}, "end": {"line": 19, "column": 30}}, "2": {"start": {"line": 20, "column": 19}, "end": {"line": 20, "column": 38}}, "3": {"start": {"line": 22, "column": 62}, "end": {"line": 22, "column": 66}}, "4": {"start": {"line": 24, "column": 2}, "end": {"line": 82, "column": 3}}}, "fnMap": {"0": {"name": "BookScreen", "decl": {"start": {"line": 17, "column": 9}, "end": {"line": 17, "column": 19}}, "loc": {"start": {"line": 17, "column": 22}, "end": {"line": 83, "column": 1}}, "line": 17}}, "branchMap": {"0": {"loc": {"start": {"line": 64, "column": 17}, "end": {"line": 64, "column": 72}}, "type": "cond-expr", "locations": [{"start": {"line": 64, "column": 36}, "end": {"line": 64, "column": 40}}, {"start": {"line": 64, "column": 43}, "end": {"line": 64, "column": 72}}], "line": 64}, "1": {"loc": {"start": {"line": 68, "column": 15}, "end": {"line": 68, "column": 75}}, "type": "cond-expr", "locations": [{"start": {"line": 68, "column": 38}, "end": {"line": 68, "column": 68}}, {"start": {"line": 68, "column": 71}, "end": {"line": 68, "column": 75}}], "line": 68}, "2": {"loc": {"start": {"line": 69, "column": 15}, "end": {"line": 69, "column": 74}}, "type": "cond-expr", "locations": [{"start": {"line": 69, "column": 26}, "end": {"line": 69, "column": 67}}, {"start": {"line": 69, "column": 70}, "end": {"line": 69, "column": 74}}], "line": 69}, "3": {"loc": {"start": {"line": 77, "column": 9}, "end": {"line": 79, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 78, "column": 10}, "end": {"line": 78, "column": 47}}, {"start": {"line": 79, "column": 12}, "end": {"line": 79, "column": 16}}], "line": 77}, "4": {"loc": {"start": {"line": 77, "column": 9}, "end": {"line": 77, "column": 38}}, "type": "binary-expr", "locations": [{"start": {"line": 77, "column": 9}, "end": {"line": 77, "column": 26}}, {"start": {"line": 77, "column": 30}, "end": {"line": 77, "column": 38}}], "line": 77}}, "s": {"0": 28, "1": 28, "2": 28, "3": 28, "4": 28}, "f": {"0": 28}, "b": {"0": [0, 28], "1": [8, 20], "2": [24, 4], "3": [24, 4], "4": [28, 28]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "b0dfe8d32048b337b06ccddadadce3b018f8b051"}, "/Users/murat/bookshelf/src/screens/discover.cy.js": {"path": "/Users/murat/bookshelf/src/screens/discover.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/discover.js": {"path": "/Users/murat/bookshelf/src/screens/discover.js", "statementMap": {"0": {"start": {"line": 14, "column": 28}, "end": {"line": 14, "column": 46}}, "1": {"start": {"line": 15, "column": 32}, "end": {"line": 15, "column": 48}}, "2": {"start": {"line": 16, "column": 56}, "end": {"line": 16, "column": 76}}, "3": {"start": {"line": 17, "column": 33}, "end": {"line": 17, "column": 60}}, "4": {"start": {"line": 19, "column": 2}, "end": {"line": 21, "column": 30}}, "5": {"start": {"line": 20, "column": 4}, "end": {"line": 20, "column": 41}}, "6": {"start": {"line": 20, "column": 17}, "end": {"line": 20, "column": 41}}, "7": {"start": {"line": 24, "column": 4}, "end": {"line": 24, "column": 26}}, "8": {"start": {"line": 25, "column": 4}, "end": {"line": 25, "column": 20}}, "9": {"start": {"line": 26, "column": 4}, "end": {"line": 26, "column": 48}}, "10": {"start": {"line": 29, "column": 2}, "end": {"line": 116, "column": 3}}, "11": {"start": {"line": 94, "column": 16}, "end": {"line": 96, "column": 21}}}, "fnMap": {"0": {"name": "DiscoverBooksScreen", "decl": {"start": {"line": 13, "column": 9}, "end": {"line": 13, "column": 28}}, "loc": {"start": {"line": 13, "column": 31}, "end": {"line": 117, "column": 1}}, "line": 13}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 19, "column": 18}, "end": {"line": 19, "column": 19}}, "loc": {"start": {"line": 19, "column": 24}, "end": {"line": 21, "column": 3}}, "line": 19}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 20, "column": 11}, "end": {"line": 20, "column": 12}}, "loc": {"start": {"line": 20, "column": 17}, "end": {"line": 20, "column": 41}}, "line": 20}, "3": {"name": "handleSearchClick", "decl": {"start": {"line": 23, "column": 11}, "end": {"line": 23, "column": 28}}, "loc": {"start": {"line": 23, "column": 36}, "end": {"line": 27, "column": 3}}, "line": 23}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 93, "column": 25}, "end": {"line": 93, "column": 26}}, "loc": {"start": {"line": 94, "column": 16}, "end": {"line": 96, "column": 21}}, "line": 94}}, "branchMap": {"0": {"loc": {"start": {"line": 50, "column": 17}, "end": {"line": 56, "column": 17}}, "type": "cond-expr", "locations": [{"start": {"line": 51, "column": 18}, "end": {"line": 51, "column": 54}}, {"start": {"line": 52, "column": 20}, "end": {"line": 56, "column": 17}}], "line": 50}, "1": {"loc": {"start": {"line": 52, "column": 20}, "end": {"line": 56, "column": 17}}, "type": "cond-expr", "locations": [{"start": {"line": 53, "column": 18}, "end": {"line": 53, "column": 77}}, {"start": {"line": 55, "column": 18}, "end": {"line": 55, "column": 50}}], "line": 52}, "2": {"loc": {"start": {"line": 62, "column": 9}, "end": {"line": 67, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 63, "column": 10}, "end": {"line": 66, "column": 16}}, {"start": {"line": 67, "column": 12}, "end": {"line": 67, "column": 16}}], "line": 62}, "3": {"loc": {"start": {"line": 70, "column": 9}, "end": {"line": 86, "column": 9}}, "type": "cond-expr", "locations": [{"start": {"line": 70, "column": 19}, "end": {"line": 70, "column": 23}}, {"start": {"line": 71, "column": 10}, "end": {"line": 85, "column": 16}}], "line": 70}, "4": {"loc": {"start": {"line": 74, "column": 13}, "end": {"line": 84, "column": 20}}, "type": "cond-expr", "locations": [{"start": {"line": 75, "column": 14}, "end": {"line": 77, "column": 20}}, {"start": {"line": 78, "column": 16}, "end": {"line": 84, "column": 20}}], "line": 74}, "5": {"loc": {"start": {"line": 78, "column": 16}, "end": {"line": 84, "column": 20}}, "type": "cond-expr", "locations": [{"start": {"line": 79, "column": 14}, "end": {"line": 79, "column": 76}}, {"start": {"line": 80, "column": 16}, "end": {"line": 84, "column": 20}}], "line": 78}, "6": {"loc": {"start": {"line": 78, "column": 16}, "end": {"line": 78, "column": 41}}, "type": "binary-expr", "locations": [{"start": {"line": 78, "column": 16}, "end": {"line": 78, "column": 25}}, {"start": {"line": 78, "column": 29}, "end": {"line": 78, "column": 41}}], "line": 78}, "7": {"loc": {"start": {"line": 80, "column": 16}, "end": {"line": 84, "column": 20}}, "type": "cond-expr", "locations": [{"start": {"line": 81, "column": 14}, "end": {"line": 83, "column": 18}}, {"start": {"line": 84, "column": 16}, "end": {"line": 84, "column": 20}}], "line": 80}, "8": {"loc": {"start": {"line": 80, "column": 16}, "end": {"line": 80, "column": 42}}, "type": "binary-expr", "locations": [{"start": {"line": 80, "column": 16}, "end": {"line": 80, "column": 25}}, {"start": {"line": 80, "column": 29}, "end": {"line": 80, "column": 42}}], "line": 80}, "9": {"loc": {"start": {"line": 87, "column": 9}, "end": {"line": 113, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 88, "column": 10}, "end": {"line": 99, "column": 21}}, {"start": {"line": 100, "column": 12}, "end": {"line": 113, "column": 16}}], "line": 87}, "10": {"loc": {"start": {"line": 100, "column": 12}, "end": {"line": 113, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 101, "column": 10}, "end": {"line": 112, "column": 16}}, {"start": {"line": 113, "column": 12}, "end": {"line": 113, "column": 16}}], "line": 100}, "11": {"loc": {"start": {"line": 102, "column": 13}, "end": {"line": 111, "column": 13}}, "type": "cond-expr", "locations": [{"start": {"line": 103, "column": 14}, "end": {"line": 105, "column": 20}}, {"start": {"line": 107, "column": 14}, "end": {"line": 110, "column": 18}}], "line": 102}}, "s": {"0": 8, "1": 8, "2": 8, "3": 8, "4": 8, "5": 2, "6": 2, "7": 2, "8": 2, "9": 2, "10": 8, "11": 62}, "f": {"0": 8, "1": 2, "2": 2, "3": 2, "4": 62}, "b": {"0": [4, 4], "1": [0, 4], "2": [0, 8], "3": [4, 4], "4": [2, 2], "5": [2, 0], "6": [2, 2], "7": [0, 0], "8": [0, 0], "9": [8, 0], "10": [0, 0], "11": [0, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "5a711bf880fbd3baa954af688e63a41dea6be963"}, "/Users/murat/bookshelf/src/screens/finished.cy.js": {"path": "/Users/murat/bookshelf/src/screens/finished.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/finished.js": {"path": "/Users/murat/bookshelf/src/screens/finished.js", "statementMap": {"0": {"start": {"line": 6, "column": 2}, "end": {"line": 25, "column": 3}}, "1": {"start": {"line": 8, "column": 29}, "end": {"line": 8, "column": 51}}}, "fnMap": {"0": {"name": "FinishedScreen", "decl": {"start": {"line": 5, "column": 9}, "end": {"line": 5, "column": 23}}, "loc": {"start": {"line": 5, "column": 26}, "end": {"line": 26, "column": 1}}, "line": 5}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 8, "column": 23}, "end": {"line": 8, "column": 24}}, "loc": {"start": {"line": 8, "column": 29}, "end": {"line": 8, "column": 51}}, "line": 8}}, "branchMap": {}, "s": {"0": 4, "1": 2}, "f": {"0": 4, "1": 2}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "765dc7cc94ee62f4ba70015d0ca3990ca6b1f750"}, "/Users/murat/bookshelf/src/screens/list-item-time-frame.cy.js": {"path": "/Users/murat/bookshelf/src/screens/list-item-time-frame.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/list-item-time-frame.js": {"path": "/Users/murat/bookshelf/src/screens/list-item-time-frame.js", "statementMap": {"0": {"start": {"line": 7, "column": 25}, "end": {"line": 9, "column": 18}}, "1": {"start": {"line": 11, "column": 2}, "end": {"line": 21, "column": 3}}}, "fnMap": {"0": {"name": "ListItemTimeFrame", "decl": {"start": {"line": 6, "column": 24}, "end": {"line": 6, "column": 41}}, "loc": {"start": {"line": 6, "column": 54}, "end": {"line": 22, "column": 1}}, "line": 6}}, "branchMap": {"0": {"loc": {"start": {"line": 7, "column": 25}, "end": {"line": 9, "column": 18}}, "type": "cond-expr", "locations": [{"start": {"line": 8, "column": 6}, "end": {"line": 8, "column": 29}}, {"start": {"line": 9, "column": 6}, "end": {"line": 9, "column": 18}}], "line": 7}, "1": {"loc": {"start": {"line": 17, "column": 11}, "end": {"line": 17, "column": 78}}, "type": "cond-expr", "locations": [{"start": {"line": 17, "column": 33}, "end": {"line": 17, "column": 71}}, {"start": {"line": 17, "column": 74}, "end": {"line": 17, "column": 78}}], "line": 17}}, "s": {"0": 24, "1": 24}, "f": {"0": 24}, "b": {"0": [8, 16], "1": [8, 16]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "47a95e0d1f4a034dd093c4404cf5235a50c10ab3"}, "/Users/murat/bookshelf/src/screens/not-found.cy.js": {"path": "/Users/murat/bookshelf/src/screens/not-found.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/not-found.js": {"path": "/Users/murat/bookshelf/src/screens/not-found.js", "statementMap": {"0": {"start": {"line": 7, "column": 2}, "end": {"line": 20, "column": 3}}}, "fnMap": {"0": {"name": "NotFoundScreen", "decl": {"start": {"line": 6, "column": 9}, "end": {"line": 6, "column": 23}}, "loc": {"start": {"line": 6, "column": 26}, "end": {"line": 21, "column": 1}}, "line": 6}}, "branchMap": {}, "s": {"0": 0}, "f": {"0": 0}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "2859a70f6673a4bf725a8c7589e020a0c647e499"}, "/Users/murat/bookshelf/src/screens/notes-text-area.cy.js": {"path": "/Users/murat/bookshelf/src/screens/notes-text-area.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/notes-text-area.js": {"path": "/Users/murat/bookshelf/src/screens/notes-text-area.js", "statementMap": {"0": {"start": {"line": 7, "column": 48}, "end": {"line": 7, "column": 67}}, "1": {"start": {"line": 9, "column": 26}, "end": {"line": 12, "column": 3}}, "2": {"start": {"line": 10, "column": 10}, "end": {"line": 10, "column": 41}}, "3": {"start": {"line": 15, "column": 4}, "end": {"line": 15, "column": 61}}, "4": {"start": {"line": 18, "column": 2}, "end": {"line": 49, "column": 3}}}, "fnMap": {"0": {"name": "NotesTextarea", "decl": {"start": {"line": 6, "column": 24}, "end": {"line": 6, "column": 37}}, "loc": {"start": {"line": 6, "column": 50}, "end": {"line": 50, "column": 1}}, "line": 6}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 10, "column": 4}, "end": {"line": 10, "column": 5}}, "loc": {"start": {"line": 10, "column": 10}, "end": {"line": 10, "column": 41}}, "line": 10}, "2": {"name": "handleNotesChange", "decl": {"start": {"line": 14, "column": 11}, "end": {"line": 14, "column": 28}}, "loc": {"start": {"line": 14, "column": 32}, "end": {"line": 16, "column": 3}}, "line": 14}}, "branchMap": {"0": {"loc": {"start": {"line": 33, "column": 9}, "end": {"line": 39, "column": 16}}, "type": "cond-expr", "locations": [{"start": {"line": 34, "column": 10}, "end": {"line": 38, "column": 12}}, {"start": {"line": 39, "column": 12}, "end": {"line": 39, "column": 16}}], "line": 33}, "1": {"loc": {"start": {"line": 40, "column": 9}, "end": {"line": 40, "column": 39}}, "type": "cond-expr", "locations": [{"start": {"line": 40, "column": 21}, "end": {"line": 40, "column": 32}}, {"start": {"line": 40, "column": 35}, "end": {"line": 40, "column": 39}}], "line": 40}}, "s": {"0": 24, "1": 24, "2": 5, "3": 46, "4": 24}, "f": {"0": 24, "1": 5, "2": 46}, "b": {"0": [0, 24], "1": [2, 22]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "fb7859dab0e087202ddd0e076c2e4c36fbebffac"}, "/Users/murat/bookshelf/src/screens/reading-list.cy.js": {"path": "/Users/murat/bookshelf/src/screens/reading-list.cy.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/screens/reading-list.js": {"path": "/Users/murat/bookshelf/src/screens/reading-list.js", "statementMap": {"0": {"start": {"line": 9, "column": 2}, "end": {"line": 27, "column": 3}}, "1": {"start": {"line": 11, "column": 29}, "end": {"line": 11, "column": 43}}}, "fnMap": {"0": {"name": "ReadingListScreen", "decl": {"start": {"line": 8, "column": 9}, "end": {"line": 8, "column": 26}}, "loc": {"start": {"line": 8, "column": 29}, "end": {"line": 28, "column": 1}}, "line": 8}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 11, "column": 23}, "end": {"line": 11, "column": 24}}, "loc": {"start": {"line": 11, "column": 29}, "end": {"line": 11, "column": 43}}, "line": 11}}, "branchMap": {}, "s": {"0": 4, "1": 4}, "f": {"0": 4, "1": 4}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "15dbcca370994b20f1ff74b5f7be70b8eca2d0fd"}, "/Users/murat/bookshelf/src/styles/colors.js": {"path": "/Users/murat/bookshelf/src/styles/colors.js", "statementMap": {"0": {"start": {"line": 1, "column": 20}, "end": {"line": 1, "column": 27}}, "1": {"start": {"line": 2, "column": 20}, "end": {"line": 2, "column": 29}}, "2": {"start": {"line": 3, "column": 20}, "end": {"line": 3, "column": 29}}, "3": {"start": {"line": 4, "column": 22}, "end": {"line": 4, "column": 31}}, "4": {"start": {"line": 5, "column": 22}, "end": {"line": 5, "column": 31}}, "5": {"start": {"line": 6, "column": 22}, "end": {"line": 6, "column": 31}}, "6": {"start": {"line": 7, "column": 22}, "end": {"line": 7, "column": 31}}, "7": {"start": {"line": 8, "column": 30}, "end": {"line": 8, "column": 39}}, "8": {"start": {"line": 9, "column": 31}, "end": {"line": 9, "column": 40}}, "9": {"start": {"line": 10, "column": 22}, "end": {"line": 10, "column": 31}}, "10": {"start": {"line": 11, "column": 21}, "end": {"line": 11, "column": 30}}, "11": {"start": {"line": 12, "column": 22}, "end": {"line": 12, "column": 31}}, "12": {"start": {"line": 13, "column": 22}, "end": {"line": 13, "column": 30}}}, "fnMap": {}, "branchMap": {}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 2, "5": 2, "6": 2, "7": 2, "8": 2, "9": 2, "10": 2, "11": 2, "12": 2}, "f": {}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "581df16547e30063c0c0ba950018485a06afb6a1"}, "/Users/murat/bookshelf/src/styles/media-queries.js": {"path": "/Users/murat/bookshelf/src/styles/media-queries.js", "statementMap": {"0": {"start": {"line": 1, "column": 21}, "end": {"line": 1, "column": 49}}, "1": {"start": {"line": 2, "column": 22}, "end": {"line": 2, "column": 73}}, "2": {"start": {"line": 3, "column": 21}, "end": {"line": 3, "column": 48}}}, "fnMap": {}, "branchMap": {}, "s": {"0": 2, "1": 2, "2": 2}, "f": {}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "d86ec440fc8cd7b9684ebd91f84902b6455432cc"}, "/Users/murat/bookshelf/src/test/app-test-utils.js": {"path": "/Users/murat/bookshelf/src/test/app-test-utils.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/test/generate.js": {"path": "/Users/murat/bookshelf/src/test/generate.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/test/data/books.js": {"path": "/Users/murat/bookshelf/src/test/data/books.js", "statementMap": {"0": {"start": {"line": 4, "column": 12}, "end": {"line": 4, "column": 26}}, "1": {"start": {"line": 7, "column": 2}, "end": {"line": 7, "column": 18}}, "2": {"start": {"line": 8, "column": 2}, "end": {"line": 8, "column": 13}}, "3": {"start": {"line": 12, "column": 2}, "end": {"line": 12, "column": 47}}, "4": {"start": {"line": 12, "column": 28}, "end": {"line": 12, "column": 46}}, "5": {"start": {"line": 16, "column": 2}, "end": {"line": 16, "column": 53}}, "6": {"start": {"line": 16, "column": 30}, "end": {"line": 16, "column": 52}}, "7": {"start": {"line": 20, "column": 2}, "end": {"line": 27, "column": 4}}, "8": {"start": {"line": 31, "column": 2}, "end": {"line": 31, "column": 24}}}, "fnMap": {"0": {"name": "create", "decl": {"start": {"line": 6, "column": 15}, "end": {"line": 6, "column": 21}}, "loc": {"start": {"line": 6, "column": 28}, "end": {"line": 9, "column": 1}}, "line": 6}, "1": {"name": "read", "decl": {"start": {"line": 11, "column": 15}, "end": {"line": 11, "column": 19}}, "loc": {"start": {"line": 11, "column": 28}, "end": {"line": 13, "column": 1}}, "line": 11}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 12, "column": 20}, "end": {"line": 12, "column": 21}}, "loc": {"start": {"line": 12, "column": 28}, "end": {"line": 12, "column": 46}}, "line": 12}, "3": {"name": "readManyNotInList", "decl": {"start": {"line": 15, "column": 15}, "end": {"line": 15, "column": 32}}, "loc": {"start": {"line": 15, "column": 38}, "end": {"line": 17, "column": 1}}, "line": 15}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 16, "column": 22}, "end": {"line": 16, "column": 23}}, "loc": {"start": {"line": 16, "column": 30}, "end": {"line": 16, "column": 52}}, "line": 16}, "5": {"name": "query", "decl": {"start": {"line": 19, "column": 15}, "end": {"line": 19, "column": 20}}, "loc": {"start": {"line": 19, "column": 29}, "end": {"line": 28, "column": 1}}, "line": 19}, "6": {"name": "reset", "decl": {"start": {"line": 30, "column": 15}, "end": {"line": 30, "column": 20}}, "loc": {"start": {"line": 30, "column": 23}, "end": {"line": 32, "column": 1}}, "line": 30}}, "branchMap": {}, "s": {"0": 2, "1": 0, "2": 0, "3": 20, "4": 20, "5": 4, "6": 292, "7": 2, "8": 0}, "f": {"0": 0, "1": 20, "2": 20, "3": 4, "4": 292, "5": 2, "6": 0}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "e7b23dc3b9b77fb84ac23376a9a64189467081d0"}, "/Users/murat/bookshelf/src/test/data/list-items.js": {"path": "/Users/murat/bookshelf/src/test/data/list-items.js", "statementMap": {"0": {"start": {"line": 2, "column": 21}, "end": {"line": 2, "column": 47}}, "1": {"start": {"line": 3, "column": 16}, "end": {"line": 3, "column": 18}}, "2": {"start": {"line": 4, "column": 16}, "end": {"line": 5, "column": 70}}, "3": {"start": {"line": 5, "column": 2}, "end": {"line": 5, "column": 70}}, "4": {"start": {"line": 6, "column": 13}, "end": {"line": 10, "column": 3}}, "5": {"start": {"line": 7, "column": 2}, "end": {"line": 10, "column": 3}}, "6": {"start": {"line": 13, "column": 0}, "end": {"line": 18, "column": 1}}, "7": {"start": {"line": 14, "column": 2}, "end": {"line": 14, "column": 8}}, "8": {"start": {"line": 16, "column": 2}, "end": {"line": 16, "column": 11}}, "9": {"start": {"line": 20, "column": 0}, "end": {"line": 20, "column": 45}}, "10": {"start": {"line": 21, "column": 0}, "end": {"line": 26, "column": 1}}, "11": {"start": {"line": 22, "column": 2}, "end": {"line": 24, "column": 4}}, "12": {"start": {"line": 23, "column": 4}, "end": {"line": 23, "column": 25}}, "13": {"start": {"line": 25, "column": 2}, "end": {"line": 25, "column": 11}}, "14": {"start": {"line": 29, "column": 19}, "end": {"line": 29, "column": 41}}, "15": {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, "16": {"start": {"line": 31, "column": 18}, "end": {"line": 31, "column": 71}}, "17": {"start": {"line": 32, "column": 4}, "end": {"line": 32, "column": 22}}, "18": {"start": {"line": 33, "column": 4}, "end": {"line": 33, "column": 15}}, "19": {"start": {"line": 45, "column": 13}, "end": {"line": 45, "column": 40}}, "20": {"start": {"line": 46, "column": 2}, "end": {"line": 52, "column": 3}}, "21": {"start": {"line": 47, "column": 18}, "end": {"line": 49, "column": 5}}, "22": {"start": {"line": 50, "column": 4}, "end": {"line": 50, "column": 22}}, "23": {"start": {"line": 51, "column": 4}, "end": {"line": 51, "column": 15}}, "24": {"start": {"line": 53, "column": 15}, "end": {"line": 53, "column": 41}}, "25": {"start": {"line": 54, "column": 2}, "end": {"line": 58, "column": 3}}, "26": {"start": {"line": 55, "column": 18}, "end": {"line": 55, "column": 69}}, "27": {"start": {"line": 56, "column": 4}, "end": {"line": 56, "column": 22}}, "28": {"start": {"line": 57, "column": 4}, "end": {"line": 57, "column": 15}}, "29": {"start": {"line": 59, "column": 2}, "end": {"line": 59, "column": 77}}, "30": {"start": {"line": 60, "column": 2}, "end": {"line": 60, "column": 11}}, "31": {"start": {"line": 61, "column": 2}, "end": {"line": 61, "column": 17}}, "32": {"start": {"line": 65, "column": 2}, "end": {"line": 65, "column": 22}}, "33": {"start": {"line": 66, "column": 2}, "end": {"line": 66, "column": 22}}, "34": {"start": {"line": 70, "column": 2}, "end": {"line": 70, "column": 22}}, "35": {"start": {"line": 71, "column": 2}, "end": {"line": 71, "column": 39}}, "36": {"start": {"line": 72, "column": 2}, "end": {"line": 72, "column": 11}}, "37": {"start": {"line": 73, "column": 2}, "end": {"line": 73, "column": 17}}, "38": {"start": {"line": 78, "column": 2}, "end": {"line": 78, "column": 22}}, "39": {"start": {"line": 79, "column": 2}, "end": {"line": 79, "column": 22}}, "40": {"start": {"line": 80, "column": 2}, "end": {"line": 80, "column": 11}}, "41": {"start": {"line": 84, "column": 2}, "end": {"line": 89, "column": 3}}, "42": {"start": {"line": 86, "column": 6}, "end": {"line": 86, "column": 27}}, "43": {"start": {"line": 87, "column": 6}, "end": {"line": 87, "column": 21}}, "44": {"start": {"line": 93, "column": 2}, "end": {"line": 93, "column": 69}}, "45": {"start": {"line": 93, "column": 47}, "end": {"line": 93, "column": 68}}, "46": {"start": {"line": 97, "column": 2}, "end": {"line": 97, "column": 8}}, "47": {"start": {"line": 98, "column": 2}, "end": {"line": 102, "column": 3}}, "48": {"start": {"line": 99, "column": 18}, "end": {"line": 99, "column": 63}}, "49": {"start": {"line": 100, "column": 4}, "end": {"line": 100, "column": 22}}, "50": {"start": {"line": 101, "column": 4}, "end": {"line": 101, "column": 15}}, "51": {"start": {"line": 106, "column": 13}, "end": {"line": 106, "column": 17}}, "52": {"start": {"line": 107, "column": 8}, "end": {"line": 107, "column": 18}}, "53": {"start": {"line": 109, "column": 2}, "end": {"line": 111, "column": 3}}, "54": {"start": {"line": 110, "column": 4}, "end": {"line": 110, "column": 44}}, "55": {"start": {"line": 112, "column": 2}, "end": {"line": 112, "column": 27}}, "56": {"start": {"line": 116, "column": 16}, "end": {"line": 116, "column": 47}}, "57": {"start": {"line": 117, "column": 2}, "end": {"line": 117, "column": 20}}, "58": {"start": {"line": 118, "column": 2}, "end": {"line": 118, "column": 13}}, "59": {"start": {"line": 122, "column": 2}, "end": {"line": 122, "column": 16}}, "60": {"start": {"line": 123, "column": 2}, "end": {"line": 123, "column": 11}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 4, "column": 16}, "end": {"line": 4, "column": 17}}, "loc": {"start": {"line": 5, "column": 2}, "end": {"line": 5, "column": 70}}, "line": 5}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 6, "column": 13}, "end": {"line": 6, "column": 14}}, "loc": {"start": {"line": 7, "column": 2}, "end": {"line": 10, "column": 3}}, "line": 7}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 21, "column": 36}, "end": {"line": 21, "column": 37}}, "loc": {"start": {"line": 21, "column": 42}, "end": {"line": 26, "column": 1}}, "line": 21}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 22, "column": 33}, "end": {"line": 22, "column": 34}}, "loc": {"start": {"line": 22, "column": 40}, "end": {"line": 24, "column": 3}}, "line": 22}, "4": {"name": "authorize", "decl": {"start": {"line": 28, "column": 15}, "end": {"line": 28, "column": 24}}, "loc": {"start": {"line": 28, "column": 45}, "end": {"line": 35, "column": 1}}, "line": 28}, "5": {"name": "create", "decl": {"start": {"line": 37, "column": 15}, "end": {"line": 37, "column": 21}}, "loc": {"start": {"line": 44, "column": 3}, "end": {"line": 62, "column": 1}}, "line": 44}, "6": {"name": "read", "decl": {"start": {"line": 64, "column": 15}, "end": {"line": 64, "column": 19}}, "loc": {"start": {"line": 64, "column": 24}, "end": {"line": 67, "column": 1}}, "line": 64}, "7": {"name": "update", "decl": {"start": {"line": 69, "column": 15}, "end": {"line": 69, "column": 21}}, "loc": {"start": {"line": 69, "column": 35}, "end": {"line": 74, "column": 1}}, "line": 69}, "8": {"name": "remove", "decl": {"start": {"line": 77, "column": 15}, "end": {"line": 77, "column": 21}}, "loc": {"start": {"line": 77, "column": 26}, "end": {"line": 81, "column": 1}}, "line": 77}, "9": {"name": "readMany", "decl": {"start": {"line": 83, "column": 15}, "end": {"line": 83, "column": 23}}, "loc": {"start": {"line": 83, "column": 45}, "end": {"line": 90, "column": 1}}, "line": 83}, "10": {"name": "(anonymous_10)", "decl": {"start": {"line": 85, "column": 20}, "end": {"line": 85, "column": 21}}, "loc": {"start": {"line": 85, "column": 26}, "end": {"line": 88, "column": 5}}, "line": 85}, "11": {"name": "readByOwner", "decl": {"start": {"line": 92, "column": 15}, "end": {"line": 92, "column": 26}}, "loc": {"start": {"line": 92, "column": 35}, "end": {"line": 94, "column": 1}}, "line": 92}, "12": {"name": "(anonymous_12)", "decl": {"start": {"line": 93, "column": 41}, "end": {"line": 93, "column": 42}}, "loc": {"start": {"line": 93, "column": 47}, "end": {"line": 93, "column": 68}}, "line": 93}, "13": {"name": "validateListItem", "decl": {"start": {"line": 96, "column": 9}, "end": {"line": 96, "column": 25}}, "loc": {"start": {"line": 96, "column": 30}, "end": {"line": 103, "column": 1}}, "line": 96}, "14": {"name": "hash", "decl": {"start": {"line": 105, "column": 9}, "end": {"line": 105, "column": 13}}, "loc": {"start": {"line": 105, "column": 19}, "end": {"line": 113, "column": 1}}, "line": 105}, "15": {"name": "required", "decl": {"start": {"line": 115, "column": 9}, "end": {"line": 115, "column": 17}}, "loc": {"start": {"line": 115, "column": 23}, "end": {"line": 119, "column": 1}}, "line": 115}, "16": {"name": "reset", "decl": {"start": {"line": 121, "column": 15}, "end": {"line": 121, "column": 20}}, "loc": {"start": {"line": 121, "column": 23}, "end": {"line": 124, "column": 1}}, "line": 121}}, "branchMap": {"0": {"loc": {"start": {"line": 20, "column": 21}, "end": {"line": 20, "column": 45}}, "type": "binary-expr", "locations": [{"start": {"line": 20, "column": 21}, "end": {"line": 20, "column": 39}}, {"start": {"line": 20, "column": 43}, "end": {"line": 20, "column": 45}}], "line": 20}, "1": {"loc": {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, "type": "if", "locations": [{"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}], "line": 30}, "2": {"loc": {"start": {"line": 38, "column": 2}, "end": {"line": 38, "column": 29}}, "type": "default-arg", "locations": [{"start": {"line": 38, "column": 11}, "end": {"line": 38, "column": 29}}], "line": 38}, "3": {"loc": {"start": {"line": 39, "column": 2}, "end": {"line": 39, "column": 31}}, "type": "default-arg", "locations": [{"start": {"line": 39, "column": 12}, "end": {"line": 39, "column": 31}}], "line": 39}, "4": {"loc": {"start": {"line": 40, "column": 2}, "end": {"line": 40, "column": 13}}, "type": "default-arg", "locations": [{"start": {"line": 40, "column": 11}, "end": {"line": 40, "column": 13}}], "line": 40}, "5": {"loc": {"start": {"line": 41, "column": 2}, "end": {"line": 41, "column": 12}}, "type": "default-arg", "locations": [{"start": {"line": 41, "column": 10}, "end": {"line": 41, "column": 12}}], "line": 41}, "6": {"loc": {"start": {"line": 42, "column": 2}, "end": {"line": 42, "column": 24}}, "type": "default-arg", "locations": [{"start": {"line": 42, "column": 14}, "end": {"line": 42, "column": 24}}], "line": 42}, "7": {"loc": {"start": {"line": 43, "column": 2}, "end": {"line": 43, "column": 19}}, "type": "default-arg", "locations": [{"start": {"line": 43, "column": 15}, "end": {"line": 43, "column": 19}}], "line": 43}, "8": {"loc": {"start": {"line": 46, "column": 2}, "end": {"line": 52, "column": 3}}, "type": "if", "locations": [{"start": {"line": 46, "column": 2}, "end": {"line": 52, "column": 3}}, {"start": {"line": 46, "column": 2}, "end": {"line": 52, "column": 3}}], "line": 46}, "9": {"loc": {"start": {"line": 54, "column": 2}, "end": {"line": 58, "column": 3}}, "type": "if", "locations": [{"start": {"line": 54, "column": 2}, "end": {"line": 58, "column": 3}}, {"start": {"line": 54, "column": 2}, "end": {"line": 58, "column": 3}}], "line": 54}, "10": {"loc": {"start": {"line": 98, "column": 2}, "end": {"line": 102, "column": 3}}, "type": "if", "locations": [{"start": {"line": 98, "column": 2}, "end": {"line": 102, "column": 3}}, {"start": {"line": 98, "column": 2}, "end": {"line": 102, "column": 3}}], "line": 98}}, "s": {"0": 2, "1": 2, "2": 2, "3": 10, "4": 2, "5": 26, "6": 2, "7": 2, "8": 0, "9": 2, "10": 2, "11": 0, "12": 0, "13": 0, "14": 8, "15": 8, "16": 0, "17": 0, "18": 0, "19": 2, "20": 2, "21": 0, "22": 0, "23": 0, "24": 2, "25": 2, "26": 0, "27": 0, "28": 0, "29": 2, "30": 2, "31": 2, "32": 16, "33": 16, "34": 6, "35": 6, "36": 6, "37": 6, "38": 2, "39": 2, "40": 2, "41": 0, "42": 0, "43": 0, "44": 18, "45": 8, "46": 24, "47": 24, "48": 0, "49": 0, "50": 0, "51": 2, "52": 2, "53": 2, "54": 39, "55": 2, "56": 0, "57": 0, "58": 0, "59": 0, "60": 0}, "f": {"0": 10, "1": 26, "2": 0, "3": 0, "4": 8, "5": 2, "6": 16, "7": 6, "8": 2, "9": 0, "10": 0, "11": 18, "12": 8, "13": 24, "14": 2, "15": 0, "16": 0}, "b": {"0": [2, 0], "1": [0, 8], "2": [0], "3": [0], "4": [2], "5": [2], "6": [2], "7": [2], "8": [0, 2], "9": [0, 2], "10": [0, 24]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "f5576023441c969be9bfec6fb62670f2781182a7"}, "/Users/murat/bookshelf/src/test/data/users.js": {"path": "/Users/murat/bookshelf/src/test/data/users.js", "statementMap": {"0": {"start": {"line": 1, "column": 17}, "end": {"line": 1, "column": 38}}, "1": {"start": {"line": 2, "column": 12}, "end": {"line": 2, "column": 14}}, "2": {"start": {"line": 3, "column": 16}, "end": {"line": 4, "column": 62}}, "3": {"start": {"line": 4, "column": 2}, "end": {"line": 4, "column": 62}}, "4": {"start": {"line": 5, "column": 13}, "end": {"line": 6, "column": 73}}, "5": {"start": {"line": 6, "column": 2}, "end": {"line": 6, "column": 73}}, "6": {"start": {"line": 9, "column": 0}, "end": {"line": 14, "column": 1}}, "7": {"start": {"line": 10, "column": 2}, "end": {"line": 10, "column": 8}}, "8": {"start": {"line": 12, "column": 2}, "end": {"line": 12, "column": 11}}, "9": {"start": {"line": 16, "column": 0}, "end": {"line": 16, "column": 45}}, "10": {"start": {"line": 17, "column": 0}, "end": {"line": 22, "column": 1}}, "11": {"start": {"line": 18, "column": 2}, "end": {"line": 20, "column": 4}}, "12": {"start": {"line": 19, "column": 4}, "end": {"line": 19, "column": 21}}, "13": {"start": {"line": 21, "column": 2}, "end": {"line": 21, "column": 11}}, "14": {"start": {"line": 25, "column": 2}, "end": {"line": 29, "column": 3}}, "15": {"start": {"line": 26, "column": 18}, "end": {"line": 26, "column": 53}}, "16": {"start": {"line": 27, "column": 4}, "end": {"line": 27, "column": 22}}, "17": {"start": {"line": 28, "column": 4}, "end": {"line": 28, "column": 15}}, "18": {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, "19": {"start": {"line": 31, "column": 18}, "end": {"line": 31, "column": 53}}, "20": {"start": {"line": 32, "column": 4}, "end": {"line": 32, "column": 22}}, "21": {"start": {"line": 33, "column": 4}, "end": {"line": 33, "column": 15}}, "22": {"start": {"line": 38, "column": 2}, "end": {"line": 38, "column": 40}}, "23": {"start": {"line": 39, "column": 13}, "end": {"line": 39, "column": 27}}, "24": {"start": {"line": 40, "column": 15}, "end": {"line": 40, "column": 30}}, "25": {"start": {"line": 41, "column": 2}, "end": {"line": 43, "column": 3}}, "26": {"start": {"line": 42, "column": 4}, "end": {"line": 42, "column": 56}}, "27": {"start": {"line": 44, "column": 16}, "end": {"line": 44, "column": 57}}, "28": {"start": {"line": 45, "column": 2}, "end": {"line": 45, "column": 20}}, "29": {"start": {"line": 46, "column": 2}, "end": {"line": 46, "column": 13}}, "30": {"start": {"line": 50, "column": 2}, "end": {"line": 50, "column": 40}}, "31": {"start": {"line": 51, "column": 13}, "end": {"line": 51, "column": 27}}, "32": {"start": {"line": 52, "column": 23}, "end": {"line": 52, "column": 37}}, "33": {"start": {"line": 53, "column": 2}, "end": {"line": 59, "column": 3}}, "34": {"start": {"line": 54, "column": 18}, "end": {"line": 56, "column": 5}}, "35": {"start": {"line": 57, "column": 4}, "end": {"line": 57, "column": 22}}, "36": {"start": {"line": 58, "column": 4}, "end": {"line": 58, "column": 15}}, "37": {"start": {"line": 60, "column": 2}, "end": {"line": 60, "column": 42}}, "38": {"start": {"line": 61, "column": 2}, "end": {"line": 61, "column": 11}}, "39": {"start": {"line": 62, "column": 2}, "end": {"line": 62, "column": 17}}, "40": {"start": {"line": 66, "column": 2}, "end": {"line": 66, "column": 18}}, "41": {"start": {"line": 67, "column": 2}, "end": {"line": 67, "column": 32}}, "42": {"start": {"line": 71, "column": 34}, "end": {"line": 71, "column": 38}}, "43": {"start": {"line": 72, "column": 2}, "end": {"line": 72, "column": 13}}, "44": {"start": {"line": 76, "column": 2}, "end": {"line": 76, "column": 18}}, "45": {"start": {"line": 77, "column": 2}, "end": {"line": 77, "column": 35}}, "46": {"start": {"line": 78, "column": 2}, "end": {"line": 78, "column": 11}}, "47": {"start": {"line": 79, "column": 2}, "end": {"line": 79, "column": 17}}, "48": {"start": {"line": 84, "column": 2}, "end": {"line": 84, "column": 18}}, "49": {"start": {"line": 85, "column": 2}, "end": {"line": 85, "column": 18}}, "50": {"start": {"line": 86, "column": 2}, "end": {"line": 86, "column": 11}}, "51": {"start": {"line": 90, "column": 2}, "end": {"line": 90, "column": 8}}, "52": {"start": {"line": 91, "column": 2}, "end": {"line": 95, "column": 3}}, "53": {"start": {"line": 92, "column": 18}, "end": {"line": 92, "column": 58}}, "54": {"start": {"line": 93, "column": 4}, "end": {"line": 93, "column": 22}}, "55": {"start": {"line": 94, "column": 4}, "end": {"line": 94, "column": 15}}, "56": {"start": {"line": 99, "column": 13}, "end": {"line": 99, "column": 17}}, "57": {"start": {"line": 100, "column": 8}, "end": {"line": 100, "column": 18}}, "58": {"start": {"line": 102, "column": 2}, "end": {"line": 104, "column": 3}}, "59": {"start": {"line": 103, "column": 4}, "end": {"line": 103, "column": 44}}, "60": {"start": {"line": 105, "column": 2}, "end": {"line": 105, "column": 27}}, "61": {"start": {"line": 109, "column": 2}, "end": {"line": 109, "column": 12}}, "62": {"start": {"line": 110, "column": 2}, "end": {"line": 110, "column": 11}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 3, "column": 16}, "end": {"line": 3, "column": 17}}, "loc": {"start": {"line": 4, "column": 2}, "end": {"line": 4, "column": 62}}, "line": 4}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 5, "column": 13}, "end": {"line": 5, "column": 14}}, "loc": {"start": {"line": 6, "column": 2}, "end": {"line": 6, "column": 73}}, "line": 6}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 17, "column": 32}, "end": {"line": 17, "column": 33}}, "loc": {"start": {"line": 17, "column": 38}, "end": {"line": 22, "column": 1}}, "line": 17}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 18, "column": 29}, "end": {"line": 18, "column": 30}}, "loc": {"start": {"line": 18, "column": 36}, "end": {"line": 20, "column": 3}}, "line": 18}, "4": {"name": "validateUserForm", "decl": {"start": {"line": 24, "column": 9}, "end": {"line": 24, "column": 25}}, "loc": {"start": {"line": 24, "column": 48}, "end": {"line": 35, "column": 1}}, "line": 24}, "5": {"name": "authenticate", "decl": {"start": {"line": 37, "column": 15}, "end": {"line": 37, "column": 27}}, "loc": {"start": {"line": 37, "column": 50}, "end": {"line": 47, "column": 1}}, "line": 37}, "6": {"name": "create", "decl": {"start": {"line": 49, "column": 15}, "end": {"line": 49, "column": 21}}, "loc": {"start": {"line": 49, "column": 44}, "end": {"line": 63, "column": 1}}, "line": 49}, "7": {"name": "read", "decl": {"start": {"line": 65, "column": 15}, "end": {"line": 65, "column": 19}}, "loc": {"start": {"line": 65, "column": 24}, "end": {"line": 68, "column": 1}}, "line": 65}, "8": {"name": "sanitizeUser", "decl": {"start": {"line": 70, "column": 9}, "end": {"line": 70, "column": 21}}, "loc": {"start": {"line": 70, "column": 28}, "end": {"line": 73, "column": 1}}, "line": 70}, "9": {"name": "update", "decl": {"start": {"line": 75, "column": 15}, "end": {"line": 75, "column": 21}}, "loc": {"start": {"line": 75, "column": 35}, "end": {"line": 80, "column": 1}}, "line": 75}, "10": {"name": "remove", "decl": {"start": {"line": 83, "column": 15}, "end": {"line": 83, "column": 21}}, "loc": {"start": {"line": 83, "column": 26}, "end": {"line": 87, "column": 1}}, "line": 83}, "11": {"name": "validateUser", "decl": {"start": {"line": 89, "column": 9}, "end": {"line": 89, "column": 21}}, "loc": {"start": {"line": 89, "column": 26}, "end": {"line": 96, "column": 1}}, "line": 89}, "12": {"name": "hash", "decl": {"start": {"line": 98, "column": 9}, "end": {"line": 98, "column": 13}}, "loc": {"start": {"line": 98, "column": 19}, "end": {"line": 106, "column": 1}}, "line": 98}, "13": {"name": "reset", "decl": {"start": {"line": 108, "column": 15}, "end": {"line": 108, "column": 20}}, "loc": {"start": {"line": 108, "column": 23}, "end": {"line": 111, "column": 1}}, "line": 108}}, "branchMap": {"0": {"loc": {"start": {"line": 16, "column": 21}, "end": {"line": 16, "column": 45}}, "type": "binary-expr", "locations": [{"start": {"line": 16, "column": 21}, "end": {"line": 16, "column": 39}}, {"start": {"line": 16, "column": 43}, "end": {"line": 16, "column": 45}}], "line": 16}, "1": {"loc": {"start": {"line": 25, "column": 2}, "end": {"line": 29, "column": 3}}, "type": "if", "locations": [{"start": {"line": 25, "column": 2}, "end": {"line": 29, "column": 3}}, {"start": {"line": 25, "column": 2}, "end": {"line": 29, "column": 3}}], "line": 25}, "2": {"loc": {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, "type": "if", "locations": [{"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}, {"start": {"line": 30, "column": 2}, "end": {"line": 34, "column": 3}}], "line": 30}, "3": {"loc": {"start": {"line": 40, "column": 15}, "end": {"line": 40, "column": 30}}, "type": "binary-expr", "locations": [{"start": {"line": 40, "column": 15}, "end": {"line": 40, "column": 24}}, {"start": {"line": 40, "column": 28}, "end": {"line": 40, "column": 30}}], "line": 40}, "4": {"loc": {"start": {"line": 41, "column": 2}, "end": {"line": 43, "column": 3}}, "type": "if", "locations": [{"start": {"line": 41, "column": 2}, "end": {"line": 43, "column": 3}}, {"start": {"line": 41, "column": 2}, "end": {"line": 43, "column": 3}}], "line": 41}, "5": {"loc": {"start": {"line": 53, "column": 2}, "end": {"line": 59, "column": 3}}, "type": "if", "locations": [{"start": {"line": 53, "column": 2}, "end": {"line": 59, "column": 3}}, {"start": {"line": 53, "column": 2}, "end": {"line": 59, "column": 3}}], "line": 53}, "6": {"loc": {"start": {"line": 91, "column": 2}, "end": {"line": 95, "column": 3}}, "type": "if", "locations": [{"start": {"line": 91, "column": 2}, "end": {"line": 95, "column": 3}}, {"start": {"line": 91, "column": 2}, "end": {"line": 95, "column": 3}}], "line": 91}}, "s": {"0": 2, "1": 2, "2": 2, "3": 2, "4": 2, "5": 32, "6": 2, "7": 2, "8": 0, "9": 2, "10": 2, "11": 0, "12": 0, "13": 0, "14": 4, "15": 0, "16": 0, "17": 0, "18": 4, "19": 0, "20": 0, "21": 0, "22": 2, "23": 2, "24": 2, "25": 2, "26": 2, "27": 0, "28": 0, "29": 0, "30": 2, "31": 2, "32": 2, "33": 2, "34": 0, "35": 0, "36": 0, "37": 2, "38": 2, "39": 2, "40": 30, "41": 30, "42": 32, "43": 32, "44": 0, "45": 0, "46": 0, "47": 0, "48": 0, "49": 0, "50": 0, "51": 30, "52": 30, "53": 0, "54": 0, "55": 0, "56": 8, "57": 8, "58": 8, "59": 108, "60": 8, "61": 0, "62": 0}, "f": {"0": 2, "1": 32, "2": 0, "3": 0, "4": 4, "5": 2, "6": 2, "7": 30, "8": 32, "9": 0, "10": 0, "11": 30, "12": 8, "13": 0}, "b": {"0": [2, 2], "1": [0, 4], "2": [0, 4], "3": [2, 0], "4": [2, 0], "5": [0, 2], "6": [0, 30]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "9f377efd99fe4c8c155c29207ab88df2ccb26fb6"}, "/Users/murat/bookshelf/src/test/server/dev-server.js": {"path": "/Users/murat/bookshelf/src/test/server/dev-server.js", "statementMap": {"0": {"start": {"line": 5, "column": 16}, "end": {"line": 5, "column": 37}}, "1": {"start": {"line": 7, "column": 15}, "end": {"line": 7, "column": 39}}, "2": {"start": {"line": 9, "column": 0}, "end": {"line": 15, "column": 2}}}, "fnMap": {}, "branchMap": {}, "s": {"0": 2, "1": 2, "2": 2}, "f": {}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "c19ebba9c9fe6e500c0da214ec2d57c23e66cb19"}, "/Users/murat/bookshelf/src/test/server/index.js": {"path": "/Users/murat/bookshelf/src/test/server/index.js", "statementMap": {"0": {"start": {"line": 8, "column": 0}, "end": {"line": 23, "column": 1}}, "1": {"start": {"line": 9, "column": 2}, "end": {"line": 9, "column": 42}}, "2": {"start": {"line": 10, "column": 7}, "end": {"line": 23, "column": 1}}, "3": {"start": {"line": 11, "column": 2}, "end": {"line": 11, "column": 43}}, "4": {"start": {"line": 22, "column": 2}, "end": {"line": 22, "column": 42}}}, "fnMap": {}, "branchMap": {"0": {"loc": {"start": {"line": 8, "column": 0}, "end": {"line": 23, "column": 1}}, "type": "if", "locations": [{"start": {"line": 8, "column": 0}, "end": {"line": 23, "column": 1}}, {"start": {"line": 8, "column": 0}, "end": {"line": 23, "column": 1}}], "line": 8}, "1": {"loc": {"start": {"line": 10, "column": 7}, "end": {"line": 23, "column": 1}}, "type": "if", "locations": [{"start": {"line": 10, "column": 7}, "end": {"line": 23, "column": 1}}, {"start": {"line": 10, "column": 7}, "end": {"line": 23, "column": 1}}], "line": 10}}, "s": {"0": 2, "1": 2, "2": 0, "3": 0, "4": 0}, "f": {}, "b": {"0": [2, 0], "1": [0, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "009be53022fa7bb4a38106ebee281f954964e21b"}, "/Users/murat/bookshelf/src/test/server/server-handlers.js": {"path": "/Users/murat/bookshelf/src/test/server/server-handlers.js", "statementMap": {"0": {"start": {"line": 8, "column": 0}, "end": {"line": 17, "column": 1}}, "1": {"start": {"line": 9, "column": 2}, "end": {"line": 9, "column": 33}}, "2": {"start": {"line": 9, "column": 16}, "end": {"line": 9, "column": 33}}, "3": {"start": {"line": 10, "column": 7}, "end": {"line": 17, "column": 1}}, "4": {"start": {"line": 11, "column": 2}, "end": {"line": 11, "column": 33}}, "5": {"start": {"line": 11, "column": 16}, "end": {"line": 11, "column": 33}}, "6": {"start": {"line": 13, "column": 2}, "end": {"line": 16, "column": 53}}, "7": {"start": {"line": 16, "column": 7}, "end": {"line": 16, "column": 53}}, "8": {"start": {"line": 16, "column": 30}, "end": {"line": 16, "column": 52}}, "9": {"start": {"line": 20, "column": 16}, "end": {"line": 20, "column": 48}}, "10": {"start": {"line": 22, "column": 2}, "end": {"line": 24, "column": 3}}, "11": {"start": {"line": 23, "column": 4}, "end": {"line": 23, "column": 23}}, "12": {"start": {"line": 25, "column": 2}, "end": {"line": 25, "column": 48}}, "13": {"start": {"line": 28, "column": 15}, "end": {"line": 28, "column": 44}}, "14": {"start": {"line": 29, "column": 16}, "end": {"line": 29, "column": 46}}, "15": {"start": {"line": 31, "column": 17}, "end": {"line": 174, "column": 2}}, "16": {"start": {"line": 33, "column": 33}, "end": {"line": 33, "column": 41}}, "17": {"start": {"line": 34, "column": 17}, "end": {"line": 34, "column": 65}}, "18": {"start": {"line": 35, "column": 4}, "end": {"line": 35, "column": 32}}, "19": {"start": {"line": 39, "column": 33}, "end": {"line": 39, "column": 41}}, "20": {"start": {"line": 40, "column": 23}, "end": {"line": 40, "column": 43}}, "21": {"start": {"line": 41, "column": 4}, "end": {"line": 41, "column": 36}}, "22": {"start": {"line": 43, "column": 4}, "end": {"line": 50, "column": 5}}, "23": {"start": {"line": 44, "column": 6}, "end": {"line": 44, "column": 51}}, "24": {"start": {"line": 46, "column": 6}, "end": {"line": 49, "column": 7}}, "25": {"start": {"line": 51, "column": 4}, "end": {"line": 51, "column": 32}}, "26": {"start": {"line": 55, "column": 17}, "end": {"line": 55, "column": 35}}, "27": {"start": {"line": 56, "column": 18}, "end": {"line": 56, "column": 31}}, "28": {"start": {"line": 57, "column": 4}, "end": {"line": 57, "column": 50}}, "29": {"start": {"line": 61, "column": 17}, "end": {"line": 61, "column": 35}}, "30": {"start": {"line": 62, "column": 18}, "end": {"line": 62, "column": 31}}, "31": {"start": {"line": 63, "column": 16}, "end": {"line": 63, "column": 54}}, "32": {"start": {"line": 64, "column": 30}, "end": {"line": 69, "column": 5}}, "33": {"start": {"line": 65, "column": 33}, "end": {"line": 68, "column": 7}}, "34": {"start": {"line": 70, "column": 4}, "end": {"line": 70, "column": 80}}, "35": {"start": {"line": 74, "column": 4}, "end": {"line": 76, "column": 5}}, "36": {"start": {"line": 75, "column": 6}, "end": {"line": 75, "column": 27}}, "37": {"start": {"line": 77, "column": 18}, "end": {"line": 77, "column": 51}}, "38": {"start": {"line": 79, "column": 24}, "end": {"line": 79, "column": 26}}, "39": {"start": {"line": 80, "column": 4}, "end": {"line": 92, "column": 5}}, "40": {"start": {"line": 81, "column": 6}, "end": {"line": 81, "column": 48}}, "41": {"start": {"line": 83, "column": 6}, "end": {"line": 91, "column": 7}}, "42": {"start": {"line": 84, "column": 21}, "end": {"line": 84, "column": 39}}, "43": {"start": {"line": 85, "column": 25}, "end": {"line": 85, "column": 62}}, "44": {"start": {"line": 87, "column": 8}, "end": {"line": 87, "column": 45}}, "45": {"start": {"line": 89, "column": 25}, "end": {"line": 89, "column": 60}}, "46": {"start": {"line": 90, "column": 8}, "end": {"line": 90, "column": 45}}, "47": {"start": {"line": 94, "column": 4}, "end": {"line": 94, "column": 48}}, "48": {"start": {"line": 98, "column": 21}, "end": {"line": 98, "column": 31}}, "49": {"start": {"line": 99, "column": 17}, "end": {"line": 99, "column": 43}}, "50": {"start": {"line": 100, "column": 4}, "end": {"line": 105, "column": 5}}, "51": {"start": {"line": 101, "column": 6}, "end": {"line": 104, "column": 7}}, "52": {"start": {"line": 106, "column": 4}, "end": {"line": 106, "column": 32}}, "53": {"start": {"line": 110, "column": 17}, "end": {"line": 110, "column": 35}}, "54": {"start": {"line": 111, "column": 16}, "end": {"line": 111, "column": 54}}, "55": {"start": {"line": 112, "column": 30}, "end": {"line": 117, "column": 5}}, "56": {"start": {"line": 113, "column": 33}, "end": {"line": 116, "column": 7}}, "57": {"start": {"line": 118, "column": 4}, "end": {"line": 118, "column": 56}}, "58": {"start": {"line": 122, "column": 17}, "end": {"line": 122, "column": 35}}, "59": {"start": {"line": 123, "column": 21}, "end": {"line": 123, "column": 29}}, "60": {"start": {"line": 124, "column": 21}, "end": {"line": 127, "column": 6}}, "61": {"start": {"line": 128, "column": 17}, "end": {"line": 128, "column": 43}}, "62": {"start": {"line": 129, "column": 4}, "end": {"line": 129, "column": 57}}, "63": {"start": {"line": 133, "column": 17}, "end": {"line": 133, "column": 35}}, "64": {"start": {"line": 134, "column": 25}, "end": {"line": 134, "column": 35}}, "65": {"start": {"line": 135, "column": 20}, "end": {"line": 135, "column": 28}}, "66": {"start": {"line": 136, "column": 4}, "end": {"line": 136, "column": 52}}, "67": {"start": {"line": 137, "column": 28}, "end": {"line": 137, "column": 73}}, "68": {"start": {"line": 138, "column": 17}, "end": {"line": 138, "column": 59}}, "69": {"start": {"line": 139, "column": 4}, "end": {"line": 139, "column": 64}}, "70": {"start": {"line": 143, "column": 17}, "end": {"line": 143, "column": 35}}, "71": {"start": {"line": 144, "column": 25}, "end": {"line": 144, "column": 35}}, "72": {"start": {"line": 145, "column": 4}, "end": {"line": 145, "column": 52}}, "73": {"start": {"line": 146, "column": 4}, "end": {"line": 146, "column": 40}}, "74": {"start": {"line": 147, "column": 4}, "end": {"line": 147, "column": 41}}, "75": {"start": {"line": 152, "column": 4}, "end": {"line": 152, "column": 41}}, "76": {"start": {"line": 155, "column": 27}, "end": {"line": 155, "column": 43}}, "77": {"start": {"line": 156, "column": 2}, "end": {"line": 172, "column": 3}}, "78": {"start": {"line": 157, "column": 4}, "end": {"line": 171, "column": 5}}, "79": {"start": {"line": 158, "column": 6}, "end": {"line": 160, "column": 7}}, "80": {"start": {"line": 159, "column": 8}, "end": {"line": 159, "column": 66}}, "81": {"start": {"line": 161, "column": 21}, "end": {"line": 161, "column": 58}}, "82": {"start": {"line": 162, "column": 6}, "end": {"line": 162, "column": 19}}, "83": {"start": {"line": 164, "column": 21}, "end": {"line": 164, "column": 40}}, "84": {"start": {"line": 165, "column": 6}, "end": {"line": 168, "column": 7}}, "85": {"start": {"line": 170, "column": 6}, "end": {"line": 170, "column": 19}}, "86": {"start": {"line": 173, "column": 2}, "end": {"line": 173, "column": 16}}, "87": {"start": {"line": 177, "column": 2}, "end": {"line": 177, "column": 61}}, "88": {"start": {"line": 177, "column": 50}, "end": {"line": 177, "column": 61}}, "89": {"start": {"line": 178, "column": 2}, "end": {"line": 178, "column": 68}}, "90": {"start": {"line": 178, "column": 57}, "end": {"line": 178, "column": 68}}, "91": {"start": {"line": 179, "column": 2}, "end": {"line": 179, "column": 51}}, "92": {"start": {"line": 179, "column": 39}, "end": {"line": 179, "column": 51}}, "93": {"start": {"line": 180, "column": 22}, "end": {"line": 182, "column": 3}}, "94": {"start": {"line": 183, "column": 2}, "end": {"line": 183, "column": 46}}, "95": {"start": {"line": 183, "column": 35}, "end": {"line": 183, "column": 46}}, "96": {"start": {"line": 184, "column": 2}, "end": {"line": 184, "column": 48}}, "97": {"start": {"line": 184, "column": 37}, "end": {"line": 184, "column": 48}}, "98": {"start": {"line": 186, "column": 2}, "end": {"line": 186, "column": 14}}, "99": {"start": {"line": 191, "column": 4}, "end": {"line": 194, "column": 5}}, "100": {"start": {"line": 196, "column": 2}, "end": {"line": 203, "column": 3}}, "101": {"start": {"line": 197, "column": 23}, "end": {"line": 199, "column": 5}}, "102": {"start": {"line": 200, "column": 4}, "end": {"line": 200, "column": 51}}, "103": {"start": {"line": 200, "column": 40}, "end": {"line": 200, "column": 51}}, "104": {"start": {"line": 202, "column": 4}, "end": {"line": 202, "column": 71}}, "105": {"start": {"line": 204, "column": 2}, "end": {"line": 204, "column": 14}}, "106": {"start": {"line": 207, "column": 17}, "end": {"line": 207, "column": 80}}, "107": {"start": {"line": 207, "column": 24}, "end": {"line": 207, "column": 80}}, "108": {"start": {"line": 210, "column": 16}, "end": {"line": 210, "column": 29}}, "109": {"start": {"line": 211, "column": 2}, "end": {"line": 215, "column": 3}}, "110": {"start": {"line": 212, "column": 18}, "end": {"line": 212, "column": 55}}, "111": {"start": {"line": 213, "column": 4}, "end": {"line": 213, "column": 22}}, "112": {"start": {"line": 214, "column": 4}, "end": {"line": 214, "column": 15}}, "113": {"start": {"line": 217, "column": 2}, "end": {"line": 223, "column": 3}}, "114": {"start": {"line": 218, "column": 4}, "end": {"line": 218, "column": 24}}, "115": {"start": {"line": 220, "column": 18}, "end": {"line": 220, "column": 65}}, "116": {"start": {"line": 221, "column": 4}, "end": {"line": 221, "column": 22}}, "117": {"start": {"line": 222, "column": 4}, "end": {"line": 222, "column": 15}}, "118": {"start": {"line": 224, "column": 15}, "end": {"line": 224, "column": 41}}, "119": {"start": {"line": 225, "column": 2}, "end": {"line": 225, "column": 13}}, "120": {"start": {"line": 229, "column": 29}, "end": {"line": 231, "column": 3}}, "121": {"start": {"line": 230, "column": 10}, "end": {"line": 230, "column": 19}}, "122": {"start": {"line": 232, "column": 16}, "end": {"line": 232, "column": 67}}, "123": {"start": {"line": 233, "column": 2}, "end": {"line": 233, "column": 14}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 9, "column": 10}, "end": {"line": 9, "column": 11}}, "loc": {"start": {"line": 9, "column": 16}, "end": {"line": 9, "column": 33}}, "line": 9}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 11, "column": 10}, "end": {"line": 11, "column": 11}}, "loc": {"start": {"line": 11, "column": 16}, "end": {"line": 11, "column": 33}}, "line": 11}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 13, "column": 10}, "end": {"line": 13, "column": 11}}, "loc": {"start": {"line": 16, "column": 7}, "end": {"line": 16, "column": 53}}, "line": 16}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 16, "column": 19}, "end": {"line": 16, "column": 20}}, "loc": {"start": {"line": 16, "column": 30}, "end": {"line": 16, "column": 52}}, "line": 16}, "4": {"name": "ls", "decl": {"start": {"line": 19, "column": 9}, "end": {"line": 19, "column": 11}}, "loc": {"start": {"line": 19, "column": 29}, "end": {"line": 26, "column": 1}}, "line": 19}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 32, "column": 32}, "end": {"line": 32, "column": 33}}, "loc": {"start": {"line": 32, "column": 57}, "end": {"line": 36, "column": 3}}, "line": 32}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 38, "column": 35}, "end": {"line": 38, "column": 36}}, "loc": {"start": {"line": 38, "column": 60}, "end": {"line": 52, "column": 3}}, "line": 38}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 54, "column": 27}, "end": {"line": 54, "column": 28}}, "loc": {"start": {"line": 54, "column": 52}, "end": {"line": 58, "column": 3}}, "line": 54}, "8": {"name": "(anonymous_8)", "decl": {"start": {"line": 60, "column": 34}, "end": {"line": 60, "column": 35}}, "loc": {"start": {"line": 60, "column": 59}, "end": {"line": 71, "column": 3}}, "line": 60}, "9": {"name": "(anonymous_9)", "decl": {"start": {"line": 65, "column": 14}, "end": {"line": 65, "column": 15}}, "loc": {"start": {"line": 65, "column": 33}, "end": {"line": 68, "column": 7}}, "line": 65}, "10": {"name": "(anonymous_10)", "decl": {"start": {"line": 73, "column": 30}, "end": {"line": 73, "column": 31}}, "loc": {"start": {"line": 73, "column": 55}, "end": {"line": 95, "column": 3}}, "line": 73}, "11": {"name": "(anonymous_11)", "decl": {"start": {"line": 97, "column": 38}, "end": {"line": 97, "column": 39}}, "loc": {"start": {"line": 97, "column": 63}, "end": {"line": 107, "column": 3}}, "line": 97}, "12": {"name": "(anonymous_12)", "decl": {"start": {"line": 109, "column": 35}, "end": {"line": 109, "column": 36}}, "loc": {"start": {"line": 109, "column": 60}, "end": {"line": 119, "column": 3}}, "line": 109}, "13": {"name": "(anonymous_13)", "decl": {"start": {"line": 113, "column": 14}, "end": {"line": 113, "column": 15}}, "loc": {"start": {"line": 113, "column": 33}, "end": {"line": 116, "column": 7}}, "line": 113}, "14": {"name": "(anonymous_14)", "decl": {"start": {"line": 121, "column": 36}, "end": {"line": 121, "column": 37}}, "loc": {"start": {"line": 121, "column": 61}, "end": {"line": 130, "column": 3}}, "line": 121}, "15": {"name": "(anonymous_15)", "decl": {"start": {"line": 132, "column": 47}, "end": {"line": 132, "column": 48}}, "loc": {"start": {"line": 132, "column": 72}, "end": {"line": 140, "column": 3}}, "line": 132}, "16": {"name": "(anonymous_16)", "decl": {"start": {"line": 142, "column": 50}, "end": {"line": 142, "column": 51}}, "loc": {"start": {"line": 142, "column": 75}, "end": {"line": 148, "column": 3}}, "line": 142}, "17": {"name": "(anonymous_17)", "decl": {"start": {"line": 150, "column": 33}, "end": {"line": 150, "column": 34}}, "loc": {"start": {"line": 150, "column": 58}, "end": {"line": 153, "column": 3}}, "line": 150}, "18": {"name": "(anonymous_18)", "decl": {"start": {"line": 154, "column": 6}, "end": {"line": 154, "column": 7}}, "loc": {"start": {"line": 154, "column": 17}, "end": {"line": 174, "column": 1}}, "line": 154}, "19": {"name": "resolver", "decl": {"start": {"line": 156, "column": 36}, "end": {"line": 156, "column": 44}}, "loc": {"start": {"line": 156, "column": 60}, "end": {"line": 172, "column": 3}}, "line": 156}, "20": {"name": "shouldFail", "decl": {"start": {"line": 176, "column": 9}, "end": {"line": 176, "column": 19}}, "loc": {"start": {"line": 176, "column": 25}, "end": {"line": 187, "column": 1}}, "line": 176}, "21": {"name": "requestMatchesFailConfig", "decl": {"start": {"line": 189, "column": 9}, "end": {"line": 189, "column": 33}}, "loc": {"start": {"line": 189, "column": 39}, "end": {"line": 205, "column": 1}}, "line": 189}, "22": {"name": "configMatches", "decl": {"start": {"line": 190, "column": 11}, "end": {"line": 190, "column": 24}}, "loc": {"start": {"line": 190, "column": 52}, "end": {"line": 195, "column": 3}}, "line": 190}, "23": {"name": "(anonymous_23)", "decl": {"start": {"line": 207, "column": 17}, "end": {"line": 207, "column": 18}}, "loc": {"start": {"line": 207, "column": 24}, "end": {"line": 207, "column": 80}}, "line": 207}, "24": {"name": "getUser", "decl": {"start": {"line": 209, "column": 15}, "end": {"line": 209, "column": 22}}, "loc": {"start": {"line": 209, "column": 28}, "end": {"line": 226, "column": 1}}, "line": 209}, "25": {"name": "getBooksNotInUsersList", "decl": {"start": {"line": 228, "column": 15}, "end": {"line": 228, "column": 37}}, "loc": {"start": {"line": 228, "column": 46}, "end": {"line": 234, "column": 1}}, "line": 228}, "26": {"name": "(anonymous_26)", "decl": {"start": {"line": 230, "column": 4}, "end": {"line": 230, "column": 5}}, "loc": {"start": {"line": 230, "column": 10}, "end": {"line": 230, "column": 19}}, "line": 230}}, "branchMap": {"0": {"loc": {"start": {"line": 8, "column": 0}, "end": {"line": 17, "column": 1}}, "type": "if", "locations": [{"start": {"line": 8, "column": 0}, "end": {"line": 17, "column": 1}}, {"start": {"line": 8, "column": 0}, "end": {"line": 17, "column": 1}}], "line": 8}, "1": {"loc": {"start": {"line": 10, "column": 7}, "end": {"line": 17, "column": 1}}, "type": "if", "locations": [{"start": {"line": 10, "column": 7}, "end": {"line": 17, "column": 1}}, {"start": {"line": 10, "column": 7}, "end": {"line": 17, "column": 1}}], "line": 10}, "2": {"loc": {"start": {"line": 14, "column": 4}, "end": {"line": 15, "column": 47}}, "type": "default-arg", "locations": [{"start": {"line": 14, "column": 8}, "end": {"line": 15, "column": 47}}], "line": 14}, "3": {"loc": {"start": {"line": 22, "column": 2}, "end": {"line": 24, "column": 3}}, "type": "if", "locations": [{"start": {"line": 22, "column": 2}, "end": {"line": 24, "column": 3}}, {"start": {"line": 22, "column": 2}, "end": {"line": 24, "column": 3}}], "line": 22}, "4": {"loc": {"start": {"line": 25, "column": 9}, "end": {"line": 25, "column": 48}}, "type": "cond-expr", "locations": [{"start": {"line": 25, "column": 32}, "end": {"line": 25, "column": 35}}, {"start": {"line": 25, "column": 38}, "end": {"line": 25, "column": 48}}], "line": 25}, "5": {"loc": {"start": {"line": 74, "column": 4}, "end": {"line": 76, "column": 5}}, "type": "if", "locations": [{"start": {"line": 74, "column": 4}, "end": {"line": 76, "column": 5}}, {"start": {"line": 74, "column": 4}, "end": {"line": 76, "column": 5}}], "line": 74}, "6": {"loc": {"start": {"line": 80, "column": 4}, "end": {"line": 92, "column": 5}}, "type": "if", "locations": [{"start": {"line": 80, "column": 4}, "end": {"line": 92, "column": 5}}, {"start": {"line": 80, "column": 4}, "end": {"line": 92, "column": 5}}], "line": 80}, "7": {"loc": {"start": {"line": 83, "column": 6}, "end": {"line": 91, "column": 7}}, "type": "if", "locations": [{"start": {"line": 83, "column": 6}, "end": {"line": 91, "column": 7}}, {"start": {"line": 83, "column": 6}, "end": {"line": 91, "column": 7}}], "line": 83}, "8": {"loc": {"start": {"line": 100, "column": 4}, "end": {"line": 105, "column": 5}}, "type": "if", "locations": [{"start": {"line": 100, "column": 4}, "end": {"line": 105, "column": 5}}, {"start": {"line": 100, "column": 4}, "end": {"line": 105, "column": 5}}], "line": 100}, "9": {"loc": {"start": {"line": 158, "column": 6}, "end": {"line": 160, "column": 7}}, "type": "if", "locations": [{"start": {"line": 158, "column": 6}, "end": {"line": 160, "column": 7}}, {"start": {"line": 158, "column": 6}, "end": {"line": 160, "column": 7}}], "line": 158}, "10": {"loc": {"start": {"line": 164, "column": 21}, "end": {"line": 164, "column": 40}}, "type": "binary-expr", "locations": [{"start": {"line": 164, "column": 21}, "end": {"line": 164, "column": 33}}, {"start": {"line": 164, "column": 37}, "end": {"line": 164, "column": 40}}], "line": 164}, "11": {"loc": {"start": {"line": 167, "column": 35}, "end": {"line": 167, "column": 67}}, "type": "binary-expr", "locations": [{"start": {"line": 167, "column": 35}, "end": {"line": 167, "column": 48}}, {"start": {"line": 167, "column": 52}, "end": {"line": 167, "column": 67}}], "line": 167}, "12": {"loc": {"start": {"line": 177, "column": 2}, "end": {"line": 177, "column": 61}}, "type": "if", "locations": [{"start": {"line": 177, "column": 2}, "end": {"line": 177, "column": 61}}, {"start": {"line": 177, "column": 2}, "end": {"line": 177, "column": 61}}], "line": 177}, "13": {"loc": {"start": {"line": 178, "column": 2}, "end": {"line": 178, "column": 68}}, "type": "if", "locations": [{"start": {"line": 178, "column": 2}, "end": {"line": 178, "column": 68}}, {"start": {"line": 178, "column": 2}, "end": {"line": 178, "column": 68}}], "line": 178}, "14": {"loc": {"start": {"line": 179, "column": 2}, "end": {"line": 179, "column": 51}}, "type": "if", "locations": [{"start": {"line": 179, "column": 2}, "end": {"line": 179, "column": 51}}, {"start": {"line": 179, "column": 2}, "end": {"line": 179, "column": 51}}], "line": 179}, "15": {"loc": {"start": {"line": 181, "column": 4}, "end": {"line": 181, "column": 66}}, "type": "binary-expr", "locations": [{"start": {"line": 181, "column": 4}, "end": {"line": 181, "column": 61}}, {"start": {"line": 181, "column": 65}, "end": {"line": 181, "column": 66}}], "line": 181}, "16": {"loc": {"start": {"line": 183, "column": 2}, "end": {"line": 183, "column": 46}}, "type": "if", "locations": [{"start": {"line": 183, "column": 2}, "end": {"line": 183, "column": 46}}, {"start": {"line": 183, "column": 2}, "end": {"line": 183, "column": 46}}], "line": 183}, "17": {"loc": {"start": {"line": 184, "column": 2}, "end": {"line": 184, "column": 48}}, "type": "if", "locations": [{"start": {"line": 184, "column": 2}, "end": {"line": 184, "column": 48}}, {"start": {"line": 184, "column": 2}, "end": {"line": 184, "column": 48}}], "line": 184}, "18": {"loc": {"start": {"line": 192, "column": 6}, "end": {"line": 193, "column": 47}}, "type": "binary-expr", "locations": [{"start": {"line": 192, "column": 7}, "end": {"line": 192, "column": 30}}, {"start": {"line": 192, "column": 34}, "end": {"line": 192, "column": 62}}, {"start": {"line": 193, "column": 6}, "end": {"line": 193, "column": 47}}], "line": 192}, "19": {"loc": {"start": {"line": 198, "column": 6}, "end": {"line": 198, "column": 78}}, "type": "binary-expr", "locations": [{"start": {"line": 198, "column": 6}, "end": {"line": 198, "column": 70}}, {"start": {"line": 198, "column": 74}, "end": {"line": 198, "column": 78}}], "line": 198}, "20": {"loc": {"start": {"line": 200, "column": 4}, "end": {"line": 200, "column": 51}}, "type": "if", "locations": [{"start": {"line": 200, "column": 4}, "end": {"line": 200, "column": 51}}, {"start": {"line": 200, "column": 4}, "end": {"line": 200, "column": 51}}], "line": 200}, "21": {"loc": {"start": {"line": 211, "column": 2}, "end": {"line": 215, "column": 3}}, "type": "if", "locations": [{"start": {"line": 211, "column": 2}, "end": {"line": 215, "column": 3}}, {"start": {"line": 211, "column": 2}, "end": {"line": 215, "column": 3}}], "line": 211}}, "s": {"0": 2, "1": 0, "2": 0, "3": 2, "4": 0, "5": 0, "6": 2, "7": 38, "8": 38, "9": 76, "10": 76, "11": 0, "12": 76, "13": 2, "14": 2, "15": 2, "16": 0, "17": 0, "18": 0, "19": 2, "20": 2, "21": 2, "22": 2, "23": 2, "24": 0, "25": 2, "26": 0, "27": 0, "28": 0, "29": 0, "30": 0, "31": 0, "32": 0, "33": 0, "34": 0, "35": 6, "36": 0, "37": 6, "38": 6, "39": 6, "40": 2, "41": 4, "42": 4, "43": 4, "44": 4, "45": 0, "46": 0, "47": 6, "48": 4, "49": 4, "50": 4, "51": 0, "52": 4, "53": 14, "54": 14, "55": 14, "56": 6, "57": 14, "58": 2, "59": 2, "60": 2, "61": 2, "62": 2, "63": 6, "64": 6, "65": 6, "66": 6, "67": 6, "68": 6, "69": 6, "70": 2, "71": 2, "72": 2, "73": 2, "74": 2, "75": 2, "76": 22, "77": 22, "78": 38, "79": 38, "80": 0, "81": 38, "82": 38, "83": 0, "84": 0, "85": 38, "86": 22, "87": 38, "88": 0, "89": 38, "90": 0, "91": 38, "92": 0, "93": 38, "94": 38, "95": 0, "96": 38, "97": 0, "98": 38, "99": 0, "100": 38, "101": 38, "102": 38, "103": 0, "104": 0, "105": 38, "106": 2, "107": 32, "108": 28, "109": 28, "110": 0, "111": 0, "112": 0, "113": 28, "114": 28, "115": 0, "116": 0, "117": 0, "118": 28, "119": 28, "120": 4, "121": 2, "122": 4, "123": 4}, "f": {"0": 0, "1": 0, "2": 38, "3": 38, "4": 76, "5": 0, "6": 2, "7": 0, "8": 0, "9": 0, "10": 6, "11": 4, "12": 14, "13": 6, "14": 2, "15": 6, "16": 2, "17": 2, "18": 22, "19": 38, "20": 38, "21": 38, "22": 0, "23": 32, "24": 28, "25": 4, "26": 2}, "b": {"0": [0, 2], "1": [0, 2], "2": [38], "3": [0, 76], "4": [0, 76], "5": [0, 6], "6": [2, 4], "7": [4, 0], "8": [0, 4], "9": [0, 38], "10": [0, 0], "11": [0, 0], "12": [0, 38], "13": [0, 38], "14": [0, 38], "15": [38, 38], "16": [0, 38], "17": [0, 38], "18": [0, 0, 0], "19": [38, 38], "20": [0, 38], "21": [0, 28]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "03dc7f5b3b8c7377386bbe79241a9ae089bfb2fc"}, "/Users/murat/bookshelf/src/test/server/test-server.js": {"path": "/Users/murat/bookshelf/src/test/server/test-server.js", "statementMap": {}, "fnMap": {}, "branchMap": {}, "s": {}, "f": {}, "b": {}}, "/Users/murat/bookshelf/src/utils/api-client.js": {"path": "/Users/murat/bookshelf/src/utils/api-client.js", "statementMap": {"0": {"start": {"line": 3, "column": 15}, "end": {"line": 3, "column": 44}}, "1": {"start": {"line": 15, "column": 17}, "end": {"line": 24, "column": 3}}, "2": {"start": {"line": 26, "column": 2}, "end": {"line": 40, "column": 4}}, "3": {"start": {"line": 27, "column": 4}, "end": {"line": 33, "column": 5}}, "4": {"start": {"line": 28, "column": 6}, "end": {"line": 28, "column": 24}}, "5": {"start": {"line": 29, "column": 6}, "end": {"line": 29, "column": 25}}, "6": {"start": {"line": 31, "column": 6}, "end": {"line": 31, "column": 45}}, "7": {"start": {"line": 32, "column": 6}, "end": {"line": 32, "column": 65}}, "8": {"start": {"line": 34, "column": 17}, "end": {"line": 34, "column": 38}}, "9": {"start": {"line": 35, "column": 4}, "end": {"line": 39, "column": 5}}, "10": {"start": {"line": 36, "column": 6}, "end": {"line": 36, "column": 17}}, "11": {"start": {"line": 38, "column": 6}, "end": {"line": 38, "column": 33}}}, "fnMap": {"0": {"name": "client", "decl": {"start": {"line": 11, "column": 15}, "end": {"line": 11, "column": 21}}, "loc": {"start": {"line": 14, "column": 2}, "end": {"line": 41, "column": 1}}, "line": 14}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 26, "column": 60}, "end": {"line": 26, "column": 61}}, "loc": {"start": {"line": 26, "column": 78}, "end": {"line": 40, "column": 3}}, "line": 26}}, "branchMap": {"0": {"loc": {"start": {"line": 13, "column": 2}, "end": {"line": 13, "column": 61}}, "type": "default-arg", "locations": [{"start": {"line": 13, "column": 59}, "end": {"line": 13, "column": 61}}], "line": 13}, "1": {"loc": {"start": {"line": 16, "column": 12}, "end": {"line": 16, "column": 33}}, "type": "cond-expr", "locations": [{"start": {"line": 16, "column": 19}, "end": {"line": 16, "column": 25}}, {"start": {"line": 16, "column": 28}, "end": {"line": 16, "column": 33}}], "line": 16}, "2": {"loc": {"start": {"line": 17, "column": 10}, "end": {"line": 17, "column": 49}}, "type": "cond-expr", "locations": [{"start": {"line": 17, "column": 17}, "end": {"line": 17, "column": 37}}, {"start": {"line": 17, "column": 40}, "end": {"line": 17, "column": 49}}], "line": 17}, "3": {"loc": {"start": {"line": 19, "column": 21}, "end": {"line": 19, "column": 58}}, "type": "cond-expr", "locations": [{"start": {"line": 19, "column": 29}, "end": {"line": 19, "column": 46}}, {"start": {"line": 19, "column": 49}, "end": {"line": 19, "column": 58}}], "line": 19}, "4": {"loc": {"start": {"line": 20, "column": 22}, "end": {"line": 20, "column": 59}}, "type": "cond-expr", "locations": [{"start": {"line": 20, "column": 29}, "end": {"line": 20, "column": 47}}, {"start": {"line": 20, "column": 50}, "end": {"line": 20, "column": 59}}], "line": 20}, "5": {"loc": {"start": {"line": 27, "column": 4}, "end": {"line": 33, "column": 5}}, "type": "if", "locations": [{"start": {"line": 27, "column": 4}, "end": {"line": 33, "column": 5}}, {"start": {"line": 27, "column": 4}, "end": {"line": 33, "column": 5}}], "line": 27}, "6": {"loc": {"start": {"line": 35, "column": 4}, "end": {"line": 39, "column": 5}}, "type": "if", "locations": [{"start": {"line": 35, "column": 4}, "end": {"line": 39, "column": 5}}, {"start": {"line": 35, "column": 4}, "end": {"line": 39, "column": 5}}], "line": 35}}, "s": {"0": 2, "1": 36, "2": 36, "3": 32, "4": 0, "5": 0, "6": 0, "7": 0, "8": 32, "9": 32, "10": 32, "11": 0}, "f": {"0": 36, "1": 32}, "b": {"0": [0], "1": [10, 26], "2": [10, 26], "3": [34, 2], "4": [10, 26], "5": [0, 32], "6": [32, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "417caa0bbbe7fd961f8b8299a7d761b2faba3489"}, "/Users/murat/bookshelf/src/utils/books.js": {"path": "/Users/murat/bookshelf/src/utils/books.js", "statementMap": {"0": {"start": {"line": 6, "column": 20}, "end": {"line": 13, "column": 1}}, "1": {"start": {"line": 15, "column": 21}, "end": {"line": 18, "column": 3}}, "2": {"start": {"line": 15, "column": 62}, "end": {"line": 18, "column": 1}}, "3": {"start": {"line": 20, "column": 24}, "end": {"line": 23, "column": 1}}, "4": {"start": {"line": 25, "column": 28}, "end": {"line": 40, "column": 2}}, "5": {"start": {"line": 25, "column": 48}, "end": {"line": 40, "column": 1}}, "6": {"start": {"line": 28, "column": 4}, "end": {"line": 28, "column": 79}}, "7": {"start": {"line": 28, "column": 68}, "end": {"line": 28, "column": 78}}, "8": {"start": {"line": 31, "column": 6}, "end": {"line": 37, "column": 7}}, "9": {"start": {"line": 32, "column": 8}, "end": {"line": 36, "column": 9}}, "10": {"start": {"line": 43, "column": 17}, "end": {"line": 43, "column": 28}}, "11": {"start": {"line": 44, "column": 17}, "end": {"line": 44, "column": 61}}, "12": {"start": {"line": 45, "column": 2}, "end": {"line": 45, "column": 56}}, "13": {"start": {"line": 49, "column": 17}, "end": {"line": 49, "column": 28}}, "14": {"start": {"line": 50, "column": 17}, "end": {"line": 54, "column": 4}}, "15": {"start": {"line": 52, "column": 19}, "end": {"line": 52, "column": 68}}, "16": {"start": {"line": 52, "column": 58}, "end": {"line": 52, "column": 67}}, "17": {"start": {"line": 55, "column": 2}, "end": {"line": 55, "column": 28}}, "18": {"start": {"line": 59, "column": 17}, "end": {"line": 59, "column": 28}}, "19": {"start": {"line": 60, "column": 2}, "end": {"line": 66, "column": 3}}, "20": {"start": {"line": 62, "column": 6}, "end": {"line": 62, "column": 44}}, "21": {"start": {"line": 63, "column": 6}, "end": {"line": 63, "column": 69}}, "22": {"start": {"line": 70, "column": 2}, "end": {"line": 70, "column": 77}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 15, "column": 46}, "end": {"line": 15, "column": 47}}, "loc": {"start": {"line": 15, "column": 62}, "end": {"line": 18, "column": 1}}, "line": 15}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 25, "column": 28}, "end": {"line": 25, "column": 29}}, "loc": {"start": {"line": 25, "column": 48}, "end": {"line": 40, "column": 1}}, "line": 25}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 27, "column": 11}, "end": {"line": 27, "column": 12}}, "loc": {"start": {"line": 28, "column": 4}, "end": {"line": 28, "column": 79}}, "line": 28}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 28, "column": 60}, "end": {"line": 28, "column": 61}}, "loc": {"start": {"line": 28, "column": 68}, "end": {"line": 28, "column": 78}}, "line": 28}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 30, "column": 4}, "end": {"line": 30, "column": 5}}, "loc": {"start": {"line": 30, "column": 21}, "end": {"line": 38, "column": 5}}, "line": 30}, "5": {"name": "useBookSearch", "decl": {"start": {"line": 42, "column": 9}, "end": {"line": 42, "column": 22}}, "loc": {"start": {"line": 42, "column": 30}, "end": {"line": 46, "column": 1}}, "line": 42}, "6": {"name": "useBook", "decl": {"start": {"line": 48, "column": 9}, "end": {"line": 48, "column": 16}}, "loc": {"start": {"line": 48, "column": 25}, "end": {"line": 56, "column": 1}}, "line": 48}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 52, "column": 13}, "end": {"line": 52, "column": 14}}, "loc": {"start": {"line": 52, "column": 19}, "end": {"line": 52, "column": 68}}, "line": 52}, "8": {"name": "(anonymous_8)", "decl": {"start": {"line": 52, "column": 50}, "end": {"line": 52, "column": 51}}, "loc": {"start": {"line": 52, "column": 58}, "end": {"line": 52, "column": 67}}, "line": 52}, "9": {"name": "useRefetchBookSearchQuery", "decl": {"start": {"line": 58, "column": 9}, "end": {"line": 58, "column": 34}}, "loc": {"start": {"line": 58, "column": 37}, "end": {"line": 67, "column": 1}}, "line": 58}, "10": {"name": "refetchBookSearchQuery", "decl": {"start": {"line": 61, "column": 19}, "end": {"line": 61, "column": 41}}, "loc": {"start": {"line": 61, "column": 44}, "end": {"line": 64, "column": 5}}, "line": 61}, "11": {"name": "setQueryDataForBook", "decl": {"start": {"line": 69, "column": 9}, "end": {"line": 69, "column": 28}}, "loc": {"start": {"line": 69, "column": 35}, "end": {"line": 71, "column": 1}}, "line": 69}}, "branchMap": {"0": {"loc": {"start": {"line": 45, "column": 28}, "end": {"line": 45, "column": 55}}, "type": "binary-expr", "locations": [{"start": {"line": 45, "column": 28}, "end": {"line": 45, "column": 39}}, {"start": {"line": 45, "column": 43}, "end": {"line": 45, "column": 55}}], "line": 45}, "1": {"loc": {"start": {"line": 55, "column": 9}, "end": {"line": 55, "column": 28}}, "type": "binary-expr", "locations": [{"start": {"line": 55, "column": 9}, "end": {"line": 55, "column": 13}}, {"start": {"line": 55, "column": 17}, "end": {"line": 55, "column": 28}}], "line": 55}}, "s": {"0": 2, "1": 2, "2": 20, "3": 2, "4": 2, "5": 10, "6": 6, "7": 6, "8": 4, "9": 22, "10": 8, "11": 8, "12": 8, "13": 28, "14": 28, "15": 4, "16": 3, "17": 28, "18": 8, "19": 8, "20": 2, "21": 2, "22": 22}, "f": {"0": 20, "1": 10, "2": 6, "3": 6, "4": 4, "5": 8, "6": 28, "7": 4, "8": 3, "9": 8, "10": 2, "11": 22}, "b": {"0": [8, 4], "1": [28, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "a0f401c603a8f078b7407cdc1f85ddf830c54069"}, "/Users/murat/bookshelf/src/utils/hooks.js": {"path": "/Users/murat/bookshelf/src/utils/hooks.js", "statementMap": {"0": {"start": {"line": 4, "column": 18}, "end": {"line": 4, "column": 37}}, "1": {"start": {"line": 5, "column": 2}, "end": {"line": 8, "column": 8}}, "2": {"start": {"line": 6, "column": 4}, "end": {"line": 6, "column": 26}}, "3": {"start": {"line": 7, "column": 4}, "end": {"line": 7, "column": 42}}, "4": {"start": {"line": 7, "column": 18}, "end": {"line": 7, "column": 41}}, "5": {"start": {"line": 9, "column": 2}, "end": {"line": 12, "column": 3}}, "6": {"start": {"line": 10, "column": 18}, "end": {"line": 10, "column": 62}}, "7": {"start": {"line": 20, "column": 28}, "end": {"line": 20, "column": 69}}, "8": {"start": {"line": 22, "column": 26}, "end": {"line": 25, "column": 4}}, "9": {"start": {"line": 26, "column": 44}, "end": {"line": 29, "column": 3}}, "10": {"start": {"line": 27, "column": 15}, "end": {"line": 27, "column": 27}}, "11": {"start": {"line": 31, "column": 23}, "end": {"line": 31, "column": 48}}, "12": {"start": {"line": 33, "column": 18}, "end": {"line": 36, "column": 3}}, "13": {"start": {"line": 34, "column": 12}, "end": {"line": 34, "column": 52}}, "14": {"start": {"line": 37, "column": 19}, "end": {"line": 40, "column": 3}}, "15": {"start": {"line": 38, "column": 13}, "end": {"line": 38, "column": 54}}, "16": {"start": {"line": 41, "column": 16}, "end": {"line": 44, "column": 3}}, "17": {"start": {"line": 42, "column": 10}, "end": {"line": 42, "column": 47}}, "18": {"start": {"line": 46, "column": 14}, "end": {"line": 66, "column": 3}}, "19": {"start": {"line": 48, "column": 6}, "end": {"line": 52, "column": 7}}, "20": {"start": {"line": 49, "column": 8}, "end": {"line": 51, "column": 9}}, "21": {"start": {"line": 53, "column": 6}, "end": {"line": 53, "column": 39}}, "22": {"start": {"line": 54, "column": 6}, "end": {"line": 63, "column": 7}}, "23": {"start": {"line": 56, "column": 10}, "end": {"line": 56, "column": 23}}, "24": {"start": {"line": 57, "column": 10}, "end": {"line": 57, "column": 21}}, "25": {"start": {"line": 60, "column": 10}, "end": {"line": 60, "column": 25}}, "26": {"start": {"line": 61, "column": 10}, "end": {"line": 61, "column": 38}}, "27": {"start": {"line": 68, "column": 2}, "end": {"line": 82, "column": 3}}}, "fnMap": {"0": {"name": "useSafeDispatch", "decl": {"start": {"line": 3, "column": 9}, "end": {"line": 3, "column": 24}}, "loc": {"start": {"line": 3, "column": 35}, "end": {"line": 13, "column": 1}}, "line": 3}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 5, "column": 24}, "end": {"line": 5, "column": 25}}, "loc": {"start": {"line": 5, "column": 30}, "end": {"line": 8, "column": 3}}, "line": 5}, "2": {"name": "(anonymous_2)", "decl": {"start": {"line": 7, "column": 11}, "end": {"line": 7, "column": 12}}, "loc": {"start": {"line": 7, "column": 18}, "end": {"line": 7, "column": 41}}, "line": 7}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 10, "column": 4}, "end": {"line": 10, "column": 5}}, "loc": {"start": {"line": 10, "column": 18}, "end": {"line": 10, "column": 62}}, "line": 10}, "4": {"name": "useAsync", "decl": {"start": {"line": 21, "column": 9}, "end": {"line": 21, "column": 17}}, "loc": {"start": {"line": 21, "column": 32}, "end": {"line": 83, "column": 1}}, "line": 21}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 27, "column": 4}, "end": {"line": 27, "column": 5}}, "loc": {"start": {"line": 27, "column": 15}, "end": {"line": 27, "column": 27}}, "line": 27}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 34, "column": 4}, "end": {"line": 34, "column": 5}}, "loc": {"start": {"line": 34, "column": 12}, "end": {"line": 34, "column": 52}}, "line": 34}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 38, "column": 4}, "end": {"line": 38, "column": 5}}, "loc": {"start": {"line": 38, "column": 13}, "end": {"line": 38, "column": 54}}, "line": 38}, "8": {"name": "(anonymous_8)", "decl": {"start": {"line": 42, "column": 4}, "end": {"line": 42, "column": 5}}, "loc": {"start": {"line": 42, "column": 10}, "end": {"line": 42, "column": 47}}, "line": 42}, "9": {"name": "(anonymous_9)", "decl": {"start": {"line": 47, "column": 4}, "end": {"line": 47, "column": 5}}, "loc": {"start": {"line": 47, "column": 15}, "end": {"line": 64, "column": 5}}, "line": 47}, "10": {"name": "(anonymous_10)", "decl": {"start": {"line": 55, "column": 8}, "end": {"line": 55, "column": 9}}, "loc": {"start": {"line": 55, "column": 16}, "end": {"line": 58, "column": 9}}, "line": 55}, "11": {"name": "(anonymous_11)", "decl": {"start": {"line": 59, "column": 8}, "end": {"line": 59, "column": 9}}, "loc": {"start": {"line": 59, "column": 17}, "end": {"line": 62, "column": 9}}, "line": 59}}, "branchMap": {"0": {"loc": {"start": {"line": 10, "column": 18}, "end": {"line": 10, "column": 62}}, "type": "cond-expr", "locations": [{"start": {"line": 10, "column": 36}, "end": {"line": 10, "column": 53}}, {"start": {"line": 10, "column": 56}, "end": {"line": 10, "column": 62}}], "line": 10}, "1": {"loc": {"start": {"line": 48, "column": 6}, "end": {"line": 52, "column": 7}}, "type": "if", "locations": [{"start": {"line": 48, "column": 6}, "end": {"line": 52, "column": 7}}, {"start": {"line": 48, "column": 6}, "end": {"line": 52, "column": 7}}], "line": 48}, "2": {"loc": {"start": {"line": 48, "column": 10}, "end": {"line": 48, "column": 35}}, "type": "binary-expr", "locations": [{"start": {"line": 48, "column": 10}, "end": {"line": 48, "column": 18}}, {"start": {"line": 48, "column": 22}, "end": {"line": 48, "column": 35}}], "line": 48}}, "s": {"0": 184, "1": 184, "2": 83, "3": 83, "4": 81, "5": 184, "6": 20, "7": 2, "8": 184, "9": 184, "10": 17, "11": 184, "12": 184, "13": 10, "14": 184, "15": 0, "16": 184, "17": 0, "18": 184, "19": 10, "20": 0, "21": 10, "22": 10, "23": 8, "24": 8, "25": 0, "26": 0, "27": 184}, "f": {"0": 184, "1": 83, "2": 81, "3": 20, "4": 184, "5": 17, "6": 10, "7": 0, "8": 0, "9": 10, "10": 8, "11": 0}, "b": {"0": [17, 3], "1": [0, 10], "2": [10, 10]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "b154bc61bccd347b454d53eb53d27715aa0abbad"}, "/Users/murat/bookshelf/src/utils/list-items.js": {"path": "/Users/murat/bookshelf/src/utils/list-items.js", "statementMap": {"0": {"start": {"line": 6, "column": 20}, "end": {"line": 6, "column": 41}}, "1": {"start": {"line": 7, "column": 2}, "end": {"line": 7, "column": 60}}, "2": {"start": {"line": 7, "column": 31}, "end": {"line": 7, "column": 51}}, "3": {"start": {"line": 39, "column": 17}, "end": {"line": 39, "column": 28}}, "4": {"start": {"line": 41, "column": 28}, "end": {"line": 54, "column": 4}}, "5": {"start": {"line": 43, "column": 19}, "end": {"line": 43, "column": 68}}, "6": {"start": {"line": 43, "column": 53}, "end": {"line": 43, "column": 67}}, "7": {"start": {"line": 48, "column": 8}, "end": {"line": 48, "column": 52}}, "8": {"start": {"line": 49, "column": 8}, "end": {"line": 51, "column": 9}}, "9": {"start": {"line": 50, "column": 10}, "end": {"line": 50, "column": 44}}, "10": {"start": {"line": 55, "column": 2}, "end": {"line": 55, "column": 24}}, "11": {"start": {"line": 58, "column": 31}, "end": {"line": 62, "column": 1}}, "12": {"start": {"line": 60, "column": 4}, "end": {"line": 60, "column": 52}}, "13": {"start": {"line": 61, "column": 19}, "end": {"line": 61, "column": 61}}, "14": {"start": {"line": 65, "column": 24}, "end": {"line": 65, "column": 61}}, "15": {"start": {"line": 67, "column": 2}, "end": {"line": 71, "column": 4}}, "16": {"start": {"line": 68, "column": 4}, "end": {"line": 70, "column": 6}}, "17": {"start": {"line": 69, "column": 6}, "end": {"line": 69, "column": 66}}, "18": {"start": {"line": 73, "column": 2}, "end": {"line": 73, "column": 67}}, "19": {"start": {"line": 73, "column": 15}, "end": {"line": 73, "column": 67}}, "20": {"start": {"line": 77, "column": 17}, "end": {"line": 77, "column": 28}}, "21": {"start": {"line": 79, "column": 2}, "end": {"line": 90, "column": 3}}, "22": {"start": {"line": 81, "column": 6}, "end": {"line": 84, "column": 8}}, "23": {"start": {"line": 94, "column": 17}, "end": {"line": 94, "column": 28}}, "24": {"start": {"line": 96, "column": 2}, "end": {"line": 108, "column": 4}}, "25": {"start": {"line": 96, "column": 31}, "end": {"line": 96, "column": 77}}, "26": {"start": {"line": 98, "column": 28}, "end": {"line": 98, "column": 65}}, "27": {"start": {"line": 100, "column": 6}, "end": {"line": 102, "column": 8}}, "28": {"start": {"line": 101, "column": 8}, "end": {"line": 101, "column": 61}}, "29": {"start": {"line": 101, "column": 34}, "end": {"line": 101, "column": 60}}, "30": {"start": {"line": 104, "column": 6}, "end": {"line": 104, "column": 71}}, "31": {"start": {"line": 104, "column": 19}, "end": {"line": 104, "column": 71}}, "32": {"start": {"line": 112, "column": 17}, "end": {"line": 112, "column": 28}}, "33": {"start": {"line": 114, "column": 2}, "end": {"line": 117, "column": 4}}, "34": {"start": {"line": 114, "column": 35}, "end": {"line": 114, "column": 73}}}, "fnMap": {"0": {"name": "useListItem", "decl": {"start": {"line": 5, "column": 9}, "end": {"line": 5, "column": 20}}, "loc": {"start": {"line": 5, "column": 38}, "end": {"line": 8, "column": 1}}, "line": 5}, "1": {"name": "(anonymous_1)", "decl": {"start": {"line": 7, "column": 25}, "end": {"line": 7, "column": 26}}, "loc": {"start": {"line": 7, "column": 31}, "end": {"line": 7, "column": 51}}, "line": 7}, "2": {"name": "useListItems", "decl": {"start": {"line": 38, "column": 9}, "end": {"line": 38, "column": 21}}, "loc": {"start": {"line": 38, "column": 36}, "end": {"line": 56, "column": 1}}, "line": 38}, "3": {"name": "(anonymous_3)", "decl": {"start": {"line": 43, "column": 13}, "end": {"line": 43, "column": 14}}, "loc": {"start": {"line": 43, "column": 19}, "end": {"line": 43, "column": 68}}, "line": 43}, "4": {"name": "(anonymous_4)", "decl": {"start": {"line": 43, "column": 45}, "end": {"line": 43, "column": 46}}, "loc": {"start": {"line": 43, "column": 53}, "end": {"line": 43, "column": 67}}, "line": 43}, "5": {"name": "(anonymous_5)", "decl": {"start": {"line": 47, "column": 17}, "end": {"line": 47, "column": 18}}, "loc": {"start": {"line": 47, "column": 36}, "end": {"line": 52, "column": 7}}, "line": 47}, "6": {"name": "(anonymous_6)", "decl": {"start": {"line": 59, "column": 11}, "end": {"line": 59, "column": 12}}, "loc": {"start": {"line": 60, "column": 4}, "end": {"line": 60, "column": 52}}, "line": 60}, "7": {"name": "(anonymous_7)", "decl": {"start": {"line": 61, "column": 13}, "end": {"line": 61, "column": 14}}, "loc": {"start": {"line": 61, "column": 19}, "end": {"line": 61, "column": 61}}, "line": 61}, "8": {"name": "onUpdateMutation", "decl": {"start": {"line": 64, "column": 9}, "end": {"line": 64, "column": 25}}, "loc": {"start": {"line": 64, "column": 35}, "end": {"line": 74, "column": 1}}, "line": 64}, "9": {"name": "(anonymous_9)", "decl": {"start": {"line": 67, "column": 40}, "end": {"line": 67, "column": 41}}, "loc": {"start": {"line": 67, "column": 47}, "end": {"line": 71, "column": 3}}, "line": 67}, "10": {"name": "(anonymous_10)", "decl": {"start": {"line": 68, "column": 20}, "end": {"line": 68, "column": 21}}, "loc": {"start": {"line": 68, "column": 28}, "end": {"line": 70, "column": 5}}, "line": 68}, "11": {"name": "(anonymous_11)", "decl": {"start": {"line": 73, "column": 9}, "end": {"line": 73, "column": 10}}, "loc": {"start": {"line": 73, "column": 15}, "end": {"line": 73, "column": 67}}, "line": 73}, "12": {"name": "useUpdateListItem", "decl": {"start": {"line": 76, "column": 9}, "end": {"line": 76, "column": 26}}, "loc": {"start": {"line": 76, "column": 36}, "end": {"line": 91, "column": 1}}, "line": 76}, "13": {"name": "(anonymous_13)", "decl": {"start": {"line": 80, "column": 4}, "end": {"line": 80, "column": 5}}, "loc": {"start": {"line": 81, "column": 6}, "end": {"line": 84, "column": 8}}, "line": 81}, "14": {"name": "useRemoveListItem", "decl": {"start": {"line": 93, "column": 9}, "end": {"line": 93, "column": 26}}, "loc": {"start": {"line": 93, "column": 36}, "end": {"line": 109, "column": 1}}, "line": 93}, "15": {"name": "(anonymous_15)", "decl": {"start": {"line": 96, "column": 21}, "end": {"line": 96, "column": 22}}, "loc": {"start": {"line": 96, "column": 31}, "end": {"line": 96, "column": 77}}, "line": 96}, "16": {"name": "(anonymous_16)", "decl": {"start": {"line": 97, "column": 14}, "end": {"line": 97, "column": 15}}, "loc": {"start": {"line": 97, "column": 29}, "end": {"line": 105, "column": 5}}, "line": 97}, "17": {"name": "(anonymous_17)", "decl": {"start": {"line": 100, "column": 44}, "end": {"line": 100, "column": 45}}, "loc": {"start": {"line": 100, "column": 51}, "end": {"line": 102, "column": 7}}, "line": 100}, "18": {"name": "(anonymous_18)", "decl": {"start": {"line": 101, "column": 26}, "end": {"line": 101, "column": 27}}, "loc": {"start": {"line": 101, "column": 34}, "end": {"line": 101, "column": 60}}, "line": 101}, "19": {"name": "(anonymous_19)", "decl": {"start": {"line": 104, "column": 13}, "end": {"line": 104, "column": 14}}, "loc": {"start": {"line": 104, "column": 19}, "end": {"line": 104, "column": 71}}, "line": 104}, "20": {"name": "useCreateListItem", "decl": {"start": {"line": 111, "column": 9}, "end": {"line": 111, "column": 26}}, "loc": {"start": {"line": 111, "column": 36}, "end": {"line": 118, "column": 1}}, "line": 111}, "21": {"name": "(anonymous_21)", "decl": {"start": {"line": 114, "column": 21}, "end": {"line": 114, "column": 22}}, "loc": {"start": {"line": 114, "column": 35}, "end": {"line": 114, "column": 73}}, "line": 114}}, "branchMap": {"0": {"loc": {"start": {"line": 7, "column": 9}, "end": {"line": 7, "column": 60}}, "type": "binary-expr", "locations": [{"start": {"line": 7, "column": 9}, "end": {"line": 7, "column": 52}}, {"start": {"line": 7, "column": 56}, "end": {"line": 7, "column": 60}}], "line": 7}, "1": {"loc": {"start": {"line": 38, "column": 22}, "end": {"line": 38, "column": 34}}, "type": "default-arg", "locations": [{"start": {"line": 38, "column": 32}, "end": {"line": 38, "column": 34}}], "line": 38}, "2": {"loc": {"start": {"line": 55, "column": 9}, "end": {"line": 55, "column": 24}}, "type": "binary-expr", "locations": [{"start": {"line": 55, "column": 9}, "end": {"line": 55, "column": 18}}, {"start": {"line": 55, "column": 22}, "end": {"line": 55, "column": 24}}], "line": 55}, "3": {"loc": {"start": {"line": 60, "column": 4}, "end": {"line": 60, "column": 52}}, "type": "cond-expr", "locations": [{"start": {"line": 60, "column": 36}, "end": {"line": 60, "column": 45}}, {"start": {"line": 60, "column": 48}, "end": {"line": 60, "column": 52}}], "line": 60}, "4": {"loc": {"start": {"line": 69, "column": 13}, "end": {"line": 69, "column": 66}}, "type": "cond-expr", "locations": [{"start": {"line": 69, "column": 38}, "end": {"line": 69, "column": 59}}, {"start": {"line": 69, "column": 62}, "end": {"line": 69, "column": 66}}], "line": 69}}, "s": {"0": 264, "1": 264, "2": 63, "3": 280, "4": 280, "5": 14, "6": 12, "7": 91, "8": 91, "9": 22, "10": 280, "11": 2, "12": 0, "13": 9, "14": 6, "15": 6, "16": 6, "17": 6, "18": 6, "19": 0, "20": 173, "21": 173, "22": 6, "23": 137, "24": 137, "25": 2, "26": 2, "27": 2, "28": 2, "29": 2, "30": 2, "31": 0, "32": 137, "33": 137, "34": 2}, "f": {"0": 264, "1": 63, "2": 280, "3": 14, "4": 12, "5": 91, "6": 0, "7": 9, "8": 6, "9": 6, "10": 6, "11": 0, "12": 173, "13": 6, "14": 137, "15": 2, "16": 2, "17": 2, "18": 2, "19": 0, "20": 137, "21": 2}, "b": {"0": [264, 201], "1": [280], "2": [280, 62], "3": [0, 0], "4": [6, 0]}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "d14ac8d8562d4ac30587105f4823233f56a13810"}, "/Users/murat/bookshelf/src/utils/misc.js": {"path": "/Users/murat/bookshelf/src/utils/misc.js", "statementMap": {"0": {"start": {"line": 1, "column": 19}, "end": {"line": 4, "column": 3}}, "1": {"start": {"line": 2, "column": 2}, "end": {"line": 4, "column": 3}}}, "fnMap": {"0": {"name": "(anonymous_0)", "decl": {"start": {"line": 1, "column": 19}, "end": {"line": 1, "column": 20}}, "loc": {"start": {"line": 2, "column": 2}, "end": {"line": 4, "column": 3}}, "line": 2}}, "branchMap": {}, "s": {"0": 2, "1": 32}, "f": {"0": 32}, "b": {}, "_coverageSchema": "1a1c01bbd47fc00a2c39e90264f33305004495a9", "hash": "c8ff1c230eb3948bc904a95da18f548dcf268da8"}} +{"baseUrl": "", "chromeWebSecurity": false, "pageLoadTimeout": 60000, "requestTimeout": 60000, "responseTimeout": 60000, "defaultCommandTimeout": 60000, "video": false, "experimentalFetchPolyfill": true} +{"pageId": "06291552-322a-4152-9379-de518e857222", "lastEditedAt": "2023-08-09T11:04:00.000Z", "slug": "angular-component-visual-testing-with-cypress", "properties": {"title": "Angular Component Visual Testing with Cypress", "date": "2022-10-08T01:26:00.000Z", "tags": ["Angular", "Testing", "visual testing", "cypress"], "updatedAt": "2022-10-08T00:00:00.000Z"}, "content": [{"type": "paragraph", "text": [{"type": "text", "text": "Angular\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u898b\u305f\u76ee\u304c\u5d29\u308c\u3066\u3044\u306a\u3044\u3053\u3068\u3092\u78ba\u8a8d\u3059\u308b\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3092\u3001\u3067\u304d\u308b\u3060\u3051\u6700\u5c0f\u30b9\u30c6\u30c3\u30d7\u3067\u65e2\u5b58\u306eAngular CLI\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u5c0e\u5165\u3059\u308b\u624b\u9806\u3092\u7d39\u4ecb\u3059\u308b\u3002\n\n\u3044\u304f\u3064\u304b\u691c\u8a0e\u3057\u305f\u304c\u3001\u3053\u306e\u65b9\u6cd5\u304c\u73fe\u72b6\u3067\u306f\u6bd4\u8f03\u7684\u8ffd\u52a0\u8981\u7d20\u304c\u5c11\u306a\u304f\u3001\u5c0e\u5165\u4e0a\u306e\u56f0\u96e3\u304c\u5c11\u306a\u3044\u3068\u601d\u308f\u308c\u308b\u3002\u3082\u3063\u3068\u3044\u3044\u65b9\u6cd5\u3092\u77e5\u3063\u3066\u3044\u308b\u4eba\u304c\u3044\u305f\u3089\u305c\u3072 Twitter ", "annotations": {}}, {"type": "text", "text": "@laco2net", "href": "https://twitter.com/laco2net", "annotations": {}}, {"type": "text", "text": " \u306a\u3069\u3067\u6559\u3048\u3066\u307b\u3057\u3044\u3002", "annotations": {}}]}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "\u30b5\u30f3\u30d7\u30eb\u30ec\u30dd\u30b8\u30c8\u30ea", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "\u4eca\u56de\u306e\u8a18\u4e8b\u306e\u5185\u5bb9\u304c\u5b9f\u969b\u306b\u52d5\u4f5c\u3059\u308b\u30c7\u30e2\u30ec\u30dd\u30b8\u30c8\u30ea\u306f\u3053\u3061\u3089", "annotations": {}}]}, {"type": "link_preview", "url": "https://github.com/lacolaco/angular-cypress-vistest-demo"}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "CLI\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u306bCypress\u3092\u5c0e\u5165\u3059\u308b", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3053\u306e\u624b\u9806\u306f\u57fa\u672c\u7684\u306bCypress\u306e\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u5f93\u3046\u3002", "annotations": {}}]}, {"type": "link_preview", "url": "https://docs.cypress.io/guides/component-testing/quickstart-angular"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u307e\u305a\u306f\u3001Angular CLI\u3067\u4f5c\u6210\u3057\u305f\u30ef\u30fc\u30af\u30b9\u30da\u30fc\u30b9\u306b\u3001Cypress \u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "shell", "filename": "", "text": "# npm\nnpm i -D cypress\n# yarn\nyarn add -D cypress"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u3089\u3001 ", "annotations": {}}, {"type": "text", "text": "cypress", "annotations": {"code": true}}, {"type": "text", "text": " CLI\u3067\u5404\u7a2e\u8a2d\u5b9a\u306e\u521d\u671f\u5316\u3092\u884c\u3046\u3002Cypress\u306eGUI\u64cd\u4f5c\u3092\u3057\u3066\u3044\u304f\u3068\u5fc5\u8981\u306a\u30d5\u30a1\u30a4\u30eb\u304c\u81ea\u52d5\u3067\u751f\u6210\u3055\u308c\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "shell", "filename": "", "text": "npx cypress open"}, {"type": "bulleted_list", "items": [{"type": "bulleted_list_item", "text": [{"type": "text", "text": "\u30c6\u30b9\u30c8\u5f62\u5f0f\u306f \u201cComponent Testing\u201d \u3092\u9078\u629e\u3059\u308b", "annotations": {}}], "children": []}, {"type": "bulleted_list_item", "text": [{"type": "text", "text": "\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u306f \u201cAngular\u201d \u3092\u9078\u629e\u3059\u308b\uff08\u901a\u5e38\u306f\u81ea\u52d5\u691c\u51fa\u3055\u308c\u3066\u3044\u308b\uff09", "annotations": {}}], "children": []}, {"type": "bulleted_list_item", "text": [{"type": "text", "text": "\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u307e\u307e\u751f\u6210\u3059\u308b", "annotations": {}}], "children": []}]}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u7528\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u8ffd\u52a0\u3059\u308b", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "Cypress\u5358\u4f53\u3067\u306f\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3092\u30b5\u30dd\u30fc\u30c8\u3057\u3066\u3044\u306a\u3044\u305f\u3081\u3001\u30b5\u30fc\u30c9\u30d1\u30fc\u30c6\u30a3\u306e\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5c0e\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u3002", "annotations": {}}]}, {"type": "link_preview", "url": "https://docs.cypress.io/guides/tooling/visual-testing"}, {"type": "link_preview", "url": "https://docs.cypress.io/plugins/directory#Visual%20Testing"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3044\u304f\u3064\u304b\u30d7\u30e9\u30b0\u30a4\u30f3\u306f\u3042\u308b\u304c\u3001\u6bd4\u8f03\u7684\u65b0\u3057\u304f\u4f5c\u3089\u308c\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9\u304c\u6d3b\u767a\u306a\u3082\u306e\u306e\u4e2d\u3067\u3001\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c6\u30b9\u30c8\u306b\u9069\u5408\u3057\u305f\u3082\u306e\u3068\u3057\u3066 ", "annotations": {}}, {"type": "text", "text": "@frsource/cypress-plugin-visual-regression-diff", "annotations": {"code": true}}, {"type": "text", "text": " \u3092\u7d39\u4ecb\u3059\u308b\u3002", "annotations": {}}]}, {"type": "link_preview", "url": "https://github.com/FRSOURCE/cypress-plugin-visual-regression-diff"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3053\u3061\u3089\u3082\u5c0e\u5165\u65b9\u6cd5\u306f README.md\u306b\u66f8\u304b\u308c\u3066\u3044\u308b\u3053\u3068\u306b\u5f93\u3046\u3060\u3051\u3067\u3088\u3044\u3002\u307e\u305a\u306fnpm\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "shell", "filename": "", "text": "# npm\nnpm i -D @frsource/cypress-plugin-visual-regression-diff\n# yarn\nyarn add -D @frsource/cypress-plugin-visual-regression-diff"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u6b21\u306b\u3001Cypress\u306b\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5c0e\u5165\u3059\u308b\u30022\u3064\u306e\u4f5c\u696d\u304c\u5fc5\u8981\u3067\u3001\u307e\u305a\u306fCypress\u306e\u30c6\u30b9\u30c8\u30b3\u30fc\u30c9\u3067 ", "annotations": {}}, {"type": "text", "text": "cy.matchImage()", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u53ef\u80fd\u306b\u3059\u308b\u305f\u3081\u306b\u3001 ", "annotations": {}}, {"type": "text", "text": "cypress/support/component.ts", "annotations": {"code": true}}, {"type": "text", "text": " \u30d5\u30a1\u30a4\u30eb\u306b\u6b21\u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6587\u3092\u8ffd\u52a0\u3059\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "// cypress/support/component.ts\n\nimport '@frsource/cypress-plugin-visual-regression-diff';"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u6b21\u306b\u3001\u30eb\u30fc\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u8ffd\u52a0\u3055\u308c\u3066\u3044\u308b ", "annotations": {}}, {"type": "text", "text": "cypress.config.ts", "annotations": {"code": true}}, {"type": "text", "text": " \u306b\u3082\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5c0e\u5165\u3059\u308b\u3002\u305f\u3060\u3057\u3001 ", "annotations": {}}, {"type": "text", "text": "v2.3.1", "annotations": {"code": true}}, {"type": "text", "text": " \u306e\u6642\u70b9\u3067\u306f ", "annotations": {}}, {"type": "text", "text": "initPlugin", "annotations": {"code": true}}, {"type": "text", "text": " \u306e\u30a4\u30f3\u30dd\u30fc\u30c8\u6587\u3067TypeScript\u306e\u578b\u5b9a\u7fa9\u30d5\u30a1\u30a4\u30eb\u304c\u898b\u3064\u304b\u3089\u306a\u3044\u3068\u3044\u3046\u30a8\u30e9\u30fc\u304c\u30a8\u30c7\u30a3\u30bf\u30fc\u306b\u8868\u793a\u3055\u308c\u308b\u304c\u3001\u305d\u306e\u307e\u307e\u3067\u52d5\u4f5c\u3059\u308b\u3002\u6c17\u306b\u306a\u308b\u5834\u5408\u306f ", "annotations": {}}, {"type": "text", "text": "require", "annotations": {"code": true}}, {"type": "text", "text": " \u306b\u5207\u308a\u66ff\u3048\u3066\u3082\u52d5\u4f5c\u3059\u308b\u3057\u3001 ", "annotations": {}}, {"type": "text", "text": "cypress.config.js", "annotations": {"code": true}}, {"type": "text", "text": " \u306b\u62e1\u5f35\u5b50\u3092\u5207\u308a\u66ff\u3048\u3066\u3082\u3088\u3044\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "import { defineConfig } from 'cypress';\n// \u30d7\u30e9\u30b0\u30a4\u30f3\u306e\u521d\u671f\u5316\u95a2\u6570\u3092\u30a4\u30f3\u30dd\u30fc\u30c8\u3059\u308b\nimport { initPlugin } from '@frsource/cypress-plugin-visual-regression-diff/plugins';\n\nexport default defineConfig({\n component: {\n devServer: {\n framework: 'angular',\n bundler: 'webpack',\n },\n specPattern: '**/*.cy.ts',\n setupNodeEvents(on, config) {\n\t\t\t// \u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u521d\u671f\u5316\u3059\u308b\n initPlugin(on, config);\n },\n },\n});"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3053\u308c\u3067\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5c0e\u5165\u3067\u304d\u305f\u3002\u3042\u3068\u306f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306e\u30c6\u30b9\u30c8\u3092\u8a18\u8ff0\u3059\u308b\u3060\u3051\u3067\u3042\u308b\u3002", "annotations": {}}]}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c6\u30b9\u30c8\u3092\u8a18\u8ff0\u3059\u308b", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "\u4eca\u56de\u306e\u4f8b\u3067\u306f\u30e9\u30a4\u30d6\u30e9\u30ea\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 ", "annotations": {}}, {"type": "text", "text": "projects/ui", "annotations": {"code": true}}, {"type": "text", "text": " \u306e\u4e2d\u306b\u4f5c\u6210\u3057\u305f ", "annotations": {}}, {"type": "text", "text": "MessageComponent", "annotations": {"code": true}}, {"type": "text", "text": " \u3092\u5bfe\u8c61\u306b\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3092\u8a18\u8ff0\u3059\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "// message.component.ts\nimport { CommonModule } from '@angular/common';\nimport { Component, Input } from '@angular/core';\n\n@Component({\n standalone: true,\n imports: [CommonModule],\n selector: 'ui-message',\n template: `

{{ message }}

`,\n styles: [\n `\n p {\n color: red;\n }\n `,\n ],\n})\nexport class MessageComponent {\n @Input() message: string = '';\n}"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3053\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u5b9f\u88c5\u306b\u5bfe\u3057\u3066\u3001\u540c\u3058\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b ", "annotations": {}}, {"type": "text", "text": "message.component.cy.ts", "annotations": {"code": true}}, {"type": "text", "text": " \u3092\u4f5c\u6210\u3059\u308b\u3002 ", "annotations": {}}, {"type": "text", "text": "cy.mount", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u3063\u3066Angular\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4e0a\u306b\u8868\u793a\uff08\u30de\u30a6\u30f3\u30c8\uff09\u3067\u304d\u308b\u3002\u7b2c\u4e00\u5f15\u6570\u306b\u306f\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30af\u30e9\u30b9\u304b\u3001\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8HTML\u3092\u6307\u5b9a\u3067\u304d\u308b\u3002\u3053\u306e\u95a2\u6570\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u306fCypress\u306e\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u8003\u306b\u3059\u308b\u3068\u3088\u3044\u3002", "annotations": {}}]}, {"type": "link_preview", "url": "https://docs.cypress.io/guides/component-testing/mounting-angular#What-is-the-Mount-Function"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u6b21\u306e\u4f8b\u3067\u306f ", "annotations": {}}, {"type": "text", "text": "MessageComponent", "annotations": {"code": true}}, {"type": "text", "text": " \u306e Input\u3067\u3042\u308b ", "annotations": {}}, {"type": "text", "text": "message", "annotations": {"code": true}}, {"type": "text", "text": " \u30d7\u30ed\u30d1\u30c6\u30a3\u306b\u6587\u5b57\u5217\u3092\u4e0e\u3048\u305f\u72b6\u614b\u3067\u30de\u30a6\u30f3\u30c8\u3057\u3001 \u305d\u306e\u5f8c\u306b ", "annotations": {}}, {"type": "text", "text": "cy.matchImage()", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u306b\u3088\u3063\u3066\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u64ae\u3063\u3066\u3044\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "// message.component.cy.ts\nimport { MessageComponent } from './message.component';\n\ndescribe('MessageComponent', () => {\n it('mounts', () => {\n cy.mount(MessageComponent, {\n componentProperties: {\n message: 'Hello World',\n },\n });\n cy.matchImage();\n });\n});"}, {"type": "paragraph", "text": [{"type": "text", "text": "MessageComponent", "annotations": {"code": true}}, {"type": "text", "text": " \u306f\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3068\u3057\u3066\u4f5c\u6210\u3057\u3066\u3044\u308b\u305f\u3081\u7279\u5225\u306a\u8a18\u8ff0\u3092\u3057\u3066\u3044\u306a\u304c\u3001\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3067\u306f\u306a\u3044\u5834\u5408\u306b\u306f ", "annotations": {}}, {"type": "text", "text": "declarations", "annotations": {"code": true}}, {"type": "text", "text": " \u3084 ", "annotations": {}}, {"type": "text", "text": "imports", "annotations": {"code": true}}, {"type": "text", "text": " \u3068\u3044\u3063\u305f\u3088\u3046\u306aNgModule\u95a2\u9023\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304c\u5fc5\u8981\u306b\u306a\u308b\u304c\u3001\u4eca\u56de\u306f\u5272\u611b\u3059\u308b\uff08 ", "annotations": {}}, {"type": "text", "text": "cy.mount", "annotations": {"code": true}}, {"type": "text", "text": " \u306eAPI\u3068 ", "annotations": {}}, {"type": "text", "text": "TestBed", "annotations": {"code": true}}, {"type": "text", "text": " \u306e\u7d4c\u9a13\u3092\u5408\u308f\u305b\u308c\u3070\u304a\u305d\u3089\u304f\u5bdf\u3057\u304c\u4ed8\u304f\u306f\u305a\u3060\uff09\u3002", "annotations": {}}]}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "\u305d\u308c\u3067\u306f\u5b9f\u969b\u306b\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3057\u3066\u307f\u3088\u3046\u3002 ", "annotations": {}}, {"type": "text", "text": "cypress", "annotations": {"code": true}}, {"type": "text", "text": " CLI \u306e ", "annotations": {}}, {"type": "text", "text": "open", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u3067\u30a4\u30f3\u30bf\u30e9\u30af\u30c6\u30a3\u30d6\u306aCypress\u306eGUI\u3092\u8d77\u52d5\u3059\u308b\u3002", "annotations": {}}]}, {"type": "code", "language": "shell", "filename": "", "text": "npx cypress open --component"}, {"type": "paragraph", "text": [{"type": "text", "text": "\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b\u30d6\u30e9\u30a6\u30b6\u3092\u9078\u629e\u3059\u308b\u3088\u3046\u6c42\u3081\u3089\u308c\u308b\u305f\u3081\u3001\u4efb\u610f\u306e\u3082\u306e\u3092\u9078\u3076\u3002\u305d\u306e\u5f8c\u3001\u30c6\u30b9\u30c8\u4e00\u89a7\u304b\u3089\u5b9f\u884c\u3057\u305f\u3044 ", "annotations": {}}, {"type": "text", "text": "message.component.cy.ts", "annotations": {"code": true}}, {"type": "text", "text": " \u3092\u9078\u629e\u3059\u308b", "annotations": {}}]}, {"type": "image", "url": "/images/angular-component-visual-testing-with-cypress/e5a7a73a-33f1-4a18-9b6c-b5109340831b/Untitled.png", "caption": []}, {"type": "paragraph", "text": [{"type": "text", "text": "\u521d\u56de\u306f\u6bd4\u8f03\u3059\u308b\u5bfe\u8c61\u306e\u753b\u50cf\u304c\u306a\u3044\u305f\u3081\u3001\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u4fdd\u5b58\u3057\u305f\u3060\u3051\u3067\u30c6\u30b9\u30c8\u304c\u901a\u308b\u3053\u3068\u306b\u306a\u308b\u3002\u5b9f\u884c\u5f8c\u306b ", "annotations": {}}, {"type": "text", "text": "message.component.ts", "annotations": {"code": true}}, {"type": "text", "text": " \u3068\u540c\u3058\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b ", "annotations": {}}, {"type": "text", "text": "__image_snapshots__", "annotations": {"code": true}}, {"type": "text", "text": " \u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u304c\u8ffd\u52a0\u3055\u308c\u3001\u64ae\u5f71\u3055\u308c\u305f\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u78ba\u8a8d\u3067\u304d\u308b\u3060\u308d\u3046\u3002", "annotations": {}}]}, {"type": "image", "url": "/images/angular-component-visual-testing-with-cypress/f07014ad-0179-4e7a-8977-f890595333c5/Untitled.png", "caption": []}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3067\u306f\u3001Cypress\u3092\u5b9f\u884c\u3057\u305f\u307e\u307e\u3001\u30c6\u30b9\u30c8\u3092\u66f8\u304d\u63db\u3048\u3066\u307f\u3088\u3046\u3002\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u306b\u6e21\u3057\u3066\u3044\u308b ", "annotations": {}}, {"type": "text", "text": "message", "annotations": {"code": true}}, {"type": "text", "text": " \u30a4\u30f3\u30d7\u30c3\u30c8\u3092\u9055\u3046\u6587\u5b57\u5217\u306b\u5909\u3048\u3066\u307f\u3088\u3046\u3002\u305d\u3046\u3059\u308b\u3068\u30c6\u30b9\u30c8\u304c\u518d\u5b9f\u884c\u3055\u308c\u308b\u304c\u3001\u753b\u50cf\u306e\u5dee\u5206\u304c\u51fa\u305f\u3053\u3068\u3067\u30c6\u30b9\u30c8\u304c\u5931\u6557\u3059\u308b\u306f\u305a\u3060\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "describe('MessageComponent', () => {\n it('mounts', () => {\n cy.mount(MessageComponent, {\n componentProperties: {\n message: 'Hello Angular', // \u6587\u5b57\u5217\u3092\u5909\u66f4\u3059\u308b\n },\n });\n cy.matchImage();\n });\n});"}, {"type": "image", "url": "/images/angular-component-visual-testing-with-cypress/996a6475-6635-4258-8a50-2ad57b9c9be6/Untitled.png", "caption": []}, {"type": "paragraph", "text": [{"type": "text", "text": "\u753b\u50cf\u6bd4\u8f03\u306e\u5931\u6557\u30e1\u30c3\u30bb\u30fc\u30b8\u306e\u4e2d\u306b\u3042\u308b \u201cSee comparison\u201d \u30ea\u30f3\u30af\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u4fdd\u5b58\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3068\u73fe\u5728\u306e\u753b\u50cf\u306e\u5dee\u5206\u3092GUI\u3067\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002\u3046\u307e\u304f\u30a8\u30e9\u30fc\u306b\u306a\u3089\u306a\u3044\u5834\u5408\u306f\u3001\u5dee\u5206\u306e\u30a8\u30e9\u30fc\u30b9\u30ec\u30c3\u30b7\u30e7\u30eb\u30c9\u8a2d\u5b9a\u3092\u53b3\u3057\u304f\u3057\u3066\u307f\u308b\u3068\u3044\u3044\u3060\u308d\u3046\u3002", "annotations": {}}]}, {"type": "code", "language": "typescript", "filename": "", "text": "cy.matchImage({\n maxDiffThreshold: 0.001, // 0.1%\u306e\u5dee\u3067\u30a8\u30e9\u30fc\u306b\u306a\u308b\n});"}, {"type": "image", "url": "/images/angular-component-visual-testing-with-cypress/f32aacac-c7af-4508-8038-64acb7a3538e/Untitled.png", "caption": []}, {"type": "paragraph", "text": [{"type": "text", "text": "\u6bd4\u8f03\u753b\u9762\u3067 \u201cUpdate screenshot\u201d \u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u65b0\u3057\u3044\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u4eca\u5f8c\u306e\u30c6\u30b9\u30c8\u57fa\u6e96\u306b\u3059\u308b\u3088\u3046\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u3066\u304f\u308c\u308b\u3002\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8\u3057\u305f\u3042\u3068\u30c6\u30b9\u30c8\u3092\u518d\u5b9f\u884c\u3059\u308c\u3070\u3001\u753b\u50cf\u306e\u5dee\u5206\u304c\u306a\u304f\u306a\u308a\u30c6\u30b9\u30c8\u304c\u6210\u529f\u3059\u308b\u3088\u3046\u306b\u306a\u308b\u3002", "annotations": {}}]}, {"type": "image", "url": "/images/angular-component-visual-testing-with-cypress/7ed9358a-cdb3-4c62-8b78-604e6df85c47/Untitled.png", "caption": []}, {"type": "heading", "level": 3, "text": [{"type": "text", "text": "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u3067\u306e\u5b9f\u884c", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "cypress run", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u3046\u3068\u3001GUI\u3067\u306f\u306a\u304f\u30b3\u30f3\u30bd\u30fc\u30eb\u4e0a\u3067\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u30c6\u30b9\u30c8\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002CI\u306a\u3069\u3067\u30c6\u30b9\u30c8\u3092\u81ea\u52d5\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4f7f\u3046\u3053\u3068\u306b\u306a\u308b\u3002 ", "annotations": {}}]}, {"type": "code", "language": "shell", "filename": "", "text": "npx cypress run --component"}, {"type": "paragraph", "text": [{"type": "text", "text": "cypress run", "annotations": {"code": true}}, {"type": "text", "text": " \u30b3\u30de\u30f3\u30c9\u3067\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u30d8\u30c3\u30c9\u30ec\u30b9\u30d6\u30e9\u30a6\u30b6\u3092\u4f7f\u3063\u3066\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3002\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u632f\u308b\u821e\u3044\u306f\u307b\u3068\u3093\u3069\u304c\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u53ef\u80fd\u306a\u306e\u3067\u3001\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306e\u8a73\u7d30\u306a\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u306f\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u3092\u53c2\u7167\u3057\u3066\u307b\u3057\u3044\u3002", "annotations": {}}]}, {"type": "link_preview", "url": "https://docs.cypress.io/guides/guides/command-line"}, {"type": "heading", "level": 2, "text": [{"type": "text", "text": "\u307e\u3068\u3081", "annotations": {}}]}, {"type": "paragraph", "text": [{"type": "text", "text": "\u3053\u306e\u8a18\u4e8b\u3067\u306fAngular\u306e\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u3067\u304d\u308b\u3060\u3051\u5c11\u306a\u3044\u624b\u9806\u3067\u753b\u50cf\u56de\u5e30\u30c6\u30b9\u30c8\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u305f\u3002\u5192\u982d\u306b\u3082\u66f8\u3044\u305f\u3088\u3046\u306b\u3001\u3053\u306e\u65b9\u6cd5\u304c\u73fe\u72b6\u3067\u306f\u8ffd\u52a0\u8981\u7d20\u304c\u5c11\u306a\u304f\u3001\u5c0e\u5165\u4e0a\u306e\u56f0\u96e3\u304c\u5c11\u306a\u3044\u3068\u601d\u3063\u3066\u3044\u308b\u304c\u3001\u3082\u3063\u3068\u3044\u3044\u65b9\u6cd5\u3092\u77e5\u3063\u3066\u3044\u308b\u4eba\u304c\u3044\u305f\u3089\u305c\u3072 Twitter ", "annotations": {}}, {"type": "text", "text": "@laco2net", "href": "https://twitter.com/laco2net", "annotations": {}}, {"type": "text", "text": " \u306a\u3069\u3067\u6559\u3048\u3066\u307b\u3057\u3044\u3002", "annotations": {}}]}]} +{"parent": "tfcflorae:block/wood/planks/bald_cypress"} +{"parent": "got:block/planks2_cypress"} +{"parent": "block/slab_top", "textures": {"bottom": "urushi:block/planks_smooth_cypress", "top": "urushi:block/planks_smooth_cypress", "side": "urushi:block/planks_smooth_cypress"}} +{"chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 1000, "ignoreTestFiles": "migration.js"} +{"registry_name": "regions_unexplored:bayou_big_mossy_cypress", "worldgen/placed_feature": {"feature": "regions_unexplored:big_cypress_tree_moss", "placement": [{"count": 1, "type": "minecraft:count"}, {"type": "minecraft:in_square"}, {"max_water_depth": 0, "type": "minecraft:surface_water_depth_filter"}, {"heightmap": "OCEAN_FLOOR", "type": "minecraft:heightmap"}, {"predicate": {"state": {"Properties": {"stage": "0"}, "Name": "minecraft:spruce_sapling"}, "type": "minecraft:would_survive"}, "type": "minecraft:block_predicate_filter"}, {"type": "minecraft:biome"}]}} +{"type": "swampier_swamps:bald_cypress", "config": {"decorators": [{"type": "swampier_swamps:leave_swamp_vine", "probability": 0.25, "length": 8}], "dirt_provider": {"type": "minecraft:simple_state_provider", "state": {"Name": "minecraft:dirt"}}, "foliage_placer": {"type": "minecraft:acacia_foliage_placer", "offset": 0, "radius": 1}, "foliage_provider": {"type": "minecraft:simple_state_provider", "state": {"Name": "minecraft:oak_leaves", "Properties": {"distance": "7", "persistent": "false", "waterlogged": "false"}}}, "force_dirt": false, "ignore_vines": false, "minimum_size": {"type": "minecraft:two_layers_feature_size", "limit": 1, "lower_size": 0, "upper_size": 1}, "trunk_placer": {"type": "swampier_swamps:bald_cypress_trunk_placer", "base_height": 8, "height_rand_a": 3, "height_rand_b": 0}, "trunk_provider": {"type": "minecraft:simple_state_provider", "state": {"Name": "minecraft:oak_log", "Properties": {"axis": "y"}}}}} +{"parent": "item/generated", "textures": {"layer0": "erebus:blocks/sapling_cypress"}} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"variants": {"": {"model": "tfcflorae:block/wood/workbench/red_cypress"}}} +{"projectId": "ocr5f7"} +{"baseUrl": "http://localhost:9000", "integrationFolder": "test"} +{"type": "Feature", "geometry": {"type": "Polygon", "coordinates": [[[-99.23451, 49.79786], [-99.34843, 49.79791], [-99.36916, 49.79791], [-99.46882, 49.79783], [-99.5, 49.79779], [-99.50483, 49.79778], [-99.50537, 49.79778], [-99.60282, 49.7979], [-99.62576, 49.79795], [-99.62864, 49.79796], [-99.62954, 49.79797], [-99.6307, 49.7979], [-99.63822, 49.79788], [-99.64341, 49.79793], [-99.64341, 49.79792], [-99.6434, 49.79757], [-99.64339, 49.79718], [-99.64373, 49.79176], [-99.64354, 49.79112], [-99.64348, 49.7907], [-99.64344, 49.78985], [-99.64343, 49.7881], [-99.64344, 49.78434], [-99.64345, 49.78396], [-99.64344, 49.76346], [-99.64347, 49.75006], [-99.64346, 49.74959], [-99.64345, 49.72742], [-99.64346, 49.72461], [-99.64346, 49.72437], [-99.6435, 49.71369], [-99.64349, 49.70947], [-99.64349, 49.70915], [-99.64349, 49.70881], [-99.64266, 49.70879], [-99.64297, 49.69472], [-99.64336, 49.68778], [-99.64339, 49.68701], [-99.64341, 49.6864], [-99.64375, 49.68447], [-99.64364, 49.68431], [-99.64359, 49.68392], [-99.6436, 49.67994], [-99.64364, 49.67266], [-99.64364, 49.67261], [-99.64361, 49.66523], [-99.64364, 49.65893], [-99.64359, 49.65246], [-99.64361, 49.65052], [-99.64358, 49.64922], [-99.64362, 49.63578], [-99.64369, 49.6329], [-99.6435, 49.62108], [-99.64354, 49.61333], [-99.64357, 49.60635], [-99.64355, 49.59829], [-99.64353, 49.59162], [-99.64354, 49.58233], [-99.64361, 49.5784], [-99.64353, 49.57695], [-99.64392, 49.57469], [-99.64406, 49.57246], [-99.644, 49.57199], [-99.64395, 49.56714], [-99.64388, 49.56667], [-99.64373, 49.5662], [-99.64353, 49.56575], [-99.64358, 49.56573], [-99.64354, 49.56233], [-99.64332, 49.5622], [-99.64351, 49.5614], [-99.64356, 49.56117], [-99.64356, 49.55782], [-99.64356, 49.55522], [-99.64357, 49.54751], [-99.6434, 49.53286], [-99.63276, 49.53284], [-99.6309, 49.53286], [-99.58569, 49.53273], [-99.58558, 49.53285], [-99.58533, 49.53289], [-99.57553, 49.53289], [-99.57529, 49.53291], [-99.57529, 49.53291], [-99.5752, 49.53301], [-99.5752, 49.53301], [-99.56351, 49.53325], [-99.55259, 49.53347], [-99.55249, 49.5332], [-99.55226, 49.53302], [-99.55226, 49.53302], [-99.55196, 49.53292], [-99.55158, 49.53289], [-99.5404, 49.53289], [-99.52991, 49.5329], [-99.51775, 49.53291], [-99.51536, 49.53293], [-99.50725, 49.53293], [-99.49999, 49.53293], [-99.49196, 49.53293], [-99.48866, 49.53295], [-99.46908, 49.53294], [-99.46134, 49.53297], [-99.4579, 49.53295], [-99.44834, 49.53298], [-99.43869, 49.53297], [-99.42889, 49.53299], [-99.42762, 49.53341], [-99.42645, 49.53299], [-99.42061, 49.53299], [-99.41985, 49.53301], [-99.41934, 49.53306], [-99.41889, 49.53317], [-99.40479, 49.53355], [-99.39367, 49.53353], [-99.37062, 49.53349], [-99.36051, 49.53348], [-99.36036, 49.53348], [-99.3475, 49.53308], [-99.34724, 49.53301], [-99.33837, 49.533], [-99.31228, 49.53294], [-99.31016, 49.53296], [-99.30972, 49.53294], [-99.30617, 49.5328], [-99.30588, 49.53284], [-99.30516, 49.53292], [-99.30454, 49.53294], [-99.30444, 49.53294], [-99.3023, 49.53294], [-99.29087, 49.53292], [-99.28772, 49.53291], [-99.28772, 49.53291], [-99.2866, 49.53295], [-99.2866, 49.53295], [-99.28269, 49.53289], [-99.28263, 49.53288], [-99.28241, 49.53288], [-99.2343, 49.53276], [-99.20242, 49.53269], [-99.18024, 49.53263], [-99.17971, 49.53268], [-99.17145, 49.53275], [-99.17079, 49.53263], [-99.16987, 49.53259], [-99.16602, 49.53259], [-99.15874, 49.53258], [-99.15676, 49.53256], [-99.14342, 49.53252], [-99.13403, 49.5325], [-99.1207, 49.53246], [-99.11426, 49.53245], [-99.11193, 49.53241], [-99.11147, 49.53237], [-99.11106, 49.5323], [-99.11071, 49.53215], [-99.10991, 49.53166], [-99.10927, 49.53196], [-99.10857, 49.53221], [-99.10774, 49.53236], [-99.1073, 49.5324], [-99.10633, 49.53241], [-99.10243, 49.53239], [-99.10188, 49.53241], [-99.10135, 49.53246], [-99.10086, 49.53255], [-99.10039, 49.53268], [-99.09997, 49.53283], [-99.09931, 49.53315], [-99.09897, 49.53345], [-99.09852, 49.53395], [-99.09835, 49.53426], [-99.09822, 49.5346], [-99.09815, 49.53495], [-99.0981, 49.53637], [-99.09804, 49.54711], [-99.09801, 49.55242], [-99.09803, 49.55432], [-99.09803, 49.55513], [-99.09803, 49.55607], [-99.09802, 49.55714], [-99.09798, 49.56116], [-99.09799, 49.5613], [-99.098, 49.56187], [-99.09796, 49.57666], [-99.09798, 49.58], [-99.09794, 49.58707], [-99.09796, 49.59143], [-99.0977, 49.62064], [-99.09765, 49.67493], [-99.09765, 49.68196], [-99.09765, 49.68237], [-99.09765, 49.68269], [-99.09765, 49.68427], [-99.09764, 49.68621], [-99.09764, 49.69028], [-99.09764, 49.691], [-99.09819, 49.69157], [-99.09801, 49.6935], [-99.09764, 49.69381], [-99.09764, 49.69436], [-99.09763, 49.6959], [-99.09762, 49.71491], [-99.09758, 49.75008], [-99.09758, 49.75357], [-99.16064, 49.75361], [-99.19885, 49.75362], [-99.23444, 49.75362], [-99.23451, 49.79786]], [[-99.34846, 49.78386], [-99.34691, 49.78386], [-99.27995, 49.78292], [-99.28039, 49.73917], [-99.31374, 49.73915], [-99.31362, 49.73605], [-99.31342, 49.73073], [-99.31316, 49.72374], [-99.3181, 49.72385], [-99.32587, 49.72407], [-99.32524, 49.73862], [-99.32524, 49.73862], [-99.32524, 49.73862], [-99.32524, 49.73902], [-99.36942, 49.73972], [-99.36929, 49.74674], [-99.353, 49.74684], [-99.35291, 49.74963], [-99.34733, 49.74953], [-99.34846, 49.78386]]]}, "properties": {"PRUID": "46", "PRNAME": "Manitoba", "CDUID": "4607", "CDNAME": "Division No. 7", "CDTYPE": "CDR", "CSDUID": "4607039", "CSDNAME": "Glenboro-South Cypress", "CSDTYPE": "MU", "ERUID": "4630", "ERNAME": "Southwest / Sud-ouest"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/responsive-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/responsive-app-e2e/screenshots", "chromeWebSecurity": false} +{"projectId": "7p5681", "reporter": "mochawesome"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/macro-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/macro-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080", "env": {"NODE_ENV": "test", "VUE_APP_API_BASE_URL": "http://localhost:5000", "VUE_APP_BASE_URL": "http://localhost:8080", "VUE_APP_AWS_CCP_REGION": "us-east-1", "VUE_APP_CCP_PRINCIPAL": "arn:aws:iam::240937704012:saml-provider/ccudev", "VUE_APP_CCP_ROLE": "arn:aws:iam::240937704012:role/CCUDevConnectRole", "VUE_APP_CCP_INSTANCE": "89c1729b-4547-4548-9508-9365b71e586b", "VUE_APP_AWS_CCP_URL": "https://ccuhotlinedev.awsapps.com/connect/ccp#", "API_URL": "http://localhost:5000", "RETRIES": 3}, "ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "projectId": "xyprfc", "viewportHeight": 900, "viewportWidth": 1400, "pluginsFile": "tests/plugins/index.js", "supportFile": "tests/support/index.js", "integrationFolder": "tests/e2e", "testFiles": "**/*.spec.js*", "experimentalComponentTesting": true, "componentFolder": "tests/components"} +{"baseUrl": "http://localhost:3000/"} +{"fixturesFolder": "tests/e2e/fixtures", "integrationFolder": "tests/e2e/specs", "screenshotsFolder": "tests/e2e/screenshots", "videosFolder": "tests/e2e/videos", "supportFile": "tests/e2e/support/index.js", "viewportWidth": 768, "viewportHeight": 1024} +{"baseUrl": "http://localhost:3000", "experimentalSessionAndOrigin": true} +{"env": {"baseUrl": "http://localhost:3000", "REACT_APP_ERROR_WORKER": "maciej"}, "viewportWidth": 1920, "viewportHeight": 1080, "projectId": "p2u9dy", "trashAssetsBeforeRuns": true, "retries": 1, "baseUrl": "http://localhost:3000"} +{"screenshotsFolder": "cypress/screenshots", "videosFolder": "cypress/videos", "fixturesFolder": false, "supportFile": false, "video": false} +{"__comment__": "This file was automatically created by mcresources", "variants": {"": {"model": "afc:block/wood/leaves/bald_cypress"}}} +{"experimentalStudio": true, "projectId": "r36uo2", "integrationFolder": "cypress/integration", "supportFile": "cypress/support/index.ts", "videosFolder": "cypress/videos", "screenshotsFolder": "cypress/screenshots", "fixturesFolder": "cypress/fixtures", "baseUrl": "http://127.0.0.1:4200", "defaultCommandTimeout": 30000, "requestTimeout": 10000} +{"baseUrl": "http://localhost:8080/element/", "env": {"apiUrl": "http://element.dev.odva.pro/element/api/"}, "chromeWebSecurity": false} +{"reporter": "junit", "reporterOptions": {"mochaFile": "cypress/results/output.xml", "toConsole": false}, "screenshotsFolder": "cypress/results/screenshots", "videosFolder": "cypress/results/videos"} +{"baseUrl": "http://localhost:4200"} +{"viewportWidth": 1920, "viewportHeight": 1080, "experimentalStudio": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/doc-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/doc-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "video": true, "projectId": "5fk191", "testFiles": "**/*.feature", "defaultCommandTimeout": 15000, "viewportWidth": 1280, "viewportHeight": 800} +{"baseUrl": "http://localhost:8080", "projectId": "mbuzah", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080/", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "supportFile": "test/cypress/support/index.ts", "videosFolder": "test/cypress/videos", "video": true} +{"coverageFolder": "coverage", "fileServerFolder": "dist", "video": false} +{"defaultCommandTimeout": 10000, "viewportWidth": 1400, "viewportHeight": 1000, "modifyObstructiveCode": false, "chromeWebSecurity": false, "video": false} +{"baseUrl": "http://localhost:4200", "supportFile": "cypress/support/index.ts", "requestTimeout": 120000, "responseTimeout": 120000, "pageLoadTimeout": 120000, "defaultCommandTimeout": 10000, "chromeWebSecurity": false, "ignoreTestFiles": "**/*.po.ts", "env": {"RETRIES": 2}} +{"video": false, "retries": {"runMode": 2, "openMode": 0}} +{"$schema": "https://on.cypress.io/cypress.schema.json", "baseUrl": "http://localhost:8888", "video": false, "env": {"ALLOW_SCREENSHOT": true, "influxDBURL": "https://localhost:8086", "username": "admin", "password": "admin", "connectionName": "E1M1", "insecureSkipVerify": true, "metaUrl": "https://localhost:8091"}} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/about-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/about-e2e/screenshots", "chromeWebSecurity": false, "retries": 3} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e"} +{"baseUrl": "http://localhost:3000/", "userAgent": "synpress", "retries": {"runMode": 0, "openMode": 0}, "integrationFolder": "cypress/specs", "screenshotsFolder": "cypress/screenshots", "videosFolder": "cypress/videos", "chromeWebSecurity": true, "viewportWidth": 1366, "viewportHeight": 768, "component": {"componentFolder": ".", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}, "env": {"coverage": false}, "defaultCommandTimeout": 30000, "pageLoadTimeout": 30000, "requestTimeout": 30000} +{"projectId": "64miea", "fixturesFolder": false, "supportFile": false} +{"ignoreTestFiles": "*.js", "baseUrl": "http://localhost:3007", "chromeWebSecurity": false, "defaultCommandTimeout": 15000, "pageLoadTimeout": 100000, "requestTimeout": 15000, "responseTimeout": 10000} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"CLIENT_ROOT": "http://localhost:8080", "SERVER_ROOT": "http://localhost:3000"}, "baseUrl": "http://localhost:8080", "videoCompression": 0} +{"baseUrl": "http://localhost:7419/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "target/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2, "env": {"oauth2": false}} +{"fixturesFolder": "cypress/fixtures", "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts", "screenshotsFolder": "cypress/screenshots", "screenshotOnRunFailure": false, "video": false, "videosFolder": "cypress/videos", "integrationFolder": "cypress/tests/integration", "testFiles": ["**/*.test.ts"], "component": {"componentFolder": "cypress/tests/components", "testFiles": "**/*.test.tsx"}} +{"projectId": "tqghf3", "screenshotOnRunFailure": false, "video": false} +{"baseUrl": "http://localhost:9100", "integrationFolder": "e2e", "pluginsFile": false, "supportFile": false, "video": false} +{"experimentalStudio": true, "chromeWebSecurity": false, "downloadsFolder": "tests/cypress/downloads", "fixturesFolder": "tests/cypress/fixtures", "integrationFolder": "tests/cypress/integration", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "supportFile": "tests/cypress/support/index.js"} +{"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "specPattern": "cypress/integration/*"} +{"projectId": "s12mei", "baseUrl": "http://localhost:8000", "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/app3-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app3-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8000/", "screenshotOnRunFailure": false, "videoUploadOnPasses": false} +{"baseUrl": "http://localhost:4000", "reporter": "list", "video": false} +{"projectId": "z5ax7f", "baseUrl": "http://localhost:3000", "testFiles": "**/*.feature", "video": false, "env": {"dhis2_datatest_prefix": "dhis2-smsconfiguration"}} +{"experimentalStudio": true, "waitForAnimations": true, "keyStrokeDelay": 160} +{"viewportWidth": 1200, "viewportHeight": 660} +{"integrationFolder": "./src", "pageLoadTimeout": 120000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/eworkbench-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/eworkbench-e2e/screenshots", "chromeWebSecurity": false, "defaultCommandTimeout": 30000, "requestTimeout": 30000, "animationDistanceThreshold": 1, "retries": {"runMode": 3, "openMode": 3}} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8100"} +{"baseUrl": "http://localhost:4000", "viewportHeight": 900, "viewportWidth": 1440, "fixturesFolder": "test/fixtures", "integrationFolder": "test/integration", "pluginsFile": "test/plugins/index.ts", "screenshotsFolder": "test/screenshots", "supportFile": "test/support/index.ts", "videosFolder": "test/videos", "nodeVersion": "system"} +{"fixturesFolder": false, "supportFile": false, "pluginsFile": false, "baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": false, "pluginsFile": false, "supportFile": false} +{"baseUrl": "http://localhost:4200", "env": {"apiUrl": "http://localhost:3000", "user": {"email": "user1@wikonnect.com", "password": "wikonnect", "username": "user1"}, "codeCoverage": {"url": "http://localhost:3000/__coverage__"}}, "viewportHeight": 1000, "viewportWidth": 1000, "video": true, "projectId": "bh5j1d", "nodeVersion": "system"} +{"baseUrl": "http://automationpractice.com/index.php", "defaultCommandTimeout": 60000} +{"projectId": "tgmumd"} +{"projectId": "iewwf6"} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/integration/fixtures", "integrationFolder": "test/integration/features", "screenshotsFolder": "test/integration/screenshots", "supportFile": "test/integration/support/index.js", "videosFolder": "test/integration/videos", "ignoreTestFiles": "*.js"} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb"} +{"baseUrl": "http://comatch.com/en"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/logist-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/logist-app-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://127.0.0.1:6006", "video": false, "chromeWebSecurity": false, "userAgent": "Mozilla/5.0 (Linux; Android 9; SberBox Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.136 Safari/537.36", "env": {"coverage": false, "a11yCheck": false}} +{"fileServerFolder": "../../dist/out-tsc/apps/frontend-e2e", "fixturesFolder": "../../dist/out-tsc/apps/frontend-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/frontend-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/frontend-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/frontend-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/frontend-e2e/screenshots", "chromeWebSecurity": false} +{"integrationFolder": "cypress/integration", "supportFile": "cypress/support/index.ts", "videosFolder": "cypress/videos", "screenshotsFolder": "cypress/screenshots", "pluginsFile": "cypress/plugins/index.ts", "fixturesFolder": "cypress/fixtures", "baseUrl": "http://localhost:4300", "retries": {"runMode": 3, "openMode": 0}, "pageLoadTimeout": 120000} +{"ignoreTestFiles": ["**/examples/**.spec.js"], "projectId": "mffknf"} +{"baseUrl": "http://localhost:8000", "chromeWebSecurity": false, "projectId": "hff8ef"} +{"projectId": "p21ze9", "env": {"port": "3000", "githubSearchEndpoint": "https://api.github.com/search/", "nasaPlanetaryEndpoint": "https://api.nasa.gov/planetary/"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/material-example-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/material-example-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "defaultCommandTimeout": 20000, "video": true, "retries": 2, "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 600} +{"baseUrl": "http://localhost:9000"} +{"env": {"downloadFolder": "my-downloads"}, "requestTimeout": 240000, "responseTimeout": 120000, "taskTimeout": 600000} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb", "testFiles": "*spec*.js", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "testurl", "env": {"username": "testuser", "password": "testpassword"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app11-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app11-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app20-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app20-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "https://dev.violationtickets.gov.bc.ca/", "env": {"api_url": "http://citizen-api-0198bb-dev.apps.silver.devops.gov.bc.ca/api/tickets/ticket"}} +{"defaultCommandTimeout": 60000, "fixturesFolder": false, "integrationFolder": "test/cypress/integration", "supportFile": "test/cypress/support/index.js", "pluginsFile": "test/cypress/plugins/index.js", "videosFolder": "test/cypress/videos", "video": false} +{"supportFile": "cypress/support/index.ts", "baseUrl": "https://the-internet.herokuapp.com", "reporter": "cypress-multi-reporters", "reporterOptions": {"configFile": "reporterOpts.json"}} +{"baseUrl": "https://taito-cli-test-dev.mydomain.com", "fixturesFolder": "test/fixtures", "integrationFolder": "test/integration", "pluginsFile": "test/plugins/index.js", "screenshotsFolder": "test/screenshots", "supportFile": "test/support/index.js", "videosFolder": "test/videos"} +{"retries": {"runMode": 2, "openMode": 0}, "testFiles": "**/*.spec.ts", "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/apollo-story-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/apollo-story-e2e/screenshots", "chromeWebSecurity": false} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_URL": "http://localhost:3000"}, "numTestsKeptInMemory": 10} +{"$schema": "https://raw.githubusercontent.com/cypress-io/cypress/develop/cli/schema/cypress.schema.json", "baseUrl": "http://localhost:9000", "projectId": "bhv3od"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/angular-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/angular-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"chromeWebSecurity": false, "reporterOptions": {"reporterEnabled": "mochawesome", "reportDir": "cypress/results", "overwrite": false, "html": false, "json": true}, "restartBrowserBetweenSpecFiles": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/timbrage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/timbrage-e2e/screenshots", "chromeWebSecurity": false} +{"viewportWidth": 1920, "viewportHeight": 1000} +{"fileServerFolder": "../../dist/out-tsc/apps/todo-app-e2e", "fixturesFolder": "../../dist/out-tsc/apps/todo-app-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/todo-app-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/todo-app-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/todo-app-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/todo-app-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080/Plone", "viewportWidth": 1280} +{"baseUrl": "http://localhost:3000", "env": {"appUrl": "http://localhost:4000"}} +{"defaultCommandTimeout": 25000, "requestTimeout": 120000, "responseTimeout": 120000, "chromeWebSecurity": false, "reporter": "mochawesome", "reporterOptions": {"reportDir": "mochawesome-report", "charts": true, "overwrite": false, "html": false, "json": true, "timestamp": "mmddyyyy_HHMMss"}} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support/index.js", "videosFolder": "test/e2e/videos"} +{"env": {"baseUrl": "https://agencia-compromisso-stg.herokuapp.com"}} +{"chromeWebSecurity": false} +{"fileServerFolder": "./", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/webpage-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/webpage-e2e/screenshots", "chromeWebSecurity": false, "viewportWidth": 450, "viewportHeight": 660} +{"baseUrl": "http://localhost:8080", "chromeWebSecurity": false, "numTestsKeptInMemory": 0, "pageLoadTimeout": 100000, "requestTimeout": 60000, "responseTimeout": 50000, "video": false} +{"reporter": "mochawesome", "reporterOptions": {"reportDir": "cypress/reports/", "overwrite": false, "toConsole": true}, "requestTimeout": 30000, "defaultCommandTimeout": 30000, "pageLoadTimeout": 30000} +{"integrationFolder": "."} +{"baseUrl": "http://localhost:3000", "env": {"API_ENDPOINT": "http://localhost:8000/api", "TOKEN_KEY": "blogful-client-auth-token"}, "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:3001", "video": false, "chromeWebSecurity": false} +{"baseUrl": "https://trinnylondon.com", "pageLoadTimeout": 30000, "video": true, "videoUploadOnPasses": false, "screenshotOnRunFailure": true, "retries": 1, "reporter": "mocha-multi-reporters", "reporterOptions": {"charts": true, "html": true, "json": false, "reportDir": "reports", "reportFilename": "report", "reportTitle": "Report", "overwrite": true}, "env": {"allure": true}} +{"baseUrl": "http://0.0.0.0:3000/", "integrationFolder": "cypress/tests", "viewportWidth": 1000, "viewportHeight": 720} +{"testFiles": "**/*-test.js", "integrationFolder": "test/e2e", "fixturesFolder": "test/e2e/fixtures", "pluginsFile": "test/e2e/plugins", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support", "videosFolder": "test/e2e/videos", "env": {"baseUrl": "http://localhost:5000", "apiBaseUrl": "http://localhost:5000/api"}} +{"pluginsFile": "tests/e2e/plugins/index.js", "supportFile": "tests/e2e/support/setup.js", "screenshotsFolder": "tests/e2e/screenshots", "videosFolder": "tests/e2e/videos", "integrationFolder": "tests/e2e/specs", "fixturesFolder": "tests/e2e/fixtures", "testFiles": "**/*.{feature,features}", "ignoreTestFiles": "*.js", "chromeWebSecurity": false, "defaultCommandTimeout": 18000, "reporter": "junit", "reporterOptions": {"toConsole": true}, "projectId": "2xo8b7"} +{"baseUrl": "http://localhost:3000", "fileServerFolder": "test", "fixturesFolder": "test/fixtures", "integrationFolder": "test/integration", "pluginsFile": "test/plugins/index.js", "screenshotsFolder": "test/screenshots", "supportFile": false, "videosFolder": "test/videos"} +{"env": {"apiUrl": "http://host.docker.internal:8080"}} +{"video": false, "screenshotOnRunFailure": false, "component": {"testFiles": "**/*.spec.ct.{js,ts,jsx,tsx}", "componentFolder": "."}} +{"testFiles": "**/*.{feature,features}", "baseUrl": "https://app.dev.goodpractice.cloud/#/dev1/login", "reporter": "junit", "reporterOptions": {"mochaFile": "cypress/reports/report-[hash].xml"}} +{"env": {"CYPRESS_BASE_URL": "http://localhost:3000"}} +{"fixturesFolder": "cypress/fixtures"} +{"baseUrl": "http://localhost:3000", "integrationFolder": "src/cypress/integration", "fixturesFolder": "src/cypress/fixtures", "supportFile": "src/cypress/support/index.js", "pluginsFile": "src/cypress/plugins/index.js"} +{"baseUrl": "http://localhost:8080/", "viewportWidth": 1920, "viewportHeight": 1080, "env": {"username": "", "password": ""}} +{"testFiles": "**/*.feature", "baseUrl": "https://dev-dash.okra.ng", "defaultCommandTimeout": 150000, "viewportWidth": 450, "viewportHeight": 1000, "requestTimeout": 30000, "MAILOSAUR_API_KEY": "pzMKSwoowPBPRLo"} +{"watchForFileChanges": false, "baseUrl": "http://baselinetests.local/", "viewportWidth": 1920, "viewportHeight": 1080, "env": {"cookieButtonSelector": "#cookie_action_close_header", "shopUrl": "/shop", "cartUrl": "/cart"}, "testFiles": ["page-tests/**", "site-tests/**"]} +{"baseUrl": "http://localhost:8080", "pluginsFile": "tests/e2e/plugins/index.js", "includeShadowDom": true} +{"baseUrl": "https://stage.bitso.com/", "viewportWidth": 1920, "viewportHeight": 1080, "projectId": "m9pwci", "defaultCommandTimeout": 10000, "videoCompression": false} +{"viewportWidth": 1300, "viewportHeight": 1000, "defaultCommandTimeout": 15000, "pageLoadTimeout": 20000, "chromeWebSecurity": false, "responseTimeout": 60000, "taskTimeout": 60000, "requestTimeout": 60000, "videoCompression": false, "integrationFolder": "cypress/integration/", "numTestsKeptInMemory": 1, "experimentalShadowDomSupport": true, "env": {"baseUrl": "https://d3a.io"}} +{"baseUrl": "https://demo.01ninjas.com", "env": {"codeCoverage": {"url": "/api/__coverage__"}}} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}", "supportFile": "cypress/support/component.js", "retries": 1}} +{"supportFile": "cypress/support/index.ts", "baseUrl": "http://localhost:4000", "projectId": "usrr7c"} +{"integrationFolder": "integration", "downloadsFolder": "downloads", "fixturesFolder": "fixtures", "pluginsFile": "plugins/index.js", "screenshotsFolder": "screenshots", "supportFile": "support/index.ts", "videosFolder": "videos", "componentFolder": "components", "testFiles": "*.cypress.test.*", "videoUploadOnPasses": false, "fileServerFolder": "build", "screenshotOnRunFailure": false} +{"projectId": "h34orp", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"supportFile": "src/support/index.ts", "integrationFolder": "src/integration", "pluginsFile": "src/plugins/index.js", "video": false, "fixturesFolder": false, "env": {"TIMEOUT": 2000, "CLIENT_APP_URL": "http://127.0.0.1:3000", "EXTERNAL_SERVICES_URL": "http://127.0.0.1:7000"}} +{"variants": {"axis=x": {"model": "got:block/wood_beam6_cypress_horizontal", "x": 90, "y": 90}, "axis=y": {"model": "got:block/wood_beam6_cypress"}, "axis=z": {"model": "got:block/wood_beam6_cypress_horizontal", "x": 90}}} +{"projectId": "421exx"} +{"baseUrl": "http://localhost", "env": {"user1": "john.doe@les-enovateurs.com", "password1": "azerty"}} +{"reporter": "cypress-multi-reporters", "reporterOptions": {"reporterEnabled": "cypress-mochawesome-reporter, cypress-qase-reporter", "cypressMochawesomeReporterReporterOptions": {"charts": true}, "cypressQaseReporterReporterOptions": {"apiToken": "api_key", "projectCode": "project_code", "logging": true, "basePath": "https://api.qase.io/v1", "screenshotFolder": "cypress/screenshots", "sendScreenshot": true, "runComplete": true, "environmentId": 1}}, "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/packages/react-dag-editor-e2e/videos", "screenshotsFolder": "../../dist/cypress/packages/react-dag-editor-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"cypress.io it": {"prefix": "cyit", "body": ["it('${1:condition}', () => {", " cy.$0", "});"], "description": "Cypress io it"}, "cypress contain": {"prefix": "cycontains", "scope": "typescript", "body": ["cy.contains('${1:element}'$3).${2|click,type|}($4);$0"], "description": "Cypress contains"}, "cypress placeholder": {"prefix": "cyplaceholder", "scope": "typescript", "body": ["cy.get('[placeholder=\"${1:placeholder}\"]').${2|click,type|}($3);$0"], "description": "Cypress get by placeholder"}, "cyintwait": {"prefix": "cyintwait", "scope": "typescript", "body": ["cy.intercept('${1|POST,GET,DELETE|}', '**/${2:route}').as('$2');$0", "cy.wait('@$2').its('response.statusCode').should('eq', 200);"], "description": "cyintwait"}, "cypresscommands": {"prefix": "cycommands", "scope": "typescript", "body": ["// eslint-disable-next-line @typescript-eslint/no-namespace", "declare namespace Cypress {", " interface Chainable {", " login(): typeof login;", " getBySel(element: string, ...args: Partial<[]>): typeof getBySel;", " saveLocalStorage(): typeof saveLocalStorage;", " navigateTo(element: string): typeof navigateTo;", " restoreLocalStorage(): typeof restoreLocalStorage;", " fillDatePicker(element: string, index: number): typeof fillDatePicker;", " }", "}", "", "const LOCAL_STORAGE_MEMORY = {};", "", "const navigateTo = (element: string): void => {", " cy.visit('/');", " cy.wait(1500);", " cy.contains(element).click();", "};", "", "const fillDatePicker = (element: string, date: Date): void => {", " const months = ['ENE', 'FEB', 'MAR', 'ABR', 'MAY', 'JUN', 'JUL', 'AGO', 'SEP', 'OCT', 'NOV', 'DIC'];", " cy.get(element).get('svg').click();", " cy.get('.mat-calendar-arrow').click();", " cy.get('.mat-calendar').then(calendar => {", " cy.wrap(calendar).children().contains(date.getFullYear()).click();", " cy.wrap(calendar).children().contains(months[date.getMonth()]).click();", " cy.wrap(calendar).find('.mat-calendar-body-cell-content').contains(date.getDate()).click({ force: true });", " });", "};", "", "const saveLocalStorage = (): void => {", " Object.keys(localStorage).forEach(key => {", " LOCAL_STORAGE_MEMORY[key] = localStorage[key];", " });", "};", "", "const restoreLocalStorage = () => {", " Object.keys(LOCAL_STORAGE_MEMORY).forEach(key => {", " localStorage.setItem(key, LOCAL_STORAGE_MEMORY[key]);", " });", "};", "", "const login = (): void => {", " cy.request({", " url: Cypress.env('urlTenant'),", " method: 'POST',", " form: true,", " body: {", " username: Cypress.env('user'),", " password: Cypress.env('password'),", " grant_type: 'password',", " client_id: Cypress.env('clientId'),", " scope: Cypress.env('scope'),", " response_type: 'token id_token',", " },", " }).then((response) => {", " console.log({ response });", " window.localStorage.setItem('access_token', response.body.access_token);", " window.localStorage.setItem(", " 'id_token_claims_obj',", " JSON.stringify({", " name: 'Cypress User',", " emails: ['cypress@test.cy'],", " })", " );", " });", "};", "", "const getBySel = (selector: string, ...args: Partial<[]>) => {", " return cy.get(`[data-cy=\"\\${selector}]\"`, ...args);", "}", "", "Cypress.Commands.add('login', login);", "Cypress.Commands.add('getBySel', getBySel);", "Cypress.Commands.add('navigateTo', navigateTo);", "Cypress.Commands.add('fillDatePicker', fillDatePicker);", "Cypress.Commands.add('saveLocalStorage', saveLocalStorage);", "Cypress.Commands.add('restoreLocalStorage', restoreLocalStorage);"], "description": "cypresscommands"}, "cypresstsconfig": {"prefix": "cytsconfig", "scope": "typescript", "body": ["{", " \"extends\": \"../tsconfig.base.json\",", " \"include\": [\"../node_modules/cypress\", \"**/*.ts\"],", " \"compilerOptions\": {", " \"sourceMap\": false,", " \"target\": \"es2020\",", " \"lib\": [\"es5\", \"dom\"],", " \"types\": [\"cypress\"]", " }", "}"], "description": "cypresstsconfig"}, "cypressjson": {"prefix": "cyjson", "scope": "typescript", "body": ["{", " \"integrationFolder\": \"cypress/integration\",", " \"supportFile\": \"cypress/support/index.ts\",", " \"videosFolder\": \"cypress/videos\",", " \"screenshotsFolder\": \"cypress/screenshots\",", " \"pluginsFile\": \"cypress/plugins/index.js\",", " \"fixturesFolder\": \"cypress/fixtures\",", " \"baseUrl\": \"http://localhost:4200\",", " \"viewportWidth\": 1920,", " \"viewportHeight\": 1080,", " \"experimentalStudio\": true,", " \"env\": {", " \"clientId\": \"\",", " \"clientSecret\": \"\",", " \"urlTenant\": \"\",", " \"password\": \"\",", " \"user\": \"\",", " \"scope\": \"openid profile email offline_access https://audiencesdeepawarenessdev.onmicrosoft.com/backofficeapi/Backoffice.Write\"", " }", "}"], "description": "cypressjson"}} +{"component": {"componentFolder": "src/components", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"fileServerFolder": "../../dist/out-tsc/apps/flangular-e2e", "fixturesFolder": "../../dist/out-tsc/apps/flangular-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/flangular-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/flangular-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/flangular-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/flangular-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8000", "viewportWidth": 1280, "viewportHeight": 720} +{"baseUrl": "https://devapp.fleethawks.com", "experimentalStudio": true, "viewportHeight": 1080, "viewportWidth": 1920, "testerUserName": "cypress.testing", "testerPassword": "11nAm11@", "defaultCommandTimeout": 60000, "requestTimeout": 8000, "pageLoadTimeout": 80000, "video": true, "projectId": "bzbn1g", "env": {"SERVICE_URL": "https://fleetservice.ap-south-1.fleethawks.com/api/v1"}} +{"projectId": "n6jtof", "env": {"AUTH_ENDPOINT": "https://dev-key.masonprivatbank.cloud/auth/realms/mpl-dev-1/protocol/openid-connect/token", "AUTH_USERNAME": "kloose@gmail.com", "AUTH_PASSWORD": "password", "AUTH_CLIENT_ID": "nomad-admin-ui"}} +{"projectId": "seb1id", "defaultCommandTimeout": 2000, "baseUrl": "http://localhost:8080"} +{"baseUrl": "https://www.cypress.io", "responseTimeout": 30000} +{"baseUrl": "http://localhost:3050", "ignoreTestFiles": "**/examples/*", "projectId": "ri6wbq"} +{"baseUrl": "http://localhost:8000", "viewportWidth": 1280, "viewportHeight": 720} +{"ignoreTestFiles": "*.js"} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support/index.js", "videosFolder": "test/e2e/videos"} +{"video": false, "integrationFolder": "cypress/e2e", "baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "defaultCommandTimeout": 15000} +{"baseUrl": "http://localhost:3000", "viewportWidth": 1300, "defaultCommandTimeout": 20000, "video": false, "blockHosts": ["*.usefathom.com"]} +{"watchForFileChanges": false, "reporter": "./node_modules/mochawesome/src/mochawesome.js", "reporterOptions": {"reportDir": "cypress/reports", "overwrite": false, "html": false, "json": true}, "video": false} +{"projectId": "fwsjxv", "env": {"url": "http://localhost:3000", "url-api": "http://localhost:4000"}} +{"video": false, "integrationFolder": "cypress/e2e", "baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "defaultCommandTimeout": 10000} +{"baseUrl": "http://127.0.0.1:8000/", "chromeWebSecurity": false, "viewportWidth": 1280, "viewportHeight": 800, "reporter": "cypress-multi-reporters", "reporterOptions": {"reporterEnabled": "mochawesome", "mochawesomeReporterOptions": {"reportDir": "cypress/reports/mocha", "quite": true, "overwrite": false, "html": false, "json": true}}} +{"baseUrl": "https://notes-serverless-app.com", "experimentalSessionSupport": true, "chromeWebSecurity": false, "experimentalStudio": true, "requestTimeout": 10000, "env": {"viewportWidthBreakpoint": 768}, "projectId": "oh8te4"} +{"component": {"testFiles": "**/*.spec.*", "componentFolder": "src"}} +{"baseUrl": "http://localhost:8000", "viewportWidth": 1280, "viewportHeight": 720} +{"baseUrl": "http://localhost:5050", "projectId": "yzi4fs"} +{"baseUrl": "http://todomvc.com/examples/react/"} +{"testFiles": "**/*.spec.js", "componentFolder": "src/main"} +{"viewportWidth": 460, "viewportHeight": 660, "pluginsFile": "tests/e2e/plugins/index.js"} +{"viewportWidth": 1024, "viewportHeight": 768, "numTestsKeptInMemory": 0, "defaultCommandTimeout": 30000, "env": {"BABEL_ENV": "e2e"}} +{"baseUrl": "http://localhost:3000/", "viewportWidth": 800} +{"baseUrl": "http://13.126.38.12:9000/", "env": {"codeCoverage": {"url": "/api/__coverage__"}}} +{"env": {"apiUrl": "https://ophanim2-api-qa.timbergrove.com", "url": "http://localhost:4200", "username": "test", "password": "test1234;"}, "projectId": "yn2gu8"} +{"chromeWebSecurity": false} +{"baseUrl": "", "env": {"cypress-email": "", "cypress-password": "", "cypress-user-first-name": "", "cypress-user-last-name": "", "activity-description": "", "activity-link": ""}} +{"video": false} +{"baseUrl": "http://localhost:3000", "screenshots": false, "video": false} +{"baseUrl": "https://www.kalunga.com.br", "viewportWidth": 1280, "viewportHeight": 720, "chromeWebSecurity": false, "failOnStatusCode": false, "reporter": "cypress-multi-reporters", "reporterOptions": {"reporterEnabled": "mochawesome", "mochawesomeReporterOptions": {"reportDir": "cypress/reports/mocha", "quite": true, "overwrite": false, "html": true, "json": true}}} +{"viewportHeight": 150, "viewportWidth": 100} +{"pluginsFile": "tests/cypress/plugins/index.js", "testFiles": "**/*.feature", "projectId": "r68fkq"} +{"baseUrl": "https://www.kayak.com", "integrationFolder": "cypress/integration/kayak/tests", "requestTimeout": 10000, "responseTimeout": 10000, "env": {"user_email": "temp_user@yopmail.com", "user_password": "edxedxedx1"}} +{"baseUrl": "http://localhost:4200", "pageLoadTimeout": 30000, "viewportHeight": 800, "viewportWidth": 500, "retries": 3} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/dsb-client-gateway-frontend-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/dsb-client-gateway-frontend-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/internal-ng-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/internal-ng-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": "./", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/client-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/client-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://127.0.0.1:8080", "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/hero-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/hero-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/one-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/one-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e"} +{"fixturesFolder": "tests/e2e/fixtures", "integrationFolder": "tests/e2e/integration", "pluginsFile": "tests/e2e/plugins/index.js", "screenshotsFolder": "tests/e2e/screenshots", "videosFolder": "tests/e2e/videos", "supportFile": "tests/e2e/support/index.js", "baseUrl": "http://localhost:3000", "component": {"testFiles": "tests/e2e/**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/feed-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/feed-e2e/screenshots", "chromeWebSecurity": false} +{"viewportHeight": 970, "viewportWidth": 1920, "env": {"baseurl": "http://localhost:3000", "baseapi": "https://okologiskegrunnkartapi.test.artsdatabanken.no"}, "requestTimeout": 10000} +{"baseUrl": "http://localhost:3000", "defaultCommandTimeout": 20000, "env": {"apiBaseUrl": "http://localhost:4001"}, "video": false, "screenshotOnRunFailure": false} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 1000, "ignoreTestFiles": "migration.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"projectId": "7p5681", "reporter": "mochawesome"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/macro-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/macro-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/macro-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/macro-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/macro-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/macro-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/macro-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/macro-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"baseUrl": "http://localhost:3000/"} +{"fixturesFolder": "tests/e2e/fixtures", "integrationFolder": "tests/e2e/specs", "screenshotsFolder": "tests/e2e/screenshots", "videosFolder": "tests/e2e/videos", "supportFile": "tests/e2e/support/index.js", "viewportWidth": 768, "viewportHeight": 1024} +{"screenshotsFolder": "cypress/screenshots", "videosFolder": "cypress/videos", "fixturesFolder": false, "supportFile": false, "video": false} +{"baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:4200"} +{"viewportWidth": 1920, "viewportHeight": 1080, "experimentalStudio": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/doc-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/doc-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080/", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "supportFile": "test/cypress/support/index.ts", "videosFolder": "test/cypress/videos", "video": true} +{"baseUrl": "http://localhost:8080/", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "supportFile": "test/cypress/support/index.ts", "videosFolder": "test/cypress/videos", "video": true} +{"baseUrl": "http://localhost:8080/", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "supportFile": "test/cypress/support/index.ts", "videosFolder": "test/cypress/videos", "video": true} +{"baseUrl": "http://localhost:8080/", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.ts", "screenshotsFolder": "test/cypress/screenshots", "supportFile": "test/cypress/support/index.ts", "videosFolder": "test/cypress/videos", "video": true} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/about-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/about-e2e/screenshots", "chromeWebSecurity": false, "retries": 3} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e"} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e"} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e"} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e"} +{"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "specPattern": "cypress/integration/*"} +{"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "specPattern": "cypress/integration/*"} +{"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "specPattern": "cypress/integration/*"} +{"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "specPattern": "cypress/integration/*"} +{"projectId": "z5ax7f", "baseUrl": "http://localhost:3000", "testFiles": "**/*.feature", "video": false, "env": {"dhis2_datatest_prefix": "dhis2-smsconfiguration"}} +{"viewportWidth": 1200, "viewportHeight": 660} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8100"} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8100"} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8100"} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8100"} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb"} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb"} +{"fileServerFolder": "../../dist/out-tsc/apps/frontend-e2e", "fixturesFolder": "../../dist/out-tsc/apps/frontend-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/frontend-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/frontend-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/frontend-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/frontend-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": "../../dist/out-tsc/apps/frontend-e2e", "fixturesFolder": "../../dist/out-tsc/apps/frontend-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/frontend-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/frontend-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/frontend-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/frontend-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": "../../dist/out-tsc/apps/frontend-e2e", "fixturesFolder": "../../dist/out-tsc/apps/frontend-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/frontend-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/frontend-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/frontend-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/frontend-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": "../../dist/out-tsc/apps/frontend-e2e", "fixturesFolder": "../../dist/out-tsc/apps/frontend-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/frontend-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/frontend-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/frontend-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/frontend-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "defaultCommandTimeout": 20000, "video": true, "retries": 2, "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 600} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "defaultCommandTimeout": 20000, "video": true, "retries": 2, "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 600} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "defaultCommandTimeout": 20000, "video": true, "retries": 2, "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 600} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "defaultCommandTimeout": 20000, "video": true, "retries": 2, "chromeWebSecurity": false, "viewportWidth": 1000, "viewportHeight": 600} +{"baseUrl": "http://localhost:9000"} +{"baseUrl": "http://localhost:9000"} +{"baseUrl": "http://localhost:9000"} +{"baseUrl": "http://localhost:9000"} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb", "testFiles": "*spec*.js", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb", "testFiles": "*spec*.js", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb", "testFiles": "*spec*.js", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:8080", "projectId": "dzqjxb", "testFiles": "*spec*.js", "retries": {"runMode": 2, "openMode": 0}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app11-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app11-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app20-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app20-e2e/screenshots", "chromeWebSecurity": false} +{"defaultCommandTimeout": 60000, "fixturesFolder": false, "integrationFolder": "test/cypress/integration", "supportFile": "test/cypress/support/index.js", "pluginsFile": "test/cypress/plugins/index.js", "videosFolder": "test/cypress/videos", "video": false} +{"supportFile": "cypress/support/index.ts", "baseUrl": "https://the-internet.herokuapp.com", "reporter": "cypress-multi-reporters", "reporterOptions": {"configFile": "reporterOpts.json"}} +{"supportFile": "cypress/support/index.ts", "baseUrl": "https://the-internet.herokuapp.com", "reporter": "cypress-multi-reporters", "reporterOptions": {"configFile": "reporterOpts.json"}} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_URL": "http://localhost:3000"}, "numTestsKeptInMemory": 10} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_URL": "http://localhost:3000"}, "numTestsKeptInMemory": 10} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_URL": "http://localhost:3000"}, "numTestsKeptInMemory": 10} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_URL": "http://localhost:3000"}, "numTestsKeptInMemory": 10} +{"viewportWidth": 1920, "viewportHeight": 1000} +{"fileServerFolder": "../../dist/out-tsc/apps/todo-app-e2e", "fixturesFolder": "../../dist/out-tsc/apps/todo-app-e2e/src/fixtures", "integrationFolder": "../../dist/out-tsc/apps/todo-app-e2e/src/integration", "pluginsFile": "../../dist/out-tsc/apps/todo-app-e2e/src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/todo-app-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/todo-app-e2e/screenshots", "chromeWebSecurity": false} +{"defaultCommandTimeout": 25000, "requestTimeout": 120000, "responseTimeout": 120000, "chromeWebSecurity": false, "reporter": "mochawesome", "reporterOptions": {"reportDir": "mochawesome-report", "charts": true, "overwrite": false, "html": false, "json": true, "timestamp": "mmddyyyy_HHMMss"}} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support/index.js", "videosFolder": "test/e2e/videos"} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support/index.js", "videosFolder": "test/e2e/videos"} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "test/e2e/fixtures", "integrationFolder": "test/e2e/integration", "pluginsFile": "test/e2e/plugins/index.js", "screenshotsFolder": "test/e2e/screenshots", "supportFile": "test/e2e/support/index.js", "videosFolder": "test/e2e/videos"} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080", "chromeWebSecurity": false, "numTestsKeptInMemory": 0, "pageLoadTimeout": 100000, "requestTimeout": 60000, "responseTimeout": 50000, "video": false} +{"baseUrl": "http://localhost:3000", "env": {"API_ENDPOINT": "http://localhost:8000/api", "TOKEN_KEY": "blogful-client-auth-token"}, "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3001", "video": false, "chromeWebSecurity": false} +{"env": {"apiUrl": "http://host.docker.internal:8080"}} +{"env": {"apiUrl": "http://host.docker.internal:8080"}} +{"baseUrl": "http://localhost:3000", "integrationFolder": "src/cypress/integration", "fixturesFolder": "src/cypress/fixtures", "supportFile": "src/cypress/support/index.js", "pluginsFile": "src/cypress/plugins/index.js"} +{"baseUrl": "http://localhost:8000", "viewportWidth": 1280, "viewportHeight": 720} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/internal-ng-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/internal-ng-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/hero-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/hero-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/hero-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/hero-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/hero-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/hero-app-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/one-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/one-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"projectId": "nf9rdc", "baseUrl": "http://localhost:3000"} +{"chromeWebSecurity": false} +{"$schema": "https://on.cypress.io/cypress.schema.json", "pluginsFile": false} +{"type": "minecraft:crafting_shaped", "pattern": ["XX", "XX", "XX"], "key": {"X": {"item": "erebus:planks", "data": 5}}, "result": {"item": "erebus:door_cypress", "count": 3}} +{"extends": "./tsconfig.app.json", "include": ["src", "**/*.cy.*", "cypress/support/component.ts"], "exclude": [], "files": ["./cypress.d.ts"], "compilerOptions": {"isolatedModules": false, "composite": true, "lib": ["DOM"], "jsx": "preserve", "jsxFactory": "h", "types": ["node", "cypress"]}} +{"parent": "item/generated", "textures": {"layer0": "covens:blocks/sapling_cypress"}} +{"gems": {"name": "decko-cypress", "downloads": 20410, "version": "0.15.6", "version_created_at": "2023-05-02T15:27:23.269Z", "version_downloads": 20, "platform": "ruby", "authors": "Ethan McCutchen, Philipp K\u00fchl, Gerry Gleason", "info": "cypress integration for decko development", "licenses": ["GPL-3.0"], "metadata": {"wiki_uri": "https://decko.org", "homepage_uri": "https://decko.org", "bug_tracker_uri": "https://github.com/decko-commons/decko/issues", "source_code_uri": "https://github.com/decko-commons/decko", "documentation_url": "http://docs.decko.org/"}, "yanked": false, "sha": "5dd5f8bb99ce066061285542f0612b6231e3d06f537f416be5d1c459c112bc49", "project_uri": "https://rubygems.org/gems/decko-cypress", "gem_uri": "https://rubygems.org/gems/decko-cypress-0.15.6.gem", "homepage_uri": "https://decko.org", "wiki_uri": "https://decko.org", "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/decko-commons/decko", "bug_tracker_uri": "https://github.com/decko-commons/decko/issues", "changelog_uri": null, "funding_uri": null, "dependencies": {"development": [], "runtime": [{"name": "cypress-on-rails", "requirements": "~> 1.4"}]}}, "vcs_name": "GitHub", "ci": null, "vcs_uri": "https://github.com/decko-commons/decko"} +{"EMPTY_DRAWING_BOARD_TEST": false, "FLAG_NETWORK_TO_ASYNC_INSTANTIATION": false, "FLAG_ADD_MSO_TESTAPI_FIELD": true, "FLAG_SERVICE_MODEL_CACHE": false, "FLAG_SHOW_ASSIGNMENTS": true, "FLAG_FABRIC_CONFIGURATION_ASSIGNMENTS": true, "FLAG_A_LA_CARTE_AUDIT_INFO": true, "FLAG_1810_CR_ADD_CLOUD_OWNER_TO_MSO_REQUEST": true, "FLAG_PRESENT_PROVIDER_NETWORKS_ASSOCIATIONS": true, "FLAG_1902_NEW_VIEW_EDIT": true, "FLAG_VF_MODULE_RESUME_STATUS_CREATE": true, "FLAG_1906_COMPONENT_INFO": true, "FLAG_1908_RESUME_MACRO_SERVICE": true, "FLAG_ENABLE_WEBPACK_MODERN_UI": true, "FLAG_FLASH_REPLACE_VF_MODULE": true, "FLAG_FLASH_MORE_ACTIONS_BUTTON_IN_OLD_VIEW_EDIT": true, "FLAG_1911_INSTANTIATION_ORDER_IN_ASYNC_ALACARTE": false, "FLAG_1911_INSTANTIATION_ORDER_BUTTON_IN_ASYNC_ALACARTE": false, "FLAG_2002_VNF_PLATFORM_MULTI_SELECT": true, "FLAG_2002_VFM_UPGRADE_ADDITIONAL_OPTIONS": true, "FLAG_2004_INSTANTIATION_STATUS_FILTER": true, "FLAG_2004_INSTANTIATION_TEMPLATES_POPUP": false, "FLAG_2002_UNLIMITED_MAX": true, "FLAG_2004_CREATE_ANOTHER_INSTANCE_FROM_TEMPLATE": true, "FLAG_2006_VFM_SDNC_PRELOAD_FILES": true, "FLAG_2006_VFMODULE_TAKES_TENANT_AND_REGION_FROM_VNF": true, "FLAG_2006_NETWORK_PLATFORM_MULTI_SELECT": true, "FLAG_2006_NETWORK_LOB_MULTI_SELECT": true, "FLAG_2006_NEW_VIEW_EDIT_BUTTON_IN_INSTANTIATION_STATUS": true, "FLAG_2006_PAUSE_VFMODULE_INSTANTIATION_CREATION": true, "FLAG_2008_PAUSE_INSTANTIATION_ON_VFMODULE_POPUP": true, "FLAG_2008_REMOVE_PAUSE_INSTANTIATION": true, "FLAG_2008_DISABLE_DRAG_FOR_BASE_MODULE": true, "FLAG_2008_CREATE_VFMODULE_INSTANTIATION_ORDER_NUMBER": true, "FLAG_2011_EXPORT_MSO_STATUS": true, "FLAG_EXTENDED_MACRO_PNF_CONFIG": false, "FLAG_2012_UPGRADE_BASE_MODULE_FLAG": true} +{"projectId": "design-patterns-javascript"} +{"__comment__": "This file was automatically created by mcresources", "type": "minecraft:block", "pools": [{"name": "loot_pool", "rolls": 1, "entries": [{"type": "minecraft:alternatives", "children": [{"type": "minecraft:item", "name": "tfcflorae:wood/leaves/bald_cypress", "conditions": [{"condition": "minecraft:alternative", "terms": [{"condition": "minecraft:match_tool", "predicate": {"tag": "forge:shears"}}, {"condition": "minecraft:match_tool", "predicate": {"enchantments": [{"enchantment": "minecraft:silk_touch", "levels": {"min": 1}}]}}]}]}, {"type": "minecraft:item", "name": "tfcflorae:wood/sapling/bald_cypress", "conditions": [{"condition": "minecraft:survives_explosion"}, {"condition": "minecraft:random_chance", "chance": 0.0388}]}]}], "conditions": [{"condition": "minecraft:survives_explosion"}]}, {"name": "loot_pool", "rolls": 1, "entries": [{"type": "minecraft:alternatives", "children": [{"type": "minecraft:item", "name": "minecraft:stick", "conditions": [{"condition": "minecraft:match_tool", "predicate": {"tag": "tfc:sharp_tools"}}, {"condition": "minecraft:random_chance", "chance": 0.2}], "functions": [{"function": "minecraft:set_count", "count": {"min": 1, "max": 2, "type": "minecraft:uniform"}}]}, {"type": "minecraft:item", "name": "minecraft:stick", "conditions": [{"condition": "minecraft:random_chance", "chance": 0.05}], "functions": [{"function": "minecraft:set_count", "count": {"min": 1, "max": 2, "type": "minecraft:uniform"}}]}]}], "conditions": [{"condition": "minecraft:survives_explosion"}]}]} +{"__comment__": "This file was automatically created by mcresources", "parent": "minecraft:block/flower_pot_cross", "textures": {"plant": "afc:block/wood/sapling/weeping_cypress", "dirt": "tfc:block/dirt/loam"}} +{"pluginsFile": false, "supportFile": false, "fixturesFolder": false} +{"forge_marker": 1, "defaults": {"textures": {"all": "erebus:blocks/planks_cypress"}}, "variants": {"half": {"top": {"model": "erebus:base_slab_upper"}, "bottom": {"model": "erebus:base_slab"}, "full": {"model": "minecraft:cube_all"}}, "inventory": {"model": "erebus:base_slab"}}} +{"projectId": "gahph7"} +{"parent": "item/chest", "textures": {"particle": "tfcflorae:block/wood/planks/red_cypress"}} +{"fixturesFolder": "tests/cypress/fixtures", "integrationFolder": "tests/cypress/integration", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "supportFile": "tests/cypress/support/index.js", "videosFolder": "tests/cypress/videos", "baseUrl": "http://localhost:3000"} +{"env": {"wp_site": {"url": "http://localhost:8228", "user": "admin", "pass": "password"}}, "projectId": "3jgs4a"} +{"forge_marker": 1, "parent": "erebus:block/base_stairs", "textures": {"all": "erebus:blocks/planks_cypress"}} +{"baseUrl": "http://localhost:3434"} +{"variants": {"axis=y": {"model": "tfcflorae:block/wood/log/bald_cypress"}, "axis=z": {"model": "tfcflorae:block/wood/log/bald_cypress", "x": 90}, "axis=x": {"model": "tfcflorae:block/wood/log/bald_cypress", "x": 90, "y": 90}}} +{"baseUrl": "http://localhost:8080", "blockHosts": ["accounts.google.com", "clientservices.googleapis.com"], "video": false, "reporter": "junit", "reporterOptions": {"mochaFile": "target/mocha-reports/mocha-results.[hash].xml", "toConsole": true}, "viewportWidth": 1200, "viewportHeight": 1080, "projectId": "ttud56", "defaultCommandTimeout": 10000, "retries": 2} +{"viewportWidth": 1140, "viewportHeight": 668, "pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:8080", "video": false, "numTestsKeptInMemory": 1} +{"baseUrl": "http://dev.311-data.org/", "video": false, "viewportWidth": 1400, "viewportHeight": 1060, "projectId": "i733mt"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/route-restrictions-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/route-restrictions-e2e/screenshots", "chromeWebSecurity": false} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}, "viewportWidth": 1800, "viewportHeight": 1000} +{"env": {"MERGIN_URL": "http://localhost:5005", "MERGIN_CLIENT": "~/.local/bin/mergin"}, "viewportWidth": 1280, "viewportHeight": 720, "chromeWebSecurity": false, "video": false, "retries": {"runMode": 1, "openMode": 0}} +{"projectId": "i6oq5i", "baseUrl": "http://localhost:3000", "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts", "integrationFolder": "cypress/tests", "retries": {"runMode": 2}, "env": {"codeCoverage": {"url": "/api/coverage"}}} +{"pluginsFile": "tests/e2e/plugins/index.js", "projectId": "ikn3as"} +{"baseUrl": "http://localhost:9000", "fixturesFolder": false, "pluginsFile": false, "video": false} +{"baseUrl": "http://localhost:3000"} +{"fileServerFolder": "./", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index.js", "supportFile": false, "video": true, "videosFolder": "../../dist/out-tsc/apps/demoapp-e2e/videos", "screenshotsFolder": "../../dist/out-tsc/apps/demoapp-e2e/screenshots", "chromeWebSecurity": false} +{"testFiles": "**/*.spec.{js,jsx,tsx,ts}", "componentFolder": "cypress/pages"} +{"fixturesFolder": "cypress/fixtures", "supportFile": false, "pluginsFile": false} +{"baseUrl": "http://localhost:4000", "video": false, "env": {"apiAdminToken": "random-test-token"}, "projectId": "mxbp9f"} +{"baseUrl": "http://localhost/", "projectId": "", "integrationFolder": "cypress/tests", "viewportHeight": 1000, "viewportWidth": 1280, "firefoxGcInterval": null, "retries": {"runMode": 2, "openMode": 1}, "env": {"loginSuffix": "/en/-/login/", "testUser": "", "testPw": "", "username": "", "coverage": false, "codeCoverage": {"url": "http://localhost:3001/__coverage__"}}, "experimentalStudio": true} +{"projectName": "mealmatchup", "baseUrl": "http://localhost:3000", "video": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/secondary-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/secondary-e2e/screenshots", "chromeWebSecurity": false} +{"experimentalComponentTesting": true, "componentFolder": "cypress/component"} +{"video": false, "component": {"componentFolder": "src/components", "testFiles": "**/*.test.js", "port": 3030}, "retries": {"runMode": 1, "openMode": 0}} +{"type": "mekanism:sawing", "conditions": [{"type": "forge:and", "values": [{"type": "forge:mod_loaded", "modid": "ilikewoodxbyg"}, {"type": "forge:mod_loaded", "modid": "byg"}, {"type": "forge:mod_loaded", "modid": "ilikewood_composters"}]}], "input": {"ingredient": {"item": "ilikewood:byg_cypress_composter"}}, "mainOutput": {"count": 3, "item": "byg:cypress_planks"}, "secondaryChance": 1.0, "secondaryOutput": {"count": 4, "item": "byg:cypress_fence"}} +{"type": "mekanism:sawing", "conditions": [{"type": "forge:mod_loaded", "modid": "byg"}], "input": {"ingredient": {"item": "byg:cypress_boat"}}, "mainOutput": {"count": 5, "item": "byg:cypress_planks"}} +{"baseUrl": "http://localhost:3000", "experimentalStudio": true, "component": {"componentFolder": "src", "testFiles": "**/*spec.{ts,tsx}"}, "chromeWebSecurity": false, "failOnStatusCode": false} +{"name": "Cypress", "category": "trees", "icon": "bewitchment:cypress_sapling", "pages": [{"type": "text", "title": "Cypress", "text": "A tall and dark tree found in coniferous settings, such as Taigas. This tree is associated with death and the afterlife, and is vital to creating the Ebb of Death fume. Despite this, brooms made from its wood give the rider temporary resistance when in flight."}, {"type": "image", "images": ["bewitchment:textures/gui/patchouli/cypress.png"], "border": true}]} +{"baseUrl": "http://localhost:8501", "chromeWebSecurity": false} +{"integrationFolder": "tests/e2e/integration", "supportFile": "tests/e2e/support", "fixturesFolder": "tests/e2e/fixtures", "pluginsFile": "tests/e2e/plugins", "screenshotsFolder": "artifacts/screenshots", "videosFolder": "artifacts/videos", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "port": 5051} +{"env": {"ROOT": "http://localhost:3000", "TEST": "http://localhost:3000/Test", "NAME_ROOT": "http://localhost:3000/name", "GRAPH_ROOT": "http://localhost:8000/subgraphs/name/graphprotocol/ens/graphql"}, "projectId": "rzedru", "defaultCommandTimeout": 15000, "viewportWidth": 1440, "viewportHeight": 1600, "retries": {"runMode": 2, "openMode": 0}} +{"component": {"testFiles": "**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"baseUrl": "http://localhost:3038"} +{"defaultCommandTimeout": 6000, "environmentVariables": {"CLUSTER_URL": "http://localhost:4200", "FULL_INTEGRATION_TEST": false}, "fixturesFolder": "tests/_fixtures", "integrationFolder": "tests", "projectId": "a209b1cd-e44f-47a4-b22c-d8f26649f43f", "supportFile": "tests/_support"} +{"experimentalComponentTesting": true, "fixturesFolder": false, "pluginsFile": false, "env": {"coverage": false}} +{"pluginsFile": "tests/e2e/plugins/index.js", "projectId": "9yy81y"} +{"baseUrl": "http://localhost:4200", "ignoreTestFiles": ["**/cypress/integration/1-getting-started/**", "**/cypress/integration/2-advanced-examples/**"], "trashAssetsBeforeRuns": false, "supportFile": "cypress/support/index.ts", "env": {"backendServer": "http://localhost:80", "FILESEP": "\\"}} +{"reporter": "mochawesome", "reporterOptions": {"overwrite": false, "html": false, "json": true}} +{"baseUrl": "http://localhost:3000", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/packages/formula-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/packages/formula-app-e2e/screenshots", "chromeWebSecurity": false} +{"projectId": "35f86d", "ignoreTestFiles": "*.js", "baseUrl": "http://main.magento.localhost:3005", "defaultCommandTimeout": 15000, "requestTimeout": 15000} +{"baseUrl": "https://soraia.herokuapp.com", "testFiles": "**/*.feature"} +{"baseUrl": "http://localhost:3000", "execTimeout": 100000, "pageLoadTimeout": 100000, "viewportWidth": 1440, "viewportHeight": 900, "projectId": "duvidh", "integrationFolder": "spec/cypress/tests", "fixturesFolder": "spec/cypress/fixtures", "supportFile": "spec/cypress/support/index.js"} +{"baseUrl": "http://instore.vtexlocal.com.br:8000", "userAgent": "inStore/2.16.7 Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Mobile Safari/537.36", "retries": {"runMode": 2, "openMode": 0}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ui-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots", "chromeWebSecurity": false} +{"integrationFolder": "integration"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/pmp-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/pmp-e2e/screenshots", "chromeWebSecurity": false} +{"env": {"appUrl": "http://localhost:8000"}, "projectId": "oki7fx"} +{"baseUrl": "http://localhost:8080", "projectId": "nbdsuq"} +{"projectId": "zaxzr4"} +{"baseUrl": "http://localhost:8000", "fixturesFolder": false} +{"baseURL": "https://development-robobot.aegisinitiative.io/"} +{"defaultCommandTimeout": 10000, "baseUrl": "http://localhost:8888/lab", "S3_FOLDER": "minio-data", "CI": true} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e", "projectId": "s8v41s"} +{"viewportWidth": 400, "viewportHeight": 400, "baseUrl": "http://localhost:3000", "ignoreTestFiles": "utils.js"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/fretonator-web-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/fretonator-web-e2e/screenshots", "chromeWebSecurity": false} +{"downloadsFolder": "cypress/downloads", "reporter": "cypress-multi-reporters", "reporterOptions": {"reporterEnabled": "mochawesome", "mochawesomeReporterOptions": {"reportDir": "cypress/reports/mocha", "quite": true, "overwrite": false, "html": false, "json": true}}, "video": false, "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080, "requestTimeout": 2000, "defaultCommandTimeout": 10000, "pageLoadTimeout": 20000, "projectId": "ycw8dr"} +{"integrationFolder": "spec", "fixturesFolder": "src/fixtures", "pluginsFile": false, "screenshotsFolder": "tmp/screenshots", "supportFile": "src/support/index.js", "videosFolder": "tmp/videos", "projectId": "i1xxek"} +{"projectId": "4jfqfq", "component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}", "viewportWidth": 1200, "viewportHeight": 800}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/profile-ionic-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/profile-ionic-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/sneat-team-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/sneat-team-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app0-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app0-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3333"} +{"projectId": "kpq1dx", "testFiles": "**/*.{feature,features,spec.js}", "video": false, "waitForAnimations": true, "viewportWidth": 375, "viewportHeight": 812} +{"pluginsFile": "tests/e2e/plugins/index.js", "viewportWidth": 1280, "viewportHeight": 720, "video": false, "retries": {"runMode": 3, "openMode": 0}} +{"projectId": "uau4mg", "env": {"port": null}} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "build/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2} +{"video": false, "baseUrl": "http://cookies-regulation.test"} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e", "testFiles": "**/*.spec.*", "viewportHeight": 720, "viewportWidth": 1080} +{"baseUrl": "http://localhost:3000/", "serveUrl": "http://localhost:5000/"} +{"component": {"testFiles": "**/*.e2e.spec.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"video_recording": false} +{"video": false, "viewportWidth": 1400, "viewportHeight": 860, "chromeWebSecurity": false, "numTestsKeptInMemory": 1, "reporter": "mochawesome", "reporterOptions": {"overwrite": false, "html": false, "json": true}, "screenshotsFolder": "cypress/snapshots/actual", "trashAssetsBeforeRuns": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/nft-portal-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/nft-portal-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/studio-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/studio-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/demo-form-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/demo-form-e2e/screenshots", "chromeWebSecurity": false} +{"ignoreTestFiles": ["*.routines.js"]} +{"component": {"componentFolder": "cypress/tests", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"baseUrl": "http://localhost:3000", "integrationFolder": "./src/", "fixturesFolder": "./config/cypress/fixtures", "pluginsFile": "./config/cypress/plugins/index.js", "supportFile": "./config/cypress/support/index.js", "testFiles": "**/*.e2e.js", "video": false, "videosFolder": "./config/cypress/videos/"} +{"viewportWidth": 1000, "viewportHeight": 660} +{"viewportWidth": 1920, "viewportHeight": 1080} +{"componentFolder": "src", "testFiles": "**/*.ct.{ts,tsx}", "video": false} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "defaultCommandTimeout": 8000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/components-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/components-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/reactive-code-animations-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/reactive-code-animations-e2e/screenshots", "chromeWebSecurity": false} +{"defaultCommandTimeout": 20000, "baseUrl": "http://localhost:4200/", "requestTimeout": 10000, "modifyObstructiveCode": false, "env": {"CLIENT_ID": "financial_trusted", "CLIENT_SECRET": "secret", "API_URL": "https://localhost:9002", "API_URL_INT": "https://localhost:9002"}, "video": false, "reporter": "mochawesome", "reporterOptions": {"reportDir": "cypress/report/mochawesome-report", "overwrite": false, "html": false, "json": true, "timestamp": "dd-mm-yyyy"}} +{"env": {"URL": "http://web"}} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "chromeWebSecurity": false, "trashAssetsBeforeRuns": true} +{"ignoreTestFiles": "*.js", "screenshotsFolder": "cypress/snapshots/actual", "trashAssetsBeforeRuns": true} +{"projectId": "49vxgf"} +{"defaultCommandTimeout": 3000, "supportFile": "cypress/support/index.ts", "ignoreTestFiles": "*.js", "video": false, "env": {"swaggerFile": "build/openapi.json"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index", "supportFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/webapp-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/webapp-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "https://acm-texas-tech-web-app-2-beta.firebaseapp.com", "ignoreTestFiles": "**/examples/*", "integrationFolder": "../integration", "projectId": "2nen7u", "env": {"baseUrl": "https://acm-texas-tech-web-app-2-beta.firebaseapp.com", "_comment": "This is the staging configuration", "API_CONNECTION": "https://us-central1-acm-texas-tech-web-app-2-beta.cloudfunctions.net"}} +{"baseUrl": "http://127.0.0.1:4200", "defaultCommandTimeout": 10000} +{"baseUrl": "http://10.0.0.115:5024/#/", "video": true, "videoCompression": 1, "videoUploadOnPasses": true, "viewportWidth": 1400, "viewportHeight": 1000} +{"baseUrl": "https://example.cypress.io", "video": true, "videosFolder": "reports/videos", "screenshotsFolder": "reports/screenshots", "chromeWebSecurity": false, "reporter": "mochawesome", "reporterOptions": {"reportDir": "reports", "overwrite": false, "html": true, "json": true}} +{"theme": "dark", "darkMediaQuery": true, "baseUrl": "http://localhost:8080"} +{"baseUrl": "http://127.0.0.1:8765", "env": {"NO_COLOR": true}} +{"baseUrl": "http://localhost:8081", "video": false, "chromeWebSecurity": false, "viewportWidth": 1400, "viewportHeight": 1200, "projectId": "s47a14", "testFiles": "**/*.spec.js"} +{"baseUrl": "http://localhost:3600/", "retries": {"runMode": 2, "openMode": 0}, "projectId": "434y1o"} +{"baseUrl": "http://localhost:43127"} +{"video": false, "fixturesFolder": false, "integrationFolder": "./testing/cypress", "pluginsFile": false, "screenshotOnRunFailure": false, "supportFile": false} +{"experimentalFetchPolyfill": true, "baseUrl": "http://localhost:3000", "env": {"codeCoverage": {"url": "/api/__coverage__"}}} +{"baseUrl": "http://localhost:8881", "defaultCommandTimeout": 8000, "video": false} +{"projectId": "imz979"} +{"viewportWidth": 1280, "viewportHeight": 880, "env": {"user": "", "pass": "", "tackleUrl": ""}} +{"baseUrl": "https://reqres.in", "integrationFolder": "cypress/all-tests", "env": {"googleURL": "https://store.google.com/us"}} +{"fixturesFolder": false, "componentFolder": "src/components", "testFiles": "**/*.spec.js"} +{"baseUrl": "http://localhost:3333", "chromeWebSecurity": false, "watchForFileChanges": false, "viewportWidth": 1000, "viewportHeight": 600, "waitForAnimations": true, "animationCommandTimeout": 5000, "execTimeout": 60000, "pageLoadTimeout": 60000, "requestTimeout": 15000, "responseTimeout": 15000, "video": false, "failOnStatusCode": false} +{"experimentalSessionSupport": true, "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:3100", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/tests", "viewportHeight": 1000, "viewportWidth": 1280, "retries": {"runMode": 2, "openMode": 1}, "env": {"apiUrl": "http://localhost:3001", "mobileViewportWidthBreakpoint": 414, "coverage": false, "codeCoverage": {"url": "http://localhost:3001/__coverage__"}}, "experimentalStudio": true} +{"video": false, "componentFolder": "cypress/components"} +{"baseUrl": "http://localhost:1234", "integrationFolder": "cypress/e2e", "viewportHeight": 900, "viewportWidth": 400} +{"projectId": "example"} +{"pluginsFile": "tests/e2e/plugins/index.js", "env": {"API_KEY": "eQx7UgCivJGdSHorlmUrrdDli6dEqSRn"}} +{"baseUrl": "http://localhost:8081/", "video": false, "retries": {"runMode": 2, "openMode": 0}, "cypress-watch-and-reload": {"watch": ["cypress/seeds/**/*.sql", "src/**/*.ts", "src/**/*.svelte"]}} +{"env": {"HOST": "http://localhost:3000"}} +{"projectId": "919b077b-388c-4533-9cab-d52eb4f4bf68"} +{"projectId": "npz1q5", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"screenshotsFolder": "tmp/cypress/screenshots", "videosFolder": "tmp/cypress/videos", "baseUrl": "http://rails:3000", "responseTimeout": 60000, "pageLoadTimeout": 80000} +{"baseUrl": "https://notes-serverless-app.com", "defaultCommandTimeout": 10000, "experimentalSessionSupport": true, "chromeWebSecurity": false, "experimentalStudio": true, "env": {"viewportWidthBreakpoint": 768}, "projectId": "wxgawc"} +{"baseUrl": "https://developer.mozilla.org/en-US/"} +{"baseUrl": "http://localhost:4000/", "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/author-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/author-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/angular-sudoku-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/angular-sudoku-e2e/screenshots", "chromeWebSecurity": false} +{"viewportWidth": 1920, "viewportHeight": 1020, "baseUrl": "http://localhost:4200"} +{"integrationFolder": "./integration", "fixturesFolder": "./cypress/fixtures", "pluginsFile": "./cypress/plugins", "supportFile": "./cypress/support", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36", "video": false, "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/pawdopt-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/pawdopt-e2e/screenshots", "chromeWebSecurity": false, "experimentalStudio": true, "viewportWidth": 660, "viewportHeight": 1000} +{"video": false, "viewportWidth": 1280, "viewportHeight": 720, "ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/**/*"], "env": {"cypress-plugin-snapshots": {"autoCleanUp": false, "autopassNewSnapshots": false, "backgroundBlend": "overlay", "updateSnapshots": false, "imageConfig": {"threshold": 0.0, "thresholdType": "percent"}}, "updateSnapshots": false, "failOnSnapshotDiff": true}, "screenshotsFolder": "./cypress/integration/__image_snapshots__", "trashAssetsBeforeRuns": false} +{"baseUrl": "http://127.0.0.1:3030", "chromeWebSecurity": false, "video": false} +{"viewportWidth": 1001, "viewportHeight": 660, "baseUrl": "http://localhost:3000", "projectId": "9gw36k"} +{"supportFile": "cypress/support/index.ts", "integrationFolder": "cypress/e2e", "videosFolder": "reports/cypress/videos", "screenshotsFolder": "reports/cypress/screenshots", "defaultCommandTimeout": 10000, "viewportHeight": 1000, "viewportWidth": 1200, "ignoreTestFiles": ["*.spec-ignore.ts"]} +{"projectId": "h1okgx", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"baseUrl": "http://0.0.0.0:8080", "pluginsFile": "cypress/plugins/index.js", "component": {"componentFolder": "cypress/components/", "testFiles": "**/*.test.jsx"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/recorder-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/recorder-e2e/screenshots", "chromeWebSecurity": false} +{"projectId": "taco-chat", "baseUrl": "http://localhost:3000", "fixturesFolder": false, "video": false, "viewportWidth": 1400, "viewportHeight": 1400} +{"integrationFolder": "src/integration", "fixturesFolder": "src/fixtures", "pluginsFile": "src/plugins/index.js", "supportFile": "src/support/index.js", "screenshotsFolder": "src/screenshots", "videosFolder": "src/videos", "video": false, "baseUrl": "http://localhost:3000", "watchForFileChanges": false} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"projectId": "7yw8f3"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/mialbum-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/mialbum-e2e/screenshots", "chromeWebSecurity": false} +{"integrationFolder": "src/integration", "fixturesFolder": false, "pluginsFile": false, "supportFile": false, "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/luggage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/luggage-e2e/screenshots", "chromeWebSecurity": false} +{"projectId": "uvjd3i", "baseUrl": "https://www.atticodellino.com", "defaultCommandTimeout": 20000, "fixturesFolder": "./fixtures", "integrationFolder": "./e2e", "pluginsFile": "./plugins", "screenshotsFolder": "./screenshots", "supportFile": "./support", "videosFolder": "./videos", "videoUploadOnPasses": false, "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "env": {"BASE_URL": "http://localhost:3000", "TEST_MODE": "parallel", "MIGRATE_URL": "http://localhost:9693/apis/migrate"}, "ignoreTestFiles": ["*spec.js", "validators.js", "utils.js"], "viewportWidth": 1280, "viewportHeight": 720, "chromeWebSecurity": false, "video": false, "projectId": "5yiuic"} +{"integrationFolder": "projects/explorer/cypress/integration", "supportFile": "projects/explorer/cypress/support/index.ts", "videosFolder": "projects/explorer/cypress/videos", "screenshotsFolder": "projects/explorer/cypress/screenshots", "pluginsFile": "projects/explorer/cypress/plugins/index.ts", "fixturesFolder": "projects/explorer/cypress/fixtures", "baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:3000"} +{"baseUrl": "http://localhost:3000", "fixturesFolder": ".cypress/fixtures", "integrationFolder": ".cypress/e2e", "pluginsFile": ".cypress/plugins/index.js", "screenshotsFolder": ".cypress/screenshots", "supportFile": ".cypress/support/index.js", "videosFolder": ".cypress/videos"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/front-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/front-e2e/screenshots", "chromeWebSecurity": false} +{"projectId": "clarity-cypress-tests", "viewportWidth": 1000, "viewportHeight": 1000} +{"baseUrl": "http://localhost:8000/", "projectId": "q78cu3", "viewportWidth": 1280, "viewportHeight": 900} +{"baseUrl": "http://localhost:3000", "port": 3001, "pluginsFile": false, "fixturesFolder": false, "video": false} +{"baseUrl": "http://localhost:4001"} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e"} +{"baseUrl": "http://localhost:8080", "testFiles": "**/*.e2e.spec.{js,ts}", "viewportWidth": 1440, "viewportHeight": 1000, "component": {"testFiles": "**/*.ct.spec.{js,ts,jsx,tsx}", "componentFolder": "src", "viewportHeight": 800, "viewportWidth": 900}} +{"baseUrl": "http://localhost:3000", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/react-chat-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/react-chat-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e", "chromeWebSecurity": false, "viewportWidth": 1500} +{"baseUrl": "http://localhost:3000", "defaultCommandTimeout": 20000, "env": {"apiBaseUrl": "http://localhost:4001"}, "video": false, "screenshotOnRunFailure": false} +{"baseUrl": "http://localhost:3000", "viewportWidth": 1920, "viewportHeight": 1080, "integrationFolder": "./src/", "testFiles": "**/*.cy.spec.ts", "modifyObstructiveCode": false, "chromeWebSecurity": false, "env": {"REACT_APP_API_URL": "https://localhost:4200"}, "video": false} +{"baseUrl": "http://localhost:3000/", "viewportWidth": 700, "viewportHeight": 1000} +{"baseUrl": "http://localhost:3000", "fixturesFolder": "tests/fixtures", "integrationFolder": "tests/integration", "pluginsFile": false, "screenshotsFolder": "tests/screenshots", "supportFile": false, "videosFolder": "tests/videos", "video": false, "trashAssetsBeforeRuns": true, "viewportWidth": 375, "viewportHeight": 667, "pageLoadTimeout": 120000, "defaultCommandTimeout": 8000} +{"scripts": {"cypress:open": "cypress open"}} +{"baseUrl": "http://localhost:8080", "reporter": "mochawesome", "reporterOptions": {"reportDir": "cypress/results/reports", "overwrite": false, "html": false, "json": true}} +{"projectId": "g2bqsg"} +{"baseUrl": "https://develop.convosight.com", "lighthouse": {"performance": 85, "best-practices": 85, "pwa": 50}} +{"baseUrl": "http://localhost:8080", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.js", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.js", "screenshotsFolder": "src/test/javascript/cypress/screenshots"} +{"chromeWebSecurity": false, "viewportWidth": 1280, "viewportHeight": 660, "defaultCommandTimeout": 10000, "pageLoadTimeout": 30000, "reporter": "mochawesome", "testFiles": "**/*.feature", "retries": {"runMode": 1}, "env": {"baseURL": "https://lichess.org/", "userName": "", "password": ""}} +{"baseUrl": "https://example.cypress.io"} +{"baseUrl": "http://localhost:3000", "env": {"API_ENDPOINT": "https://git.heroku.com/frozen-eyrie-70726.git", "TOKEN_KEY": "blogful-client-auth-token"}, "chromeWebSecurity": false} +{"testFiles": "**/*.feature", "baseUrl": "http://localhost:4200", "pluginsFile": "./cypress/plugins/index.ts"} +{"testFiles": ["**/*.{feature,features}"], "reporter": "xunit", "reporterOptions": {"mochaFile": "test-output-[hash].xml", "toConsole": true, "attachments": true}, "video": false, "viewportWidth": 1280, "viewportHeight": 800, "baseUrl": "https://www.e-minu.ro/"} +{"reporter": "mochawesome", "baseUrl": "http://localhost:3000", "includeShadowDom": true, "projectId": "srvwa9"} +{"testFiles": "**/*.feature", "baseUrl": "https://www.jotform.com/form/212455605883662"} +{"fixturesFolder": "__tests__/e2e/fixtures", "integrationFolder": "__tests__/e2e/integration", "pluginsFile": "__tests__/e2e/plugins/index.js", "screenshotsFolder": "__tests__/e2e/screenshots", "videosFolder": "__tests__/e2e/videos", "downloadsFolder": "__tests__/e2e/downloads", "supportFile": "__tests__/e2e/support/index.js", "baseUrl": "http://localhost:3000"} +{"pageLoadTimeout": 180000, "responseTimeout": 180000, "screenshotsFolder": "results/screenshots", "videosFolder": "results/videos"} +{"baseUrl": "http://localhost:19006"} +{"baseUrl": "http://localhost:8080/", "fileServerFolder": "tests/dist", "execTimeout": 100000, "fixturesFolder": false, "projectId": "rtddw4", "integrationFolder": "cypress/e2e", "video": false} +{"baseUrl": "https://demo.saas-3.veriff.me", "experimentalSourceRewriting": true, "chromeWebSecurity": false, "testFiles": "**/*.feature", "reporter": "cypress-mochawesome-reporter", "reporterOptions": {"reportDir": "cypress/reports", "charts": true, "reportPageTitle": "My Test Suite", "embeddedScreenshots": false, "inlineAssets": true}, "video": false} +{"baseUrl": "http://localhost:8000", "viewportWidth": 1536, "viewportHeight": 722} +{"pluginsFile": "tests/e2e/plugins/index.js", "viewportWidth": 1200, "viewportHeight": 660} +{"projectId": "nf9rdc", "baseUrl": "http://localhost:3000"} +{"projectId": "nf9rdc", "baseUrl": "http://localhost:3000"} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"chromeWebSecurity": false} +{"$schema": "https://on.cypress.io/cypress.schema.json", "pluginsFile": false} +{"parent": "item/chest", "textures": {"particle": "tfcflorae:block/wood/planks/red_cypress"}} +{"baseUrl": "http://localhost:3434"} +{"projectId": "i6oq5i", "baseUrl": "http://localhost:3000", "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts", "integrationFolder": "cypress/tests", "retries": {"runMode": 2}, "env": {"codeCoverage": {"url": "/api/coverage"}}} +{"baseUrl": "http://localhost:3000"} +{"baseUrl": "http://localhost:3000"} +{"baseUrl": "http://localhost:3000"} +{"baseUrl": "http://localhost:3000"} +{"testFiles": "**/*.spec.{js,jsx,tsx,ts}", "componentFolder": "cypress/pages"} +{"fixturesFolder": "cypress/fixtures", "supportFile": false, "pluginsFile": false} +{"fixturesFolder": "cypress/fixtures", "supportFile": false, "pluginsFile": false} +{"fixturesFolder": "cypress/fixtures", "supportFile": false, "pluginsFile": false} +{"fixturesFolder": "cypress/fixtures", "supportFile": false, "pluginsFile": false} +{"baseUrl": "http://localhost/", "projectId": "", "integrationFolder": "cypress/tests", "viewportHeight": 1000, "viewportWidth": 1280, "firefoxGcInterval": null, "retries": {"runMode": 2, "openMode": 1}, "env": {"loginSuffix": "/en/-/login/", "testUser": "", "testPw": "", "username": "", "coverage": false, "codeCoverage": {"url": "http://localhost:3001/__coverage__"}}, "experimentalStudio": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/secondary-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/secondary-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8501", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8501", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8501", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8501", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "port": 5051} +{"baseUrl": "http://localhost:3000", "port": 5051} +{"baseUrl": "http://localhost:3000", "port": 5051} +{"baseUrl": "http://localhost:3000", "port": 5051} +{"env": {"ROOT": "http://localhost:3000", "TEST": "http://localhost:3000/Test", "NAME_ROOT": "http://localhost:3000/name", "GRAPH_ROOT": "http://localhost:8000/subgraphs/name/graphprotocol/ens/graphql"}, "projectId": "rzedru", "defaultCommandTimeout": 15000, "viewportWidth": 1440, "viewportHeight": 1600, "retries": {"runMode": 2, "openMode": 0}} +{"env": {"ROOT": "http://localhost:3000", "TEST": "http://localhost:3000/Test", "NAME_ROOT": "http://localhost:3000/name", "GRAPH_ROOT": "http://localhost:8000/subgraphs/name/graphprotocol/ens/graphql"}, "projectId": "rzedru", "defaultCommandTimeout": 15000, "viewportWidth": 1440, "viewportHeight": 1600, "retries": {"runMode": 2, "openMode": 0}} +{"env": {"ROOT": "http://localhost:3000", "TEST": "http://localhost:3000/Test", "NAME_ROOT": "http://localhost:3000/name", "GRAPH_ROOT": "http://localhost:8000/subgraphs/name/graphprotocol/ens/graphql"}, "projectId": "rzedru", "defaultCommandTimeout": 15000, "viewportWidth": 1440, "viewportHeight": 1600, "retries": {"runMode": 2, "openMode": 0}} +{"env": {"ROOT": "http://localhost:3000", "TEST": "http://localhost:3000/Test", "NAME_ROOT": "http://localhost:3000/name", "GRAPH_ROOT": "http://localhost:8000/subgraphs/name/graphprotocol/ens/graphql"}, "projectId": "rzedru", "defaultCommandTimeout": 15000, "viewportWidth": 1440, "viewportHeight": 1600, "retries": {"runMode": 2, "openMode": 0}} +{"component": {"testFiles": "**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"component": {"testFiles": "**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"component": {"testFiles": "**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"component": {"testFiles": "**/*.test.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"reporter": "mochawesome", "reporterOptions": {"overwrite": false, "html": false, "json": true}} +{"baseUrl": "http://localhost:3000", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000} +{"baseUrl": "http://localhost:3000", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000} +{"baseUrl": "http://localhost:3000", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000} +{"baseUrl": "http://localhost:3000", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ui-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ui-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ui-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ui-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ui-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e", "projectId": "s8v41s"} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e", "projectId": "s8v41s"} +{"viewportWidth": 400, "viewportHeight": 400, "baseUrl": "http://localhost:3000", "ignoreTestFiles": "utils.js"} +{"viewportWidth": 400, "viewportHeight": 400, "baseUrl": "http://localhost:3000", "ignoreTestFiles": "utils.js"} +{"integrationFolder": "spec", "fixturesFolder": "src/fixtures", "pluginsFile": false, "screenshotsFolder": "tmp/screenshots", "supportFile": "src/support/index.js", "videosFolder": "tmp/videos", "projectId": "i1xxek"} +{"projectId": "4jfqfq", "component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}", "viewportWidth": 1200, "viewportHeight": 800}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/app0-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/app0-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "build/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "build/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "build/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "build/cypress/screenshots", "chromeWebSecurity": false, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/nft-portal-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/nft-portal-e2e/screenshots", "chromeWebSecurity": false} +{"ignoreTestFiles": ["*.routines.js"]} +{"viewportWidth": 1000, "viewportHeight": 660} +{"viewportWidth": 1920, "viewportHeight": 1080} +{"viewportWidth": 1920, "viewportHeight": 1080} +{"viewportWidth": 1920, "viewportHeight": 1080} +{"viewportWidth": 1920, "viewportHeight": 1080} +{"pluginsFile": "tests/e2e/plugins/index.js", "baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "defaultCommandTimeout": 8000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/components-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/components-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/components-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/components-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/components-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/components-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/components-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/components-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"defaultCommandTimeout": 20000, "baseUrl": "http://localhost:4200/", "requestTimeout": 10000, "modifyObstructiveCode": false, "env": {"CLIENT_ID": "financial_trusted", "CLIENT_SECRET": "secret", "API_URL": "https://localhost:9002", "API_URL_INT": "https://localhost:9002"}, "video": false, "reporter": "mochawesome", "reporterOptions": {"reportDir": "cypress/report/mochawesome-report", "overwrite": false, "html": false, "json": true, "timestamp": "dd-mm-yyyy"}} +{"baseUrl": "http://localhost:8000/", "integrationFolder": "cypress/integration", "chromeWebSecurity": false, "trashAssetsBeforeRuns": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index", "supportFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/webapp-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/webapp-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index", "supportFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/webapp-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/webapp-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8881", "defaultCommandTimeout": 8000, "video": false} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/tests", "viewportHeight": 1000, "viewportWidth": 1280, "retries": {"runMode": 2, "openMode": 1}, "env": {"apiUrl": "http://localhost:3001", "mobileViewportWidthBreakpoint": 414, "coverage": false, "codeCoverage": {"url": "http://localhost:3001/__coverage__"}}, "experimentalStudio": true} +{"integrationFolder": "./integration", "fixturesFolder": "./cypress/fixtures", "pluginsFile": "./cypress/plugins", "supportFile": "./cypress/support", "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36", "video": false, "chromeWebSecurity": false} +{"baseUrl": "http://127.0.0.1:3030", "chromeWebSecurity": false, "video": false} +{"projectId": "h1okgx", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"projectId": "h1okgx", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"projectId": "h1okgx", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"projectId": "h1okgx", "experimentalStudio": true, "video": false, "env": {"REACT_APP_MOVIE_API": "fake"}} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"pluginsFile": "tests/e2e/plugins/index.js"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/luggage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/luggage-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/luggage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/luggage-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/luggage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/luggage-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/luggage-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/luggage-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "env": {"BASE_URL": "http://localhost:3000", "TEST_MODE": "parallel", "MIGRATE_URL": "http://localhost:9693/apis/migrate"}, "ignoreTestFiles": ["*spec.js", "validators.js", "utils.js"], "viewportWidth": 1280, "viewportHeight": 720, "chromeWebSecurity": false, "video": false, "projectId": "5yiuic"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/front-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/front-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/front-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/front-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/front-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/front-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/front-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/front-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:4001"} +{"baseUrl": "http://localhost:4001"} +{"fixturesFolder": "__tests__/e2e/fixtures", "integrationFolder": "__tests__/e2e/integration", "pluginsFile": "__tests__/e2e/plugins/index.js", "screenshotsFolder": "__tests__/e2e/screenshots", "videosFolder": "__tests__/e2e/videos", "downloadsFolder": "__tests__/e2e/downloads", "supportFile": "__tests__/e2e/support/index.js", "baseUrl": "http://localhost:3000"} +{"fixturesFolder": "__tests__/e2e/fixtures", "integrationFolder": "__tests__/e2e/integration", "pluginsFile": "__tests__/e2e/plugins/index.js", "screenshotsFolder": "__tests__/e2e/screenshots", "videosFolder": "__tests__/e2e/videos", "downloadsFolder": "__tests__/e2e/downloads", "supportFile": "__tests__/e2e/support/index.js", "baseUrl": "http://localhost:3000"} +{"fileServerFolder": "./website", "chromeWebSecurity": false} +{"chromeWebSecurity": false, "hosts": {"vmware-oauth2-proxy.my": "{{TARGET_IP}}"}, "env": {"upstreamURL": "/bitnami/oauth2-proxy/conf/", "upstreamContent": "oauth2_proxy.cfg", "dexPort": "5556"}} +{"projectId": "w2qxb8", "baseUrl": "http://localhost:9001", "viewportWidth": 720, "viewportHeight": 480, "fixturesFolder": false} +{"extends": "@monorepo-template/tsconfig/react-application/eslint/cypress.json", "include": ["cypress/", "cypress/**/*.json", "src/**/*.e2e.ts"], "exclude": ["build/", "cypress/coverage/", "cypress/screenshots/", "cypress/videos/", "jest/", "node_modules/"]} +{"extends": "./tsconfig.app.json", "compilerOptions": {"allowSyntheticDefaultImports": true, "types": ["cypress"]}, "include": ["cypress/support/**/*.ts", "**/*.spec.ts"]} +{"extends": [".eslintrc.json"], "ignorePatterns": ["!**/*"], "overrides": [{"files": ["*.ts"], "extends": ["plugin:cypress/recommended"]}]} +{"registry_name": "regions_unexplored:bayou_cypress", "worldgen/placed_feature": {"feature": "regions_unexplored:cypress_tree", "placement": [{"count": 3, "type": "minecraft:count"}, {"type": "minecraft:in_square"}, {"max_water_depth": 0, "type": "minecraft:surface_water_depth_filter"}, {"heightmap": "OCEAN_FLOOR", "type": "minecraft:heightmap"}, {"predicate": {"state": {"Properties": {"stage": "0"}, "Name": "minecraft:spruce_sapling"}, "type": "minecraft:would_survive"}, "type": "minecraft:block_predicate_filter"}, {"type": "minecraft:biome"}]}} +{"parent": "item/generated", "textures": {"layer0": "tfcflorae:item/wood/sign/bald_cypress"}} +{"multipart": [{"apply": {"model": "rusticwitchcraft:table_cypress_top"}}, {"when": {"nw": "true"}, "apply": {"model": "rusticwitchcraft:table_cypress_leg_nw"}}, {"when": {"ne": "true"}, "apply": {"model": "rusticwitchcraft:table_cypress_leg_nw", "y": 90}}, {"when": {"se": "true"}, "apply": {"model": "rusticwitchcraft:table_cypress_leg_nw", "y": 180}}, {"when": {"sw": "true"}, "apply": {"model": "rusticwitchcraft:table_cypress_leg_nw", "y": 270}}]} +{"__comment__": "This file was automatically created by mcresources", "parent": "block/cross", "textures": {"cross": "afc:block/wood/sapling/weeping_cypress"}} +{"location": {"zip_code": "77429", "address3": "", "city": "Cypress", "address2": "", "state": "TX", "address1": "18700 Cypresswood Dr", "country": "US"}, "image_url": "https://s3-media3.fl.yelpcdn.com/bphoto/dWUs0OvquG7kQhHOGMxJlA/o.jpg", "is_closed": false, "photos": ["https://s3-media2.fl.yelpcdn.com/bphoto/dWUs0OvquG7kQhHOGMxJlA/o.jpg", "https://s3-media1.fl.yelpcdn.com/bphoto/oZHfp1H_PGEsifGrTh7woQ/o.jpg", "https://s3-media2.fl.yelpcdn.com/bphoto/aNzbfulw6A4lb9VFFeG-TQ/o.jpg"], "hours": [{"hours_type": "REGULAR", "is_open_now": false, "open": [{"end": "1930", "is_overnight": false, "start": "0630", "day": 0}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 1}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 2}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 3}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 4}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 5}, {"end": "1930", "is_overnight": false, "start": "0630", "day": 6}]}], "review_count": 13, "url": "https://www.yelp.com/biz/cypress-lakes-golf-club-cypress?adjust_creative=92p07_JjKyriZTQxAXRiKQ&utm_campaign=yelp_api_v3&utm_medium=api_v3_business_lookup&utm_source=92p07_JjKyriZTQxAXRiKQ", "term": "attractions", "id": "cypress-lakes-golf-club-cypress", "phone": "+12813048515", "rating": 3.0, "categories": [{"alias": "golf", "title": "Golf"}], "coordinates": {"longitude": -95.70996, "latitude": 29.98913}, "name": "Cypress Lakes Golf Club", "is_claimed": true} +{"testFiles": "**/*cy.*", "componentFolder": "src"} +{"extends": "./tsconfig.json", "types": ["cypress", "@testing-library/cypress"], "include": ["../cypress", "../cypress.config.ts"]} +{"baseUrl": "http://laravel-bjyblog.test", "nodeVersion": "bundled", "viewportWidth": 1200, "viewportHeight": 800} +{"registry_name": "regions_unexplored:giant_cypress", "worldgen/configured_feature": {"config": {"decorators": [{"type": "regions_unexplored:giant_cypress_trunk_decorator"}, {"type": "regions_unexplored:giant_cypress_leave_decorator"}], "ignore_vines": true, "force_dirt": false, "dirt_provider": {"state": {"Name": "minecraft:dirt"}, "type": "minecraft:simple_state_provider"}, "minimum_size": {"limit": 1, "lower_size": 1, "upper_size": 2, "type": "minecraft:two_layers_feature_size"}, "foliage_provider": {"state": {"Properties": {"waterlogged": "false", "persistent": "false", "distance": "7"}, "Name": "regions_unexplored:cypress_leaves"}, "type": "minecraft:simple_state_provider"}, "foliage_placer": {"radius": 0, "offset": 0, "crown_height": {"type": "minecraft:uniform", "value": {"min_inclusive": 13, "max_inclusive": 17}}, "type": "minecraft:mega_pine_foliage_placer"}, "trunk_provider": {"state": {"Properties": {"axis": "y"}, "Name": "regions_unexplored:cypress_log"}, "type": "minecraft:simple_state_provider"}, "trunk_placer": {"base_height": 26, "height_rand_a": 5, "height_rand_b": 0, "type": "minecraft:straight_trunk_placer"}}, "type": "minecraft:tree"}} +{"variants": {"facing=east,half=bottom,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress"}, "facing=west,half=bottom,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "y": 180, "uvlock": true}, "facing=south,half=bottom,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "y": 90, "uvlock": true}, "facing=north,half=bottom,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "y": 270, "uvlock": true}, "facing=east,half=bottom,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer"}, "facing=west,half=bottom,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 180, "uvlock": true}, "facing=south,half=bottom,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 90, "uvlock": true}, "facing=north,half=bottom,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 270, "uvlock": true}, "facing=east,half=bottom,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 270, "uvlock": true}, "facing=west,half=bottom,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 90, "uvlock": true}, "facing=south,half=bottom,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer"}, "facing=north,half=bottom,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "y": 180, "uvlock": true}, "facing=east,half=bottom,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner"}, "facing=west,half=bottom,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 180, "uvlock": true}, "facing=south,half=bottom,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 90, "uvlock": true}, "facing=north,half=bottom,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 270, "uvlock": true}, "facing=east,half=bottom,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 270, "uvlock": true}, "facing=west,half=bottom,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 90, "uvlock": true}, "facing=south,half=bottom,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner"}, "facing=north,half=bottom,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "y": 180, "uvlock": true}, "facing=east,half=top,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "x": 180, "uvlock": true}, "facing=west,half=top,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "x": 180, "y": 180, "uvlock": true}, "facing=south,half=top,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "x": 180, "y": 90, "uvlock": true}, "facing=north,half=top,shape=straight": {"model": "tfcflorae:block/wood/stairs/red_cypress", "x": 180, "y": 270, "uvlock": true}, "facing=east,half=top,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 90, "uvlock": true}, "facing=west,half=top,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 270, "uvlock": true}, "facing=south,half=top,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 180, "uvlock": true}, "facing=north,half=top,shape=outer_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "uvlock": true}, "facing=east,half=top,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "uvlock": true}, "facing=west,half=top,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 180, "uvlock": true}, "facing=south,half=top,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 90, "uvlock": true}, "facing=north,half=top,shape=outer_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_outer", "x": 180, "y": 270, "uvlock": true}, "facing=east,half=top,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 90, "uvlock": true}, "facing=west,half=top,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 270, "uvlock": true}, "facing=south,half=top,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 180, "uvlock": true}, "facing=north,half=top,shape=inner_right": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "uvlock": true}, "facing=east,half=top,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "uvlock": true}, "facing=west,half=top,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 180, "uvlock": true}, "facing=south,half=top,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 90, "uvlock": true}, "facing=north,half=top,shape=inner_left": {"model": "tfcflorae:block/wood/stairs/red_cypress_inner", "x": 180, "y": 270, "uvlock": true}}} +{"baseUrl": "http://localhost:5000/", "viewportWidth": 500, "viewportHeight": 300} +{"video": false} +{"__comment__": "This file was automatically created by mcresources", "parent": "block/cross", "textures": {"cross": "afc:block/wood/sapling/bald_cypress"}} +{"baseUrl": "http://localhost:3000", "defaultCommandTimeout": 100000, "responseTimeout": 100000, "env": {"codeCoverage": {"url": "/api/__coverage__"}}, "retries": {"runMode": 2, "openMode": 0}, "video": false, "lighthouse": {"performance": 0, "accessibility": 50, "best-practices": 85, "seo": 85, "pwa": 0}} +{"projectId": "qrjqcv", "requestTimeout": 120000, "responseTimeout": 120000, "pageLoadTimeout": 120000, "defaultCommandTimeout": 120000, "integrationFolder": "./cypress-tests/integration", "fixturesFolder": "./cypress-tests/fixtures", "pluginsFile": "cypress-tests/plugins/index.js", "supportFile": "cypress-tests/support/index.js", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:8888", "projectId": "pm6grv"} +{"$schema": "https://on.cypress.io/cypress.schema.json", "video": false} +{"baseUrl": "http://localhost:8800", "includeShadowDom": true, "defaultCommandTimeout": 7000} +{"baseUrl": "http://localhost:3000", "video": true, "testFiles": "**/*.feature", "dhis2_datatest_prefix": "dhis2-capture", "chromeWebSecurityComment": "chromeWebSecurity should removed once https://github.com/cypress-io/cypress/issues/4220 is fixed", "chromeWebSecurity": false, "defaultCommandTimeout": 25000, "projectId": "322xnh", "experimentalFetchPolyfill": true, "retries": {"runMode": 3}, "env": {"dhis2DataTestPrefix": "capture-app", "networkMode": "live"}} +{"type": "mekanism:sawing", "conditions": [{"type": "forge:and", "values": [{"type": "forge:mod_loaded", "modid": "ilikewoodxbyg"}, {"type": "forge:mod_loaded", "modid": "byg"}, {"type": "forge:mod_loaded", "modid": "ilikewood_posts"}]}], "input": {"ingredient": [{"item": "ilikewood:byg_cypress_post"}, {"item": "ilikewood:byg_stripped_cypress_post"}]}, "mainOutput": {"count": 3, "item": "byg:cypress_planks"}, "secondaryChance": 0.125, "secondaryOutput": {"item": "mekanism:sawdust"}} +{"type": "mekanism:sawing", "conditions": [{"type": "forge:and", "values": [{"type": "forge:mod_loaded", "modid": "ilikewoodxbyg"}, {"type": "forge:mod_loaded", "modid": "byg"}, {"type": "forge:mod_loaded", "modid": "ilikewood_panels"}, {"type": "forge:mod_loaded", "modid": "ilikewood_sticks"}]}], "input": {"ingredient": {"item": "ilikewood:byg_cypress_panels"}}, "mainOutput": {"count": 6, "item": "ilikewood:byg_cypress_stick"}, "secondaryChance": 0.25, "secondaryOutput": {"item": "mekanism:sawdust"}} +{"baseUrl": "http://localhost:11011", "env": {"host": "localhost", "port": "11011"}, "video": false, "pluginsFile": "cypress/plugins/index.js", "supportFile": "cypress/support/index.js", "fixturesFolder": "cypress/fixtures", "chromeWebSecurity": false, "defaultCommandTimeout": 20000, "viewportWidth": 1280, "viewportHeight": 780, "screenshotsFolder": "cypress/snapshots/actual", "trashAssetsBeforeRuns": true, "retries": {"runMode": 3, "openMode": 3}, "projectId": "ihjv34"} +{"baseUrl": "http://localhost:3000", "viewportWidth": 800, "viewportHeight": 660} +{"e2e": {"baseUrl": "http://localhost:3333"}, "component": {"componentFolder": "cypress/component/", "testFiles": "**/*spec.{js,jsx,ts,tsx}", "viewportHeight": 500, "viewportWidth": 700}} +{"type": "mekanism:sawing", "conditions": [{"type": "forge:mod_loaded", "modid": "byg"}], "input": {"ingredient": {"item": "byg:cypress_pressure_plate"}}, "mainOutput": {"count": 2, "item": "byg:cypress_planks"}} +{"projectId": "i96k4d"} +{"env": {"TEST_UID": "puJfpGX3sWakJvzxq4NIsOoZsmw1", "TEST_EMAIL": "courseplan.cornelldti.test@gmail.com"}} +{"baseUrl": "http://localhost:4040/", "supportFile": "cypress/support/index.ts", "pageLoadTimeout": 180000, "video": false} +{"baseUrl": "http://localhost:8081", "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/scenarii", "pluginsFile": "test/cypress/plugins/index.js", "screenshotsFolder": "test/cypress/outputs/media/screenshots", "supportFile": "test/cypress/support/index.js", "videosFolder": "test/cypress/outputs/media/videos", "testFiles": "**/*.feature", "reporter": "mochawesome", "reporterOptions": {"chart": true, "reportDir": "test/cypress/outputs/reports/json/all", "reportFilename": "report", "overwrite": false, "html": false, "json": true}} +{"projectId": "rpup8w", "baseUrl": "http://localhost:3001"} +{"baseUrl": "http://localhost:3000", "supportFile": "cypress/support/index.ts", "testFiles": "**/*.spec.ts", "projectId": "qbuwyt"} +{"defaultCommandTimeout": 120000, "env": {"opensearch_url": "localhost:9200", "opensearch_dashboards": "http://localhost:5601", "security_enabled": false, "base_url": "http://localhost:5601", "username": "admin", "password": "admin"}} +{"baseUrl": "http://localhost:3000", "env": {"testUser": {"username": "user1", "email": "test1@gmail.com", "password": "password"}, "testUser2": {"username": "user1", "email": "test2@gmail.com", "password": "password"}, "updatedUser": {"name": "user1-updated", "bio": "Hello, this is a updated bio for testing", "profession": "updated-profession", "company": "updated-company", "linkedin": "updated-linkedin", "twitter": "updated-twitter"}, "testStory": {"title": "This is a test story", "product": "EOS Icons", "category": "Documentation"}, "noStoryMessage": "No story found"}, "testFiles": ["auth.spec.js", "new_story.spec.js", "user_story.spec.js", "dashboard.spec.js", "user_account.spec.js"]} +{"baseUrl": "https://demo.dev", "requestTimeout": 6000, "env": {"api_url": "https://api.demo.dev"}} +{"fileServerFolder": "private/cypress", "fixturesFolder": false, "integrationFolder": "private/cypress/integration", "pluginsFile": false, "screenshotsFolder": "private/cypress/screenshots", "videosFolder": "private/cypress/videos", "supportFile": "private/cypress/support/index.js", "viewportWidth": 1280, "viewportHeight": 900, "defaultCommandTimeout": 7000, "execTimeout": 5000, "requestTimeout": 10000, "responseTimeout": 60000} +{"baseUrl": "http://localhost:9999/", "fixturesFolder": "e2e/cypress/fixtures", "integrationFolder": "e2e/cypress/integration", "pluginsFile": "e2e/cypress/plugins/index.js", "screenshotsFolder": "e2e/cypress/screenshots", "supportFile": "e2e/cypress/support/index.js", "videosFolder": "e2e/cypress/videos", "video": false} +{"pluginsFile": false} +{"baseUrl": "http://localhost:3000", "integrationFolder": "./visual-tests", "testFiles": "*.spec.js", "video": false, "videoUploadOnPasses": false} +{"baseUrl": "http://localhost:3000", "video": false, "testFiles": "**/*.feature", "projectId": "", "experimentalRunEvents": true} +{"ignoreTestFiles": ["*.js", "*.ts"]} +{"fixturesFolder": "tests/fixtures", "integrationFolder": "tests/integration", "pluginsFile": "tests/plugins/index.js", "screenshotsFolder": "tests/artifacts/screenshots", "videosFolder": "tests/artifacts/videos", "supportFile": "tests/support/index.js", "defaultCommandTimeout": 10000, "pageLoadTimeout": 50000, "requestTimeout": 50000, "responseTimeout": 50000, "chromeWebSecurity": false, "viewportHeight": 768, "viewportWidth": 1024, "retries": {"runMode": 3, "openMode": 0}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/platform-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/platform-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8001", "videoRecording": true, "projectId": "89e1yo", "pageLoadTimeout": 600000} +{"retries": 3} +{"type": "minecraft:block", "pools": [{"name": "loot_pool", "rolls": 1, "entries": [{"type": "minecraft:item", "name": "tfcflorae:wood/loom/red_cypress"}], "conditions": [{"condition": "minecraft:survives_explosion"}]}]} +{"retries": {"runMode": 2, "openMode": 2}} +{"parent": "tfcflorae:block/wood/fence_gate/red_cypress"} +{"baseUrl": "http://localhost:1234", "projectId": "s2j8ts"} +{"baseUrl": "http://localhost:3010", "experimentalStudio": false, "experimentalSessionSupport": true, "defaultCommandTimeout": 3000} +{"baseUrl": "https://localhost:3000/", "chromeWebSecurity": false, "viewportWidth": 1920, "viewportHeight": 1080, "downloadsFolder": "cypress/downloads", "videoCompression": false} +{"parent": "block/template_wall_post", "textures": {"wall": "tfcflorae:block/wood/log/red_cypress"}} +{"trashAssetsBeforeRuns": false, "fixturesFolder": "test/cypress/fixtures", "integrationFolder": "test/cypress/integration", "pluginsFile": "test/cypress/plugins/index.js", "screenshotsFolder": "test/cypress/screenshots", "videosFolder": "test/cypress/videos", "supportFile": "test/cypress/support/index.js", "baseUrl": "https://develop-jcc-srl.pantheonsite.io", "reporter": "cypress-multi-reporters", "reporterOptions": {"configFile": "test/cypress/support/reporterOpts.json"}} +{"viewportWidth": 1920, "viewportHeight": 1080, "defaultCommandTimeout": 1500, "videoCompression": false, "waitForAnimations": true, "animationDistanceThreshold": 50, "experimentalStudio": true} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/crane-web-client-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/crane-web-client-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "waitForAnimations": true, "defaultCommandTimeout": 10000, "requestTimeout": 10000, "responseTimeout": 10000, "projectId": "4oe38f", "video": false} +{"baseUrl": "http://localhost:3001", "fixturesFolder": false, "video": false, "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts"} +{"video": false, "baseUrl": "http://localhost:3000"} +{"baseUrl": "https://lovecrafts-demo.storefrontcloud.io/", "viewportWidth": 1280, "viewportHeight": 1024} +{"baseUrl": "http://local.my.oregonstate.edu:3000", "integrationFolder": "cypress/e2e", "viewportWidth": 375, "viewportHeight": 667} +{"baseUrl": "http://localhost:8100", "video": false} +{"baseUrl": "http://localhost:9000/", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/angular-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/angular-e2e/screenshots", "chromeWebSecurity": false, "baseUrl": "http://localhost:4400"} +{"baseUrl": "https://localhost:5001", "env": {"apiBaseUrl": "/en-us/api/v1/"}, "video": false} +{"projectId": "msg-audit-tool", "video": false, "baseUrl": "http://localhost:4200"} +{"baseUrl": "http://localhost:4200", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3737"} +{"baseUrl": "http://localhost:4003", "video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/zero-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/zero-e2e/screenshots", "chromeWebSecurity": false, "testFiles": "**/*.{feature,features}"} +{"baseUrl": "http://localhost", "viewportHeight": 900, "viewportWidth": 1280, "defaultCommandTimeout": 30000, "execTimeout": 120000, "taskTimeout": 120000, "pageLoadTimeout": 120000, "requestTimeout": 30000, "responseTimeout": 30000, "ignoreTestFiles": ["**/helpers/*.js", "**/pages/*.js"], "videoUploadOnPasses": false, "video": false, "screenshotOnRunFailure": true} +{"baseUrl": "http://localhost:8080/", "testFiles": "**/*.spec.ts", "supportFile": "src/test/javascript/cypress/support/index.ts", "video": false, "integrationFolder": "src/test/javascript/cypress/integration", "fixturesFolder": "src/test/javascript/cypress/fixtures", "pluginsFile": "src/test/javascript/cypress/plugins/index.ts", "screenshotsFolder": "target/cypress/screenshots", "chromeWebSecurity": true, "viewportWidth": 1200, "viewportHeight": 720, "retries": 2, "projectId": "gsebq7"} +{"baseUrl": "http://localhost:4242", "video": false} +{"baseUrl": "http://localhost:9000", "viewportWidth": 1920, "viewportHeight": 1080, "chromeWebSecurity": false, "defaultCommandTimeout": 20000, "requestTimeout": 20000} +{"baseUrl": "http://localhost:1234/", "supportFile": "./cypress/support/index.ts", "pluginsFile": "./cypress/plugins/index.ts", "viewportWidth": 1366, "viewportHeight": 768, "video": false} +{"baseUrl": "http://localhost:58080/datavault-webapp"} +{"watchForFileChanges": false, "video": false, "viewportWidth": 1920, "viewportHeight": 1080, "screenshotsFolder": "mochawesome-report/assets", "chromeWebSecurity": false, "firefoxGcInterval": {"runMode": null, "openMode": null}, "retries": {"runMode": 2, "openMode": 0}, "execTimout": 60000, "defaultCommandTimeout": 10000, "pageLoadTimeout": 60000, "requestTimeout": 10000, "responseTimeout": 30000} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "pluginsFile": "./src/plugins/index", "supportFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/ngx-md-demo-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/ngx-md-demo-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:9000/", "fixturesFolder": false, "pluginsFile": false, "supportFile": false} +{"fixturesFolder": false, "baseUrl": "http://localhost:19006", "viewportWidth": 400, "viewportHeight": 660, "projectId": "hyr4ik", "retries": {"runMode": 2, "openMode": 0}} +{"baseUrl": "http://localhost:3000/"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/warp-drive-manager-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/warp-drive-manager-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080", "fixturesFolder": "fixtures", "integrationFolder": "integration", "pluginsFile": "plugins/index.js", "screenshotsFolder": "screenshots", "supportFile": "support/index.js", "videosFolder": "videos", "viewportWidth": 1280, "viewportHeight": 720, "blockHosts": ["source.unsplash.com"]} +{"baseUrl": "@@BASE_URL@@", "numTestsKeptInMemory": 1, "reporter": "mochawesome", "reporterOptions": {"overwrite": false, "html": false, "json": true}, "env": {"TEST_USER": "@@TEST_USER@@", "TEST_PASSWORD": "@@TEST_PASSWORD@@"}, "chromeWebSecurity": false, "viewportHeight": 800, "viewportWidth": 1280} +{"baseUrl": "http://localhost:8000", "indexUrl": "/", "chromeWebSecurity": false, "videoUploadOnPasses": false, "video": true, "pageLoadTimeout": 100000, "projectId": "u1ugb5"} +{"env": {"host": "6ff6eb16d3bc93008d00b495d1efd00a", "password": "8eb2edb4fab0302656030e00a8ebebef", "user": "8eb2edb4fab0302656030e00a8ebebef", "database": "cef05213cd79a7b1b42fab2acd735e54", "port": "6ccde2050cf193c1d9710a64eb4f7109", "secretkey": ""}} +{"fixturesFolder": false, "supportFile": false, "pluginsFile": false, "baseUrl": "http://localhost:3001", "chromeWebSecurity": false, "video": false, "screenshotOnRunFailure": false, "videoUploadOnPasses": false} +{"env": {"REST_BOOKER_PLATFORM": "https://automationintesting.online", "THE_INTERNET_APP": "https://the-internet.herokuapp.com"}} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/happynrwl-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/happynrwl-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000"} +{"video": false, "baseUrl": "http://localhost:9009", "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.2 Mobile/15E148 Safari/604.1", "viewportWidth": 375, "viewportHeight": 812, "projectId": "Make.org", "testFiles": "**/*.feature"} +{"baseUrl": "http://localhost:1234", "projectId": "czuyp4"} +{"env": {"cypress-react-unit-test": {"react": "node_modules/react/umd/react.development.js", "react-dom": "node_modules/react-dom/umd/react-dom.development.js"}}} +{"baseUrl": "http://localhost:3000/", "viewportWidth": 300, "viewportHeight": 600, "cypress-watch-and-reload": {"watch": "src/*"}} +{"baseUrl": "http://localhost:8000", "integrationFolder": "cypress/e2e", "viewportWidth": 1920, "viewportHeight": 1080, "blacklistHosts": "www.google-analytics.com"} +{"baseUrl": "http://localhost:8080", "fixturesFolder": "src/main/test/cypress/fixtures", "supportFile": "src/main/test/cypress/support/index.ts", "pluginsFiles": "src/main/test/cypress/plugins/index.js", "integrationFolder": "src/main/test/cypress/integration", "defaultCommandTimeout": 10000, "retries": {"runMode": 2, "openMode": 0}, "video": false} +{"baseUrl": "http://localhost:3000", "video": false, "screenshotOnRunFailure": false, "defaultCommandTimeout": 10000, "fixturesFolder": "cypress/fixtures", "integrationFolder": "cypress/integration", "pluginsFile": "cypress/plugins/index.ts", "screenshotsFolder": "cypress/screenshots", "videosFolder": "cypress/videos", "supportFile": "cypress/support/index.ts", "configFile": "cypress/tsconfig.json", "chromeWebSecurity": false} +{"projectId": "p7dy7b"} +{"baseUrl": "http://localhost:3000", "video": false, "viewportWidth": 1440, "viewportHeight": 764, "defaultCommandTimeout": 3000, "responseTimeout": 4000, "retries": {"runMode": 3}, "screenshotOnRunFailure": false, "chromeWebSecurity": false, "projectId": "hcrbev"} +{"failOnStatusCode": false, "experimentalNetworkStubbing": false, "chromeWebSecurity": false, "experimentalSessionSupport": true, "testFiles": "**/*.feature", "defaultCommandTimeout": 10000, "includeShadowDom": true, "responseTimeout": 40000, "redirectionLimit": 100, "env": {"BaseUrl": "https://bcgov.github.io/sso-requests-dev"}} +{"video": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/sneat-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/sneat-app-e2e/screenshots", "chromeWebSecurity": false} +{"experimentalRunEvents": true, "baseUrl": "http://localhost:3000"} +{"viewportWidth": 600, "viewportHeight": 400} +{"baseUrl": "http://localhost:3000", "env": {"name": "local"}, "pluginsFile": "cypress/plugins/index.ts", "supportFile": "cypress/support/index.ts", "video": true, "screenshotOnRunFailure": false} +{"baseUrl": "http://localhost:3333", "chromeWebSecurity": false, "component": {"componentFolder": "src", "testFiles": "**/*spec.{js,jsx,ts,tsx}"}} +{"baseUrl": "http://localhost:5000", "videoRecording": false} +{"baseUrl": "http://127.0.0.1:8081", "video": false, "watchForFileChanges": false, "fixturesFolder": "./testing/cypress/fixtures", "integrationFolder": "./testing/cypress/integration", "pluginsFile": "./testing/cypress/plugins/index.js", "screenshotsFolder": "./testing/cypress/screenshots", "videosFolder": "./testing/cypress/videos", "supportFile": "./testing/cypress/support/index.ts"} +{"baseUrl": "https://barrigarest.wcaquino.me", "projectId": "fb82ov", "video": false, "screenshotOnRunFailure": false, "reporter": "junit", "reporterOptions": {"mochaFile": "./cypress/reports/junit.[hash].xml", "testsuitesTitle": "Suite-cypress-titulo", "rootSuiteTitle": "cypress", "toConsole": true}} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress", "pluginsFile": false, "supportFile": false, "video": false} +{"baseUrl": "http://localhost:3100", "video": false} +{"testFiles": "**/*.spec.{js,ts,jsx,tsx}", "componentFolder": "cypress", "baseUrl": "https://cod-fe-git-ch-create-landing-page-cod-bn.vercel.app", "viewportWidth": 1920, "viewportHeight": 1000} +{"integrationFolder": "cypress/integration", "supportFile": "cypress/support/index.ts", "videosFolder": "cypress/videos", "screenshotsFolder": "cypress/screenshots", "pluginsFile": "cypress/plugins/index.ts", "fixturesFolder": "cypress/fixtures", "baseUrl": "http://localhost:4200", "videoCompression": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../../dist/cypress/apps/atqr/web-e2e/videos", "screenshotsFolder": "../../../dist/cypress/apps/atqr/web-e2e/screenshots", "chromeWebSecurity": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": false, "videosFolder": "../../../dist/cypress/apps/front/web-e2e/videos", "screenshotsFolder": "../../../dist/cypress/apps/front/web-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000", "chromeWebSecurity": false, "video": false, "screenshotOnRunFailure": false} +{"experimentalInteractiveRunEvents": true, "env": {"v8_coverage": {"src_root": ".", "include": ["./app.js", "./happy_number.js", "./**/fly.js"], "skip_coverage_collection": true}}} +{"baseUrl": "http://localhost:8000/", "fixturesFolder": "./test/cypress/fixtures", "integrationFolder": "./test/cypress/integration/", "pluginsFile": "./test/cypress/plugins/index.js", "supportFile": "./test/cypress/support/index.js"} +{"fileServerFolder": "build/", "pluginsFile": false} +{"baseUrl": "http://localhost:3000", "viewportHeight": 800, "viewportWidth": 1280, "env": {"TEST_SESSION_ENCRYPTION_KEY": "naskjwefvwei72rjkwfmjwfi72rfkjwefmjwefiuwefjkbwfiu24fmjbwfk", "MOUNTEBANK_URL": "http://localhost:2525", "MOUNTEBANK_IMPOSTERS_PORT": 8000}, "fileServerFolder": "./test/cypress", "integrationFolder": "./test/cypress/integration", "pluginsFile": "./test/cypress/plugins", "screenshotsFolder": "./test/cypress/screenshots", "supportFile": "./test/cypress/support", "videosFolder": "./test/cypress/videos", "video": false} +{"port": 4000, "baseUrl": "http://localhost:3000", "testFiles": "**/*.spec.js"} +{"baseUrl": "http://localhost:4200/", "ignoreTestFiles": "**/examples/*", "viewportHeight": 1080, "viewportWidth": 1920} +{"$schema": "https://on.cypress.io/cypress.schema.json", "baseUrl": "http://localhost:3000", "video": false} +{"baseUrl": "http://localhost:19006"} +{"baseUrl": "http://localhost:8080/", "pluginsFile": "tests/e2e/plugins/index.js"} +{"baseUrl": "http://localhost:1234", "fixturesFolder": false, "supportFile": false} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/speedtest-app-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/speedtest-app-e2e/screenshots", "chromeWebSecurity": false} +{"viewportHeight": 400, "viewportWidth": 300} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "supportFile": "./src/support/index.ts", "pluginsFile": false, "video": true, "videosFolder": "../../dist/cypress/apps/details-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/details-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://racingapp.com:8080", "watchForFileChanges": true, "fileServerFolder": "./public", "integrationFolder": "tests/cypress/integration", "fixturesFolder": "tests/cypress/fixtures", "pluginsFile": "tests/cypress/plugins/index.js", "supportFile": "tests/cypress/support/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "defaultCommandTimeout": 10000} +{"env": {"apiUrl": "http://localhost:8080"}} +{"integrationFolder": "cypress/tests", "numTestsKeptInMemory": 50, "ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"], "video": false, "chromeWebSecurity": true, "firefoxGcInterval": {"runMode": null, "openMode": null}, "watchForFileChanges": true, "projectId": "ytsd8o"} +{"baseUrl": "http://localhost:8910"} +{"supportFile": "cypress/support/index.ts", "pluginsFile": "cypress/plugins/index.ts"} +{"projectId": "xj7n85"} +{"env": {"host": "https://riskified.net.hilan.co.il", "server": "https://riskified.net.hilan.co.il", "startHour": "0900", "endHour": "1800"}, "baseUrl": "https://riskified.net.hilan.co.il", "failOnStatusCode": true, "chromeWebSecurity": false, "numTestsKeptInMemory": 0, "pageLoadTimeout": 60000, "defaultCommandTimeout": 30000, "responseTimeout": 30000, "requestTimeout": 30000, "viewportWidth": 1920, "viewportHeight": 1080, "video": false, "waitForAnimations": false, "animationDistanceThreshold": 50} +{"viewportWidth": 1300, "viewportHeight": 1000} +{"chromeWebSecurity": false, "pageLoadTimeout": 60000, "execTimeout": 60000, "video": false, "defaultCommandTimeout": 60000, "viewportHeight": 700, "viewportWidth": 1440, "baseUrl": "http://localhost:3000"} +{"env": {"patientName": "Test Patient", "contactNumber": "07123456789", "validWardCode": "TEST1", "validWardPin": "1234", "validTrustManagerEmail": "nhs-manager14@nhs.co.uk", "validTrustManagerPassword": "P@55w0rd", "trustManagerEmailToResetPassword": "nhs-manager13@nhs.co.uk", "validAdminEmail": "nhs-admin@nhs.co.uk", "validAdminPassword": "P@55w0rd", "fakeWard": "FAKENHS", "baseUrl": "http://localhost:3001", "tokenVersion": "3", "uuid": "", "hash": "", "signUpManagerEmail": "nhs-person@nhs.co.uk", "signUpPassword": "password", "signUpNewOrganisation": "Alder Hey Children's NHS Foundation Trust", "signUpNewOrganisationId": 2, "signUpExistingOrganisation": "Airedale NHS Foundation Trust", "signUpExistingOrganisationId": 1, "codeCoverage": {"url": "/api/__coverage__"}}, "video": false, "lighthouse": {"performance": 15, "accessibility": 95, "best-practices": 95, "seo": 0, "pwa": 0}, "projectId": "vv", "testFiles": ["activate-account/activateAccount.js", "admin/addingATrust.js", "admin/loggingInAndOut.js", "authorise-user/authoriseUser.js", "reset-password/resetPassword.js", "reset-password/sendResetPasswordEmail.js", "sign-up/sendSignUpEmail.js", "trust-admin/addEditAndDeleteAWard.js", "trust-admin/addingandEditingAHospital.js", "trust-admin/addingAWard-formErrors.js", "trust-admin/deletingATrustManager.js", "trust-admin/editingAHospital.js", "trust-admin/editingAWard-formErrors.js", "trust-admin/loggingInAndOut.js", "visitor/attendingAVisit.js", "wards/bookingEditAndCancelAVisit.js", "wards/editingAAVisit.js", "wards/loggingInAndOut.js", "wards/rebookingAVisit.js", "wards/startingAVisit.js"], "retries": 2} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": true, "videosFolder": "../../dist/cypress/apps/annotation-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/annotation-e2e/screenshots", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:8080", "projectId": "zc3sey"} +{"fileServerFolder": ".", "fixturesFolder": "./src/fixtures", "integrationFolder": "./src/integration", "modifyObstructiveCode": false, "pluginsFile": "./src/plugins/index", "supportFile": "./src/support/index.ts", "video": false, "videosFolder": "../../dist/cypress/apps/exercise-9-e2e/videos", "screenshotsFolder": "../../dist/cypress/apps/exercise-9-e2e/screenshots", "chromeWebSecurity": false, "ignoreTestFiles": "**/common/**", "testFiles": "**/*.feature"} +{"projectId": "juhc8f", "ignoreTestFiles": "**/examples/*.spec.js"} +{"video": false, "reporter": "junit", "reporterOptions": {"mochaFile": "results/cypress-report-[hash].xml", "toConsole": true}} +{"watchForFileChanges": false} +{"baseUrl": "http://localhost:5000/"} +{"viewportWidth": 1920, "viewportHeight": 1080, "video": false, "fileServerFolder": "static"} +{"baseUrl": "http://localhost:8090", "video": false} +{"projectId": "8sc6n4", "component": {"componentFolder": "tests/cypress/component/", "testFiles": "**/*.spec.ts"}, "fixturesFolder": "tests/cypress/fixtures", "integrationFolder": "tests/cypress/integration", "pluginsFile": "tests/cypress/plugins/index.js", "screenshotsFolder": "tests/cypress/screenshots", "videosFolder": "tests/cypress/videos", "downloadsFolder": "tests/cypress/downloads", "supportFile": "tests/cypress/support/index.js", "ignoreTestFiles": ["tests/unit/**"], "env": {"UID": "EXAMPLE_USER"}} +{"experimentalStudio": true} +{"defaultCommandTimeout": 6000, "requestTimeout": 10000, "responseTimeout": 60000, "baseUrl": "http://localhost:8080", "reporter": "cypress-multi-reporters", "reporterOptions": {"reporterEnabled": "mochawesome", "mochawesomeReporterOptions": {"reportDir": "cypress/reports/mocha", "quite": true, "overwrite": false, "html": true, "json": false}}, "projectId": "1jco7v"} +{"projectId": "52fhzi", "baseUrl": "https://reqres.in/api", "reporter": "mochawesome", "reporterOptions": {"reportdir": "cypress/report/mochawesome-report", "overwrite": false, "html": true, "json": false, "timestamp": "mmddyyyy_HHMMss"}} +{"baseUrl": "", "pluginsFile": false, "fixturesFolder": false, "supportFile": "cypress/support/index.js", "video": false, "defaultCommandTimeout": 10000, "chromeWebSecurity": false, "pageLoadTimeout": 10000, "blockHosts": ["vitals.vercel-insights.com", "*sentry.io", "*googletagmanager.com"], "retries": {"runMode": 2}} +{"testFiles": "**/*.it.ts", "integrationFolder": "pages"} +{"baseUrl": "http://localhost:3000", "component": {"testFiles": "**/*.spec.{js,ts,jsx,tsx}", "componentFolder": "src"}} +{"baseUrl": "http://localhost:3333", "chromeWebSecurity": false, "pluginsFile": "tests/e2e/plugins/index.js"} +{"componentFolder": "src", "testFiles": "**/*.cy.test.{js,ts,jsx,tsx}", "video": false, "nodeVersion": "system", "env": {"coverage": false}, "viewportWidth": 500, "viewportHeight": 500, "defaultCommandTimeout": 5000, "projectId": "XXXXXXXXX"} +{"baseUrl": "http://localhost:3000", "ignoreTestFiles": ["**/examples/*"], "viewportWidth": 1920, "viewportHeight": 1080} +{"projectId": "87ded313-a717-4620-bffe-12805ba8fe17", "video": false, "baseUrl": "http://localhost:3000", "fixturesFolder": false, "env": {"codeCoverage": {"url": "http://localhost:3000/__coverage__", "expectBackendCoverageOnly": true}}} +{"pluginsFile": "tests/e2e/plugins/index.js", "projectId": "4zhnma"} +{"baseUrl": "http://localhost:3000", "video": false, "env": {"username": "admin", "password": "admin"}} +{"env": {"apiUrl": "http://host.docker.internal:8000"}} +{"testFiles": "**/*.feature", "chromeWebSecurity": false, "defaultCommandTimeout": 40000} +{"baseUrl": "http://localhost:3000", "integrationFolder": "cypress/e2e", "viewportWidth": 1280, "viewportHeight": 1024} +{"baseUrl": "http://localhost:3000/"} +{"testFiles": "**/*.{feature,features,spec.js}", "ignoreTestFiles": ["**/1-getting-started/*.js", "**/2-advanced-examples/*.js"], "projectId": "s8op3q"} +{"baseUrl": "https://barrigarest.wcaquino.me", "viewportWidth": 1200, "viewportHeight": 1060} +{"projectId": "k4cyzj"} +{"projectId": "qs4zgm", "viewportWidth": 1920, "viewportHeight": 1080, "defaultCommandTimeout": 10000, "reporter": "cypress-mochawesome-reporter", "reporterOptions": {"reportDir": "cypress/reports", "charts": true, "reportPageTitle": "My Test Suite", "embeddedScreenshots": true, "inlineAssets": true, "screenshotsFolder": "./cypress/snapshots/actual", "trashAssetsBeforeRuns": true}, "video": false} +{"pageLoadTimeout": 50000, "experimentalStudio": true} +{"chromeWebSecurity": false} +{"projectId": "q4hhvh", "chromeWebSecurity": false} +{"baseUrl": "https://api.kraken.com/0/public", "screenshotsFolder": "./screenshots", "reporter": "spec", "video": false} +{"fixturesFolder": false, "supportFile": false, "pluginsFile": false, "viewportWidth": 1800, "viewportHeight": 1260, "chromeWebSecurity": false, "env": {"domain": "https://www.mercadolibre.com.pe/", "email": "freedemou@gmail.com", "password": "123456789", "waitTime": 3000}} +{"baseUrl": "https://translate.google.com", "chromeWebSecurity": false} +{"supportFile": "cypress/support/index.ts", "env": {"baseUrl": "http://localhost:3000", "rootPath": "/tmp/e2e", "projectName": "simple-ts-module", "authToken": "your_personal_acess_token", "gitApiPreffix": "https://api.github.com", "githubOwnerPreffix": "maxura", "gitHubTestRepo": "simple-ts-module"}} +{"baseUrl": "http://localhost:3000", "ignoreTestFiles": ["**/1-getting-started/*", "**/2-advanced-examples/*"], "video": false} +{"projectId": "n54w4o", "chromeWebSecurity": false} +{"baseUrl": "http://localhost:3000/", "experimentalShadowDomSupport": true} +{"integrationFolder": "./test", "fixturesFolder": false, "pluginsFile": false} +{"baseUrl": "http://localhost:3000", "viewportHeight": 900, "viewportWidth": 1440, "env": {"inventory": "http://localhost:5601", "SKIP_LOGIN": false, "login": "test@test.test", "password": ""}} +{"fixturesFolder": false, "supportFile": false, "pluginsFile": false, "viewportHeight": 300, "viewportWidth": 200} +{"baseUrl": "https://swapi.dev/api/", "pluginsFile": false, "fixturesFolder": false, "video": false, "defaultCommandTimeout": 10000, "reporter": "mochawesome", "reporterOptions": {"reportDir": "cypress/report/", "overwrite": false, "html": false, "json": true}} +{"integrationFolder": "cypress/e2e", "baseUrl": "http://localhost:9001"} diff --git a/schemas/cypress/schema.json b/schemas/cypress/schema.json new file mode 100644 index 0000000..cde69d0 --- /dev/null +++ b/schemas/cypress/schema.json @@ -0,0 +1 @@ +{"title": "JSON schema for the https://cypress.io Test Runner's configuration file. Details at https://on.cypress.io/configuration", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "definitions": {"cypressConfig": {"properties": {"baseUrl": {"type": "string", "default": null, "description": "Url used as prefix for cy.visit() or cy.request() command\u2019s url. Example http://localhost:3030 or https://test.my-domain.com"}, "env": {"type": "object", "description": "Any values to be set as environment variables. See https://on.cypress.io/environment-variables", "body": {}}, "ignoreTestFiles": {"type": ["string", "array"], "items": {"type": "string"}, "description": "A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using http://globtester.com to test what files would match."}, "numTestsKeptInMemory": {"type": "number", "default": 50, "description": "The number of tests for which snapshots and command data are kept in memory. Reduce this number if you are experiencing high memory consumption in your browser during a test run."}, "port": {"type": "number", "default": null, "description": "Port used to host Cypress. Normally this is a randomly generated port"}, "reporter": {"type": "string", "default": "spec", "description": "The reporter used when running headlessly or in CI. See https://on.cypress.io/reporters"}, "reporterOptions": {"type": "object", "default": null, "description": "The reporter options used. Supported options depend on the reporter. See https://on.cypress.io/reporters#Reporter-Options"}, "slowTestThreshold": {"type": "number", "default": 10000, "description": "Slow test threshold in milliseconds. Only affects the visual output of some reporters. For example, the spec reporter will display the test time in yellow if over the threshold. See https://on.cypress.io/configuration#Timeouts"}, "testFiles": {"type": ["string", "array"], "default": "**/*.*", "description": "A String or Array of string glob patterns of the test files to load. See https://on.cypress.io/configuration#Global"}, "watchForFileChanges": {"type": "boolean", "default": true, "description": "Whether Cypress will watch and restart tests on test file changes"}, "defaultCommandTimeout": {"type": "number", "default": 4000, "description": "Time, in milliseconds, to wait until most DOM based commands are considered timed out"}, "execTimeout": {"type": "number", "default": 60000, "description": "Time, in milliseconds, to wait for a system command to finish executing during a cy.exec() command"}, "taskTimeout": {"type": "number", "default": 60000, "description": "Time, in milliseconds, to wait for a task to finish executing during a cy.task() command"}, "pageLoadTimeout": {"type": "number", "default": 60000, "description": "Time, in milliseconds, to wait for page transition events or cy.visit(), cy.go(), cy.reload() commands to fire their page load events. Network requests are limited by the underlying operating system, and may still time out if this value is increased."}, "requestTimeout": {"type": "number", "default": 5000, "description": "Time, in milliseconds, to wait for an XHR request to go out in a cy.wait() command"}, "responseTimeout": {"type": "number", "default": 30000, "description": "Time, in milliseconds, to wait until a response in a cy.request(), cy.wait(), cy.fixture(), cy.getCookie(), cy.getCookies(), cy.setCookie(), cy.clearCookie(), cy.clearCookies(), and cy.screenshot() commands"}, "fileServerFolder": {"type": "string", "default": "root project folder", "description": "Path to folder where application files will attempt to be served from"}, "fixturesFolder": {"type": ["string", "boolean"], "default": "cypress/fixtures", "description": "Path to folder containing fixture files (Pass false to disable)"}, "integrationFolder": {"type": "string", "default": "cypress/integration", "description": "Path to folder containing integration test files"}, "downloadsFolder": {"type": "string", "default": "cypress/downloads", "description": "Path to folder where files downloaded during a test are saved"}, "componentFolder": {"type": ["string", "boolean"], "default": false, "description": "Path to folder containing component test files (Pass false to disable)"}, "pluginsFile": {"type": ["string", "boolean"], "default": "cypress/plugins/index.js", "description": "Path to plugins file. (Pass false to disable)"}, "screenshotOnRunFailure": {"type": "boolean", "default": true, "description": "Whether Cypress will take a screenshot when a test fails during cypress run"}, "screenshotsFolder": {"type": "string", "default": "cypress/screenshots", "description": "Path to folder where screenshots will be saved from cy.screenshot() command or after a test fails during cypress run"}, "supportFile": {"type": ["string", "boolean"], "default": "cypress/support/index.js", "description": "Path to file to load before test files load. This file is compiled and bundled. (Pass false to disable)"}, "videosFolder": {"type": "string", "default": "cypress/videos", "description": "Path to folder where videos will be saved during cypress run"}, "trashAssetsBeforeRuns": {"type": "boolean", "default": true, "description": "Whether Cypress will trash assets within the screenshotsFolder and videosFolder before tests run with cypress run"}, "videoCompression": {"type": ["number", "boolean"], "default": 32, "description": "The quality setting for the video compression, in Constant Rate Factor (CRF). The value can be false to disable compression or a value between 0 and 51, where a lower value results in better quality (at the expense of a higher file size)."}, "video": {"type": "boolean", "default": true, "description": "Whether Cypress will capture a video of the tests run with cypress run"}, "videoUploadOnPasses": {"type": "boolean", "default": true, "description": "Whether Cypress will process, compress, and upload videos to the Dashboard even when all tests in a spec file are passing. This only applies when recording your runs to the Dashboard. Turn this off if you\u2019d like to only upload the spec file\u2019s video when there are failing tests."}, "chromeWebSecurity": {"type": "boolean", "default": true, "description": "Whether Chrome Web Security for same-origin policy and insecure mixed content is enabled. Read more about this at https://on.cypress.io/web-security"}, "userAgent": {"type": "string", "default": null, "description": "Enables you to override the default user agent the browser sends in all request headers. User agent values are typically used by servers to help identify the operating system, browser, and browser version. See User-Agent MDN Documentation for example user agent values here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent"}, "blockHosts": {"type": ["string", "array"], "items": {"type": "string"}, "default": null, "description": "A String or Array of hosts that you wish to block traffic for. Please read the notes for examples on using this https://on.cypress.io/configuration#blockHosts"}, "modifyObstructiveCode": {"type": "boolean", "default": true, "description": "Whether Cypress will search for and replace obstructive JS code found in .js or .html files that prevent Cypress from working. Please read the notes for more information on this setting. https://on.cypress.io/configuration#modifyObstructiveCode"}, "viewportHeight": {"type": "number", "default": 660, "description": "Default height in pixels for the application under tests\u2019 viewport (Override with cy.viewport() command)"}, "viewportWidth": {"type": "number", "default": 1000, "description": "Default width in pixels for the application under tests\u2019 viewport. (Override with cy.viewport() command)"}, "animationDistanceThreshold": {"type": "number", "default": 5, "description": "The distance in pixels an element must exceed over time to be considered animating"}, "waitForAnimations": {"type": "boolean", "default": true, "description": "Whether to wait for elements to finish animating before executing commands"}, "scrollBehavior": {"enum": [false, "center", "top", "bottom", "nearest"], "default": "top", "description": "Viewport position to which an element should be scrolled prior to action commands. Setting `false` disables scrolling."}, "projectId": {"type": "string", "default": null, "description": "A 6 character string use to identify this project in the Cypress Dashboard. See https://on.cypress.io/dashboard-service#Identification"}, "nodeVersion": {"enum": ["system", "bundled"], "default": "system", "description": "DEPRECATED: If set to 'bundled', Cypress will use the Node version bundled with Cypress. Otherwise, Cypress will use the Node version that was used to launch the Cypress. This Node version is used when executing your plugins file and building spec files."}, "experimentalInteractiveRunEvents": {"type": "boolean", "default": false, "description": "Allows listening to the `before:run`, `after:run`, `before:spec`, and `after:spec` events in the plugins file during interactive mode."}, "experimentalSourceRewriting": {"type": "boolean", "default": false, "description": "Enables AST-based JS/HTML rewriting. This may fix issues caused by the existing regex-based JS/HTML replacement algorithm."}, "experimentalSessionSupport": {"type": "boolean", "default": false, "description": "Enable experimental session support. See https://on.cypress.io/session"}, "experimentalFetchPolyfill": {"type": "boolean", "default": false, "description": "Polyfills `window.fetch` to enable Network spying and stubbing"}, "experimentalStudio": {"type": "boolean", "default": false, "description": "Generate and save commands directly to your test suite by interacting with your app as an end user would."}, "retries": {"type": ["object", "number", "null"], "default": {"runMode": 0, "openMode": 0}, "description": "The number of times to retry a failing. Can be configured to apply only in runMode or openMode"}, "includeShadowDom": {"type": "boolean", "default": false, "description": "Enables including elements within the shadow DOM when using querying commands (e.g. cy.get(), cy.find()). Can be set globally in cypress.json, per-suite or per-test in the test configuration object, or programmatically with Cypress.config()"}, "clientCertificates": {"description": "Defines client certificates to use when sending requests to the specified URLs", "type": "array", "items": {"type": "object", "properties": {"url": {"description": "Requests for URLs matching this minimatch pattern will use the supplied client certificate", "type": "string"}, "ca": {"description": "Path(s) to CA file(s) to validate certs against, relative to project root", "type": "array", "items": {"type": "string"}}, "certs": {"type": "array", "items": {"anyOf": [{"description": "PEM file specific properties", "type": "object", "properties": {"cert": {"description": "Path to the certificate, relative to project root", "type": "string"}, "key": {"description": "Path to the private key, relative to project root", "type": "string"}, "passphrase": {"description": "(Optional) File path to a UTF-8 text file containing the passphrase for the key, relative to project root", "type": "string"}}, "required": ["cert", "key"]}, {"description": "PFX file specific properties", "type": "object", "properties": {"pfx": {"description": "Path to the certificate container, relative to project root", "type": "string"}, "passphrase": {"description": "(Optional) File path to a UTF-8 text file containing the passphrase for the container, relative to project root", "type": "string"}}, "required": ["pfx"]}]}}}, "required": ["url", "certs"]}}}}}, "allOf": [{"$ref": "#/definitions/cypressConfig"}, {"properties": {"component": {"description": "Any component runner specific overrides", "$ref": "#/definitions/cypressConfig"}, "e2e": {"description": "Any e2e runner specific overrides", "$ref": "#/definitions/cypressConfig"}}}]} \ No newline at end of file diff --git a/schemas/dependabot/instances.jsonl b/schemas/dependabot/instances.jsonl new file mode 100644 index 0000000..3106ec1 --- /dev/null +++ b/schemas/dependabot/instances.jsonl @@ -0,0 +1,967 @@ +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["bencodezen"], "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-react", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-html", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-electron", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/graphcool", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/docker/pcap-http-extractor", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pcap-http-extractor", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/office-utils", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/office-utils", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/docxpy", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/docxpy", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/sane-doc-reports", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/sane-doc-reports", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python-deb", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python-deb", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "python-deb", "version_requirement": "3.x"}}]}, {"package_manager": "python", "directory": "/docker/crypto", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/crypto", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pymisp", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pymisp", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/archer", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/archer", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pykafka", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pykafka", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/blueliv", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/blueliv", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python3", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/docker/content-build", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "python", "directory": "/docker/python", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "python", "version_requirement": "3.x"}}]}, {"package_manager": "python", "directory": "/docker/hashicorp", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/hashicorp", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ldap", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ldap", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/powershell-core", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/powershell-core", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/docker/openssh", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/gvault", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/gvault", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python_pancloud", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python_pancloud", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/go-gcp-build", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "python", "directory": "/docker/bigquery", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/bigquery", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/stix2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/stix2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/snowflake", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/snowflake", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/tesseract", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/tesseract", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/duoadmin", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/duoadmin", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pymongo", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pymongo", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/iputils", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/iputils", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/powershell", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/docker/powershell-deb", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/docker/powershell-ubuntu", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/docker/pwsh-remoting", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/docker/zeep", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/zeep", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dockerbuild", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "docker", "directory": "/docker/dockerbuild", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "python", "directory": "/docker/faker3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/faker3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/slack", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/slack", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python3-deb", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python3-deb", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/docker/cloaken", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/cloaken", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/boto3py3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/boto3py3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/vertica", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/vertica", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/readpdf", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/readpdf", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-api", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-api", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/btfl-soup", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/btfl-soup", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/netutils", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/netutils", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/uptycs", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/uptycs", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/nltk", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/nltk", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/teams", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/teams", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pyjwt3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pyjwt3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/oauthlib", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/oauthlib", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/chromium", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/chromium", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-vision-api", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-vision-api", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/smime-encrypt", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/smime-encrypt", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-cloud-storage", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-cloud-storage", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/elasticsearch", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/elasticsearch", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/circleci", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/circleci", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/m2crypto", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/m2crypto", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/nmap", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/nmap", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/devo", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/devo", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/googleapi-python3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/googleapi-python3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-kms", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-kms", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/geopy", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/geopy", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-api-py3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-api-py3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/marketo", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/marketo", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/powershell-cli", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/winrm", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/winrm", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dxl", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/dxl", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/taxii", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/taxii", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-cloud-translate", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-cloud-translate", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/akamai", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/akamai", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/jmespath", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/jmespath", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/matplotlib", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/matplotlib", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/sixgill", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/sixgill", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/fasttext", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/fasttext", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/yarapy", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/yarapy", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dxl2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/dxl2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/xlrd-py3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/xlrd-py3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/genericsql", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/genericsql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/taxii-server", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/taxii-server", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/algorithmia", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/algorithmia", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/py42", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/py42", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/tld", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/tld", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python_pancloud_v2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python_pancloud_v2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/threatconnect-sdk", "update_schedule": "live"}, {"package_manager": "docker", "directory": "/docker/threatconnect-sdk", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/bs4", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/bs4", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pandas", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pandas", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/aiohttp", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/aiohttp", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/sane-pdf-reports", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/splunksdk", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/splunksdk", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/taxii2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/taxii2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/zabbix", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/zabbix", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/trustar", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/trustar", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ippysocks", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ippysocks", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/pwsh-azure", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/emoji", "update_schedule": "live"}, {"package_manager": "docker", "directory": "/docker/emoji", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pyotrs", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pyotrs", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python_zipfile", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/python_zipfile", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/netmiko", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/netmiko", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/smb", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/smb", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/distorm3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/distorm3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/resilient", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/resilient", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dnspython", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/dnspython", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/py3ews", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/py3ews", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-k8s-engine", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-k8s-engine", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/threatconnect-py3-sdk", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/threatconnect-py3-sdk", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/pwsh-infocyte", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pcap-miner", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pcap-miner", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/threatconnect-tcex", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/threatconnect-tcex", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/pwsh-ata", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/gql", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/gql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/smartsheet", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/smartsheet", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pycef", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pycef", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ntlm", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ntlm", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/fetch-data", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/fetch-data", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/unzip", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/unzip", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/imap", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/imap", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/sklearn", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/sklearn", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/opencti", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/opencti", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "semver:minor"}}]}, {"package_manager": "python", "directory": "/docker/axonius", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/axonius", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/lacework", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/lacework", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/argus-toolbelt", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/argus-toolbelt", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ssl-analyze", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ssl-analyze", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/xslxwriter", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/xslxwriter", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/sharepoint", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/sharepoint", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/twilio", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/twilio", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ml", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ml", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/fastapi", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/fastapi", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/dl-languages", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/boto3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/boto3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/pwsh-exchange", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/docker/ansible-runner", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ansible-runner", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pyjwt", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pyjwt", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/cloudshare", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/cloudshare", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/py2-exchangelib", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/py2-exchangelib", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/packer", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/feed-parser", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/feed-parser", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/graphql", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/graphql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/xml-feed", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/xml-feed", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dempcap", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/dempcap", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/luminate", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/luminate", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/greynoise", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/greynoise", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/ami-management", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ami-management", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/google-cloud-securitycenter", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/google-cloud-securitycenter", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/cyjax", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/cyjax", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/xsoar-tools", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/xsoar-tools", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/opencv", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/opencv", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pyjarm", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pyjarm", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/paho-mqtt", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/paho-mqtt", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/yolo-coco", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/yolo-coco", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/etl2pcap", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/etl2pcap", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/smbprotocol", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/smbprotocol", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/opencti-v4", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/opencti-v4", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/xgboost", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/xgboost", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/unifi-video", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/unifi-video", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/tidy", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/tidy", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/powershell-teams", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/asana", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/asana", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/reversinglabs-sdk-py3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/reversinglabs-sdk-py3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/tableau", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/tableau", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/carbon-black-cloud", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/carbon-black-cloud", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/minio", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/minio", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/polyswarm", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/polyswarm", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/solarwinds-orionsdk", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/solarwinds-orionsdk", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/mlclustering", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/mlclustering", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/stix", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/stix", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/sendgrid", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/sendgrid", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/py-ews", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/py-ews", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/rakyll-hey", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/rakyll-hey", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/flask-nginx", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/flask-nginx", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/feed-performance-test", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/slackv3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/slackv3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/bs4-tld", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/bs4-tld", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/machine-learning", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/machine-learning", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pymisp2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pymisp2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/intezer", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/intezer", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/feed-parser-html", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/feed-parser-html", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "docker", "directory": "/docker/python3-arrow", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/python3-arrow", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/ssdeep", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/tweepy", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/tweepy", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/jq", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/jq", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/lxml", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/lxml", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/bs4-py3", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/bs4-py3", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/stomp", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/stomp", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/exifread", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/exifread", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/langdetect", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/langdetect", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pypdf2", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pypdf2", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/dnstwist", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/dnstwist", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/pytan", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/pytan", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/vmware", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/vmware", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/azure-kusto-data", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/azure-kusto-data", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/confluent-kafka", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/confluent-kafka", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/accessdata", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/accessdata", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}, {"package_manager": "python", "directory": "/docker/mlurlphishing", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/docker/mlurlphishing", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "demisto/*", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "MAINT"}, "default_labels": ["03 - Maintenance"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/web", "update_schedule": "daily", "target_branch": "develop", "version_requirement_updates": "auto", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "version_requirement_updates": "auto", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}]}, {"package_manager": "go:modules", "directory": "/go/adcm/", "update_schedule": "daily", "target_branch": "develop", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "ApprovalTests", "update_type": "all"}}, {"match": {"dependency_name": "Blorc.*", "update_type": "all"}}, {"match": {"dependency_name": "Catel.*", "update_type": "all"}}, {"match": {"dependency_name": "Fody", "update_type": "all"}}, {"match": {"dependency_name": "*.Fody", "update_type": "all"}}, {"match": {"dependency_name": "Microsoft.*", "update_type": "all"}}, {"match": {"dependency_name": "NUnit", "update_type": "all"}}, {"match": {"dependency_name": "NUnit3TestAdapter", "update_type": "all"}}, {"match": {"dependency_name": "Orc.*", "update_type": "all"}}, {"match": {"dependency_name": "Orchestra.*", "update_type": "all"}}, {"match": {"dependency_name": "PublicApiGenerator", "update_type": "all"}}, {"match": {"dependency_name": "Verify.NUnit", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "*Analyzers"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["ben"], "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Chema22R"], "default_assignees": ["Chema22R"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/src/RadarTechno/ClientApp", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/src", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["RomanJRW"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "development", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["tylors"], "default_assignees": ["tylors"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/example-electron-5", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "electron"}}]}, {"package_manager": "javascript", "directory": "/example-electron-6", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "electron"}}]}, {"package_manager": "javascript", "directory": "/example-electron-7", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "electron"}}]}, {"package_manager": "javascript", "directory": "/example-electron-8", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "electron"}}]}, {"package_manager": "javascript", "directory": "/example-electron-9", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "electron"}}]}, {"package_manager": "javascript", "directory": "/library", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "./", "update_schedule": "daily", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "monthly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/workspace-webui", "update_schedule": "daily", "default_assignees": ["obernardovieira"], "ignored_updates": [{"match": {"dependency_name": "react-scripts"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}, {"package_manager": "javascript", "directory": "/workspace-blockchain", "update_schedule": "daily", "default_assignees": ["obernardovieira"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "target_branch": "dev", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/components", "target_branch": "dev", "update_schedule": "live"}, {"package_manager": "docker", "directory": "/", "target_branch": "dev", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Maximilien-R"]}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Maximilien-R"]}, {"package_manager": "docker", "directory": "/{{cookiecutter.project_slug}}", "update_schedule": "weekly", "default_reviewers": ["Maximilien-R"]}, {"package_manager": "python", "directory": "/{{cookiecutter.project_slug}}/requirements", "update_schedule": "weekly", "default_reviewers": ["Maximilien-R"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions_if_necessary", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}, {"package_manager": "ruby:bundler", "directory": "/gemfiles/lint", "update_schedule": "live", "version_requirement_updates": "increase_versions_if_necessary", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["github-username"], "default_labels": ["label-name"]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["robcresswell"], "default_assignees": ["robcresswell"], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/dronesym-node", "update_schedule": "monthly"}, {"package_manager": "javascript", "directory": "/dronesym-frontend", "update_schedule": "monthly"}, {"package_manager": "python", "directory": "/dronesym-python", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/packages/hello-1", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["ActionL no bump", "packages/hello-1"], "allowed_updates": [{"match": {"dependency_name": "nothing"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "default_labels": ["security", "dependencies"], "target_branch": "development", "update_schedule": "live", "default_assignees": ["@jwu910"], "default_reviewers": ["@jwu910"], "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"update_configs": [{"automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "default_reviewers": ["Smudge3806"], "directory": "/", "package_manager": "php:composer", "target_branch": "master", "update_schedule": "daily", "version_requirement_updates": "off"}], "version": 1} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "version_requirement_updates": "off"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": ".", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["kotarella1110"], "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}, {"match": {"dependency_type": "indirect", "update_type": "security"}}], "ignored_updates": [{"match": {"dependency_name": "webpack", "version_requirement": ">= 5.0"}}, {"match": {"dependency_name": "webpack-cli", "version_requirement": ">= 4.0"}}, {"match": {"dependency_name": "webpack-dev-server", "version_requirement": ">= 4.0"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "terraform", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}], "commit_message": {"prefix": "fix", "include_scope": true}}]} +{"update_configs": [{"automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "default_reviewers": ["Smudge3806", "JonathanSwallow"], "directory": "./", "package_manager": "javascript", "target_branch": "master", "update_schedule": "daily", "version_requirement_updates": "off"}], "version": 1} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["robcresswell"], "default_assignees": ["robcresswell"], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "develop", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["zachferland"], "default_assignees": ["zachferland"], "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["sasaplus1"], "default_labels": ["dependabot"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:patch"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions"}, {"package_manager": "javascript", "directory": "/web/app/plugins/owid", "update_schedule": "daily", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "./", "update_schedule": "live", "default_reviewers": ["tianhaoz95"], "default_labels": ["dependency upgrade"]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "\u2b06\ufe0f Upgrade", "include_scope": false}, "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "ignored_updates": [{"match": {"dependency_name": "react-native"}}, {"match": {"dependency_name": "react"}}, {"match": {"dependency_name": "react-native-screens"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "default_labels": ["dependencies"], "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "babel-plugin-preval", "version_requirement": ">= 3.0"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "jss-*"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "size-limit"}}, {"match": {"dependency_name": "tslint", "version_requirement": "5.x"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Johann-S", "XhmikosR"], "default_labels": ["dependencies"], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_labels": ["dependabot"], "default_reviewers": ["bazaarvoice/cerberus"], "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "security"}}], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_labels": ["wraith-security-update"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["Dependencies \ud83d\udce6", "PHP \ud83d\udc18"], "version_requirement_updates": "widen_ranges", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}], "ignored_updates": [{"match": {"dependency_name": "snyk"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "{{cookiecutter.project_slug}}/frontend", "update_schedule": "monthly"}, {"package_manager": "python", "directory": "{{cookiecutter.project_slug}}/backend", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_reviewers": ["igara"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "php:composer", "directory": "/", "update_schedule": "daily", "default_reviewers": ["igara"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "target_branch": "dev", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "default_reviewers": ["lusoalex"], "default_assignees": ["lusoalex"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/functions", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["volosh1n"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "development", "commit_message": {"prefix": "[DEPENDABOT]"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "url-loader", "version_requirement": ">= 3.0"}}, {"match": {"dependency_name": "next"}}, {"match": {"dependency_name": "@types/next"}}, {"match": {"dependency_name": "next-transpile-modules"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["digitals"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["bddckr", "thestonefox"], "default_labels": ["dependency-update"], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "monthly", "target_branch": "development"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_labels": ["dependabot", "security"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions_if_necessary"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"update_type": "semver:minor"}}, {"match": {"update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["bencodezen"], "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-react", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-html", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-electron", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/graphcool", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-react", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-html", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-electron", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-hapi/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-express/examples/graphcool", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-lambda/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}, {"package_manager": "javascript", "directory": "/packages/graphql-playground-middleware-koa/examples/basic", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "fix", "prefix_development": "fix", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["RomanJRW"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["RomanJRW"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["RomanJRW"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "development", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["tylors"], "default_assignees": ["tylors"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "development", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["tylors"], "default_assignees": ["tylors"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "development", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["tylors"], "default_assignees": ["tylors"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "development", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["tylors"], "default_assignees": ["tylors"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "monthly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"update_configs": [{"automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "default_reviewers": ["Smudge3806"], "directory": "/", "package_manager": "php:composer", "target_branch": "master", "update_schedule": "daily", "version_requirement_updates": "off"}], "version": 1} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["robcresswell"], "default_assignees": ["robcresswell"], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "develop", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["zachferland"], "default_assignees": ["zachferland"], "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "./", "update_schedule": "live", "default_reviewers": ["tianhaoz95"], "default_labels": ["dependency upgrade"]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_labels": ["wraith-security-update"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["Dependencies \ud83d\udce6", "PHP \ud83d\udc18"], "version_requirement_updates": "widen_ranges", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["Dependencies \ud83d\udce6", "PHP \ud83d\udc18"], "version_requirement_updates": "widen_ranges", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "{{cookiecutter.project_slug}}/frontend", "update_schedule": "monthly"}, {"package_manager": "python", "directory": "{{cookiecutter.project_slug}}/backend", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "target_branch": "dev", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "target_branch": "dev", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "target_branch": "dev", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "target_branch": "dev", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "url-loader", "version_requirement": ">= 3.0"}}, {"match": {"dependency_name": "next"}}, {"match": {"dependency_name": "@types/next"}}, {"match": {"dependency_name": "next-transpile-modules"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "url-loader", "version_requirement": ">= 3.0"}}, {"match": {"dependency_name": "next"}}, {"match": {"dependency_name": "@types/next"}}, {"match": {"dependency_name": "next-transpile-modules"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["digitals"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["digitals"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["digitals"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["digitals"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_labels": ["dependabot", "security"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions_if_necessary"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["vkjr"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["vkjr"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_milestone": 1, "version_requirement_updates": "increase_versions", "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_type": "direct"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "default_milestone": 1}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "default_labels": ["dependencies", "security"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions"}, {"package_manager": "python", "directory": "/docs", "update_schedule": "weekly", "commit_message": {"prefix": "build(deps-doc)", "include_scope": false}}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/contract", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}, {"package_manager": "github_actions", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_reviewers": ["calebcartwright"], "default_assignees": ["calebcartwright"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["sporkmonger"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/client", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "next", "default_labels": ["dependencies"], "commit_message": {"prefix": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/.dependabot", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/docs", "update_schedule": "live"}, {"package_manager": "ruby:bundler", "directory": "/docs", "update_schedule": "live"}, {"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "release/2.0.x", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "in_range"}}, {"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_reviewers": ["@ColdFire87"], "default_assignees": ["@ColdFire87"], "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["zzzaim"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}], "commit_message": {"prefix": ":arrow_up:"}}, {"package_manager": "github_actions", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}], "commit_message": {"prefix": ":arrow_up:"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/assets", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}, {"package_manager": "elixir:hex", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "dev", "allowed_updates": [{"match": {"update_type": "security"}}], "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "sp-*"}}, {"match": {"dependency_name": "sc-*"}}, {"match": {"dependency_name": "substrate-*"}}, {"match": {"dependency_name": "frame-*"}}, {"match": {"dependency_name": "pallet-*"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": ":arrow_up:"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/packages/registry", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/packages/loom", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/docs", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/exercises", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docs", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"automerged_updates": [{"match": {"dependency_type": "development"}}], "commit_message": {"include_scope": true, "prefix": "Build"}, "default_labels": ["dependency"], "directory": "/", "package_manager": "php:composer", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_labels": ["type: maintenance"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "[DEPS]"}}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["davidkelley"]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}, {"package_manager": "docker", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["shen-sat"], "ignored_updates": [{"match": {"dependency_name": "rubocop"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["viniciusilveira"], "default_assignees": ["viniciusilveira"], "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Chema22R"], "default_assignees": ["Chema22R"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["auto-merge"], "default_reviewers": ["dlcognite"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "default_reviewers": [], "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["obernardovieira"]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/lib", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@types/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "eslint*", "update_type": "all"}}, {"match": {"dependency_name": "prettier", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/tools", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/.", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "web", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "project", "update_schedule": "live"}, {"package_manager": "docker", "directory": "project", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/functions", "update_schedule": "live", "default_reviewers": ["AravindVNair99"], "default_assignees": ["AravindVNair99"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/Xamarin.TreeView/Xamarin.TreeView", "update_schedule": "weekly", "target_branch": "devel", "default_reviewers": ["Guiorgy"], "default_assignees": ["Guiorgy"], "default_labels": ["dependabot"]}, {"package_manager": "dotnet:nuget", "directory": "/Xamarin.TreeView/DemoApp", "update_schedule": "weekly", "target_branch": "devel", "default_reviewers": ["Guiorgy"], "default_assignees": ["Guiorgy"], "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/src", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}, {"package_manager": "github_actions", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "target_branch": "master", "ignored_updates": [{"match": {"dependency_name": "codespan*"}}, {"match": {"dependency_name": "libfuzzer-sys*"}}], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["ifahrentholz", "bubaumann"], "default_assignees": ["ifahrentholz", "bubaumann"], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["kirillian"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"directory": "/", "package_manager": "javascript", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["holvonixAdvay"], "default_assignees": ["holvonixAdvay"], "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "uuid", "version_requirement": "^3.3.2"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["bahaagalal"], "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}, {"match": {"dependency_type": "indirect", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}, {"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"directory": ".", "package_manager": "ruby:bundler", "update_schedule": "daily"}, {"directory": ".", "package_manager": "javascript", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "dependency"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "dreamfactory/df*"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/src-view", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "refactor", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/api", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/client", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": "13.x"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "node", "version_requirement": ">= 13.a, < 14"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/src", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"allowed_updates": [{"match": {"update_type": "security"}}], "package_manager": "javascript", "directory": "/fact-bounty-client", "update_schedule": "weekly"}, {"allowed_updates": [{"match": {"update_type": "security"}}], "package_manager": "python", "directory": "/fact-bounty-flask", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": ".", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_reviewers": ["postlund", "rospogrigio", "ultratoto14"], "default_labels": ["dependencies"], "default_assignees": ["postlund", "rospogrigio", "ultratoto14"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "default_labels": ["dependencies"], "default_reviewers": ["ikeay"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}], "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}, {"package_manager": "dotnet:nuget", "directory": "/Tailspin.SpaceGame.LeaderboardContainer/", "update_schedule": "daily"}, {"package_manager": "dotnet:nuget", "directory": "/Tailspin.SpaceGame.Web/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/javascript", "update_schedule": "daily"}, {"package_manager": "ruby:bundler", "directory": "/ruby", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "terraform", "directory": "/environments/alpha", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["smark88", "fboulnois"], "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore", "include_scope": true}}, {"package_manager": "terraform", "directory": "/environments/perf", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["smark88", "fboulnois"], "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore", "include_scope": true}}, {"package_manager": "terraform", "directory": "/environments/staging", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["smark88", "fboulnois"], "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": ".", "update_schedule": "live", "default_reviewers": ["shunkakinoki"]}, {"package_manager": "github_actions", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["XhmikosR"], "default_labels": ["dependencies", "v5"], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "ruby:bundler", "directory": "/test/docker", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "weekly", "directory": "/", "default_reviewers": ["Hyperkid123"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "react", "dependency_type": "direct"}}, {"match": {"dependency_name": "react-dom", "dependency_type": "direct"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/src/main/frontend", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/api", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "MAINT"}, "default_labels": ["03 - Maintenance"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_assignees": ["obernardovieira"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "default_assignees": ["sho-h"], "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["crgimenes"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_name": "@spinnaker/kayenta"}}, {"match": {"dependency_name": "@spinnaker/styleguide"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "default_reviewers": ["codecalm"], "default_labels": ["dependencies"], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "MAINT"}, "default_labels": ["03 - Maintenance"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_reviewers": ["heitorlessa"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"directory": "/", "package_manager": "ruby:bundler", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions"}, {"package_manager": "python", "directory": "/docs", "update_schedule": "weekly", "commit_message": {"prefix": "build(deps-doc)", "include_scope": false}}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/contract", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/contract", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/contract", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/contract", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}, {"package_manager": "github_actions", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["sporkmonger"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["sporkmonger"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "sp-*"}}, {"match": {"dependency_name": "sc-*"}}, {"match": {"dependency_name": "substrate-*"}}, {"match": {"dependency_name": "frame-*"}}, {"match": {"dependency_name": "pallet-*"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "sp-*"}}, {"match": {"dependency_name": "sc-*"}}, {"match": {"dependency_name": "substrate-*"}}, {"match": {"dependency_name": "frame-*"}}, {"match": {"dependency_name": "pallet-*"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "sp-*"}}, {"match": {"dependency_name": "sc-*"}}, {"match": {"dependency_name": "substrate-*"}}, {"match": {"dependency_name": "frame-*"}}, {"match": {"dependency_name": "pallet-*"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": ""}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docs", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docs", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docs", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docs", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}, {"package_manager": "docker", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}, {"package_manager": "docker", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["obernardovieira"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["obernardovieira"]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/lib", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/.", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "web", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "dreamfactory/df*"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "dreamfactory/df*"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "dreamfactory/df*"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "dreamfactory/df*"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "refactor", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[dependabot]"}, "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}], "labels": ["automerge", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}, {"package_manager": "dotnet:nuget", "directory": "/Tailspin.SpaceGame.LeaderboardContainer/", "update_schedule": "daily"}, {"package_manager": "dotnet:nuget", "directory": "/Tailspin.SpaceGame.Web/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "MAINT"}, "default_labels": ["03 - Maintenance"]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "default_reviewers": ["codecalm"], "default_labels": ["dependencies"], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Nargonath"], "default_assignees": ["Nargonath"], "default_labels": ["dependency"], "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["domdfcoding"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "default_labels": ["dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "com.fasterxml.jackson.core:jackson-databind"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "ignored_updates": [{"match": {"dependency_name": "@types/node"}}], "default_labels": ["type: deps"], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "target_branch": "next", "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "default_labels": ["dependencies"], "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "@date-io/*"}}, {"match": {"dependency_name": "@typescript-eslint/parser"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "jss-*"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "tslint", "version_requirement": "5.x"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "./", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_name": "2-MeviusS"}}, {"match": {"dependency_name": "2-fertmanasa"}}, {"match": {"dependency_name": "2-abn1999"}}, {"match": {"dependency_name": "2-AlexanderRunov"}}, {"match": {"dependency_name": "2-zishkaz"}}, {"match": {"dependency_name": "2-XeniaKart"}}, {"match": {"dependency_name": "2-ViktorKarasss"}}, {"match": {"dependency_name": "2-ToTTopBYxe"}}, {"match": {"dependency_name": "2-Tizain"}}, {"match": {"dependency_name": "2-TimPushkin"}}, {"match": {"dependency_name": "2-TheDarkRisen"}}, {"match": {"dependency_name": "2-st085683"}}, {"match": {"dependency_name": "2-SofuriHafe"}}, {"match": {"dependency_name": "2-smmac72"}}, {"match": {"dependency_name": "2-SlavaLatokhin"}}, {"match": {"dependency_name": "2-ShishaK1N9"}}, {"match": {"dependency_name": "2-rudolf101"}}, {"match": {"dependency_name": "2-Ramazanov-Amir"}}, {"match": {"dependency_name": "2-qsqnk"}}, {"match": {"dependency_name": "2-PyRayman"}}, {"match": {"dependency_name": "2-pervomai"}}, {"match": {"dependency_name": "2-Naniduan"}}, {"match": {"dependency_name": "2-Mishavint"}}, {"match": {"dependency_name": "2-michael555444"}}, {"match": {"dependency_name": "2-MDubovik"}}, {"match": {"dependency_name": "2-MashrurIslam"}}, {"match": {"dependency_name": "2-maria-atmazhitova"}}, {"match": {"dependency_name": "2-MansurSakiev"}}, {"match": {"dependency_name": "2-Lev0nid"}}, {"match": {"dependency_name": "2-kettlberry"}}, {"match": {"dependency_name": "2-IraSheremet"}}, {"match": {"dependency_name": "2-IlyaMuravjov"}}, {"match": {"dependency_name": "2-IAmFunkyFrog"}}, {"match": {"dependency_name": "2-GalbadrakhB"}}, {"match": {"dependency_name": "2-foreverjun"}}, {"match": {"dependency_name": "2-esvault"}}, {"match": {"dependency_name": "2-depressedwizard"}}, {"match": {"dependency_name": "2-DelRoso"}}, {"match": {"dependency_name": "2-danielsheh02"}}, {"match": {"dependency_name": "2-baranov1dragonsuper"}}, {"match": {"dependency_name": "2-AzimMuradov"}}, {"match": {"dependency_name": "2-AShlegel"}}, {"match": {"dependency_name": "2-artmotika"}}, {"match": {"dependency_name": "2-AndreyBryns"}}], "ignored_updates": [{"match": {"dependency_name": "2-grading-tests"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_reviewers": ["tomanagle"], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "npm", "include_scope": false}, "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/resources/docker/rust-linux-x86_64", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/resources/docker/rust_cross_armv7-linux-x86_64", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/resources/docker/kpal_tester-linux-armv7", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "javascript", "directory": "/sandbox", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["rohitkrai03"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/core", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/testcontainers", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/liberty", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/payara-micro", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/payara-server", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/src/yet-another-online-jsonviewer-app", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "dotnet:nuget", "directory": "/src/YetAnotherJsonFormatter", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_name": "@bridge/*"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"update_type": "semver:minor"}}, {"match": {"update_type": "in_range"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_assignees": ["jalyna"]}, {"package_manager": "javascript", "directory": "/test/dummy/", "update_schedule": "live", "default_assignees": ["jalyna"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "\u2b06\ufe0f (all) ", "include_scope": false}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "chore(deps): "}, "directory": "/", "package_manager": "javascript", "update_schedule": "live", "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live", "default_assignees": ["couven92"]}, {"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_assignees": ["couven92"]}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/backend", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/src/yaos.OpenAPI.Diff", "update_schedule": "live", "default_reviewers": ["fabich"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}, {"package_manager": "dotnet:nuget", "directory": "/src/yaos.OpenAPI.Diff.CLI", "update_schedule": "live", "default_reviewers": ["fabich"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}, {"package_manager": "dotnet:nuget", "directory": "/test/yaos.OpenApi.Diff.Test", "update_schedule": "live", "default_reviewers": ["fabich"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "default_labels": ["dependencies", "worktree"], "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "@date-io/core"}}, {"match": {"dependency_name": "@date-io/date-fns"}}, {"match": {"dependency_name": "babel-plugin-preval", "version_requirement": ">= 3.0"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "jss-*"}}, {"match": {"dependency_name": "next", "version_requirement": "9.x"}}, {"match": {"dependency_name": "prettier"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "size-limit"}}, {"match": {"dependency_name": "tslint", "version_requirement": "5.x"}}, {"match": {"dependency_name": "typescript"}}, {"match": {"dependency_name": "url-loader", "version_requirement": ">= 3.0"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["nadnoslen"], "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "default_labels": ["dependencies"], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "allowed_updateds": [{"match": null, "update_type": "all"}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "ignored_updates": [{"match": {"dependency_name": "semantic-release"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "default_reviewers": ["casz"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "production"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "refactor", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@types/*"}}, {"match": {"dependency_type": "development", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/lib", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/tools/loader", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"directory": "/", "package_manager": "javascript", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/pakcages/@okta/vuepress-site", "update_schedule": "weekly", "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/pakcages/@okta/vuepress-plugin-active-header-links", "update_schedule": "weekly", "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/pakcages/@okta/vuepress-plugin-qualtrics-feedback", "update_schedule": "weekly", "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/pakcages/@okta/vuepress-theme-prose", "update_schedule": "weekly", "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/pakcages/@okta/vuepress-theme-default", "update_schedule": "weekly", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/api/quote", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions_if_necessary", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": ".", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["kotarella1110"], "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}, {"match": {"dependency_type": "indirect", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions"}, {"package_manager": "java:maven", "directory": "/", "update_schedule": "monthly"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "submodules", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:patch"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "default_reviewers": ["app2641"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["renaudhager"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "@types/node"}}, {"match": {"dependency_name": "@types/vscode"}}], "automerged_updates": [{"match": {"dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_labels": ["npm", "version bump"], "commit_message": {"prefix": "Update", "include_scope": true}, "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "eclint"}}, {"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_name": "eclint", "update_type": "all"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}], "version_requirement_updates": "increase_versions"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "default_labels": ["Docker", "version bump"], "commit_message": {"prefix": "Update", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "target_branch": "master", "automerged_updates": [{"match": {"dependency_name": "@dhis2/*", "dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*mocha*", "update_type": "all"}}, {"match": {"dependency_name": "chai*", "update_type": "all"}}, {"match": {"dependency_name": "enzyme*", "update_type": "all"}}, {"match": {"dependency_name": "eslint*", "update_type": "all"}}, {"match": {"dependency_name": "sinon", "update_type": "all"}}, {"match": {"dependency_name": "semver", "update_type": "all"}}, {"match": {"dependency_name": "test-until", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "autocannon"}}, {"match": {"dependency_name": "boom"}}, {"match": {"dependency_name": "joi"}}, {"match": {"dependency_name": "@types/*"}}, {"match": {"dependency_name": "semver"}}, {"match": {"dependency_name": "tap"}}, {"match": {"dependency_name": "tap-mocha-reporter"}}, {"match": {"dependency_name": "@typescript-eslint/eslint-plugin"}}, {"match": {"dependency_name": "lolex"}}, {"match": {"dependency_name": "pino"}}, {"match": {"dependency_name": "fast-json-stringify"}}]}]} +{"version": 1, "update_configs": [{"target_branch": "dependency-updates", "package_manager": "javascript", "directory": "/examples", "ignored_updates": [{"match": {"dependency_name": "@cognite/sdk"}}, {"match": {"dependency_name": "@cognite/reveal"}}, {"match": {"dependency_name": "three"}}], "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}, {"target_branch": "dependency-updates", "package_manager": "javascript", "directory": "/viewer", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}, {"target_branch": "dependency-updates", "package_manager": "rust:cargo", "directory": "/f3df", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}, {"target_branch": "dependency-updates", "package_manager": "rust:cargo", "directory": "/i3df", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}, {"target_branch": "dependency-updates", "package_manager": "rust:cargo", "directory": "/viewer", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "dependa", "commit_message": {"prefix": "fix"}, "default_reviewers": ["Alexandrshy"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["jasonrogena", "manutarus"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["RedHatInsights/team-interact"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["backend", "dependencies"]}, {"package_manager": "javascript", "directory": "/src/frontend", "update_schedule": "monthly", "default_labels": ["frontend", "dependencies"]}, {"package_manager": "docker", "directory": "/src/backend", "update_schedule": "daily", "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["calebcartwright"], "default_assignees": ["calebcartwright"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": ".", "update_schedule": "live", "default_reviewers": ["shunkakinoki"]}, {"package_manager": "github_actions", "directory": ".", "update_schedule": "daily", "default_reviewers": ["shunkakinoki"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["noelzappy"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_labels": ["Gem upgrades"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "default_labels": ["Type: Chore"]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_reviewers": ["RomanJRW"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "weekly", "default_assignees": ["cammellos", "Samyoul"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_name": "corporate-ui"}}, {"match": {"dependency_name": "scania-theme"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "[skip netlify]"}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "target_branch": "master"}, {"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "./", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "default_labels": ["area/dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-core-client"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-jms-client"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-server"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-commons"}}, {"match": {"dependency_name": "org.flywaydb:flyway-core"}}, {"match": {"dependency_name": "org.liquibase:liquibase-core"}}, {"match": {"dependency_name": "org.freemarker:freemarker"}}, {"match": {"dependency_name": "org.eclipse.jgit:org.eclipse.jgit"}}, {"match": {"dependency_name": "org.eclipse.jgit:org.eclipse.jgit.http.server"}}, {"match": {"dependency_name": "io.fabric8:kubernetes-client-bom"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpclient"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpasyncclient"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpcore"}}, {"match": {"dependency_name": "org.quartz-scheduler:quartz"}}, {"match": {"dependency_name": "com.cronutils:cron-utils"}}, {"match": {"dependency_name": "org.eclipse:yasson"}}, {"match": {"dependency_name": "org.yaml:snakeyaml"}}, {"match": {"dependency_name": "io.quarkus.gizmo:gizmo"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-vertx-backend"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-core"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-servlet"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-websockets-jsr"}}, {"match": {"dependency_name": "org.wildfly.security:wildfly-elytron-*"}}, {"match": {"dependency_name": "org.postgresql:postgresql"}}, {"match": {"dependency_name": "org.mariadb.jdbc:mariadb-java-client"}}, {"match": {"dependency_name": "mysql:mysql-connector-java"}}, {"match": {"dependency_name": "org.apache.derby:derbyclient"}}, {"match": {"dependency_name": "org.apache.kafka:kafka-clients"}}, {"match": {"dependency_name": "org.apache.kafka:kafka-streams"}}, {"match": {"dependency_name": "org.apache.kafka:kafka_2.12"}}, {"match": {"dependency_name": "org.apache.zookeeper:zookeeper"}}, {"match": {"dependency_name": "io.debezium:debezium-core"}}, {"match": {"dependency_name": "org.scala-lang:scala-reflect"}}, {"match": {"dependency_name": "org.scala-lang:scala-library"}}, {"match": {"dependency_name": "org.scala-lang:scala-compiler"}}, {"match": {"dependency_name": "net.alchim31.maven:scala-maven-plugin"}}, {"match": {"dependency_name": "io.smallrye:smallrye-jwt"}}, {"match": {"dependency_name": "io.smallrye:smallrye-health"}}, {"match": {"dependency_name": "io.smallrye:smallrye-metrics"}}, {"match": {"dependency_name": "io.smallrye:smallrye-open-api"}}, {"match": {"dependency_name": "io.smallrye:smallrye-opentracing"}}, {"match": {"dependency_name": "io.smallrye:smallrye-fault-tolerance"}}, {"match": {"dependency_name": "io.smallrye:smallrye-context-propagation"}}, {"match": {"dependency_name": "io.smallrye.config:smallrye-config"}}, {"match": {"dependency_name": "io.smallrye.reactive:mutiny"}}, {"match": {"dependency_name": "io.smallrye.reactive:smallrye-reactive-messaging"}}, {"match": {"dependency_name": "io.smallrye.reactive:smallrye-reactive-streams-operators"}}, {"match": {"dependency_name": "org.webjars:swagger-ui"}}, {"match": {"dependency_name": "org.apache.tika:tika-parsers"}}, {"match": {"dependency_name": "io.reactivex.rxjava2:rxjava"}}, {"match": {"dependency_name": "io.rest-assured:rest-assured"}}, {"match": {"dependency_name": "io.rest-assured:json-schema-validator"}}, {"match": {"dependency_name": "org.junit:junit-bom"}}, {"match": {"dependency_name": "org.assertj:assertj-core"}}, {"match": {"dependency_name": "org.testcontainers:testcontainers-bom"}}, {"match": {"dependency_name": "org.testcontainers:testcontainers"}}, {"match": {"dependency_name": "org.testcontainers:postgresql"}}, {"match": {"dependency_name": "org.mockito:mockito-core"}}, {"match": {"dependency_name": "org.awaitility:awaitility"}}, {"match": {"dependency_name": "net.revelc.code.formatter:formatter-maven-plugin"}}, {"match": {"dependency_name": "net.revelc.code:impsort-maven-plugin"}}, {"match": {"dependency_name": "org.jboss.narayana.jta:narayana-jta"}}, {"match": {"dependency_name": "org.jboss.narayana.jts:narayana-jts-integration"}}, {"match": {"dependency_name": "org.jboss.narayana.stm:stm"}}, {"match": {"dependency_name": "io.agroal:agroal-api"}}, {"match": {"dependency_name": "io.agroal:agroal-pool"}}, {"match": {"dependency_name": "io.agroal:agroal-narayana"}}, {"match": {"dependency_name": "org.jboss:jandex"}}, {"match": {"dependency_name": "org.jboss.jandex:jandex-maven-plugin"}}, {"match": {"dependency_name": "org.neo4j.driver:neo4j-java-driver"}}, {"match": {"dependency_name": "com.github.tomakehurst:wiremock-jre8"}}, {"match": {"dependency_name": "uk.co.automatictester:wiremock-maven-plugin"}}, {"match": {"dependency_name": "info.picocli:picocli"}}, {"match": {"dependency_name": "info.picocli:picocli-codegen"}}, {"match": {"dependency_name": "com.github.ben-manes.caffeine:caffeine"}}]}, {"package_manager": "java:gradle", "directory": "/devtools/gradle", "update_schedule": "daily", "default_labels": ["area/dependencies"]}, {"package_manager": "java:gradle", "directory": "/integration-tests/gradle", "update_schedule": "daily", "default_labels": ["area/dependencies"]}, {"package_manager": "java:maven", "target_branch": "1.3", "directory": "/", "update_schedule": "daily", "default_labels": ["area/dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "java:gradle", "target_branch": "1.3", "directory": "/devtools/gradle", "update_schedule": "daily", "default_labels": ["area/dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["hoverbear"], "default_labels": ["dependency"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/packages/components", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/packages/configs", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/packages/icons", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/packages/storybook", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/packages/theme", "update_schedule": "weekly", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "version_requirement_updates": "auto"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["scode"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}, {"package_manager": "go:modules", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/core/lib", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}, {"package_manager": "rust:cargo", "directory": "/core/codegen", "update_schedule": "live", "default_reviewers": ["brndnmtthws"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_assignees": ["eolme"], "default_reviewers": ["eolme"], "default_labels": ["APP", "DEPS"], "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "off"}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_assignees": ["eolme"], "default_reviewers": ["eolme"], "default_labels": ["API", "DEPS"], "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/workspace-webui", "update_schedule": "daily", "default_assignees": ["obernardovieira"], "ignored_updates": [{"match": {"dependency_name": "react-scripts"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}, {"package_manager": "javascript", "directory": "/workspace-blockchain", "update_schedule": "daily", "default_assignees": ["obernardovieira"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "ignored_updates": [{"match": {"dependency_name": "cypress-testing-library"}}, {"match": {"dependency_name": "react-testing-library"}}, {"match": {"dependency_name": "husky"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["ifahrentholz"], "default_assignees": ["ifahrentholz"], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "github_actions", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/frontend/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "rust:cargo", "directory": "/pythonx/clap/fuzzymatch-rs", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["domdfcoding"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["domdfcoding"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["domdfcoding"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["domdfcoding"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "default_labels": ["dependencies"], "ignored_updates": [{"match": {"dependency_name": "@babel/*"}}, {"match": {"dependency_name": "@date-io/*"}}, {"match": {"dependency_name": "@typescript-eslint/parser"}}, {"match": {"dependency_name": "core-js"}}, {"match": {"dependency_name": "jss-*"}}, {"match": {"dependency_name": "raw-loader"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-is"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "tslint", "version_requirement": "5.x"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "javascript", "directory": "/sandbox", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "javascript", "directory": "/sandbox", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "javascript", "directory": "/sandbox", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "javascript", "directory": "/sandbox", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["rohitkrai03"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/backend", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/backend", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/backend", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/backend", "update_schedule": "live", "default_labels": ["dependencies", "python"], "commit_message": {"prefix": "Crowdbotics"}}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "Crowdbotics"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["nadnoslen"], "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "default_labels": ["dependencies"], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["nadnoslen"], "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "default_labels": ["dependencies"], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "feat", "prefix_development": "refactor", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["kotarella1110"], "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}, {"match": {"dependency_type": "indirect", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "elixir:hex", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:patch"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["renaudhager"]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["renaudhager"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "@types/node"}}, {"match": {"dependency_name": "@types/vscode"}}], "automerged_updates": [{"match": {"dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "@types/node"}}, {"match": {"dependency_name": "@types/vscode"}}], "automerged_updates": [{"match": {"dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_labels": ["npm", "version bump"], "commit_message": {"prefix": "Update", "include_scope": true}, "allowed_updates": [{"match": {"update_type": "all", "dependency_name": "eclint"}}, {"match": {"dependency_type": "all", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_name": "eclint", "update_type": "all"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}], "version_requirement_updates": "increase_versions"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "default_labels": ["Docker", "version bump"], "commit_message": {"prefix": "Update", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "target_branch": "master", "automerged_updates": [{"match": {"dependency_name": "@dhis2/*", "dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "target_branch": "master", "automerged_updates": [{"match": {"dependency_name": "@dhis2/*", "dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "target_branch": "master", "automerged_updates": [{"match": {"dependency_name": "@dhis2/*", "dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "target_branch": "master", "automerged_updates": [{"match": {"dependency_name": "@dhis2/*", "dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*mocha*", "update_type": "all"}}, {"match": {"dependency_name": "chai*", "update_type": "all"}}, {"match": {"dependency_name": "enzyme*", "update_type": "all"}}, {"match": {"dependency_name": "eslint*", "update_type": "all"}}, {"match": {"dependency_name": "sinon", "update_type": "all"}}, {"match": {"dependency_name": "semver", "update_type": "all"}}, {"match": {"dependency_name": "test-until", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*mocha*", "update_type": "all"}}, {"match": {"dependency_name": "chai*", "update_type": "all"}}, {"match": {"dependency_name": "enzyme*", "update_type": "all"}}, {"match": {"dependency_name": "eslint*", "update_type": "all"}}, {"match": {"dependency_name": "sinon", "update_type": "all"}}, {"match": {"dependency_name": "semver", "update_type": "all"}}, {"match": {"dependency_name": "test-until", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*mocha*", "update_type": "all"}}, {"match": {"dependency_name": "chai*", "update_type": "all"}}, {"match": {"dependency_name": "enzyme*", "update_type": "all"}}, {"match": {"dependency_name": "eslint*", "update_type": "all"}}, {"match": {"dependency_name": "sinon", "update_type": "all"}}, {"match": {"dependency_name": "semver", "update_type": "all"}}, {"match": {"dependency_name": "test-until", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "dependa", "commit_message": {"prefix": "fix"}, "default_reviewers": ["Alexandrshy"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["calebcartwright"], "default_assignees": ["calebcartwright"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_name": "corporate-ui"}}, {"match": {"dependency_name": "scania-theme"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_name": "corporate-ui"}}, {"match": {"dependency_name": "scania-theme"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["ifahrentholz"], "default_assignees": ["ifahrentholz"], "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/src/SadConsole/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "./", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_name": "pip"}}, {"match": {"dependency_name": "click"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["davidgpgr94"], "default_assignees": ["davidgpgr94"], "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/exercises", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}, {"package_manager": "dotnet:nuget", "directory": "/generators", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": ":tv:"}, "default_labels": ["Type: Dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "monthly", "target_branch": "prod", "version_requirement_updates": "off", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}, {"match": {"dependency_type": "direct", "update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "target_branch": "prod", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "security"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/opinionated-review", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "docker", "directory": "/opinionated-review", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Shopify/platform-dev-tools-education"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "default_labels": ["type: dependency-upgrade"], "automerged_updates": [{"match": {"dependency_name": "com.amazonaws:*", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_labels": ["Status: Review Needed", "Scope: Backend", "Type: Dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["whizark"], "default_assignees": ["whizark"], "allowed_updates": [{"match": {"update_type": "security", "dependency_type": "indirect"}}], "commit_message": {"prefix": "build"}}]} +{"version": 1, "update_configs": [{"allowed_updates": [{"match": {"update_type": "security"}}], "default_labels": ["dependencies"], "directory": "/", "package_manager": "javascript", "target_branch": "master", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore(deps)"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["kiyanwang", "ShaunParsons", "malcyL", "mrliptontea"], "default_labels": ["dependencies", "security", "30%"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/WorkflowEngine", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/WorkflowEncoder", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "monthly", "ignored_updates": [{"match": {"dependency_name": "pytest", "version_requirement": ">=5"}}, {"match": {"dependency_name": "Sphinx", "version_requirement": ">=2"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "metro-react-native-babel-preset"}}, {"match": {"dependency_name": "metro"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all", "dependency_name": "@types/*"}}, {"match": {"dependency_name": "aws-sdk"}}, {"match": {"dependency_name": "stripe"}}, {"match": {"dependency_name": "tics"}}, {"match": {"dependency_name": "semver"}}, {"match": {"dependency_name": "ava"}}, {"match": {"dependency_name": "polished"}}, {"match": {"dependency_name": "prettier"}}, {"match": {"dependency_name": "@jonny/eslint-config"}}, {"match": {"dependency_name": "ts-node"}}, {"match": {"dependency_name": "mongodb"}}, {"match": {"dependency_name": "css-loader"}}, {"match": {"dependency_name": "mongodb-memory-server"}}, {"match": {"dependency_name": "@react-navigation/bottom-tabs"}}, {"match": {"dependency_name": "@react-navigation/native"}}, {"match": {"dependency_name": "@react-navigation/stack"}}, {"match": {"dependency_name": "react-native-device-info"}}, {"match": {"dependency_name": "react-native-redash"}}, {"match": {"dependency_name": "typescript"}}, {"match": {"dependency_name": "date-fns"}}, {"match": {"dependency_name": "ts-unused-exports"}}, {"match": {"dependency_name": "ts-loader"}}, {"match": {"dependency_name": "react-native-screens"}}, {"match": {"dependency_name": "@react-native-community/async-storage"}}, {"match": {"dependency_name": "pg"}}, {"match": {"dependency_name": "webpack-dev-middleware"}}, {"match": {"dependency_name": "ts-jest"}}, {"match": {"dependency_name": "jest"}}, {"match": {"dependency_name": "babel-preset-react"}}, {"match": {"dependency_name": "react-native-safe-area-context"}}, {"match": {"dependency_name": "eslint"}}, {"match": {"dependency_name": "ts-node-dev"}}, {"match": {"dependency_name": "ms"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "build", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "@types/jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest-cli", "version_requirement": "*"}}, {"match": {"dependency_name": "puppeteer", "version_requirement": "*"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:patch"}}, {"match": {"dependency_type": "development"}}], "commit_message": {"include_scope": true, "prefix": "Build"}, "default_labels": ["dependency"]}, {"package_manager": "php:composer", "directory": "/.build", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "commit_message": {"include_scope": true, "prefix": "Build"}, "default_labels": ["dependency"]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "all"}}], "commit_message": {"include_scope": true, "prefix": "Build"}, "default_labels": ["dependency"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/axe_core_test", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/cli", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/puppeteer", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/react", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/reporter-earl", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/webdriverjs", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/api", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["pharingee", "willow9886", "ashtexsolutions"]}, {"package_manager": "javascript", "directory": "/guru-react", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["pharingee", "willow9886", "ashtexsolutions"]}, {"package_manager": "javascript", "directory": "/users-vue", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["pharingee", "willow9886", "ashtexsolutions"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "target_branch": "master"}, {"package_manager": "javascript", "directory": "/e2e", "update_schedule": "weekly", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "all"}}], "target_branch": "develop"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/client", "update_schedule": "live", "target_branch": "develop", "default_labels": ["client", "javascript", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore"}}, {"package_manager": "javascript", "directory": "/storybook", "update_schedule": "live", "target_branch": "develop", "default_labels": ["storybook", "javascript", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore"}}, {"package_manager": "go:modules", "directory": "/api/user", "update_schedule": "daily", "target_branch": "develop", "default_labels": ["api: User", "golang", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore"}}, {"package_manager": "go:modules", "directory": "/api/group", "update_schedule": "daily", "target_branch": "develop", "default_labels": ["api: Group", "golang", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore"}}, {"package_manager": "go:modules", "directory": "/api/todo", "update_schedule": "daily", "target_branch": "develop", "default_labels": ["api: ToDo", "golang", "dependabot"], "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "chore"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "@types/jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest-cli", "version_requirement": "*"}}, {"match": {"dependency_name": "puppeteer", "version_requirement": "*"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "version_requirement_updates": "auto", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/gradleinclude", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}], "ignored_updates": [{"match": {"dependency_name": "babel-core"}}, {"match": {"dependency_name": "react"}}, {"match": {"dependency_name": "react-dom"}}, {"match": {"dependency_name": "react-test-renderer"}}, {"match": {"dependency_name": "react-native*"}}, {"match": {"dependency_name": "lottie-react-native"}}, {"match": {"dependency_name": "react-native-svg"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "default_reviewers": ["lpalashevski"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/worker", "update_schedule": "daily"}, {"package_manager": "javascript", "directory": "/server", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/server", "update_schedule": "daily"}, {"package_manager": "docker", "directory": "/worker", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "target_branch": "main", "update_schedule": "weekly", "default_reviewers": ["SonyaMoisset"], "default_assignees": ["SonyaMoisset"], "default_milestone": 9, "default_labels": ["Dependencies", "Security"], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "security"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "default_reviewers": ["dpanzaru-deloitte", "jgimber-deloitte", "bfloreaDVSA"], "default_assignees": ["dpanzaru-deloitte", "jgimber-deloitte", "bfloreaDVSA"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["calebcartwright"], "default_assignees": ["calebcartwright"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/gatsby-theme-core", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": ".", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "*openapi*"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["jglick"]}, {"package_manager": "java:maven", "directory": "/", "target_branch": "2.164.x", "update_schedule": "monthly", "default_reviewers": ["jglick"]}, {"package_manager": "java:maven", "directory": "/", "target_branch": "2.150.x", "update_schedule": "monthly", "default_reviewers": ["jglick"]}, {"package_manager": "java:maven", "directory": "/", "target_branch": "2.138.x", "update_schedule": "monthly", "default_reviewers": ["jglick"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/jq", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/sinatra", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/rack-routing", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/hanami", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/agoo", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/roda", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/flame", "default_labels": ["language:ruby"]}, {"package_manager": "ruby:bundler", "update_schedule": "live", "directory": "/ruby/rails", "default_labels": ["language:ruby"]}, {"package_manager": "rust:cargo", "update_schedule": "live", "directory": "/rust/nickel", "default_labels": ["language:rust"]}, {"package_manager": "rust:cargo", "update_schedule": "live", "directory": "/rust/iron", "default_labels": ["language:rust"]}, {"package_manager": "rust:cargo", "update_schedule": "live", "directory": "/rust/rocket", "default_labels": ["language:rust"]}, {"package_manager": "rust:cargo", "update_schedule": "live", "directory": "/rust/actix-web", "default_labels": ["language:rust"]}, {"package_manager": "rust:cargo", "update_schedule": "live", "directory": "/rust/gotham", "default_labels": ["language:rust"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/japronto", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/flask", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/falcon", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/responder", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/cyclone", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/starlette", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/hug", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/django", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/sanic", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/bottle", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/bocadillo", "default_labels": ["language:python"], "default_reviewers": ["florimondmanca"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/fastapi", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/tornado", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/molten", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/aiohttp", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/vibora", "default_labels": ["language:python"]}, {"package_manager": "python", "update_schedule": "live", "directory": "/python/quart", "default_labels": ["language:python"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/zend-framework", "default_labels": ["language:php"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/zend-expressive", "default_labels": ["language:php"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/slim", "default_labels": ["language:php"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/symfony", "default_labels": ["language:php"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/laravel", "default_labels": ["language:php"]}, {"package_manager": "php:composer", "update_schedule": "live", "directory": "/php/lumen", "default_labels": ["language:php"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/foxify", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/turbo_polka", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/fastify", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/hapi", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/muneem", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/restify", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/polka", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/rayo", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/koa", "default_labels": ["language:javascript"]}, {"package_manager": "javascript", "update_schedule": "live", "directory": "/node/restana", "default_labels": ["language:javascript"]}, {"package_manager": "java:maven", "directory": "/java/act", "update_schedule": "daily", "default_labels": ["language:java"]}, {"package_manager": "go:modules", "directory": "/go/gin", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/fasthttprouter", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/beego", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/gf", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/echo", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/iris", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/muxie", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/chi", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/gorilla-mux", "update_schedule": "daily", "default_labels": ["language:go"]}, {"package_manager": "go:modules", "directory": "/go/kami", "update_schedule": "daily", "default_reviewers": ["guregu"], "default_labels": ["language:go"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/node/rayo", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/csharp/aspnetcore", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/elixir/phoenix", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/scala/http4s", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/cpp/evhtp", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/php/laravel", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/python/aiohttp", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/c/kore", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/nim/jester", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/java/act", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/ruby/cuba", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/swift/vapor", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/go/gorilla-mux", "default_labels": ["docker"]}, {"package_manager": "docker", "update_schedule": "daily", "directory": "/rust/iron", "default_labels": ["docker"]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_assignees": ["ssbhat"], "default_reviewers": ["ssbhat"]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "target_branch": "master", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s.io/...", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "all-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s.io/*", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.*\\/*.*", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "1-half-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s.io/*", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.*\\/*.*", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "2-half-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s\\.io\\/.*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "3-quarter-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s\\.io\\/*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "4-quarter-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "5-quarter-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s\\.io\\/.*\\/*.*", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "6-quarter-rules", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s\\.io\\/.*\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s\\.io\\/.**\n", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "7-tiebreaker", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}, {"package_manager": "go:modules", "directory": "/", "target_branch": "8-tiebreaker", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "k8s\\.io\\/**", "version_requirement": ">=0.17.0"}}, {"match": {"dependency_name": "k8s.io/**", "version_requirement": ">=0.17.0"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop", "default_reviewers": ["bkimminich"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "eslint*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "prettier", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "widen_ranges", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Nargonath"], "default_assignees": ["Nargonath"], "default_labels": ["dependency"], "target_branch": "master", "commit_message": {"prefix": "fix", "prefix_development": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "master", "directory": "/", "default_labels": ["chore"], "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["asmega", "solidgoldpig", "elena-vi", "emileswarts", "tommotaylor"]}]} +{"version": 1, "update_configs": [{"package_manager": "go:dep", "directory": "/ecs-cli", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "node", "version_requirement": ">= 13.a"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "devops", "version_requirement_updates": "increase_versions", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "commit_message": {"prefix": "build", "include_scope": false}}]} +{"version": 1, "update_configs": [{"directory": "/", "package_manager": "javascript", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "default_reviewers": ["syou6162"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/lambda/python/market_data_resample", "update_schedule": "weekly"}, {"package_manager": "python", "directory": "/lambda/python/tiingo_fetcher", "update_schedule": "weekly"}, {"package_manager": "python", "directory": "/lambda/python/tiingo_scheduler", "update_schedule": "weekly"}, {"package_manager": "python", "directory": "/shared", "update_schedule": "weekly"}, {"package_manager": "python", "directory": "/tests", "update_schedule": "weekly"}, {"package_manager": "terraform", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "terraform", "directory": "/tests/shopper/terraform", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "sp-*"}}, {"match": {"dependency_name": "sc-*"}}, {"match": {"dependency_name": "substrate-*"}}, {"match": {"dependency_name": "frame-*"}}, {"match": {"dependency_name": "pallet-*"}}, {"match": {"dependency_name": "node-inspect"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "default_reviewers": ["lortza"], "default_labels": ["dependency-update"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}], "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "*stylelint*"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "target_branch": "master", "update_schedule": "weekly", "default_reviewers": ["SonyaMoisset"], "default_assignees": ["SonyaMoisset"], "default_milestone": 9, "default_labels": ["Dependencies", "Security"], "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "security"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "", "update_schedule": "daily", "target_branch": "master", "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "default_assignees": ["blerg-rush"], "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/readstdin", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/refstructforeach", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/versioninfo", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/appwithalc/appwithalc", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/appwithalc/interfaces", "update_schedule": "live"}, {"package_manager": "dotnet:nuget", "directory": "/appwithalc/library", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_name": "*", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/web-ui", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"directory": "/", "package_manager": "docker", "update_schedule": "daily"}, {"directory": "/fmt", "package_manager": "docker", "update_schedule": "daily"}, {"directory": "/fmt", "package_manager": "javascript", "update_schedule": "live"}, {"directory": "/test", "package_manager": "docker", "update_schedule": "daily"}, {"directory": "/test", "package_manager": "javascript", "update_schedule": "live"}, {"directory": "/validate", "package_manager": "docker", "update_schedule": "daily"}, {"directory": "/validate", "package_manager": "javascript", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "webpack"}}]}, {"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/old-threejs-project", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/amundsen_application/static/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/frontend", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "dependa", "commit_message": {"prefix": "fix"}, "default_reviewers": ["danbosnichill"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "commit_message": {"prefix": "chore"}, "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}, {"package_manager": "php:composer", "commit_message": {"prefix": "chore"}, "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["cshawaus"], "default_labels": ["dependency"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "*"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "develop", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["simonovic86"], "default_assignees": ["simonovic86"], "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["AravindVNair99"], "default_assignees": ["AravindVNair99"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/nodejs/www", "update_schedule": "daily", "default_reviewers": ["igara"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/amqplib", "update_schedule": "live"}, {"package_manager": "javascript", "directory": "/rascal-and-amqplib-demo", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["37108"], "default_assignees": ["37108"], "default_labels": ["dependencies"], "allowed_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["Action: no bump"], "allowed_updates": [{"match": {"dependency_name": "nothing"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["{{ cookiecutter.github_username }}"]}, {"package_manager": "python", "directory": "/requirements", "update_schedule": "weekly", "default_reviewers": ["{{ cookiecutter.github_username }}"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "target_branch": "master", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "default_labels": ["Dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["stefanfreitag"], "allowed_updates": [{"match": {"update_type": "security"}}], "commit_message": {"prefix": "chore"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Andrewgdewar"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "live", "directory": "/", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "default_labels": ["dependencies", "dependabot"], "default_reviewers": ["devotox"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["asmega", "emileswarts", "tommotaylor", "cob16", "sequencemedialimited"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "chore", "include_scope": true}, "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "metro-react-native-babel-preset"}}, {"match": {"dependency_name": "metro"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all", "dependency_name": "@types/*"}}, {"match": {"dependency_name": "aws-sdk"}}, {"match": {"dependency_name": "stripe"}}, {"match": {"dependency_name": "tics"}}, {"match": {"dependency_name": "semver"}}, {"match": {"dependency_name": "ava"}}, {"match": {"dependency_name": "polished"}}, {"match": {"dependency_name": "prettier"}}, {"match": {"dependency_name": "@jonny/eslint-config"}}, {"match": {"dependency_name": "ts-node"}}, {"match": {"dependency_name": "mongodb"}}, {"match": {"dependency_name": "css-loader"}}, {"match": {"dependency_name": "mongodb-memory-server"}}, {"match": {"dependency_name": "@react-navigation/bottom-tabs"}}, {"match": {"dependency_name": "@react-navigation/native"}}, {"match": {"dependency_name": "@react-navigation/stack"}}, {"match": {"dependency_name": "react-native-device-info"}}, {"match": {"dependency_name": "react-native-redash"}}, {"match": {"dependency_name": "typescript"}}, {"match": {"dependency_name": "date-fns"}}, {"match": {"dependency_name": "ts-unused-exports"}}, {"match": {"dependency_name": "ts-loader"}}, {"match": {"dependency_name": "react-native-screens"}}, {"match": {"dependency_name": "@react-native-community/async-storage"}}, {"match": {"dependency_name": "pg"}}, {"match": {"dependency_name": "webpack-dev-middleware"}}, {"match": {"dependency_name": "ts-jest"}}, {"match": {"dependency_name": "jest"}}, {"match": {"dependency_name": "babel-preset-react"}}, {"match": {"dependency_name": "react-native-safe-area-context"}}, {"match": {"dependency_name": "eslint"}}, {"match": {"dependency_name": "ts-node-dev"}}, {"match": {"dependency_name": "ms"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "@types/jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest-cli", "version_requirement": "*"}}, {"match": {"dependency_name": "puppeteer", "version_requirement": "*"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "all"}}], "target_branch": "develop"}, {"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "default_reviewers": ["dpanzaru-deloitte", "jgimber-deloitte", "bfloreaDVSA"], "default_assignees": ["dpanzaru-deloitte", "jgimber-deloitte", "bfloreaDVSA"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "commit_message": {"prefix": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_assignees": ["ssbhat"], "default_reviewers": ["ssbhat"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["Nargonath"], "default_assignees": ["Nargonath"], "default_labels": ["dependency"], "target_branch": "master", "commit_message": {"prefix": "fix", "prefix_development": "build", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "master", "directory": "/", "default_labels": ["chore"], "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "master", "directory": "/", "default_labels": ["chore"], "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "master", "directory": "/", "default_labels": ["chore"], "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "master", "directory": "/", "default_labels": ["chore"], "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "node", "version_requirement": ">= 13.a"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "node", "version_requirement": ">= 13.a"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "update_schedule": "daily", "directory": ".", "default_assignees": ["HugoDF"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "", "update_schedule": "daily", "target_branch": "master", "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_assignees": ["cshawaus"], "default_labels": ["dependency"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "target_branch": "develop", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["simonovic86"], "default_assignees": ["simonovic86"], "allowed_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["Action: no bump"], "allowed_updates": [{"match": {"dependency_name": "nothing"}}], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "dependabot"}, "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_name": "osm"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}], "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "dev"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/packages/netlify-cms", "update_schedule": "weekly", "default_assignees": ["d4rekanguok"]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/language-server", "update_schedule": "daily"}, {"package_manager": "rust:cargo", "directory": "/language-server-macros", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}, {"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-api", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "javascript", "directory": "/packages/axe-core-api", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-capybara", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-cucumber", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-cucumber/e2e/capybara", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-cucumber/e2e/watir", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-rspec", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-rspec/e2e/capybara", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-selenium", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "ruby:bundler", "directory": "/packages/axe-core-watir", "update_schedule": "weekly", "default_labels": ["axe_api_deps_bot"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["Action: no bump"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "development", "default_labels": ["dependabot"], "commit_message": {"prefix": "[DEPENDABOT]"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "default_reviewers": ["totvslabs/ai"], "default_assignees": ["totvslabsbot"], "default_labels": ["difficulty/easy", "kind/bug", "priority/medium"], "commit_message": {"prefix": "fix", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_reviewers": ["felipeweb"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "monthly", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}, {"match": {"dependency_type": "development", "update_type": "semver:minor"}}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/rust", "update_schedule": "live"}, {"package_manager": "java:gradle", "directory": "/rust", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["CodexLink"], "default_assignees": ["CodexLink"], "default_labels": ["Library Dependency Update", "Dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "python", "directory": "/docs", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "python", "directory": "/.github/workflows", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "github_actions", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["github-alextremp", "github-paulusrex", "github-oscarramirez23", "github-oscarraigscmspain", "github-maryammdot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"update_type": "in_range"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "target_branch": "devel"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/docker/sync-wrap", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/frontend", "update_schedule": "monthly", "default_labels": ["frontend", "dependencies"]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "default_labels": ["ci", "dependencies"]}, {"package_manager": "python", "directory": "/", "update_schedule": "monthly", "default_labels": ["backend", "dependencies"]}, {"package_manager": "docker", "directory": "/backend/ecs_tasks/delete_files", "update_schedule": "monthly", "default_labels": ["backend", "dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["leocomelli"], "default_assignees": ["leocomelli"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily", "default_reviewers": ["heiglandreas"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["nadnoslen"], "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "default_labels": ["dependencies"], "target_branch": "master", "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "develop", "default_reviewers": ["bkimminich"], "default_labels": ["dependencies"], "ignored_updates": [{"match": {"dependency_name": "express-jwt", "version_requirement": "0.1.3"}}, {"match": {"dependency_name": "sanitize-html", "version_requirement": "1.4.2"}}, {"match": {"dependency_name": "unzipper", "version_requirement": "0.9.15"}}]}, {"package_manager": "javascript", "directory": "/frontend", "update_schedule": "live", "target_branch": "develop", "default_reviewers": ["bkimminich"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}, {"package_manager": "rust:cargo", "directory": "/contracts/rust", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"default_assignees": ["spawnia"], "default_reviewers": ["spawnia"], "directory": "/", "package_manager": "php:composer", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["xhudec"], "default_assignees": ["xhudec"], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["josejulio"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "commit_message": {"prefix": "fix(deps)"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependency update"], "default_assignees": ["luzfcb"]}, {"package_manager": "python", "directory": "/{{cookiecutter.project_slug}}/requirements", "update_schedule": "weekly", "default_labels": ["dependency update"], "default_assignees": ["luzfcb"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": ".", "update_schedule": "live", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "default_reviewers": ["shunkakinoki"]}, {"package_manager": "github_actions", "directory": ".", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "default_reviewers": ["shunkakinoki"]}, {"package_manager": "ruby:bundler", "directory": "sentrei/android", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "default_reviewers": ["shunkakinoki"]}, {"package_manager": "ruby:bundler", "directory": "sentrei/ios", "update_schedule": "daily", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}, "default_reviewers": ["shunkakinoki"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "@types/jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest", "version_requirement": "*"}}, {"match": {"dependency_name": "jest-cli", "version_requirement": "*"}}, {"match": {"dependency_name": "puppeteer", "version_requirement": "*"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "default_labels": ["area/dependencies"], "allowed_updates": [{"match": {"update_type": "security"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-core-client"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-jms-client"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-server"}}, {"match": {"dependency_name": "org.apache.activemq:artemis-commons"}}, {"match": {"dependency_name": "org.flywaydb:flyway-core"}}, {"match": {"dependency_name": "org.freemarker:freemarker"}}, {"match": {"dependency_name": "org.eclipse.jgit:org.eclipse.jgit"}}, {"match": {"dependency_name": "io.fabric8:kubernetes-client-bom"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpclient"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpasyncclient"}}, {"match": {"dependency_name": "org.apache.httpcomponents:httpcore"}}, {"match": {"dependency_name": "org.quartz-scheduler:quartz"}}, {"match": {"dependency_name": "com.cronutils:cron-utils"}}, {"match": {"dependency_name": "org.eclipse:yasson"}}, {"match": {"dependency_name": "io.quarkus.gizmo:gizmo"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-vertx-backend"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-core"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-servlet"}}, {"match": {"dependency_name": "io.quarkus.http:quarkus-http-websockets-jsr"}}, {"match": {"dependency_name": "org.wildfly.security:wildfly-elytron-*"}}, {"match": {"dependency_name": "org.postgresql:postgresql"}}, {"match": {"dependency_name": "org.mariadb.jdbc:mariadb-java-client"}}, {"match": {"dependency_name": "mysql:mysql-connector-java"}}, {"match": {"dependency_name": "org.apache.derby:derbyclient"}}, {"match": {"dependency_name": "com.microsoft.sqlserver:mssql-jdbc"}}, {"match": {"dependency_name": "org.apache.kafka:kafka-clients"}}, {"match": {"dependency_name": "org.apache.kafka:kafka-streams"}}, {"match": {"dependency_name": "org.apache.kafka:kafka_2.12"}}, {"match": {"dependency_name": "org.apache.zookeeper:zookeeper"}}, {"match": {"dependency_name": "io.debezium:debezium-core"}}, {"match": {"dependency_name": "org.scala-lang:scala-reflect"}}, {"match": {"dependency_name": "org.scala-lang:scala-library"}}, {"match": {"dependency_name": "org.scala-lang:scala-compiler"}}, {"match": {"dependency_name": "net.alchim31.maven:scala-maven-plugin"}}, {"match": {"dependency_name": "io.smallrye:smallrye-jwt"}}, {"match": {"dependency_name": "org.apache.tika:tika-parsers"}}, {"match": {"dependency_name": "io.reactivex.rxjava2:rxjava"}}, {"match": {"dependency_name": "io.rest-assured:rest-assured"}}, {"match": {"dependency_name": "io.rest-assured:json-schema-validator"}}, {"match": {"dependency_name": "org.junit:junit-bom"}}, {"match": {"dependency_name": "org.assertj:assertj-core"}}, {"match": {"dependency_name": "org.testcontainers:testcontainers"}}, {"match": {"dependency_name": "org.testcontainers:junit-jupiter"}}, {"match": {"dependency_name": "org.mockito:mockito-core"}}, {"match": {"dependency_name": "org.awaitility:awaitility"}}, {"match": {"dependency_name": "net.revelc.code.formatter:formatter-maven-plugin"}}, {"match": {"dependency_name": "net.revelc.code:impsort-maven-plugin"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "master", "default_reviewers": ["abdelrahman-elkady", "mohamed-ashour", "omarsafwany"], "allowed_updates": [{"match": {"dependency_type": "direct", "update_type": "all"}}, {"match": {"dependency_type": "indirect", "update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}, {"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["streeter"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["sony-mathew", "sojan-official", "subintp"], "default_labels": ["dependencies", "ruby"], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["pranavrajs", "nithindavid"], "default_labels": ["dependencies", "javascript"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "aws-sdk"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}], "default_reviewers": ["dongleivip", "claysang"], "default_labels": ["npm-package-update"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_reviewers": ["igara"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"default_assignees": ["laragraph"], "default_reviewers": ["laragraph"], "directory": "/", "package_manager": "php:composer", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "version_requirement_updates": "widen_ranges", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}, {"match": {"dependency_type": "all", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "live", "default_reviewers": ["ct0r"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["davemcorwin", "amirbey"], "default_assignees": ["davemcorwin"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">= 11.0.0"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "org.spockframework:spock-core"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "security"}}], "default_labels": ["component/dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all"}}], "default_reviewers": ["kamaz"], "default_assignees": ["kamaz"], "default_labels": ["dependencies", "dependabot", "security"], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["XhmikosR"], "default_labels": ["dependencies"], "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"update_type": "security"}}], "ignored_updates": [{"match": {"dependency_name": "@octokit/rest"}}], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "in_range"}}]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "auto", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}, {"match": {"dependency_type": "production", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "eslint*", "update_type": "semver:minor"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/core", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/cassandra", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/clickhouse", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/couchbase", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/database-commons", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/dynalite", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/elasticsearch", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/influxdb", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/jdbc", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/jdbc-test", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/junit-jupiter", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/kafka", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/localstack", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mariadb", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mockserver", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mssqlserver", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mysql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/neo4j", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/nginx", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/oracle-xe", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/postgresql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/pulsar", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/selenium", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/spock", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/vault", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/examples", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["hoverbear"], "default_assignees": ["hoverbear"], "default_labels": ["domain: dependencies"], "version_requirement_updates": "off", "commit_message": {"prefix": "chore(deps)"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "commit_message": {"prefix": "fix", "prefix_development": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Johann-S", "XhmikosR"], "default_labels": ["dependencies", "v5"], "version_requirement_updates": "increase_versions", "ignored_updates": [{"match": {"dependency_name": "karma-browserstack-launcher", "version_requirement": "1.5.1"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "brackend/prisma", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}, {"package_manager": "javascript", "directory": "packages/is", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}, {"package_manager": "javascript", "directory": "packages/numbers", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}, {"package_manager": "javascript", "directory": "packages/objects", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}, {"package_manager": "javascript", "directory": "packages/strings", "update_schedule": "live", "default_reviewers": ["etc-tiago"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "daily", "default_labels": [":game_die: dependencies", ":robot: bot"], "automerged_updates": [{"match": {"dependency_name": "github.com/portapps/portapps"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "monthly", "default_assignees": ["banukutlu", "whereismyjetpack"]}, {"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "default_assignees": ["banukutlu", "whereismyjetpack"]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["solidgoldpig", "elena-vi"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "target_branch": "master", "allowed_updates": [{"match": {"update_type": "security"}}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "direct"}}, {"match": {"update_type": "security"}}], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/playground", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "direct"}}, {"match": {"update_type": "security"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}, {"package_manager": "submodules", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "default_labels": ["dependencies"], "target_branch": "dev", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}]}, {"package_manager": "javascript", "directory": "/", "default_labels": ["dependencies"], "target_branch": "foo", "allowed_updates": [{"match": {"update_type": "all", "dependency_type": "direct"}}, {"match": {"update_type": "security", "dependency_type": "indirect"}}], "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "automerged_updates": [{"match": {"update_type": "all", "dependency_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "default_reviewers": ["ponday-dev"], "allowed_updates": [{"match": {"update_type": "all"}}], "update_schedule": "weekly", "commit_message": {"prefix": "chore(deps): "}}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}, {"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live", "default_assignees": ["fredrikhr"], "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}, {"match": {"dependency_type": "development", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "security"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["Action: no bump"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "misc"}, "default_labels": ["Action: no bump"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "target_branch": "development", "default_labels": ["dependabot"], "commit_message": {"prefix": "[DEPENDABOT]"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "default_labels": ["dependencies", "dependabot"], "commit_message": {"prefix": "chore"}, "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "python", "directory": "/docs", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "python", "directory": "/.github/workflows", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}, {"package_manager": "github_actions", "directory": "/", "update_schedule": "daily", "allowed_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependencies"], "automerged_updates": [{"match": {"update_type": "in_range"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "target_branch": "devel"}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "target_branch": "devel"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}, {"package_manager": "rust:cargo", "directory": "/contracts/rust", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}, {"package_manager": "rust:cargo", "directory": "/contracts/rust", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"default_assignees": ["spawnia"], "default_reviewers": ["spawnia"], "directory": "/", "package_manager": "php:composer", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"default_assignees": ["spawnia"], "default_reviewers": ["spawnia"], "directory": "/", "package_manager": "php:composer", "update_schedule": "live", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["josejulio"], "allowed_updates": [{"match": {"dependency_name": "@redhat-cloud-services/frontend*"}}, {"match": {"dependency_name": "@patternfly/*", "dependency_type": "direct"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "weekly", "default_labels": ["dependency update"], "default_assignees": ["luzfcb"]}, {"package_manager": "python", "directory": "/{{cookiecutter.project_slug}}/requirements", "update_schedule": "weekly", "default_labels": ["dependency update"], "default_assignees": ["luzfcb"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["streeter"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["streeter"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["streeter"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "daily", "default_reviewers": ["streeter"], "default_labels": ["dependencies"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["sony-mathew", "sojan-official", "subintp"], "default_labels": ["dependencies", "ruby"], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["pranavrajs", "nithindavid"], "default_labels": ["dependencies", "javascript"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["sony-mathew", "sojan-official", "subintp"], "default_labels": ["dependencies", "ruby"], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["pranavrajs", "nithindavid"], "default_labels": ["dependencies", "javascript"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["sony-mathew", "sojan-official", "subintp"], "default_labels": ["dependencies", "ruby"], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["pranavrajs", "nithindavid"], "default_labels": ["dependencies", "javascript"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["sony-mathew", "sojan-official", "subintp"], "default_labels": ["dependencies", "ruby"], "version_requirement_updates": "auto"}, {"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["pranavrajs", "nithindavid"], "default_labels": ["dependencies", "javascript"], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["dependencies", "dependabot"], "automerged_updates": [{"match": {"update_type": "all"}}], "version_requirement_updates": "auto"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "ignored_updates": [{"match": {"dependency_name": "aws-sdk"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["davemcorwin", "amirbey"], "default_assignees": ["davemcorwin"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["davemcorwin", "amirbey"], "default_assignees": ["davemcorwin"], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "org.spockframework:spock-core"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/", "update_schedule": "daily", "ignored_updates": [{"match": {"dependency_name": "org.spockframework:spock-core"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_name": "@babel/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "@typescript-eslint/*", "update_type": "semver:minor"}}, {"match": {"dependency_name": "eslint*", "update_type": "semver:minor"}}], "ignored_updates": [{"match": {"dependency_name": "@types/node", "version_requirement": ">10"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:gradle", "directory": "/core", "update_schedule": "daily"}, {"package_manager": "java:gradle", "directory": "/modules/cassandra", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/clickhouse", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/couchbase", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/database-commons", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/dynalite", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/elasticsearch", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/influxdb", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/jdbc", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/jdbc-test", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/junit-jupiter", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/kafka", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/localstack", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mariadb", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mockserver", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mssqlserver", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/mysql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/neo4j", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/nginx", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/oracle-xe", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/postgresql", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/pulsar", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/selenium", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/spock", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/modules/vault", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}, {"package_manager": "java:gradle", "directory": "/examples", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "semver:minor"}}, {"match": {"dependency_type": "production", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["hoverbear"], "default_assignees": ["hoverbear"], "default_labels": ["domain: dependencies"], "version_requirement_updates": "off", "commit_message": {"prefix": "chore(deps)"}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Johann-S", "XhmikosR"], "default_labels": ["dependencies", "v5"], "version_requirement_updates": "increase_versions", "ignored_updates": [{"match": {"dependency_name": "karma-browserstack-launcher", "version_requirement": "1.5.1"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "default_reviewers": ["Johann-S", "XhmikosR"], "default_labels": ["dependencies", "v5"], "version_requirement_updates": "increase_versions", "ignored_updates": [{"match": {"dependency_name": "karma-browserstack-launcher", "version_requirement": "1.5.1"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["solidgoldpig", "elena-vi"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["solidgoldpig", "elena-vi"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["solidgoldpig", "elena-vi"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "version_requirement_updates": "increase_versions"}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily"}, {"package_manager": "javascript", "directory": "/orko-ui", "update_schedule": "daily"}, {"package_manager": "javascript", "directory": "/orko-semantic", "update_schedule": "daily"}, {"package_manager": "javascript", "directory": "/orko-end-to-end-testing", "update_schedule": "daily"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_reviewers": ["brunobc182", "victorheringer"], "default_assignees": ["brunobc182", "victorheringer"]}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "version_requirement_updates": "off", "commit_message": {"prefix": "No-Jira", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "svelte"}}], "automerged_updates": [{"match": {"update_type": "all"}}], "target_branch": "master"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_reviewers": ["thestonefox"], "default_labels": ["dependency-update"], "version_requirement_updates": "increase_versions", "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "in_range"}}], "commit_message": {"prefix": "chore", "include_scope": true}}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "systemjs"}}], "default_reviewers": ["remusao", "private-face", "luciancor"], "default_labels": ["chore"], "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "in_range"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "security"}}], "version_requirement_updates": "off"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "weekly", "allowed_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "automerged_updates": [{"match": {"dependency_name": "puma", "update_type": "semver:minor"}}, {"match": {"dependency_name": "rspec*"}}, {"match": {"dependency_name": "capybara*"}}], "version_requirement_updates": "off"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "typescript", "version_requirement": "~3.6.5"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "default_reviewers": ["rangerrick"], "default_labels": ["dependabot"], "commit_message": {"prefix": "build", "include_scope": true}, "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "dotnet:nuget", "directory": "/", "update_schedule": "live", "default_assignees": ["couven92"]}, {"package_manager": "submodules", "directory": "/", "update_schedule": "daily", "default_assignees": ["couven92"]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "live", "allowed_updates": [{"match": {"update_type": "all"}}], "automerged_updates": [{"match": {"update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "java:maven", "directory": "/", "update_schedule": "daily", "commit_message": {"prefix": "dependency"}}]} +{"version": 1, "update_configs": [{"package_manager": "rust:cargo", "directory": "/", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "monthly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "php:composer", "directory": "/", "update_schedule": "daily", "default_labels": ["dependencies", "dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "semver:patch"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "target_branch": "trunk"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}], "ignored_updates": [{"match": {"dependency_name": "@prisma*"}}], "version_requirement_updates": "widen_ranges"}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/api", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "default_reviewers": ["siberex"]}, {"package_manager": "javascript", "directory": "/web", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "semver:minor"}}], "default_reviewers": ["siberex"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "ignored_updates": [{"match": {"dependency_name": "uuid"}}, {"match": {"dependency_name": "@types/uuid"}}], "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all", "dependency_name": "@types/*"}}, {"match": {"dependency_name": "aws-sdk"}}, {"match": {"dependency_name": "stripe"}}, {"match": {"dependency_name": "@react-native-community/cli"}}, {"match": {"dependency_name": "ava"}}, {"match": {"dependency_name": "polished"}}, {"match": {"dependency_name": "prettier"}}, {"match": {"dependency_name": "@jonny/eslint-config"}}, {"match": {"dependency_name": "mongodb-memory-server"}}], "version_requirement_updates": "increase_versions"}, {"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_name": "fastlane"}}], "default_assignees": ["JonnyBurger"]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/python", "update_schedule": "weekly"}, {"package_manager": "java:maven", "directory": "/engine", "update_schedule": "weekly"}]} +{"version": 1, "update_configs": [{"package_manager": "go:modules", "directory": "/", "update_schedule": "monthly", "default_labels": ["dependencies", "go"], "commit_message": {"prefix": "deps"}}, {"package_manager": "javascript", "directory": "/web", "update_schedule": "weekly", "version_requirement_updates": "increase_versions", "default_labels": ["dependencies", "javascript"], "commit_message": {"prefix": "deps", "prefix_development": "chore"}}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "target_branch": "master", "default_reviewers": ["onlinejudge95"], "default_assignees": ["dependabot"], "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "default_reviewers": ["onlinejudge95"], "default_assignees": ["dependabot"], "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "security"}}]}, {"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "target_branch": "master", "default_reviewers": ["onlinejudge95"], "default_assignees": ["dependabot"], "default_labels": ["dependencies", "dependabot"], "allowed_updates": [{"match": {"update_type": "security"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "target_branch": "develop", "version_requirement_updates": "auto", "default_reviewers": ["gep13"], "default_assignees": ["gep13"], "default_labels": ["dependabot"]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "live", "default_labels": ["Type: Dependency \ud83d\udd17"], "commit_message": {"prefix": "chore", "include_scope": true}, "target_branch": "develop"}]} +{"version": 1, "update_configs": [{"package_manager": "ruby:bundler", "directory": "/", "update_schedule": "live"}]} +{"version": 1, "update_configs": [{"package_manager": "docker", "directory": "/", "update_schedule": "weekly", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "javascript", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "development", "update_type": "all"}}, {"match": {"dependency_type": "production", "update_type": "all"}}]}]} +{"version": 1, "update_configs": [{"package_manager": "python", "directory": "/", "update_schedule": "live", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}, {"package_manager": "terraform", "directory": "/", "update_schedule": "daily", "automerged_updates": [{"match": {"dependency_type": "all", "update_type": "security:patch"}}]}]} diff --git a/schemas/dependabot/schema.json b/schemas/dependabot/schema.json new file mode 100644 index 0000000..f9b6547 --- /dev/null +++ b/schemas/dependabot/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "definitions": {}, "id": "https://json.schemastore.org/dependabot.json", "properties": {"version": {"type": "integer", "default": 1, "examples": [1], "minimum": 1, "maximum": 1}, "update_configs": {"type": "array", "items": {"type": "object", "required": ["package_manager", "directory", "update_schedule"], "properties": {"package_manager": {"type": "string", "enum": ["javascript", "ruby:bundler", "php:composer", "python", "go:modules", "go:dep", "java:maven", "java:gradle", "dotnet:nuget", "rust:cargo", "elixir:hex", "docker", "terraform", "submodules", "elm", "github_actions"], "description": "What package manager to use", "examples": ["ruby:bundler"]}, "directory": {"type": "string", "description": "Where to look for package manifests", "examples": ["/app"]}, "update_schedule": {"type": "string", "enum": ["live", "daily", "weekly", "monthly"], "description": "How often to check for updates", "examples": ["live"]}, "target_branch": {"type": "string", "description": "Branch to create pull requests against. By default your repository's default branch is used.", "items": {"type": "string", "description": "branchname", "examples": ["develop"]}}, "default_reviewers": {"type": "array", "description": "Reviewers to set on update pull requests.", "items": {"type": "string", "description": "reviewer github username", "examples": ["github-username"]}}, "default_assignees": {"type": "array", "description": "Assignees to set on update pull requests.", "items": {"type": "string", "description": "assignee github username", "examples": ["github_username_1"]}}, "default_labels": {"type": "array", "description": "Labels to set on update pull requests. By default 'dependencies' is used.", "items": {"type": "string", "examples": ["label-name"]}}, "default_milestone": {"type": "integer", "description": "Milestone to set on dependency update pull requests. Specified using the milestone number - you can find this in the URL when looking at details of a milestone in GitHub."}, "allowed_updates": {"type": "array", "description": "Limit which updates are allowed. By default all direct/top-level dependencies are kept up to date (indirect/sub-dependencies are only updated if they include security fixes).", "items": {"type": "object", "minItems": 1, "properties": {"match": {"type": "object", "properties": {"dependency_name": {"type": "string", "description": "matching on dependency name ", "examples": ["react*"]}, "dependency_type": {"type": "string", "description": "only allow certain updates", "examples": ["development", "production", "direct", "indirect", "all"]}, "update_type": {"type": "string", "enum": ["security", "all"], "description": "which updates to do", "default": "security", "examples": ["all"]}}}}}}, "ignored_updates": {"type": "array", "description": "By default no updates are ignored. The version_requirement specifies the versions to ignore. The range format is specific to the package manager (e.g., ^1.0.0 for JS, or ~> 2.0 for Ruby).", "items": {"type": "object", "minItems": 1, "properties": {"match": {"type": "object", "properties": {"dependency_name": {"type": "string", "description": "matching on dependency name ", "examples": ["aws*"]}, "version_requirement": {"type": "string", "description": "The version_requirement specifies the versions to ignore. The range format is specific to the package manager (e.g., ^1.0.0 for JS, or ~> 2.0 for Ruby).", "examples": ["4.x"]}}}}}}, "automerged_updates": {"type": "array", "description": "Automerged updates must be enabled at the account level (from account settings in your dashboard) before they can be configured on a project. Specify which update pull requests should be merged automatically. By default no updates are automerged. For all of the options below Dependabot will wait until all your status checks pass before merging. You can also set working hours for automerging in your dashboard account settings.", "items": {"type": "object", "minItems": 1, "properties": {"match": {"type": "object", "properties": {"dependency_name": {"type": "string", "description": "matching on dependency name ", "examples": ["aws*"]}, "dependency_type": {"type": "string", "enum": ["development", "production", "all"], "examples": ["production*"]}, "update_type": {"type": "string", "enum": ["security:patch", "semver:patch", "semver:minor", "in_range", "all"], "examples": ["semver:patch"]}}}}}}, "version_requirement_updates": {"type": "string", "enum": ["off", "auto", "widen_ranges", "increase_versions", "increase_versions_if_necessary"], "description": "Specify how Dependabot should update your package manifest (e.g. package.json, Gemfile etc), as opposed to your lockfile. By default, version requirements are increased if it's an app and the range widened if it's a library.", "examples": ["widen_ranges"]}, "commit_message": {"type": "object", "description": "Preferences for the format of Dependabot's commit messages and pull request titles. By default, Dependabot will attempt to detect your commit message preferences and use those.", "properties": {"prefix": {"type": "string", "examples": ["chore"]}, "prefix_development": {"type": "string", "examples": ["fix"]}, "include_scope": {"type": "boolean"}}}}}}}, "required": ["version", "update_configs"], "title": "Dependabot configuration file", "type": "object"} \ No newline at end of file diff --git a/schemas/importmap/instances.jsonl b/schemas/importmap/instances.jsonl new file mode 100644 index 0000000..329362a --- /dev/null +++ b/schemas/importmap/instances.jsonl @@ -0,0 +1,964 @@ +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"node:buffer": "https://deno.land/std@0.176.0/node/buffer.ts", "node:fs": "https://deno.land/std@0.176.0/node/fs.ts", "node:events": "https://deno.land/std@0.176.0/node/events.ts", "tweetnacl": "npm:tweetnacl", "ws": "npm:ws", "mocha": "https://deno.land/std@0.168.0/testing/bdd.ts", "chai": "https://cdn.skypack.dev/chai@4.3.4?dts", "sinon": "https://cdn.skypack.dev/sinon@15.0.0?dts", "chai-as-promised": "npm:chai-as-promised", "benchmark": "npm:benchmark", "dotenv": "npm:dotenv", "node:zlib": "https://deno.land/std@0.176.0/node/zlib.ts", "@discordeno/utils": "./packages/utils/dist/index.js", "@discordeno/types": "./packages/types/dist/index.js", "@discordeno/rest": "./packages/rest/dist/index.js", "@discordeno/gateway": "./packages/gateway/dist/index.js", "@discordeno/bot": "./packages/bot/dist/index.js"}} +{"imports": {"ace": "/node_modules/ace-builds/src-min/ace.js", "adoptedStyleSheets": "/node_modules/construct-style-sheets-polyfill/dist/adoptedStyleSheets.js", "autosize": "/node_modules/autosize/dist/autosize.min.js", "bootstrap": "/node_modules/bootstrap/dist/js/bootstrap.min.js", "bowser": "/node_modules/bowser/es5.js", "bpmn-js-properties-panel/": "/node_modules/bpmn-js-properties-panel/dist/", "bpmn-js/": "/node_modules/bpmn-js/dist/", "bpmn-moddle": "/node_modules/bpmn-moddle/dist/bpmn-moddle.umd.prod.js", "camunda-bpmn-moddle": "/node_modules/camunda-bpmn-moddle/resources/camunda.json", "captcha": "/node_modules/js-captcha/dist/js/index.min.js", "contextmenu": "/node_modules/bootstrap-contextmenu/bootstrap-contextmenu.js", "cropper/": "/node_modules/cropperjs/dist/", "datetimepicker/": "/node_modules/eonasdan-bootstrap-datetimepicker/build/", "filesaver": "/node_modules/file-saver/FileSaver.min.js", "flatpickr/": "/node_modules/flatpickr/dist/", "fullcalendar": "/node_modules/fullcalendar/dist/fullcalendar.min.js", "fullcalendar-locale": "/node_modules/fullcalendar/dist/locale/ru.js", "fullcalendar-style": "/node_modules/fullcalendar/dist/fullcalendar.min.css", "jquery": "/node_modules/jquery/dist/jquery.min.js", "jquery-ui": "/node_modules/jquery-ui-dist/jquery-ui.min.js", "jsplumb": "/node_modules/jsplumb/dist/js/jsPlumb-1.7.9-min.js", "jsworkflow": "/js/browser/veda_workflow_editor.js", "jszip": "/node_modules/jszip/dist/jszip.min.js", "marked": "/node_modules/marked/marked.min.js", "moment": "/node_modules/moment/min/moment-with-locales.min.js", "regenerator-runtime/runtime": "/node_modules/regenerator-runtime/runtime.js", "riot": "/js/common/lib/riot.js", "ruscryptojs": "/node_modules/ruscryptojs/dist/ruscrypto.min.js", "sha256": "/js/common/lib/sha256.js", "tablesortable": "/js/browser/table_sortable.js", "touchswipe": "/node_modules/jquery-touchswipe/jquery.touchSwipe.min.js", "vis": "/node_modules/vis-network/standalone/umd/vis-network.min.js"}} +{"imports": {"@openzeppelin/contracts/": "/node_modules/@openzeppelin/contracts/", "@uniswap/v2-core/": "/node_modules/@uniswap/v2-core/", "@uniswap/v3-periphery/": "/node_modules/@uniswap/v3-periphery/"}, "scopes": {}} +{"imports": {"photo-sphere-viewer": "/dist/libs/photo-sphere-viewer/photo-sphere-viewer.js", "photo-sphere-viewer/dist/adapters/cubemap": "/dist/libs/photo-sphere-viewer/adapters/cubemap.js", "three": "/node_modules/three/build/three.module.js", "uevent": "/dist/libs/uevent/browser.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "kv_oauth": "https://deno.land/x/deno_kv_oauth@v0.2.7/mod.ts", "ultra/": "https://deno.land/x/ultra@v2.3.2/", "std/": "https://deno.land/std@0.193.0/"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.3/lib/system/single-spa.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs-operators.min.js", "@datacode/root-config": "//localhost:9000/datacode-root-config.js", "@datacode/styleguide": "//localhost:9001/datacode-styleguide.js", "@datacode/api": "//localhost:9002/datacode-api.js", "@datacode/navbar": "//localhost:9003/datacode-navbar.js", "@datacode/home": "//localhost:9004/datacode-home.js", "@datacode/technology": "//localhost:9005/datacode-technology.js", "@datacode/education": "//localhost:9006/datacode-education.js", "@datacode/footer": "//localhost:9007/datacode-footer.js"}} +{"imports": {"/": "./", "./": "./", "@deps": "./deps.ts", "@configs": "./configs.ts"}} +{"imports": {"@zuri/zuri-plugin-chessboard": "https://chess.zuri.chat/zuri-zuri-plugin-chessboard.js", "@zuri/zuri-plugin-company-sales-prospects": "https://sales.zuri.chat/static/zuri-zuri-plugin-company-sales-prospects.js", "@zuri/zuri-plugin-music": "https://music.zuri.chat/static/zuri-music-plugin.js", "@zuri/zuri-plugin-deadlines": "https://reminders.zuri.chat/zuri-zuri-plugin-deadlines.js", "@zuri/zuri-plugin-company-goals": "https://goals.zuri.chat/zuri-plugin-company-goals.js", "@zuri/zuri-plugin-todo": "https://todo.zuri.chat/js/app.js", "@zuri/zuri-plugin-dm": "https://dm.zuri.chat/static/zuri-zuri-plugin-dm.js", "@zuri/zuri-plugin-noticeboard": "https://noticeboard.zuri.chat/static/zuri-zuri-plugin-noticeboard.js", "@zuri/zuri-plugin-companyfiles": "https://companyfiles.zuri.chat/zuri-zuri-plugin-company-files.js", "@zuri/zuri-plugin-calendar": "https://calendar.zuri.chat/static/zuri-zuri-plugin-holiday-calendar.js", "@zuri/zuri-plugin-expenses": "https://expenses.zuri.chat/js/zuri-zuri-plugin-expenses.js", "@zuri/zuri-plugin-tools": "https://externaltools.zuri.chat/zuri-zuri-plugin-tools.js", "@zuri/zuri-plugin-channels": "https://channels.zuri.chat/static/main/dist/zuri-zuri-plugin-channels.js", "@zuri/zuri-plugin-contributions": "https://ct.zuri.chat/js/app.js", "@zuri/zuri-plugin-messaging": "https://chat.zuri.chat/zuri-messaging.js", "@zuri/zuri-plugin-task-manager": "http://task.zuri.chat/zuri-zuri-plugin-task-manager.js"}} +{"imports": {"node:http": "node:http", "web-specs": "https://ga.jspm.io/npm:web-specs@2.46.0/index.json.js"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.development.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.development.js", "@acme/root-config": "https://cw-mock.s3.ap-southeast-2.amazonaws.com/mfe-root/acme-root-config.js", "@acme/navbar-app": "https://cw-mock.s3.ap-southeast-2.amazonaws.com/navbar-app/acme-navbar-app.js", "@acme/home-app": "https://cw-mock.s3.ap-southeast-2.amazonaws.com/home-app/acme-home-app.js", "@acme/about-app": "https://cw-mock.s3.ap-southeast-2.amazonaws.com/about-app/acme-about-app.js", "@acme/contact-app": "https://cw-mock.s3.ap-southeast-2.amazonaws.com/contact-app/acme-contact-app.js"}} +{"imports": {"admin": "http://localhost:5000/main.js", "admin-login": "http://localhost:5003/app.js", "customer-admin": "http://localhost:5001/app.js", "order-admin": "http://localhost:5009/app.js", "newsletter-admin": "http://localhost:5002/app.js", "admin-shared": "http://localhost:5004/app.js", "admin-navbar": "http://localhost:5005/app.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "@react-three/fiber": "https://esm.sh/v122/@react-three/fiber?external=react", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"@nbc/assets": "http://localhost:8650/nbc-assets.js", "@nbc/routes": "http://localhost:8080/nbc-routes.js", "@nbc/login": "http://localhost:8900/nbc-login.js", "@nbc/propostas": "http://localhost:8800/nbc-propostas.js", "@nbc/root-config": "http://localhost:9000/nbc-root-config.js"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.3/lib/system/single-spa.min.js", "@vr/root-config": "https://vr-mf-container.herokuapp.com/vr-root-config.js", "@vr/app1": "https://vr-mf-app1.herokuapp.com/vr-app1.js", "@vr/app2": "https://vr-mf-app2.herokuapp.com/vr-app2.js"}} +{"imports": {"./consts": "./consts.ts", "./deferred": "./deferred.ts", "./queue": "./queue.ts", "./scene": "./scene.ts", "./scroller": "./scroller.ts", "./utils": "./utils.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v7.7.0/mod.ts"}} +{"imports": {"@babel/runtime/helpers/AsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/AsyncGenerator.js", "@babel/runtime/helpers/AwaitValue": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/AwaitValue.js", "@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/arrayLikeToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayLikeToArray.js", "@babel/runtime/helpers/arrayWithHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayWithHoles.js", "@babel/runtime/helpers/arrayWithoutHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayWithoutHoles.js", "@babel/runtime/helpers/assertThisInitialized": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/assertThisInitialized.js", "@babel/runtime/helpers/asyncGeneratorDelegate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncGeneratorDelegate.js", "@babel/runtime/helpers/asyncIterator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncIterator.js", "@babel/runtime/helpers/asyncToGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncToGenerator.js", "@babel/runtime/helpers/awaitAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/awaitAsyncGenerator.js", "@babel/runtime/helpers/classApplyDescriptorDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorDestructureSet.js", "@babel/runtime/helpers/classApplyDescriptorGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorGet.js", "@babel/runtime/helpers/classApplyDescriptorSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorSet.js", "@babel/runtime/helpers/classCallCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCallCheck.js", "@babel/runtime/helpers/classCheckPrivateStaticAccess": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCheckPrivateStaticAccess.js", "@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCheckPrivateStaticFieldDescriptor.js", "@babel/runtime/helpers/classExtractFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classExtractFieldDescriptor.js", "@babel/runtime/helpers/classNameTDZError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classNameTDZError.js", "@babel/runtime/helpers/classPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldDestructureSet.js", "@babel/runtime/helpers/classPrivateFieldGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldGet.js", "@babel/runtime/helpers/classPrivateFieldLooseBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldLooseBase.js", "@babel/runtime/helpers/classPrivateFieldLooseKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldLooseKey.js", "@babel/runtime/helpers/classPrivateFieldSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldSet.js", "@babel/runtime/helpers/classPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateMethodGet.js", "@babel/runtime/helpers/classPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateMethodSet.js", "@babel/runtime/helpers/classStaticPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldDestructureSet.js", "@babel/runtime/helpers/classStaticPrivateFieldSpecGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldSpecGet.js", "@babel/runtime/helpers/classStaticPrivateFieldSpecSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldSpecSet.js", "@babel/runtime/helpers/classStaticPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateMethodGet.js", "@babel/runtime/helpers/classStaticPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateMethodSet.js", "@babel/runtime/helpers/construct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/construct.js", "@babel/runtime/helpers/createClass": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createClass.js", "@babel/runtime/helpers/createForOfIteratorHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createForOfIteratorHelper.js", "@babel/runtime/helpers/createForOfIteratorHelperLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createForOfIteratorHelperLoose.js", "@babel/runtime/helpers/createSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createSuper.js", "@babel/runtime/helpers/decorate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/decorate.js", "@babel/runtime/helpers/defaults": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defaults.js", "@babel/runtime/helpers/defineEnumerableProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defineEnumerableProperties.js", "@babel/runtime/helpers/defineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defineProperty.js", "@babel/runtime/helpers/esm/AsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/AsyncGenerator.js", "@babel/runtime/helpers/esm/AwaitValue": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/AwaitValue.js", "@babel/runtime/helpers/esm/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/applyDecoratedDescriptor.js", "@babel/runtime/helpers/esm/arrayLikeToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayLikeToArray.js", "@babel/runtime/helpers/esm/arrayWithHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayWithHoles.js", "@babel/runtime/helpers/esm/arrayWithoutHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayWithoutHoles.js", "@babel/runtime/helpers/esm/assertThisInitialized": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/assertThisInitialized.js", "@babel/runtime/helpers/esm/asyncGeneratorDelegate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncGeneratorDelegate.js", "@babel/runtime/helpers/esm/asyncIterator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncIterator.js", "@babel/runtime/helpers/esm/asyncToGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncToGenerator.js", "@babel/runtime/helpers/esm/awaitAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/awaitAsyncGenerator.js", "@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorDestructureSet.js", "@babel/runtime/helpers/esm/classApplyDescriptorGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorGet.js", "@babel/runtime/helpers/esm/classApplyDescriptorSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorSet.js", "@babel/runtime/helpers/esm/classCallCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCallCheck.js", "@babel/runtime/helpers/esm/classCheckPrivateStaticAccess": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCheckPrivateStaticAccess.js", "@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCheckPrivateStaticFieldDescriptor.js", "@babel/runtime/helpers/esm/classExtractFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classExtractFieldDescriptor.js", "@babel/runtime/helpers/esm/classNameTDZError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classNameTDZError.js", "@babel/runtime/helpers/esm/classPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldDestructureSet.js", "@babel/runtime/helpers/esm/classPrivateFieldGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldGet.js", "@babel/runtime/helpers/esm/classPrivateFieldLooseBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldLooseBase.js", "@babel/runtime/helpers/esm/classPrivateFieldLooseKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldLooseKey.js", "@babel/runtime/helpers/esm/classPrivateFieldSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldSet.js", "@babel/runtime/helpers/esm/classPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateMethodGet.js", "@babel/runtime/helpers/esm/classPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateMethodSet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldDestructureSet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldSpecGet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldSpecSet.js", "@babel/runtime/helpers/esm/classStaticPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateMethodGet.js", "@babel/runtime/helpers/esm/classStaticPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateMethodSet.js", "@babel/runtime/helpers/esm/construct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/construct.js", "@babel/runtime/helpers/esm/createClass": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createClass.js", "@babel/runtime/helpers/esm/createForOfIteratorHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createForOfIteratorHelper.js", "@babel/runtime/helpers/esm/createForOfIteratorHelperLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createForOfIteratorHelperLoose.js", "@babel/runtime/helpers/esm/createSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createSuper.js", "@babel/runtime/helpers/esm/decorate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/decorate.js", "@babel/runtime/helpers/esm/defaults": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defaults.js", "@babel/runtime/helpers/esm/defineEnumerableProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defineEnumerableProperties.js", "@babel/runtime/helpers/esm/defineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defineProperty.js", "@babel/runtime/helpers/esm/extends": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/extends.js", "@babel/runtime/helpers/esm/get": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/get.js", "@babel/runtime/helpers/esm/getPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/getPrototypeOf.js", "@babel/runtime/helpers/esm/inherits": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/inherits.js", "@babel/runtime/helpers/esm/inheritsLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/inheritsLoose.js", "@babel/runtime/helpers/esm/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/initializerDefineProperty.js", "@babel/runtime/helpers/esm/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/initializerWarningHelper.js", "@babel/runtime/helpers/esm/instanceof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/instanceof.js", "@babel/runtime/helpers/esm/interopRequireDefault": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/interopRequireDefault.js", "@babel/runtime/helpers/esm/interopRequireWildcard": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/interopRequireWildcard.js", "@babel/runtime/helpers/esm/isNativeFunction": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/isNativeFunction.js", "@babel/runtime/helpers/esm/isNativeReflectConstruct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/isNativeReflectConstruct.js", "@babel/runtime/helpers/esm/iterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArray.js", "@babel/runtime/helpers/esm/iterableToArrayLimit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArrayLimit.js", "@babel/runtime/helpers/esm/iterableToArrayLimitLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArrayLimitLoose.js", "@babel/runtime/helpers/esm/jsx": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/jsx.js", "@babel/runtime/helpers/esm/maybeArrayLike": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/maybeArrayLike.js", "@babel/runtime/helpers/esm/newArrowCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/newArrowCheck.js", "@babel/runtime/helpers/esm/nonIterableRest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/nonIterableRest.js", "@babel/runtime/helpers/esm/nonIterableSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/nonIterableSpread.js", "@babel/runtime/helpers/esm/objectDestructuringEmpty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectDestructuringEmpty.js", "@babel/runtime/helpers/esm/objectSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectSpread.js", "@babel/runtime/helpers/esm/objectSpread2": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectSpread2.js", "@babel/runtime/helpers/esm/objectWithoutProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectWithoutProperties.js", "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectWithoutPropertiesLoose.js", "@babel/runtime/helpers/esm/possibleConstructorReturn": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/possibleConstructorReturn.js", "@babel/runtime/helpers/esm/readOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/readOnlyError.js", "@babel/runtime/helpers/esm/set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/set.js", "@babel/runtime/helpers/esm/setPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/setPrototypeOf.js", "@babel/runtime/helpers/esm/skipFirstGeneratorNext": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/skipFirstGeneratorNext.js", "@babel/runtime/helpers/esm/slicedToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/slicedToArray.js", "@babel/runtime/helpers/esm/slicedToArrayLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/slicedToArrayLoose.js", "@babel/runtime/helpers/esm/superPropBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/superPropBase.js", "@babel/runtime/helpers/esm/taggedTemplateLiteral": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/taggedTemplateLiteral.js", "@babel/runtime/helpers/esm/taggedTemplateLiteralLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/taggedTemplateLiteralLoose.js", "@babel/runtime/helpers/esm/tdz": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/tdz.js", "@babel/runtime/helpers/esm/temporalRef": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/temporalRef.js", "@babel/runtime/helpers/esm/temporalUndefined": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/temporalUndefined.js", "@babel/runtime/helpers/esm/toArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toArray.js", "@babel/runtime/helpers/esm/toConsumableArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toConsumableArray.js", "@babel/runtime/helpers/esm/toPrimitive": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toPrimitive.js", "@babel/runtime/helpers/esm/toPropertyKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toPropertyKey.js", "@babel/runtime/helpers/esm/typeof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/typeof.js", "@babel/runtime/helpers/esm/unsupportedIterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/unsupportedIterableToArray.js", "@babel/runtime/helpers/esm/wrapAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapAsyncGenerator.js", "@babel/runtime/helpers/esm/wrapNativeSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapNativeSuper.js", "@babel/runtime/helpers/esm/wrapRegExp": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapRegExp.js", "@babel/runtime/helpers/esm/writeOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/writeOnlyError.js", "@babel/runtime/helpers/extends": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/extends.js", "@babel/runtime/helpers/get": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/get.js", "@babel/runtime/helpers/getPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/getPrototypeOf.js", "@babel/runtime/helpers/inherits": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/inherits.js", "@babel/runtime/helpers/inheritsLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/inheritsLoose.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerWarningHelper.js", "@babel/runtime/helpers/instanceof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/instanceof.js", "@babel/runtime/helpers/interopRequireDefault": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/interopRequireDefault.js", "@babel/runtime/helpers/interopRequireWildcard": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/interopRequireWildcard.js", "@babel/runtime/helpers/isNativeFunction": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/isNativeFunction.js", "@babel/runtime/helpers/isNativeReflectConstruct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/isNativeReflectConstruct.js", "@babel/runtime/helpers/iterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArray.js", "@babel/runtime/helpers/iterableToArrayLimit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArrayLimit.js", "@babel/runtime/helpers/iterableToArrayLimitLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArrayLimitLoose.js", "@babel/runtime/helpers/jsx": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/jsx.js", "@babel/runtime/helpers/maybeArrayLike": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/maybeArrayLike.js", "@babel/runtime/helpers/newArrowCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/newArrowCheck.js", "@babel/runtime/helpers/nonIterableRest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/nonIterableRest.js", "@babel/runtime/helpers/nonIterableSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/nonIterableSpread.js", "@babel/runtime/helpers/objectDestructuringEmpty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectDestructuringEmpty.js", "@babel/runtime/helpers/objectSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectSpread.js", "@babel/runtime/helpers/objectSpread2": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectSpread2.js", "@babel/runtime/helpers/objectWithoutProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectWithoutProperties.js", "@babel/runtime/helpers/objectWithoutPropertiesLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectWithoutPropertiesLoose.js", "@babel/runtime/helpers/possibleConstructorReturn": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/possibleConstructorReturn.js", "@babel/runtime/helpers/readOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/readOnlyError.js", "@babel/runtime/helpers/set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/set.js", "@babel/runtime/helpers/setPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/setPrototypeOf.js", "@babel/runtime/helpers/skipFirstGeneratorNext": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/skipFirstGeneratorNext.js", "@babel/runtime/helpers/slicedToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/slicedToArray.js", "@babel/runtime/helpers/slicedToArrayLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/slicedToArrayLoose.js", "@babel/runtime/helpers/superPropBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/superPropBase.js", "@babel/runtime/helpers/taggedTemplateLiteral": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/taggedTemplateLiteral.js", "@babel/runtime/helpers/taggedTemplateLiteralLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/taggedTemplateLiteralLoose.js", "@babel/runtime/helpers/tdz": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/tdz.js", "@babel/runtime/helpers/temporalRef": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/temporalRef.js", "@babel/runtime/helpers/temporalUndefined": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/temporalUndefined.js", "@babel/runtime/helpers/toArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toArray.js", "@babel/runtime/helpers/toConsumableArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toConsumableArray.js", "@babel/runtime/helpers/toPrimitive": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toPrimitive.js", "@babel/runtime/helpers/toPropertyKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toPropertyKey.js", "@babel/runtime/helpers/typeof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/typeof.js", "@babel/runtime/helpers/unsupportedIterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/unsupportedIterableToArray.js", "@babel/runtime/helpers/wrapAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapAsyncGenerator.js", "@babel/runtime/helpers/wrapNativeSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapNativeSuper.js", "@babel/runtime/helpers/wrapRegExp": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapRegExp.js", "@babel/runtime/helpers/writeOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/writeOnlyError.js", "@babel/runtime/package": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/package.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/package.json", "@babel/runtime/regenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/regenerator.js", "@ember-data/adapter": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/index.js", "@ember-data/adapter/error": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/error.js", "@ember-data/adapter/json-api": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/json-api.js", "@ember-data/adapter/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/package.json", "@ember-data/adapter/rest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/rest.js", "@ember-data/debug": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/index.js", "@ember-data/debug/_app_/data-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/_app_/data-adapter.js", "@ember-data/debug/_app_/initializers/ember-data-data-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/_app_/initializers/ember-data-data-adapter.js", "@ember-data/debug/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/package.json", "@ember-data/debug/setup": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/setup.js", "@ember-data/model": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/index.js", "@ember-data/model/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/e/-private.js", "@ember-data/model/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/package.json", "@ember-data/record-data/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/record-data-3.25.0/e/-private.js", "@ember-data/record-data/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/record-data-3.25.0/package.json", "@ember-data/serializer": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/index.js", "@ember-data/serializer/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/-private.js", "@ember-data/serializer/json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/json.js", "@ember-data/serializer/json-api": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/json-api.js", "@ember-data/serializer/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/package.json", "@ember-data/serializer/rest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/rest.js", "@ember-data/serializer/transform": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/transform.js", "@ember-data/store": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/index.js", "@ember-data/store/-debug": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/e/-debug.js", "@ember-data/store/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/e/-private.js", "@ember-data/store/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/package.json", "@ember/ordered-set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/ordered-set-4.0.0/index.js", "@ember/ordered-set/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/ordered-set-4.0.0/package.json", "@ember/string": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/index.js", "@ember/string/_app_/helpers/loc.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/e/_app_/helpers/loc.js", "@ember/string/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/package.json", "@ember/test-helpers": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/index.js", "@ember/test-helpers/has-ember-version": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/e/has-ember-version.js", "@ember/test-helpers/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/package.json", "@ember/test-waiters": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-waiters-2.4.2/index.js", "@ember/test-waiters/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-waiters-2.4.2/package.json", "@embroider/synthesized-scaffold/": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@embroider/synthesized-scaffold-1.0.0/", "@glimmer/component": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/index.js", "@glimmer/component/-private/ember-component-manager": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/e/-private/ember-component-manager.js", "@glimmer/component/_app_/component-managers/glimmer.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/e/_app_/component-managers/glimmer.js", "@glimmer/component/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/package.json", "ember-app/config/environment": "/app/config/environment.js", "ember-cli-app-version/_app_/helpers/app-version.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/_app_/helpers/app-version.js", "ember-cli-app-version/_app_/initializers/app-version.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/_app_/initializers/app-version.js", "ember-cli-app-version/initializer-factory": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/initializer-factory.js", "ember-cli-app-version/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/package.json", "ember-cli-sri/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-sri-2.1.1/package.json", "ember-cli-terser/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-terser-4.0.1/package.json", "ember-cli-test-loader/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-test-loader-3.0.0/package.json", "ember-cli-test-loader/test-support/index": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-test-loader-3.0.0/e/test-support/index.js", "ember-data": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/index.js", "ember-data/_app_/adapters/-json-api.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/adapters/-json-api.js", "ember-data/_app_/initializers/ember-data.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/initializers/ember-data.js", "ember-data/_app_/instance-initializers/ember-data.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/instance-initializers/ember-data.js", "ember-data/_app_/serializers/-default.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-default.js", "ember-data/_app_/serializers/-json-api.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-json-api.js", "ember-data/_app_/serializers/-rest.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-rest.js", "ember-data/_app_/services/store.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/services/store.js", "ember-data/_app_/transforms/boolean.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/boolean.js", "ember-data/_app_/transforms/date.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/date.js", "ember-data/_app_/transforms/number.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/number.js", "ember-data/_app_/transforms/string.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/string.js", "ember-data/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/package.json", "ember-data/setup-container": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/setup-container.js", "ember-data/store": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/store.js", "ember-export-application-global/_app_/initializers/export-application-global.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-export-application-global-2.0.1/e/_app_/initializers/export-application-global.js", "ember-export-application-global/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-export-application-global-2.0.1/package.json", "ember-fetch/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-fetch-8.0.4/package.json", "ember-inflector": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/index.js", "ember-inflector/_app_/helpers/pluralize.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/e/_app_/helpers/pluralize.js", "ember-inflector/_app_/helpers/singularize.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/e/_app_/helpers/singularize.js", "ember-inflector/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/package.json", "ember-load-initializers": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-load-initializers-2.1.2/index.js", "ember-load-initializers/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-load-initializers-2.1.2/package.json", "ember-maybe-import-regenerator/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-maybe-import-regenerator-0.1.6/package.json", "ember-page-title/_app_/helpers/page-title.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/helpers/page-title.js", "ember-page-title/_app_/services/page-title-list.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/services/page-title-list.js", "ember-page-title/_app_/services/page-title.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/services/page-title.js", "ember-page-title/helpers/page-title": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/helpers/page-title.js", "ember-page-title/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/package.json", "ember-page-title/services/page-title": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/services/page-title.js", "ember-page-title/services/page-title-list": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/services/page-title-list.js", "ember-qunit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-qunit-5.1.3/index.js", "ember-qunit/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-qunit-5.1.3/package.json", "ember-resolver": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/index.js", "ember-resolver/_app_/initializers/container-debug-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/e/_app_/initializers/container-debug-adapter.js", "ember-resolver/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/package.json", "ember-resolver/resolvers/classic/container-debug-adapter": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/e/resolvers/classic/container-debug-adapter.js", "ember-source/dist/ember-template-compiler": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-source-3.25.3/e/dist/ember-template-compiler.js", "ember-source/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-source-3.25.3/package.json", "ember-welcome-page/_app_/components/welcome-page.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/e/_app_/components/welcome-page.js", "ember-welcome-page/components/welcome-page": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/e/components/welcome-page.js", "ember-welcome-page/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/package.json", "loader.js/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/loader.js-4.7.0/package.json", "qunit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-2.14.0/index.js", "qunit-dom": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-dom-1.6.0/index.js", "qunit-dom/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-dom-1.6.0/package.json", "qunit/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-2.14.0/package.json", "regenerator-runtime": "http://mho-demo.s3-website-us-east-1.amazonaws.com/regenerator-runtime-0.13.7/index.js", "regenerator-runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/regenerator-runtime-0.13.7/package.json"}, "scopes": {"@babel/runtime-7.13.10/": {"@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerWarningHelper.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/package.json"}, "ember-page-title-6.2.1/": {"@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/initializerWarningHelper.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/package.json"}}} +{"imports": {"single-spa-angular": "https://cdn.jsdelivr.net/npm/@esm-bundle/single-spa-angular@6.3.1/system/es2015/ivy/angular-single-spa-angular.min.js", "single-spa-angular/internals": "https://cdn.jsdelivr.net/npm/@esm-bundle/single-spa-angular@6.3.1/system/es2015/ivy/angular-single-spa-angular-internals.min.js", "@angular/core": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@13.3.0/system/es2015/ivy/angular-core.min.js", "@angular/common": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@13.3.0/system/es2015/ivy/angular-common.min.js", "@angular/router": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__router@13.3.1/system/es2015/ivy/angular-router.min.js", "@angular/platform-browser": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__platform-browser@13.3.1/system/es2015/ivy/angular-platform-browser.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs-operators.min.js"}} +{"imports": {"@madie/root-config": "/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "/madie-editor/madie-madie-editor.js", "@madie/madie-auth": "/madie-auth/madie-madie-auth.js", "@madie/maide-cql-library": "/madie-cql-library/madie-madie-cql-library.js", "@madie/madie-madie-utl": "/madie-util/madie-madie-util.js"}} +{"imports": {"std-js/": "./js/std-js/", "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.0.5/", "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.5/all.min.js", "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.5/", "@shgysk8zer0/konami": "https://unpkg.com/@shgysk8zer0/konami/konami.js", "@shgysk8zer0/components/": "./components/", "@kernvalley/components/": "./components/krv/", "leaflet": "https://unpkg.com/leaflet@1.9.3/dist/leaflet-src.esm.js"}} +{"imports": {"highlight.js": "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/es/highlight.min.js"}} +{"imports": {"jsbarcode": "https://ga.jspm.io/npm:jsbarcode@3.11.5/bin/JsBarcode.js", "qrcode": "https://ga.jspm.io/npm:qrcode@1.5.1/lib/browser.js"}, "scopes": {"https://ga.jspm.io/": {"dijkstrajs": "https://ga.jspm.io/npm:dijkstrajs@1.0.2/dijkstra.js", "encode-utf8": "https://ga.jspm.io/npm:encode-utf8@1.0.3/index.js"}}} +{"imports": {"lit-html/": "https://unpkg.com/lit-html@1.1.0/", "lit-html": "https://unpkg.com/lit-html@1.1.0/lit-html.js", "lit-element/": "https://unpkg.com/lit-element@2.2.0/", "lit-element": "https://unpkg.com/lit-element@2.2.0/lit-element.js"}} +{"imports": {"@types/node-fetch/": "/node_modules/@types/node-fetch/", "@types/node-fetch": "/node_modules/@types/node-fetch/.js", "bignumber.js/": "/node_modules/bignumber.js/", "auto-launch/": "/node_modules/auto-launch/", "bignumber.js": "/node_modules/bignumber.js/bignumber.mjs", "auto-launch": "/node_modules/auto-launch/dist/index.js", "idb-keyval/": "/node_modules/idb-keyval/", "node-fetch/": "/node_modules/node-fetch/", "zwitterion/": "/node_modules/zwitterion/", "idb-keyval": "/node_modules/idb-keyval/dist/idb-keyval.mjs", "node-fetch": "/node_modules/node-fetch/lib/index.mjs", "zwitterion": "/node_modules/zwitterion/index.js", "electron/": "/node_modules/electron/", "lit-html/": "/node_modules/lit-html/", "electron": "/node_modules/electron/index.js", "lit-html": "/node_modules/lit-html/lit-html.js", "ethers/": "/node_modules/ethers/", "ethers": "/node_modules/ethers/index.js", "fkill/": "/node_modules/fkill/", "redux/": "/node_modules/redux/", "fkill": "/node_modules/fkill/index.js", "redux": "/node_modules/redux/es/redux.js"}, "scopes": {"/node_modules/@types/node-fetch/": {"/node_modules/@types/node-fetch/": "/node_modules/@types/node-fetch/", "/": "/node_modules/@types/node-fetch/"}, "/node_modules/symbol-observable/": {"/node_modules/symbol-observable/": "/node_modules/symbol-observable/", "/": "/node_modules/symbol-observable/"}, "/node_modules/bignumber.js/": {"/node_modules/bignumber.js/": "/node_modules/bignumber.js/", "/": "/node_modules/bignumber.js/"}, "/node_modules/loose-envify/": {"/node_modules/loose-envify/": "/node_modules/loose-envify/", "/": "/node_modules/loose-envify/"}, "/node_modules/auto-launch/": {"/node_modules/auto-launch/": "/node_modules/auto-launch/", "/": "/node_modules/auto-launch/"}, "/node_modules/idb-keyval/": {"/node_modules/idb-keyval/": "/node_modules/idb-keyval/", "/": "/node_modules/idb-keyval/"}, "/node_modules/node-fetch/": {"/node_modules/node-fetch/": "/node_modules/node-fetch/", "/": "/node_modules/node-fetch/"}, "/node_modules/zwitterion/": {"/node_modules/zwitterion/": "/node_modules/zwitterion/", "/": "/node_modules/zwitterion/"}, "/node_modules/electron/": {"/node_modules/electron/": "/node_modules/electron/", "/": "/node_modules/electron/"}, "/node_modules/lit-html/": {"/node_modules/lit-html/": "/node_modules/lit-html/", "/": "/node_modules/lit-html/"}, "/node_modules/ethers/": {"/node_modules/ethers/": "/node_modules/ethers/", "/": "/node_modules/ethers/"}, "/node_modules/fkill/": {"/node_modules/fkill/": "/node_modules/fkill/", "/": "/node_modules/fkill/"}, "/node_modules/redux/": {"/node_modules/redux/node_modules/symbol-observable/": "/node_modules/symbol-observable/", "/node_modules/redux/node_modules/loose-envify/": "/node_modules/loose-envify/", "/node_modules/symbol-observable/": "/node_modules/symbol-observable/", "/node_modules/loose-envify/": "/node_modules/loose-envify/", "/node_modules/redux/": "/node_modules/redux/", "symbol-observable/": "/node_modules/symbol-observable/", "symbol-observable": "/node_modules/symbol-observable/es/index.js", "loose-envify/": "/node_modules/loose-envify/", "loose-envify": "/node_modules/loose-envify/index.js", "/": "/node_modules/redux/"}}} +{"imports": {"http": "https://deno.land/std/http", "http/": "https://deno.land/std/http/", "react": "https://dev.jspm.io/react", "react-dom/": "https://dev.jspm.io/react-dom/"}} +{"imports": {"appVueHash": "http://localhost:7778/app.js", "appVueHistory": "http://localhost:7779/app.js", "single-spa": "https://cdnjs.cloudflare.com/ajax/libs/single-spa/4.3.7/system/single-spa.min.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.0.7/dist/vue-router.min.js", "echarts": "https://cdn.bootcss.com/echarts/4.2.1-rc1/echarts.min.js"}} +{"imports": {"std/": "https://deno.land/std@0.145.0/", "oak": "https://deno.land/x/oak@v10.6.0/mod.ts", "quick-lru": "https://cdn.skypack.dev/quick-lru@6?dts", "deta": "https://cdn.jsdelivr.net/gh/falentio/deta@v0.1.2/mod.ts", "superstruct": "https://cdn.skypack.dev/superstruct@v0.16.0?dts"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "@front-tech/products": "https://front-tech.github.io/products/front-tech-products.js", "@front-tech/payment": "https://front-tech.github.io/payment/payment-payment.js", "@front-tech/inspire": "https://front-tech.github.io/inspire/main.js", "@front-tech/app-shell": "https://front-tech.github.io/shell/front-tech-app-shell.js"}} +{"imports": {"@openmrs/esm-patient-registration-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-registration-app/2022-04-07_7f3d831ce5e7f6701eefc8281b5ff738b34d7f5e/openmrs-esm-patient-registration-app.js", "@openmrs/esm-patient-search-app": "http://localhost:8201/omrs-apps/openmrs-esm-patient-search-app-3.1.0/openmrs-esm-patient-search-app.js", "@openmrs/esm-patient-banner-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-banner-app/2022-04-07_1cfb81a7e72697a1ddb46ccc3b8473307d0b6068/openmrs-esm-patient-banner-app.js"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js", "@madie/madie-cql-library": "//localhost:8507/madie-cql-library.js", "@madie/madie-madie-util": "//localhost:8508/madie-madie-util.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.7/"}} +{"imports": {"three": "https://code4fukui.github.io/three.js/build/three.module.js", "three/addons/": "https://code4fukui.github.io/three.js/examples/jsm/"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.7/"}} +{"imports": {"three": "../../../lib/threejs/build/three.module.js", "three/addons/": "../../../lib/threejs/jsm/"}} +{"imports": {"preact": "https://esm.sh/preact", "preact/compat": "https://esm.sh/preact/compat", "preact/hooks": "https://esm.sh/preact/hooks", "preact-render-to-string": "https://esm.sh/preact-render-to-string?deps=preact", "svg-path-commander": "https://cdn.jsdelivr.net/npm/svg-path-commander/dist/svg-path-commander.esm.min.js", "mini-svg-data-uri": "https://cdn.skypack.dev/mini-svg-data-uri", "react-spring": "https://cdn.skypack.dev/react-spring"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "twind": "https://esm.sh/twind@0.16.17", "twind/sheets": "https://esm.sh/twind@0.16.17/sheets", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react", "@trpc/server": "https://esm.sh/@trpc/server@10.0.0-proxy-beta.15", "@trpc/server/": "https://esm.sh/@trpc/server@10.0.0-proxy-beta.15/", "@trpc/client": "https://esm.sh/*@trpc/client@10.0.0-proxy-beta.15", "@trpc/react": "https://esm.sh/*@trpc/react@10.0.0-proxy-beta.15", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts", "react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?external=react", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.8/"}} +{"imports": {"hono": "https://deno.land/x/hono@v2.5.5/mod.ts", "hono/": "https://deno.land/x/hono@v2.5.5/", "std/": "https://deno.land/std@0.145.0/"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.1/lib/system/single-spa.min.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.1.6/dist/vue-router.min.js"}} +{"imports": {"edgedb": "https://deno.land/x/edgedb/mod.ts", "edgedb/": "https://deno.land/x/edgedb/"}} +{"imports": {"fs": "https://deno.land/std@0.163.0/fs/mod.ts", "path": "https://deno.land/std@0.162.0/path/mod.ts", "http/server": "https://deno.land/std@0.163.0/http/server.ts", "hono": "https://deno.land/x/hono@v2.5.0/mod.ts", "hono/middleware": "https://deno.land/x/hono@v2.5.0/middleware.ts"}} +{"imports": {"react": "https://esm.sh/react@18", "react/jsx-runtime": "https://esm.sh/react@18/jsx-runtime.js"}} +{"imports": {"react": "https://esm.sh/react@18.0.0?dev&no-check", "react/jsx-runtime": "https://esm.sh/react@18.0.0/jsx-runtime.js", "react-dom/server": "https://esm.sh/react-dom@18.0.0/server?dev&no-check", "@mdx-js/mdx": "https://esm.sh/@mdx-js/mdx?no-check", "rehype-highlight": "https://esm.sh/rehype-highlight?no-check", "react-syntax-highlighter": "https://esm.sh/react-syntax-highlighter?no-check"}} +{"imports": {"zero": "https://raw.githubusercontent.com/zero-company/zero-deno/main/mod.ts", "$self": "./mod.ts", "dnt": "https://deno.land/x/dnt@0.28.0/mod.ts"}} +{"imports": {"@base/": "./src/base/", "@deps": "./deps.ts", "@classes/": "./src/classes/", "@typings/": "./src/typings/", "@utils/": "./src/utils/", "@const/": "./src/constants/", "@internal/": "./src/internal/", "@interfaces/": "./src/interfaces/", "@languages/": "./src/languages/"}} +{"imports": {"html_page": "https://deno.land/x/html_page/mod.ts", "@mdx-js/mdx": "https://esm.sh/@mdx-js/mdx@2.1.1", "@mdx-js/types": "https://esm.sh/@mdx-js/mdx@2.1.1/index.d.ts", "react": "https://esm.sh/react@18.1.0", "react-dom": "https://esm.sh/react-dom@18.1.0", "react-dom/server": "https://esm.sh/react-dom@18.1.0/server", "react/jsx-runtime": "https://esm.sh/react@18.1.0/jsx-runtime", "remark-codesandbox": "https://esm.sh/remark-codesandbox", "rehype-prism": "https://esm.sh/@mapbox/rehype-prism"}} +{"imports": {"std/": "https://deno.land/std@v0.38.0/", "oak": "https://raw.githubusercontent.com/manyuanrong/oak/fix_deadlock/mod.ts", "logger": "https://deno.land/std@v0.38.0/log/mod.ts", "path": "https://deno.land/std@v0.38.0/path/mod.ts", "fs": "https://deno.land/std@v0.38.0/fs/mod.ts", "redis": "https://deno.land/x/redis@v0.8.2/redis.ts", "dso": "https://deno.land/x/dso@0.7.0/mod.ts", "asserts": "https://deno.land/std@v0.38.0/testing/asserts.ts", "mongo": "https://deno.land/x/mongo@v0.5.1/mod.ts"}} +{"imports": {"path": "https://deno.land/std@0.103.0/path/mod.ts", "fflate": "https://cdn.skypack.dev/fflate@0.8.0?min", "json5": "https://deno.land/x/json5@v1.0.0/mod.ts", "dotenv": "https://deno.land/x/dotenv@v2.0.0/mod.ts", "lodash": "https://deno.land/x/lodash_es@v0.0.2/mod.ts", "deno-dom": "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm.ts"}} +{"imports": {"@briuin/profile": "https://briuin.github.io/profile/app.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.2.1/lib/system/single-spa.min.js", "@vue-mf/styleguide": "https://storage.googleapis.com/vue.microfrontends.app/styleguide/4a0c5856837141adb28fe9cc44a71e456d4a5705/vue-mf-styleguide.js", "@briuin/avatar": "https://briuin.github.io/avatar/js/app.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js", "@briuin/timeline": "https://briuin.github.io/timeline/app.js", "@briuin/timeline/store": "https://briuin.github.io/timeline/store.js", "@briuin/experience": "https://briuin.github.io/experience/main-es5.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.1.5/dist/vue-router.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.0/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.0/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs-operators.min.js"}} +{"imports": {"vue": "https://unpkg.com/vue@2.6.14/dist/vue.js", "vue-router": "https://unpkg.com/vue-router@3.5.2/dist/vue-router.js", "@web-widget/container": "https://unpkg.com/@web-widget/container@1.0.0-alpha.1/dist/esm/web-widget.js", "@ungap/custom-elements": "https://unpkg.com/@ungap/custom-elements@1.1.0/es.js", "es-module-shims": "https://unpkg.com/es-module-shims@1.5.17/dist/es-module-shims.js", "@growing-web/web-router": "../../dist/esm/web-router.js", "@examples/bootstrap": "../client/bootstrap.js", "@examples/layout": "../client/layout.widget.js", "@examples/home": "../client/index.widget.js", "@examples/news": "../client/news.widget.js", "@examples/about": "../client/about.widget.js?v=3", "@examples/vue-router": "../client/vue-router.widget.js?v=34", "@examples/404": "../client/404.widget.js?v=32", "@examples/download": "../client/download.js", "@worker-tools/stream-response": "../../node_modules/@worker-tools/stream-response/esm/index.js", "whatwg-stream-to-async-iter": "../../node_modules/whatwg-stream-to-async-iter/index.js", "@worker-tools/html": "../../node_modules/@worker-tools/html/esm/index.js", "typed-array-utils": "../../node_modules/typed-array-utils/esm/index.js", "lodash-es/": "../../node_modules/lodash-es/", "lodash-es": "../../node_modules/lodash-es/lodash.js", "history/": "../../node_modules/history/", "history": "../../node_modules/history/index.js", "@jspm/import-map": "../../node_modules/@jspm/import-map/dist/map.js"}, "scopes": {}} +{"imports": {"react": "https://esm.sh/react@0.0.0-experimental-1e3e30dae-20221108", "react/": "https://esm.sh/react@0.0.0-experimental-1e3e30dae-20221108/", "react-dom": "https://esm.sh/react-dom@0.0.0-experimental-1e3e30dae-20221108", "react-dom/server": "https://esm.sh/react-dom@0.0.0-experimental-1e3e30dae-20221108/server", "react-dom/client": "https://esm.sh/react-dom@0.0.0-experimental-1e3e30dae-20221108/client", "ultra/": "https://deno.land/x/ultra@v2.0.0/"}} +{"imports": {"https://deno.land/x/mesozoic@v1.0.0-alpha.36/": "https://deno.land/x/mesozoic@v1.0.0-alpha.39/", "@frontside/graphgen": "https://esm.sh/@frontside/graphgen@1.6.0", "graphql": "https://esm.sh/graphql@16.5.0", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "@graphql-yoga/common": "https://cdn.skypack.dev/@graphql-yoga/common@2.12.11?dts", "graphql_modules": "https://esm.sh/graphql-modules@2.1.0", "graphql-type-json": "https://cdn.skypack.dev/graphql-type-json@0.3.2?dts", "@faker-js/faker": "https://esm.sh/@faker-js/faker@7.5.0", "assert-ts": "https://esm.sh/assert-ts@0.3.4", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.1/", "@vx/responsive": "https://esm.sh/@vx/responsive@0.0.199", "react-d3-tree": "https://esm.sh/react-d3-tree@3.3.4", "@cutting/use-get-parent-size": "https://esm.sh/@cutting/use-get-parent-size@1.20.0", "@cutting/component-library": "https://esm.sh/@cutting/component-library@5.27.0", "react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client", "react-inspector": "https://esm.sh/react-inspector@6.0.1"}} +{"imports": {"@zuri/main": "//localhost:8080/zuri-main.js"}} +{"imports": {"std/": "https://deno.land/std@0.162.0/"}} +{"imports": {"react": "https://esm.sh/react@18.0.0", "react-dom": "https://esm.sh/react-dom@18.0.0", "react-dom/server": "https://esm.sh/react-dom@18.0.0/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18.0.0", "wouter": "https://esm.sh/wouter?deps=react@18.0.0", "swr": "https://esm.sh/swr?deps=react@18.0.0", "ultra/cache": "https://deno.land/x/ultra@v0.8.0/cache.js", "styled-components": "https://esm.sh/styled-components?deps=react@18.0.0", "easy-peasy": "https://esm.sh/easy-peasy@5.0.4", "victory": "https://esm.sh/victory@36.3.2", "app": "./src/app.tsx"}} +{"imports": {"commutes": "app/javascript/custom/commutes.js"}} +{"imports": {"tslib": "http://localhost:3000/dist/libs/tslib/tslib.js", "bootstrap": "http://localhost:3000/dist/libs/bootstrap/bootstrap.js", "@popperjs/core": "http://localhost:3000/dist/libs/@popperjs/core.js", "react": "http://localhost:3000/dist/libs/react-bucket/react.js", "react/jsx-runtime": "http://localhost:3000/dist/libs/react-bucket/react-jsx-runtime.js", "react-dom": "http://localhost:3000/dist/libs/react-bucket/react-dom.js", "react-dom/client": "http://localhost:3000/dist/libs/react-bucket/react-dom-client.js", "react-router-dom": "http://localhost:3000/dist/libs/react-bucket/react-router-dom.js", "react-bootstrap": "http://localhost:3000/dist/libs/react-bucket/react-bootstrap.js", "react-window": "http://localhost:3000/dist/libs/react-bucket/react-window.js", "framer-motion": "http://localhost:3000/dist/libs/react-bucket/framer-motion.js", "antd-mobile": "http://localhost:3000/dist/libs/antd-mobile/antd-mobile.js", "antd-mobile/es/global": "http://localhost:3000/dist/libs/antd-mobile/antd-mobile-global.js", "antd-mobile/es/locales/en-US": "http://localhost:3000/dist/libs/antd-mobile/locales/en-US.js", "antd-mobile/es/locales/zh-CN": "http://localhost:3000/dist/libs/antd-mobile/locales/zh-CN.js", "antd-mobile/es/locales/zh-HK": "http://localhost:3000/dist/libs/antd-mobile/locales/zh-HK.js", "antd-mobile/es/locales/zh-TW": "http://localhost:3000/dist/libs/antd-mobile/locales/zh-TW.js", "antd": "http://localhost:3000/dist/libs/react-bucket/antd.js", "antd/locale/zh_CN": "http://localhost:3000/dist/libs/react-bucket/antd-locale/zh_CN.js", "antd/locale/en_US": "http://localhost:3000/dist/libs/react-bucket/antd-locale/en_US.js", "dayjs": "http://localhost:3000/dist/libs/dayjs/index.js", "dayjs/locale/es-us": "http://localhost:3000/dist/libs/dayjs/locale/es-us.js", "dayjs/locale/zh-cn": "http://localhost:3000/dist/libs/dayjs/locale/zh-cn.js", "dayjs/plugin/": "http://localhost:3000/dist/libs/dayjs/plugin/", "mapbox-gl": "http://localhost:3000/dist/libs/mapbox-gl/mapbox-gl.js", "mapbox-gl/style-spec": "http://localhost:3000/dist/libs/mapbox-gl/style-spec.js", "@turf/turf": "http://localhost:3000/dist/libs/@turf/turf/turf.js", "rxjs": "http://localhost:3000/dist/libs/rxjs/rxjs.js", "rxjs/operators": "http://localhost:3000/dist/libs/rxjs/rxjs.operators.js", "rxjs/ajax": "http://localhost:3000/dist/libs/rxjs/rxjs.ajax.js", "rxjs/fetch": "http://localhost:3000/dist/libs/rxjs/rxjs.fetch.js", "rxjs/webSocker": "http://localhost:3000/dist/libs/rxjs/rxjs.webSocker.js", "vue": "http://localhost:3000/dist/libs/vue/vue.js", "vue-router": "http://localhost:3000/dist/libs/vue/vue-router.js", "echarts": "http://localhost:3000/dist/libs/echarts/echarts.min.js", "moment": "http://localhost:3000/dist/libs/moment/moment.js", "moment/locale/": "http://localhost:3000/dist/libs/moment/locale/", "axios": "http://localhost:3000/dist/libs/axios/axios.js", "apexcharts": "http://localhost:3000/dist/libs/apexcharts/apexcharts.min.js", "xlsx": "http://localhost:3000/dist/libs/xlsx/xlsx.js"}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$adlad": "npm:@adlad/adlad@0.10.0"}} +{"imports": {"@microportal/root": "/main.js", "@microportal/portal": "/portal/js/app.js", "@microportal/dashboard": "/dashboard/js/app.js", "@microportal/settings": "/settings/js/app.js"}} +{"imports": {"loglevel": "./jspm_packages/npm/loglevel@1.6.8/lib/loglevel.js", "minnie-janus/": "./jspm_packages/npm/minnie-janus@0.9.3/", "webrtc-adapter": "./jspm_packages/npm/webrtc-adapter@7.5.1/dist/adapter_core.js"}, "scopes": {"jspm_packages/npm/@stamp/compose@1.0.2/": {"@stamp/core/": "./jspm_packages/npm/@stamp/core@1.0.1/", "@stamp/is/": "./jspm_packages/npm/@stamp/is@1.0.0/"}, "jspm_packages/npm/@stamp/core@1.0.1/": {"@stamp/is/": "./jspm_packages/npm/@stamp/is@1.0.0/"}, "jspm_packages/npm/@stamp/it@1.1.0/": {"@stamp/compose/": "./jspm_packages/npm/@stamp/compose@1.0.2/", "@stamp/core/": "./jspm_packages/npm/@stamp/core@1.0.1/", "@stamp/is/": "./jspm_packages/npm/@stamp/is@1.0.0/", "@stamp/shortcut/": "./jspm_packages/npm/@stamp/shortcut@1.0.2/"}, "jspm_packages/npm/@stamp/shortcut@1.0.2/": {"@stamp/compose/": "./jspm_packages/npm/@stamp/compose@1.0.2/"}, "jspm_packages/npm/minnie-janus@0.9.3/": {"@michaelfranzl/captain-hook": "./jspm_packages/npm/@michaelfranzl/captain-hook@2.0.0/src/captain-hook.js", "@stamp/it": "./jspm_packages/npm/@stamp/it@1.1.0/index.js"}, "jspm_packages/npm/rtcpeerconnection-shim@1.2.15/": {"sdp/": "./jspm_packages/npm/sdp@2.12.0/"}, "jspm_packages/npm/webrtc-adapter@7.5.1/": {"rtcpeerconnection-shim/": "./jspm_packages/npm/rtcpeerconnection-shim@1.2.15/", "sdp/": "./jspm_packages/npm/sdp@2.12.0/"}}} +{"imports": {"app": "http://localhost:3000/singleSpa.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "http/": "https://deno.land/std@0.153.0/http/", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.11/"}} +{"imports": {"@rxdi/lit-html": "https://cdn.esm.sh/v53/@rxdi/lit-html@0.7.127"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.3/lib/system/single-spa.min.js", "@react-mf/root-config": "http://root-config-cmolloy.apps.ocp4.patternfly.org/react-mf-root-config.js", "@react-mf/navigation": "http://nginx-cmolloy.apps.ocp4.patternfly.org/2bcdb6398f9bde74f7465d723c3fbee946473ff3/react-mf-navigation.js", "@react-mf/react-app-1": "http://nginx-cmolloy.apps.ocp4.patternfly.org/16d73e178c501fd8cccfecf6b2ff5ae2f249023c/react-mf-react-app-1.js", "@react-mf/react-app-2": "http://nginx-cmolloy.apps.ocp4.patternfly.org/57042bc8e5d2977cea9919369b5f0d155de55aec/react-mf-react-app-2.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs-operators.min.js", "@react-mf/react-app-2/": "http://nginx-cmolloy.apps.ocp4.patternfly.org/dist/57042bc8e5d2977cea9919369b5f0d155de55aec", "@react-mf/react-app-1/": "http://nginx-cmolloy.apps.ocp4.patternfly.org/dist/f4f320583e0a909e8f61e4bb87b4dfa4c5f75379", "@react-mf/navigation/": "http://nginx-cmolloy.apps.ocp4.patternfly.org/dist/2bcdb6398f9bde74f7465d723c3fbee946473ff3", "@react-mf/root-config/": "http://root-config-cmolloy.apps.ocp4.patternfly.org/"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.2/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.2/umd/react-dom.production.min.js", "@wepay/root-config": "https://cdn-js.sfo3.cdn.digitaloceanspaces.com/wepay-root-config.js", "@single-spa/welcome": "https://unpkg.com/single-spa-welcome/dist/single-spa-welcome.js", "@wepay/header-mfe": "https://cdn-js.sfo3.cdn.digitaloceanspaces.com/header-mfe/wepay-header-mfe.js", "@wepay/header-sections": "https://cdn-js.sfo3.cdn.digitaloceanspaces.com/header-sections-mfe/wepay-header-secitons.js", "@wepay/enterprise-root-config": "https://cdn-js.sfo3.cdn.digitaloceanspaces.com/enterprise-root-config/wepay-enterprise-root-config.js", "@wepay/merchant-root-config": "https://cdn-js.sfo3.cdn.digitaloceanspaces.com/merchat-root-config/wepay-merchant-root-config.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.0/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "@soma/root-config": "https://rar-single-spa-demo.s3.amazonaws.com/soma-root-config.js", "@soma/navbar": "https://rar-single-spa-demo.s3.amazonaws.com/soma-navbar/soma-navbar.js", "@soma/exams": "https://rar-single-spa-demo.s3.amazonaws.com/soma-exams/soma-exams.js", "@soma/vaccines": "https://rar-single-spa-demo.s3.amazonaws.com/soma-vaccines/soma-vaccines.js", "@soma/utility": "https://rar-single-spa-demo.s3.amazonaws.com/soma-utility/soma-utility.js"}} +{"imports": {"path": "https://deno.land/std@0.165.0/path/mod.ts", "lodash": "https://deno.land/x/lodash@4.17.15-es/lodash.js"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"@angular/core": "https://jspm.dev/@angular/core@11", "@angular/deno": "https://deno.land/x/angular_deno@v0.3.0/mod.ts", "@angular/deno/": "https://deno.land/x/angular_deno@v0.3.0/", "alosaur": "../", "zone.js": "https://jspm.dev/zone.js/dist/zone"}} +{"imports": {"uuid": "https://deno.land/std/uuid/mod.ts", "d3": "https://cdn.skypack.dev/d3@6.2.0", "lodash": "https://dev.jspm.io/lodash@4.17.15", "moment": "https://dev.jspm.io/moment@2.24.0"}} +{"imports": {}} +{"imports": {"react": "https://esm.sh/react@18.0.0-alpha-82583617b-20210812", "react-dom": "https://esm.sh/react-dom@18.0.0-alpha-82583617b-20210812", "react-dom/server": "https://esm.sh/react-dom@18.0.0-alpha-82583617b-20210812/server", "helmet": "https://esm.sh/react-helmet-async?deps=react@18.0.0-alpha-82583617b-20210812&no-check", "wouter": "https://esm.sh/wouter?deps=react@18.0.0-alpha-82583617b-20210812&no-check", "swr": "https://esm.sh/swr?deps=react@18.0.0-alpha-82583617b-20210812&no-check", "styled-components": "https://esm.sh/styled-components@5.3.0?deps=react@18.0.0-alpha-82583617b-20210812&no-check"}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$adlad": "npm:@adlad/adlad@0.0.9"}} +{"imports": {"#root/": "/", "#lib/": "/lib/", "#utils": "/lib/utils.mjs", "#db": "/lib/db/client.mjs", "#root/components/import-test.mjs": "./components/import-test.mjs", "@webcomponents/template-shadowroot": "https://ga.jspm.io/npm:@webcomponents/template-shadowroot@0.1.0/template-shadowroot.js", "fetched-list": "https://ga.jspm.io/npm:fetched-list@0.0.5/index.mjs", "lit/experimental-hydrate-support.js": "https://ga.jspm.io/npm:lit@2.2.5/experimental-hydrate-support.js", "svalit/loader.mjs": "https://ga.jspm.io/npm:svalit@0.1.0-alpha.5/loader.mjs"}, "scopes": {"./": {"@svalit/ssr-client/directives/server-until.js": "https://ga.jspm.io/npm:@svalit/ssr-client@1.0.0-rc.2/development/directives/server-until.js", "lit": "https://ga.jspm.io/npm:lit@2.2.5/index.js", "lit/directives/until.js": "https://ga.jspm.io/npm:lit@2.2.5/directives/until.js", "svalit/directives.mjs": "https://ga.jspm.io/npm:svalit@0.1.0-alpha.5/directives.mjs", "svalit/utils.mjs": "https://ga.jspm.io/npm:svalit@0.1.0-alpha.5/utils.mjs"}, "https://ga.jspm.io/": {"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@1.3.2/development/reactive-element.js", "lit-element/experimental-hydrate-support.js": "https://ga.jspm.io/npm:lit-element@3.2.0/development/experimental-hydrate-support.js", "lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@3.2.0/development/lit-element.js", "lit-html": "https://ga.jspm.io/npm:lit-html@2.2.5/development/lit-html.js", "lit-html/directive-helpers.js": "https://ga.jspm.io/npm:@svalit/lit-html@2.0.0-rc.4/development/directive-helpers.js", "lit-html/directive.js": "https://ga.jspm.io/npm:@svalit/lit-html@2.0.0-rc.4/development/directive.js", "lit-html/directives/until.js": "https://ga.jspm.io/npm:@svalit/lit-html@2.0.0-rc.4/development/directives/until.js", "lit-html/experimental-hydrate.js": "https://ga.jspm.io/npm:lit-html@2.2.5/development/experimental-hydrate.js", "lit/directive-helpers.js": "https://ga.jspm.io/npm:@svalit/lit@2.0.0-rc.3/directive-helpers.js", "lit/directive.js": "https://ga.jspm.io/npm:@svalit/lit@2.0.0-rc.3/directive.js", "lit/directives/until.js": "https://ga.jspm.io/npm:@svalit/lit@2.0.0-rc.3/directives/until.js"}, "https://ga.jspm.io/npm:lit@2.2.5/": {"lit-html/directives/until.js": "https://ga.jspm.io/npm:lit-html@2.2.5/development/directives/until.js"}}} +{"imports": {"preact": "https://unpkg.com/preact@10.11.0/src/index.js"}} +{"imports": {"leaflet": "https://unpkg.com/leaflet@1.9.3/dist/leaflet-src.esm.js", "firebase/": "https://www.gstatic.com/firebasejs/9.16.0/", "@shgysk8zer0/kazoo/": "https://unpkg.com/@shgysk8zer0/kazoo@0.0.16/", "@shgysk8zer0/polyfills": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.8/all.js", "@shgysk8zer0/polyfills/": "https://unpkg.com/@shgysk8zer0/polyfills@0.0.8/", "@shgysk8zer0/components/": "https://unpkg.com/@shgysk8zer0/components@0.0.9/"}} +{"imports": {"@ifx/root-config": "http://localhost/ifx-root-config.js", "@ifx/logdata": "http://localhost:4202/main.js", "@ifx/metadata": "http://localhost:4201/main.js", "@loadnGo": "http://localhost:4204/main.js"}} +{"imports": {"app": "/assets/app-13335169a8a764bc8e80b5a392e862d8.js", "/assets/bootstrap.js": "/assets/bootstrap-c423b8bbc1f9cae218c105ca8ca9f767.js", "@hotwired/stimulus": "https://cdn.jsdelivr.net/npm/@hotwired/stimulus@3.2.1/+esm", "@symfony/stimulus-bundle": "/assets/@symfony/stimulus-bundle/loader-e1ee9ace0562f2e6a52301e4ccc8627d.js", "/assets/@symfony/stimulus-bundle/controllers.js": "/assets/@symfony/stimulus-bundle/controllers-efef5143a6653dc72dd578b6776f4074.js", "/assets/@symfony/ux-turbo/turbo_controller.js": "/assets/@symfony/ux-turbo/turbo_controller-ce5e32dafdec0b7752f02e3e2cb25751.js", "/assets/@symfony/ux-turbo/turbo_stream_controller.js": "/assets/@symfony/ux-turbo/turbo_stream_controller-a9d0d06c48318d35cc0e0aa27ef6b2dc.js", "/assets/controllers/notification_controller.js": "/assets/controllers/notification_controller-7013a2ce7859881ddda78d1852f672d2.js", "/assets/controllers/matchgroup_controller.js": "/assets/controllers/matchgroup_controller-9c86223978484a4111bbe51917af3d62.js", "/assets/controllers/chat_controller.js": "/assets/controllers/chat_controller-7e7c1997ec93427480b6ffc7f584f6d3.js", "/assets/controllers/datepicker_controller.js": "/assets/controllers/datepicker_controller-9a63315381a437bc27f1ab3907eaa525.js", "/assets/controllers/joinform_controller.js": "/assets/controllers/joinform_controller-0145f7c952eea413611930c7738e45de.js", "/assets/controllers/scrollto_controller.js": "/assets/controllers/scrollto_controller-74c64fcca9e9e0a6ff44759353d8ce87.js", "@hotwired/turbo": "https://cdn.jsdelivr.net/npm/@hotwired/turbo@7.3.0/+esm", "flatpickr": "https://cdn.jsdelivr.net/npm/flatpickr@4.6.13/+esm"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"/": "./", "./": "./", "@deps": "./deps.ts", "@configs": "./configs.ts"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js"}} +{"imports": {"@briuin/profile": "https://briuin.github.io/profile/app.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.2.1/lib/system/single-spa.min.js", "@vue-mf/styleguide": "https://storage.googleapis.com/vue.microfrontends.app/styleguide/4a0c5856837141adb28fe9cc44a71e456d4a5705/vue-mf-styleguide.js", "@briuin/avatar": "https://briuin.github.io/avatar/js/app.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js", "@briuin/timeline": "https://briuin.github.io/timeline/app.js", "@briuin/timeline/store": "https://briuin.github.io/timeline/store.js", "@briuin/experience": "https://briuin.github.io/experience/main-es5.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.1.5/dist/vue-router.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.0/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.0/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs/system/rxjs-operators.min.js"}} +{"imports": {}} +{"imports": {}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$adlad": "npm:@adlad/adlad@0.0.9"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@mdx-js/run": "https://esm.sh/v122/@mdx-js/mdx@2.1.3/lib/run.js", "@mdx-js/react": "https://esm.sh/v122/@mdx-js/react@2.1.3?external=react"}} +{"imports": {"@ushahidi/root-config": "/ushahidi-root-config.js", "@ushahidi/legacy-app": "/ushahidi-legacy-app.js", "@ushahidi/utilities": "/ushahidi-utilities.js", "@ushahidi/api": "/ushahidi-api.js", "@ushahidi/legacy-settings": "/ushahidi-settings.js", "@ushahidi/legacy-data": "/ushahidi-data.js", "@ushahidi/legacy-activity": "/ushahidi-activity.js"}} +{"imports": {"three": "https://unpkg.com/three@0.149.0/build/three.module.js", "three/addons/": "./jsm/"}} +{"imports": {"react": "https://esm.sh/react@rc", "react-dom": "https://esm.sh/react-dom@rc?deps=react@rc", "react-dom/server": "https://esm.sh/react-dom@rc/server?deps=react@rc", "react-helmet": "https://esm.sh/react-helmet-async@1.2.2?deps=react@rc", "wouter": "https://esm.sh/wouter@2.8.0-alpha.2?deps=react@rc", "swr": "https://esm.sh/swr@1.2.1?deps=react@rc", "ultra/cache": "https://deno.land/x/ultra@v0.7.6/cache.js", "app": "./src/app.tsx"}, "scopes": {}} +{"imports": {"@symbiotejs/symbiote": "https://esm.sh/@symbiotejs/symbiote@1.11.7", "@uploadcare/upload-client": "https://esm.sh/@uploadcare/upload-client@6.6.1"}} +{"imports": {"std/": "https://deno.land/std@0.96.0/", "events": "https://deno.land/x/eventemitter@1.2.1/mod.ts"}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$fake-dom/": "https://deno.land/x/fake_dom@v0.10.0/src/"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.3/lib/system/single-spa.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs-operators.min.js", "moment": "https://cdn.jsdelivr.net/npm/moment@2.29.3/moment.min.js", "lodash": "https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js", "@single-spa-example/root-config": "//localhost:9000/single-spa-example-root-config.js", "@single-spa-example/global": "//localhost:9001/single-spa-example-global.js", "@single-spa-example/react-mui": "//localhost:9002/single-spa-example-react-mui.js", "@single-spa-example/react-styleguide": "//localhost:9003/single-spa-example-react-styleguide.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "@twind/core": "https://esm.sh/@twind/core@1.0.1", "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.1", "@twind/preset-tailwind": "https://esm.sh/*@twind/preset-tailwind@1.0.1", "wouter": "https://esm.sh/wouter@2.9.2?external=react", "wouter/static-location": "https://esm.sh/wouter@2.9.2/static-location?external=react", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react", "react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?external=react", "ultra/": "https://deno.land/x/ultra@v2.3.2/"}} +{"imports": {"esbuild-deno-loader": "https://deno.land/x/esbuild_deno_loader@0.8.1/mod.ts", "esbuild": "https://deno.land/x/esbuild@v0.17.19/wasm.js", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server", "react": "https://esm.sh/react@18.2.0", "std/": "https://deno.land/std@0.192.0/", "urlpattern-polyfill": "https://esm.sh/urlpattern-polyfill@9.0.0"}} +{"imports": {"@openmrs/esm-patient-chart-widgets": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-chart-widgets/2021-02-05_c227bd1ea7dc373f1d0bc31770ab9a5f204b71e3/openmrs-esm-patient-chart-widgets.js", "@openmrs/esm-patient-chart-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-chart-app/2021-02-04_cd1232aae72596bcecfb789373de6b7dce2902bb/openmrs-esm-patient-chart-app.js", "@openmrs/esm-home-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-home-app/2021-02-04_d8a94837d1efe28f94fdb9b50207845d0eb119f3/openmrs-esm-home-app.js", "@openmrs/esm-primary-navigation-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-primary-navigation-app/2021-02-02_7b3c19685d35f1b052efdba49d1374cfe2198be5/openmrs-esm-primary-navigation-app.js", "@openmrs/esm-login-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-login-app/2021-02-05_f6bccc45d9295dd8a2af936ac9d876b446a14c57/openmrs-esm-login-app.js", "@openmrs/esm-devtools-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-devtools-app/2021-02-05_d1228f48cd1608fa601db5f2cba54359b3418185/openmrs-esm-devtools-app.js", "@openmrs/esm-patient-registration-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-registration-app/2021-02-04_abd6cb6c03a4d98ac03006f69ab49b3dd611d14c/openmrs-esm-patient-registration-app.js", "@openmrs/esm-implementer-tools-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-implementer-tools-app/2021-02-05_d1228f48cd1608fa601db5f2cba54359b3418185/openmrs-esm-implementer-tools-app.js", "@openmrs/esm-drugorder-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-drugorder-app/2021-02-04_1bfc99ff9a89ca8490240bfe899245f66a0e60f0/openmrs-esm-drugorder-app.js"}} +{"imports": {"react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "wouter": "https://esm.sh/wouter?deps=react@18", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v1.0.1/cache.js", "app": "./src/app.tsx"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.5/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.0/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.0/umd/react-dom.production.min.js", "@Systek/root-config": "https://single-spa-example-root-git-main.systek.vercel.app/Systek-root-config.js", "@Systek/styles": "https://single-spa-example-apps-styles-git-main.systek.vercel.app/Systek-styles.js", "@Systek/react": "https://single-spa-example-apps-react-git-main.systek.vercel.app/Systek-react.js", "@Systek/angular": "https://single-spa-example-apps-angular-git-main.systek.vercel.app/angular/main.js", "@Systek/home": "https://single-spa-example-home-git-main.systek.vercel.app/Systek-home.js", "@Systek/footer": "https://single-spa-example-footer-git-main.systek.vercel.app/Systek-footer.js"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js", "@madie/madie-public": "//localhost:8503/madie-madie-public.js", "@madie/madie-components": "//localhost:8504/madie-madie-components.js", "@madie/madie-measure": "//localhost:8505/madie-madie-measure.js", "@madie/madie-patient": "//localhost:8506/madie-madie-patient.js", "@madie/madie-cql-library": "//localhost:8507/madie-madie-cql-library.js", "@madie/madie-util": "//localhost:8508/madie-madie-util.js", "rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js", "rxjs/operators": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs-operators.min.js"}} +{"imports": {"superoak": "https://deno.land/x/superoak@4.7.0/mod.ts", "oakcors": "https://deno.land/x/cors/mod.ts", "superdeno": "https://deno.land/x/superdeno/mod.ts", "dotenv": "https://deno.land/std@0.197.0/dotenv/mod.ts", "oak": "https://deno.land/x/oak@v12.6.0/mod.ts", "base64": "https://deno.land/std@0.195.0/encoding/base64.ts", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "assert": "https://deno.land/std@0.194.0/testing/asserts.ts", "bdd": "https://deno.land/std@0.194.0/testing/bdd.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "jose": "https://deno.land/x/jose@v4.14.4/index.ts"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.3/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js"}} +{"imports": {"bsv": "./src/mod.js", "bsv/": "./src/", "data/": "./test/data/", "testings": "./test/testings.js", "buffer": "https://deno.land/std@0.177.0/node/buffer.ts", "aes-js": "https://esm.sh/aes-js", "elliptic": "https://esm.sh/elliptic", "bs58": "https://esm.sh/bs58", "inherits": "https://esm.sh/inherits", "assert": "https://esm.sh/assert", "chai": "https://esm.sh/chai", "sinon": "https://esm.sh/sinon", "hash.js": "https://esm.sh/hash.js"}} +{"imports": {"navbar": "http://localhost:8888/js/app.js", "app1": "http://localhost:8081/js/app.js", "app2": "http://localhost:8082/js/app.js", "single-spa": "https://cdnjs.cloudflare.com/ajax/libs/single-spa/4.3.7/system/single-spa.min.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.0.7/dist/vue-router.min.js", "vuex": "https://cdn.jsdelivr.net/npm/vuex@3.1.2/dist/vuex.min.js"}} +{"imports": {"std/testing": "https://deno.land/std@0.191.0/testing/asserts.ts", "std/http": "https://deno.land/std@0.192.0/http/server.ts", "grammy": "https://deno.land/x/grammy@v1.16.0/mod.ts", "grammy/menu": "https://deno.land/x/grammy_menu@v1.2.1/mod.ts"}} +{"imports": {"@mdx-js/run": "https://esm.sh/@mdx-js/mdx@2.1.3/lib/run.js", "@mdx-js/react": "https://esm.sh/@mdx-js/react@2.1.3?external=react", "react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.2/"}} +{"imports": {"mapbox-gl": "http://81.71.93.249/dist/libs/mapbox-gl/3.0.0-beta.1/mapbox-gl.js"}} +{"imports": {"xu": "/mnt/compendium/DevLab/deno/xu/xu.js", "xutil": "/mnt/compendium/DevLab/deno/xutil/xutil.js", "std": "/mnt/compendium/DevLab/deno/std.js", "denoLandX": "/mnt/compendium/DevLab/deno/denoLandX.js", "xpriv": "/mnt/compendium/DevLab/xpriv/xpriv.js", "awesomewm": "/mnt/compendium/DevLab/deno/awesomewm.js", "GAPI": "/mnt/compendium/DevLab/deno/GAPI/GAPI.js", "html": "/mnt/compendium/DevLab/deno/html/html.js", "RateLimitedQueue": "/mnt/compendium/DevLab/deno/RateLimitedQueue/RateLimitedQueue.js", "typesense": "/mnt/compendium/DevLab/deno/Typesense/Typesense.js", "UInt8ArrayReader": "/mnt/compendium/DevLab/deno/UInt8ArrayReader.js", "validator": "/mnt/compendium/DevLab/deno/validator.js", "vinput": "/mnt/compendium/DevLab/deno/vinput/vinput.js", "WebServer": "/mnt/compendium/DevLab/deno/WebServer/WebServer.js", "xlog": "/mnt/compendium/DevLab/deno/xlog/xlog.js", "xwork": "/mnt/compendium/DevLab/deno/xwork/xwork.js", "XWorkerPool": "/mnt/compendium/DevLab/deno/XWorkerPool/XWorkerPool.js", "thirdParty": "/mnt/compendium/DevLab/deno/thirdParty/thirdParty.js"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "@app/root-config": "/app-root-config.js", "angular-app": "https://singlespa.azureedge.net/angular-microapp/main.js", "@app/react-app": "https://singlespa.azureedge.net/react-microapp/app-react-app.js"}} +{"imports": {"lit-element": "../../../../node_modules/lit-element/lit-element.js", "lit-html": "../../../../node_modules/lit-html/lit-html.js", "lit-html/": "../../../../node_modules/lit-html/", "lit-virtualizer": "../../node_modules/lit-virtualizer/lit-virtualizer.js", "lit-virtualizer/": "../../node_modules/lit-virtualizer/", "uni-virtualizer": "../../node_modules/lit-virtualizer/node_modules/uni-virtualizer/uni-virtualizer.js", "uni-virtualizer/": "../../node_modules/lit-virtualizer/node_modules/uni-virtualizer/", "resize-observer-polyfill": "../../node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js", "event-target-shim": "../../node_modules/event-target-shim/dist/event-target-shim.mjs"}} +{"imports": {"std/": "https://deno.land/std@0.130.0/"}} +{"imports": {"@chakra-ui/react": "https://importmapper-server.fly.dev/npm/@chakra-ui/react@2.4.3?external=react&external=react-dom", "@chakra-ui/react/": "https://importmapper-server.fly.dev/npm/@chakra-ui/react@2.4.3/?external=react&external=react-dom", "react": "https://importmapper-server.fly.dev/npm/react@18.2.0", "react-dom": "https://importmapper-server.fly.dev/npm/react-dom@18.2.0?external=react", "react-dom/": "https://importmapper-server.fly.dev/npm/react-dom@18.2.0/?external=react", "react/": "https://importmapper-server.fly.dev/npm/react@18.2.0/"}, "scopes": {"https://importmapper-server.fly.dev/npm": {}}} +{"imports": {"delay": "./denode_modules/delay.js", "preact": "./denode_modules/preact.js", "preact/hooks": "./denode_modules/preact/hooks.js", "preact-render-to-string": "./denode_modules/preact-render-to-string.js", "lodash/flatten": "./denode_modules/lodash/flatten.js"}} +{"imports": {"react": "https://esm.sh/react", "react-dom": "https://esm.sh/react-dom"}} +{"imports": {"axios": "npm:axios", "fs/promises": "https://deno.land/std@0.159.0/node/fs/promises.ts"}} +{"imports": {"@microapp/{MICROAPP_NPM_PACKAGE_NAME}": "%PUBLIC_URL%/main.js", "antd": "%PUBLIC_URL%/library/antd.js", "axios": "%PUBLIC_URL%/library/axios.js", "lodash": "%PUBLIC_URL%/library/lodash.js", "moment": "%PUBLIC_URL%/library/moment.js", "react": "%PUBLIC_URL%/library/react.js", "react-router": "%PUBLIC_URL%/library/react-router.js", "react-dom": "%PUBLIC_URL%/library/react-dom.js", "react-dom/server": "%PUBLIC_URL%/library/react-dom-server.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@emotion/react": "https://esm.sh/v122/@emotion/react@11.10.0?external=react", "@emotion/styled": "https://esm.sh/v122/@emotion/styled@11.10.0?external=react,@emotion/react"}} +{"imports": {"@growing-web-examples/react17-pkg": "https://esm.dancf.com/npm:@growing-web-examples/react17-pkg@0.0.1/index.js", "@growing-web-examples/react18-pkg": "https://esm.dancf.com/npm:@growing-web-examples/react18-pkg@0.0.1/index.js", "@growing-web-examples/wpm-test": "https://esm.dancf.com/npm:@growing-web-examples/wpm-test@0.6.4/test.js"}, "scopes": {"https://esm.dancf.com/": {"object-assign": "https://esm.dancf.com/npm:object-assign@4.1.1/index.js", "react": "https://esm.dancf.com/npm:react@17.0.2/dev.index.js"}, "https://esm.dancf.com/npm:@growing-web-examples/react18-pkg@0.0.1/": {"react": "https://esm.dancf.com/npm:react@18.2.0/index.js"}}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.3/lib/system/single-spa.min.js", "@demo/demo-parent-app": "/parent/demo-demo-parent-app.js", "@demo/micro-fe-one": "/app1/demo-micro-fe-one.js", "@demo/micro-fe-two": "/app2/demo-micro-fe-two.js", "@demo/root-config": "/demo-root-config.js"}} +{"imports": {"tslib": "./dist/libs/tslib/tslib.js", "bootstrap": "./dist/libs/bootstrap/bootstrap.esm.js", "@popperjs/core": "./dist/libs/@popperjs/core.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@tanstack/react-query": "https://esm.sh/v122/@tanstack/react-query@4.1.3?external=react", "@tanstack/react-query-devtools": "https://esm.sh/v122/@tanstack/react-query-devtools@4.3.5?external=react,@tanstack/react-query&dev"}} +{"imports": {"asserts": "https://deno.land/std@0.156.0/testing/asserts.ts"}} +{"imports": {"unyt/": "https://cdn.unyt.org/", "unyt_core": "https://cdn.unyt.org/unyt_core/datex.ts", "uix": "./uix.ts", "unyt_core/": "https://cdn.unyt.org/unyt_core/", "uix/": "./", "uix_std/": "./uix_std/", "unyt_tests/": "https://cdn.unyt.org/unyt_tests/", "unyt_web/": "https://cdn.unyt.org/unyt_web/", "unyt_node/": "https://cdn.unyt.org/unyt_node/", "unyt_cli/": "https://cdn.unyt.org/unyt_cli/", "supranet/": "https://portal.unyt.org/ts_module_resolver/", "uix/jsx-runtime": "./jsx-runtime/jsx.ts", "backend/": "./backend/", "common/": "./common/", "frontend/": "./frontend/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "react-helmet-async": "https://esm.sh/v122/react-helmet-async@1.3.0?external=react"}} +{"imports": {"#root/": "/", "#lib/": "/lib/", "#utils": "/lib/utils.mjs", "#db": "/lib/db/client.mjs", "#styles": "/includes/styles.mjs", "core-js/": "https://esm.run/core-js/", "bson-objectid": "https://cdn.skypack.dev/bson-objectid", "lit": "https://cdn.jsdelivr.net/npm/@lit-async/lit@2.4.1-mirror.4", "@svalit/core/": "https://cdn.jsdelivr.net/npm/@svalit/core@0.1.5/", "lit/": "https://cdn.jsdelivr.net/npm/@lit-async/lit@2.4.1-mirror.4/", "@svalit/router": "https://cdn.jsdelivr.net/npm/@svalit/router@0.1.5", "lit-html": "https://cdn.jsdelivr.net/npm/@lit-async/lit-html@2.4.0-mirror.4", "lit-html/": "https://cdn.jsdelivr.net/npm/@lit-async/lit-html@2.4.0-mirror.4/", "@lit-labs/router/": "https://ga.jspm.io/npm:@lit-labs/router@0.1.0/development/", "urlpattern-polyfill": "https://cdn.jsdelivr.net/npm/urlpattern-polyfill/index.js", "lit-element/": "https://cdn.jsdelivr.net/npm/@lit-async/lit-element@3.2.2-mirror.4/", "@lit-labs/router": "https://ga.jspm.io/npm:@lit-labs/router@0.1.0/development/index.js", "@lit-labs/ssr-client/": "https://cdn.jsdelivr.net/npm/@lit-async/ssr-client@1.0.1-mirror.4/", "@lit-async/ssr-client/": "https://cdn.jsdelivr.net/npm/@lit-async/ssr-client@1.0.1-mirror.4/", "@lit/reactive-element/": "https://cdn.jsdelivr.net/npm/@lit-async/reactive-element@1.4.2-mirror.4/", "@webcomponents/template-shadowroot/": "https://cdn.skypack.dev/@webcomponents/template-shadowroot/", "@lit/reactive-element": "https://cdn.jsdelivr.net/npm/@lit-async/reactive-element@1.4.2-mirror.4/reactive-element.js"}} +{"imports": {"deps": "./deps.ts"}} +{"imports": {"eslint": "npm:eslint@8.23.0", "std/": "https://deno.land/std@0.171.0/", "chdir-anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "fake-imports": "https://deno.land/x/fake_imports@v0.8.1/mod.js", "fake-dom/": "https://deno.land/x/fake_dom@v0.11.0/src/", "puppeteer": "https://raw.githubusercontent.com/jespertheend/deno-puppeteer/7c5ed2e6e9f43d7fc27d4fa49f17db36be220956/mod.ts", "puppeteer/": "https://raw.githubusercontent.com/jespertheend/deno-puppeteer/7c5ed2e6e9f43d7fc27d4fa49f17db36be220956/", "rollup": "npm:rollup@2.79.1", "rollup-plugin-jscc": "npm:rollup-plugin-jscc@2.0.0", "rollup-plugin-cleanup": "npm:rollup-plugin-cleanup@3.2.1", "rollup-plugin-commonjs": "npm:@rollup/plugin-commonjs@11.1.0", "rollup-plugin-node-resolve": "npm:@rollup/plugin-node-resolve@13.0.6", "terser": "npm:terser@5.15.0", "./studio/src/styles/shadowStyles.js": "./studio/src/styles/dummyStylesModule.js", "./studio/src/styles/studioStyles.js": "./studio/src/styles/dummyStylesModule.js"}} +{"imports": {"jsx": "https://deno.land/x/jsx@v0.1.5/mod.ts"}} +{"imports": {"tslib": "./dist/libs/tslib/tslib.js", "bootstrap": "./dist/libs/bootstrap/bootstrap.esm.js", "@popperjs/core": "./dist/libs/@popperjs/core.js", "three": "./dist/libs/three/three.module.js", "three/": "./dist/libs/three/"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.90.0/", "bcrypt/": "https://deno.land/x/bcrypt@v0.2.4/", "cotton/": "https://deno.land/x/cotton@v0.7.5/", "event/": "https://deno.land/x/event@0.2.1/", "oak/": "https://deno.land/x/oak@v6.5.0/", "oak_logger/": "https://deno.land/x/oak_logger@1.0.0/", "oak_graphql/": "https://deno.land/x/oak_graphql@0.6.2/", "djwt/": "https://deno.land/x/djwt@v2.2/"}} +{"imports": {"@angular/common": "./jspm_packages/npm/@angular/common@7.2.15/bundles/common.umd.js", "@angular/common/": "./jspm_packages/npm/@angular/common@7.2.15/", "@angular/compiler": "./jspm_packages/npm/@angular/compiler@7.2.15/bundles/compiler.umd.js", "@angular/compiler/": "./jspm_packages/npm/@angular/compiler@7.2.15/", "@angular/core": "./jspm_packages/npm/@angular/core@7.2.15/bundles/core.umd.js", "@angular/core/": "./jspm_packages/npm/@angular/core@7.2.15/", "@angular/platform-browser": "./jspm_packages/npm/@angular/platform-browser@7.2.15/bundles/platform-browser.umd.js", "@angular/platform-browser-dynamic": "./jspm_packages/npm/@angular/platform-browser-dynamic@7.2.15/bundles/platform-browser-dynamic.umd.js", "@angular/platform-browser-dynamic/": "./jspm_packages/npm/@angular/platform-browser-dynamic@7.2.15/", "@angular/platform-browser/": "./jspm_packages/npm/@angular/platform-browser@7.2.15/", "@babel/core": "./jspm_packages/npm/@babel/core@7.4.4/lib/index.js", "@babel/core/": "./jspm_packages/npm/@babel/core@7.4.4/", "@babel/core/lib/config/files/index.dew.js": "./jspm_packages/npm/@babel/core@7.4.4/lib/config/files/index-browser.dew.js", "@babel/core/lib/config/files/index.js": "./jspm_packages/npm/@babel/core@7.4.4/lib/config/files/index-browser.js", "@babel/core/lib/transform-file.dew.js": "./jspm_packages/npm/@babel/core@7.4.4/lib/transform-file-browser.dew.js", "@babel/core/lib/transform-file.js": "./jspm_packages/npm/@babel/core@7.4.4/lib/transform-file-browser.js", "@empty": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "@empty.dew": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.dew.js", "assert": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/assert.js", "buffer": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/buffer.js", "child_process": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "cluster": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "console": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/console.js", "constants": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/constants.js", "core-js": "./jspm_packages/npm/core-js@3.0.1/index.js", "core-js/": "./jspm_packages/npm/core-js@3.0.1/", "crypto": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/crypto.js", "dgram": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "dns": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "domain": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/domain.js", "events": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/events.js", "fs": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "http": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/http.js", "http-server": "./jspm_packages/npm/http-server@0.11.1/lib/http-server.js", "http-server/": "./jspm_packages/npm/http-server@0.11.1/", "http2": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/http2.js", "https": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/https.js", "module": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "net": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "os": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/os.js", "path": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/path.js", "process": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/process.js", "punycode": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/punycode.js", "querystring": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/querystring.js", "readline": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "reflect-metadata": "./jspm_packages/npm/reflect-metadata@0.1.13/Reflect.js", "reflect-metadata/": "./jspm_packages/npm/reflect-metadata@0.1.13/", "repl": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "rxjs": "./jspm_packages/npm/rxjs@6.5.2/index.js", "rxjs/": "./jspm_packages/npm/rxjs@6.5.2/", "stream": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/stream.js", "string_decoder": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/string_decoder.js", "sys": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/sys.js", "timers": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/timers.js", "tls": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js", "tty": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/tty.js", "url": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/url.js", "util": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/util.js", "vm": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/vm.js", "worker_threads": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/worker_threads.js", "zlib": "./jspm_packages/npm/@jspm/core@1.0.4/nodelibs/zlib.js", "zone.js": "./jspm_packages/npm/zone.js@0.9.1/dist/zone.js", "zone.js/": "./jspm_packages/npm/zone.js@0.9.1/", "zone.js/dist/zone-node.dew.js": "./jspm_packages/npm/zone.js@0.9.1/dist/zone.dew.js", "zone.js/dist/zone-node.js": "./jspm_packages/npm/zone.js@0.9.1/dist/zone.js", "zone.js/index.dew.js": "./jspm_packages/npm/zone.js@0.9.1/dist/zone.dew.js"}, "scopes": {"jspm_packages/npm/@angular/common@7.2.15/": {"tslib": "../../tslib@1.9.3/tslib.js", "tslib/": "../../tslib@1.9.3/"}, "jspm_packages/npm/@angular/compiler@7.2.15/": {"tslib": "../../tslib@1.9.3/tslib.js", "tslib/": "../../tslib@1.9.3/"}, "jspm_packages/npm/@angular/core@7.2.15/": {"tslib": "../../tslib@1.9.3/tslib.js", "tslib/": "../../tslib@1.9.3/"}, "jspm_packages/npm/@angular/platform-browser-dynamic@7.2.15/": {"tslib": "../../tslib@1.9.3/tslib.js", "tslib/": "../../tslib@1.9.3/"}, "jspm_packages/npm/@angular/platform-browser@7.2.15/": {"tslib": "../../tslib@1.9.3/tslib.js", "tslib/": "../../tslib@1.9.3/"}, "jspm_packages/npm/@babel/code-frame@7.0.0/": {"@babel/highlight": "../highlight@7.0.0/lib/index.js", "@babel/highlight/": "../highlight@7.0.0/"}, "jspm_packages/npm/@babel/core@7.4.4/": {"@babel/code-frame": "../code-frame@7.0.0/lib/index.js", "@babel/code-frame/": "../code-frame@7.0.0/", "@babel/core": "./lib/index.js", "@babel/core/": "./", "@babel/core/lib/config/files/index.dew.js": "./lib/config/files/index-browser.dew.js", "@babel/core/lib/config/files/index.js": "./lib/config/files/index-browser.js", "@babel/core/lib/transform-file.dew.js": "./lib/transform-file-browser.dew.js", "@babel/core/lib/transform-file.js": "./lib/transform-file-browser.js", "@babel/generator": "../generator@7.4.4/lib/index.js", "@babel/generator/": "../generator@7.4.4/", "@babel/helpers": "../helpers@7.4.4/lib/index.js", "@babel/helpers/": "../helpers@7.4.4/", "@babel/parser": "../parser@7.4.4/lib/index.js", "@babel/parser/": "../parser@7.4.4/", "@babel/template": "../template@7.4.4/lib/index.js", "@babel/template/": "../template@7.4.4/", "@babel/traverse": "../traverse@7.4.4/lib/index.js", "@babel/traverse/": "../traverse@7.4.4/", "@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/", "convert-source-map": "../../convert-source-map@1.6.0/index.js", "convert-source-map/": "../../convert-source-map@1.6.0/", "debug": "../../debug@4.1.1/src/browser.js", "debug/": "../../debug@4.1.1/", "debug/index.dew.js": "../../debug@4.1.1/src/browser.dew.js", "debug/src/index.dew.js": "../../debug@4.1.1/src/browser.dew.js", "debug/src/index.js": "../../debug@4.1.1/src/browser.js", "json5": "../../json5@2.1.0/dist/index.js", "json5/": "../../json5@2.1.0/", "json5/index.dew.js": "../../json5@2.1.0/dist/index.dew.js", "json5/lib/index.dew.js": "../../json5@2.1.0/dist/index.dew.js", "json5/lib/index.js": "../../json5@2.1.0/dist/index.js", "lodash": "../../lodash@4.17.11/lodash.js", "lodash/": "../../lodash@4.17.11/", "resolve": "../../resolve@1.11.0/index.js", "resolve/": "../../resolve@1.11.0/", "semver": "../../semver@5.7.0/semver.js", "semver/": "../../semver@5.7.0/", "source-map": "../../source-map@0.5.7/source-map.js", "source-map/": "../../source-map@0.5.7/"}, "jspm_packages/npm/@babel/generator@7.4.4/": {"@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/", "jsesc": "../../jsesc@2.5.2/jsesc.js", "jsesc/": "../../jsesc@2.5.2/", "lodash": "../../lodash@4.17.11/lodash.js", "lodash/": "../../lodash@4.17.11/", "source-map": "../../source-map@0.5.7/source-map.js", "source-map/": "../../source-map@0.5.7/", "trim-right": "../../trim-right@1.0.1/index.js", "trim-right/": "../../trim-right@1.0.1/"}, "jspm_packages/npm/@babel/helper-function-name@7.1.0/": {"@babel/helper-get-function-arity": "../helper-get-function-arity@7.0.0/lib/index.js", "@babel/helper-get-function-arity/": "../helper-get-function-arity@7.0.0/", "@babel/template": "../template@7.4.4/lib/index.js", "@babel/template/": "../template@7.4.4/", "@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/"}, "jspm_packages/npm/@babel/helper-get-function-arity@7.0.0/": {"@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/"}, "jspm_packages/npm/@babel/helper-split-export-declaration@7.4.4/": {"@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/"}, "jspm_packages/npm/@babel/helpers@7.4.4/": {"@babel/template": "../template@7.4.4/lib/index.js", "@babel/template/": "../template@7.4.4/", "@babel/traverse": "../traverse@7.4.4/lib/index.js", "@babel/traverse/": "../traverse@7.4.4/", "@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/"}, "jspm_packages/npm/@babel/highlight@7.0.0/": {"chalk": "../../chalk@2.4.2/index.js", "chalk/": "../../chalk@2.4.2/", "esutils": "../../esutils@2.0.2/lib/utils.js", "esutils/": "../../esutils@2.0.2/", "js-tokens": "../../js-tokens@4.0.0/index.js", "js-tokens/": "../../js-tokens@4.0.0/"}, "jspm_packages/npm/@babel/template@7.4.4/": {"@babel/code-frame": "../code-frame@7.0.0/lib/index.js", "@babel/code-frame/": "../code-frame@7.0.0/", "@babel/parser": "../parser@7.4.4/lib/index.js", "@babel/parser/": "../parser@7.4.4/", "@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/"}, "jspm_packages/npm/@babel/traverse@7.4.4/": {"@babel/code-frame": "../code-frame@7.0.0/lib/index.js", "@babel/code-frame/": "../code-frame@7.0.0/", "@babel/generator": "../generator@7.4.4/lib/index.js", "@babel/generator/": "../generator@7.4.4/", "@babel/helper-function-name": "../helper-function-name@7.1.0/lib/index.js", "@babel/helper-function-name/": "../helper-function-name@7.1.0/", "@babel/helper-split-export-declaration": "../helper-split-export-declaration@7.4.4/lib/index.js", "@babel/helper-split-export-declaration/": "../helper-split-export-declaration@7.4.4/", "@babel/parser": "../parser@7.4.4/lib/index.js", "@babel/parser/": "../parser@7.4.4/", "@babel/types": "../types@7.4.4/lib/index.js", "@babel/types/": "../types@7.4.4/", "debug": "../../debug@4.1.1/src/browser.js", "debug/": "../../debug@4.1.1/", "debug/index.dew.js": "../../debug@4.1.1/src/browser.dew.js", "debug/src/index.dew.js": "../../debug@4.1.1/src/browser.dew.js", "debug/src/index.js": "../../debug@4.1.1/src/browser.js", "globals": "../../globals@11.12.0/index.js", "globals/": "../../globals@11.12.0/", "lodash": "../../lodash@4.17.11/lodash.js", "lodash/": "../../lodash@4.17.11/"}, "jspm_packages/npm/@babel/types@7.4.4/": {"esutils": "../../esutils@2.0.2/lib/utils.js", "esutils/": "../../esutils@2.0.2/", "lodash": "../../lodash@4.17.11/lodash.js", "lodash/": "../../lodash@4.17.11/", "to-fast-properties": "../../to-fast-properties@2.0.0/index.js", "to-fast-properties/": "../../to-fast-properties@2.0.0/"}, "jspm_packages/npm/ansi-styles@3.2.1/": {"color-convert": "../color-convert@1.9.3/index.js", "color-convert/": "../color-convert@1.9.3/"}, "jspm_packages/npm/chalk@2.4.2/": {"ansi-styles": "../ansi-styles@3.2.1/index.js", "ansi-styles/": "../ansi-styles@3.2.1/", "escape-string-regexp": "../escape-string-regexp@1.0.5/index.js", "escape-string-regexp/": "../escape-string-regexp@1.0.5/", "supports-color": "../supports-color@5.5.0/browser.js", "supports-color/": "../supports-color@5.5.0/", "supports-color/index.dew.js": "../supports-color@5.5.0/browser.dew.js", "supports-color/index.js": "../supports-color@5.5.0/browser.js"}, "jspm_packages/npm/color-convert@1.9.3/": {"color-name": "../color-name@1.1.3/index.js", "color-name/": "../color-name@1.1.3/"}, "jspm_packages/npm/convert-source-map@1.6.0/": {"safe-buffer": "../safe-buffer@5.1.2/index.js", "safe-buffer/": "../safe-buffer@5.1.2/"}, "jspm_packages/npm/debug@2.6.9/": {"debug": "./src/browser.js", "debug/": "./", "debug/index.dew.js": "./src/browser.dew.js", "debug/src/index.dew.js": "./src/browser.dew.js", "debug/src/index.js": "./src/browser.js", "ms": "../ms@2.0.0/index.js", "ms/": "../ms@2.0.0/"}, "jspm_packages/npm/debug@3.2.6/": {"debug": "./src/browser.js", "debug/": "./", "debug/index.dew.js": "./src/browser.dew.js", "debug/src/index.dew.js": "./src/browser.dew.js", "debug/src/index.js": "./src/browser.js", "ms": "../ms@2.1.1/index.js", "ms/": "../ms@2.1.1/"}, "jspm_packages/npm/debug@4.1.1/": {"debug": "./src/browser.js", "debug/": "./", "debug/index.dew.js": "./src/browser.dew.js", "debug/src/index.dew.js": "./src/browser.dew.js", "debug/src/index.js": "./src/browser.js", "ms": "../ms@2.1.1/index.js", "ms/": "../ms@2.1.1/"}, "jspm_packages/npm/ecstatic@3.3.1/": {"ecstatic": "./lib/ecstatic.js", "ecstatic/": "./", "he": "../he@1.2.0/he.js", "he/": "../he@1.2.0/", "mime": "../mime@1.6.0/mime.js", "mime/": "../mime@1.6.0/", "minimist": "../minimist@1.2.0/index.js", "minimist/": "../minimist@1.2.0/", "url-join": "../url-join@2.0.5/lib/url-join.js", "url-join/": "../url-join@2.0.5/"}, "jspm_packages/npm/follow-redirects@1.7.0/": {"debug": "../debug@3.2.6/src/browser.js", "debug/": "../debug@3.2.6/", "debug/index.dew.js": "../debug@3.2.6/src/browser.dew.js", "debug/src/index.dew.js": "../debug@3.2.6/src/browser.dew.js", "debug/src/index.js": "../debug@3.2.6/src/browser.js"}, "jspm_packages/npm/he@1.2.0/": {"he": "./he.js", "he/": "./"}, "jspm_packages/npm/http-proxy@1.17.0/": {"eventemitter3": "../eventemitter3@3.1.0/index.js", "eventemitter3/": "../eventemitter3@3.1.0/", "follow-redirects": "../follow-redirects@1.7.0/index.js", "follow-redirects/": "../follow-redirects@1.7.0/", "requires-port": "../requires-port@1.0.0/index.js", "requires-port/": "../requires-port@1.0.0/"}, "jspm_packages/npm/http-server@0.11.1/": {"colors": "../colors@1.0.3/lib/index.js", "colors/": "../colors@1.0.3/", "corser": "../corser@2.0.1/lib/corser.js", "corser/": "../corser@2.0.1/", "ecstatic": "../ecstatic@3.3.1/lib/ecstatic.js", "ecstatic/": "../ecstatic@3.3.1/", "http-proxy": "../http-proxy@1.17.0/index.js", "http-proxy/": "../http-proxy@1.17.0/", "http-server": "./lib/http-server.js", "http-server/": "./", "opener": "../opener@1.4.3/opener.js", "opener/": "../opener@1.4.3/", "optimist": "../optimist@0.6.1/index.js", "optimist/": "../optimist@0.6.1/", "portfinder": "../portfinder@1.0.20/lib/portfinder.js", "portfinder/": "../portfinder@1.0.20/", "union": "../union@0.4.6/lib/index.js", "union/": "../union@0.4.6/"}, "jspm_packages/npm/jsesc@2.5.2/": {"jsesc": "./jsesc.js", "jsesc/": "./"}, "jspm_packages/npm/json5@2.1.0/": {"json5": "./dist/index.js", "json5/": "./", "json5/index.dew.js": "./dist/index.dew.js", "json5/lib/index.dew.js": "./dist/index.dew.js", "json5/lib/index.js": "./dist/index.js", "minimist": "../minimist@1.2.0/index.js", "minimist/": "../minimist@1.2.0/"}, "jspm_packages/npm/mime@1.6.0/": {"mime": "./mime.js", "mime/": "./"}, "jspm_packages/npm/mkdirp@0.5.1/": {"minimist": "../minimist@0.0.8/index.js", "minimist/": "../minimist@0.0.8/", "mkdirp": "./index.js", "mkdirp/": "./"}, "jspm_packages/npm/opener@1.4.3/": {"opener": "./opener.js", "opener/": "./"}, "jspm_packages/npm/optimist@0.6.1/": {"minimist": "../minimist@0.0.10/index.js", "minimist/": "../minimist@0.0.10/", "wordwrap": "../wordwrap@0.0.3/index.js", "wordwrap/": "../wordwrap@0.0.3/"}, "jspm_packages/npm/portfinder@1.0.20/": {"async": "../async@1.5.2/lib/async.js", "async/": "../async@1.5.2/", "debug": "../debug@2.6.9/src/browser.js", "debug/": "../debug@2.6.9/", "debug/index.dew.js": "../debug@2.6.9/src/browser.dew.js", "debug/src/index.dew.js": "../debug@2.6.9/src/browser.dew.js", "debug/src/index.js": "../debug@2.6.9/src/browser.js", "mkdirp": "../mkdirp@0.5.1/index.js", "mkdirp/": "../mkdirp@0.5.1/"}, "jspm_packages/npm/resolve@1.11.0/": {"path-parse": "../path-parse@1.0.6/index.js", "path-parse/": "../path-parse@1.0.6/"}, "jspm_packages/npm/rxjs@6.5.2/": {"tslib": "../tslib@1.9.3/tslib.js", "tslib/": "../tslib@1.9.3/"}, "jspm_packages/npm/semver@5.7.0/": {"semver": "./semver.js", "semver/": "./"}, "jspm_packages/npm/supports-color@5.5.0/": {"has-flag": "../has-flag@3.0.0/index.js", "has-flag/": "../has-flag@3.0.0/", "supports-color": "./browser.js", "supports-color/": "./", "supports-color/index.dew.js": "./browser.dew.js", "supports-color/index.js": "./browser.js"}, "jspm_packages/npm/union@0.4.6/": {"qs": "../qs@2.3.3/index.js", "qs/": "../qs@2.3.3/"}, "jspm_packages/npm/zone.js@0.9.1/": {"zone.js": "./dist/zone.js", "zone.js/": "./", "zone.js/dist/zone-node.dew.js": "./dist/zone.dew.js", "zone.js/dist/zone-node.js": "./dist/zone.js", "zone.js/index.dew.js": "./dist/zone.dew.js"}}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.4/lib/system/single-spa.min.js", "@ksmf/root-config": "//localhost:9010/ksmf-root-config.js", "@ksmf/ksmf-nav": "//localhost:9999/js/app.js", "@ksmf/ksmf-orders": "//localhost:9011/js/app.js"}} +{"imports": {"@openmrs/esm-home-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-home-app/2022-08-11_81257fcc34e36cfc0488a76fc661852e74a8de3d/openmrs-esm-home-app.js", "@openmrs/esm-form-entry-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-form-entry-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-form-entry-app.js", "@openmrs/esm-patient-chart-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-chart-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-chart-app.js", "@openmrs/esm-patient-registration-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-registration-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-patient-registration-app.js", "@openmrs/esm-patient-biometrics-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-biometrics-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-biometrics-app.js", "@openmrs/esm-patient-banner-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-banner-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-banner-app.js", "@openmrs/esm-patient-appointments-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-appointments-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-appointments-app.js", "@openmrs/esm-patient-forms-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-forms-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-forms-app.js", "@openmrs/esm-patient-vitals-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-vitals-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-vitals-app.js", "@openmrs/esm-patient-immunizations-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-immunizations-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-immunizations-app.js", "@openmrs/esm-patient-notes-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-notes-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-notes-app.js", "@openmrs/esm-patient-medications-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-medications-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-medications-app.js", "@openmrs/esm-patient-conditions-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-conditions-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-conditions-app.js", "@openmrs/esm-patient-attachments-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-attachments-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-attachments-app.js", "@openmrs/esm-patient-programs-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-programs-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-programs-app.js", "@openmrs/esm-patient-allergies-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-allergies-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-allergies-app.js", "@openmrs/esm-patient-test-results-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-test-results-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-patient-test-results-app.js", "@openmrs/esm-patient-clinical-view-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-clinical-view-app/2022-04-08_b28254252a120ac5468d9a2a16e03db05d3bfe99/openmrs-esm-patient-clinical-view-app.js", "@openmrs/esm-patient-search-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-search-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-patient-search-app.js", "@openmrs/esm-patient-list-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-patient-list-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-patient-list-app.js", "@openmrs/esm-active-visits-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-active-visits-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-active-visits-app.js", "@openmrs/esm-generic-patient-widgets-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-generic-patient-widgets-app/2022-08-19_b1c844ce541d1ba45b37e5ff0da428703ed1f241/openmrs-esm-generic-patient-widgets-app.js", "@openmrs/esm-outpatient-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-outpatient-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-outpatient-app.js", "@openmrs/esm-fast-data-entry-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-fast-data-entry-app/2022-08-16_98cf1a86b503f35abeef074f4b18d18732bc459c/openmrs-esm-fast-data-entry-app.js", "@openmrs/esm-appointments-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-appointments-app/2022-08-19_d2edea9716a48bfc15e498a5272a2930c67d1d41/openmrs-esm-appointments-app.js", "@openmrs/esm-cohort-builder-app": "https://spa-modules.nyc3.cdn.digitaloceanspaces.com/@openmrs/esm-cohort-builder-app/2022-08-20_e3dc6668fc218144cb61593668a05f5a4b866566/openmrs-esm-cohort-builder-app.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0&dev/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0?dev", "react-dom/": "https://esm.sh/v122/react-dom@18.2.0&dev/", "@tanstack/react-query": "https://esm.sh/v122/@tanstack/react-query@4.13.0?external=react", "@tanstack/react-query-devtools": "https://esm.sh/v122/@tanstack/react-query-devtools@4.13.0?external=react,@tanstack/react-query&dev", "@trpc/server": "https://esm.sh/v122/@trpc/server@10.33.1", "@trpc/server/": "https://esm.sh/v122/@trpc/server@10.33.1/", "@trpc/client": "https://esm.sh/v122/*@trpc/client@10.33.1", "@trpc/client/": "https://esm.sh/v122/*@trpc/client@10.33.1/", "@trpc/react-query": "https://esm.sh/v122/*@trpc/react-query@10.33.1", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts", "twind": "https://esm.sh/v122/twind@0.16.17", "twind/sheets": "https://esm.sh/v122/twind@0.16.17/sheets", "ultra/": "http://localhost:3000/", "@ultra/qrcode/": "https://deno.land/x/qrcode@v2.0.0/"}} +{"imports": {"std:testing": "https://deno.land/std/testing/asserts.ts", "@aduh95/toml": "https://unpkg.com/@aduh95/toml@0.4.0/web/toml2js.js", "@aduh95/toml-prettifier": "../index.js"}} +{"imports": {"@babel/runtime": "/_static/babel-runtime/index.js", "@babel/runtime/": "/_static/babel-runtime/"}} +{"imports": {"app1": "https://localhost:9543/app1.js"}} +{"imports": {"spinosaurus/": "../", "deno/": "https://deno.land/std@0.113.0/", "luxon/mod.ts": "https://moment.github.io/luxon/es6/luxon.min.js"}} +{"imports": {"two": "https://deno.land/x/two@v1.2.3"}} +{"imports": {"@hotwired/stimulus": "https://unpkg.com/@hotwired/stimulus@3.2.1/dist/stimulus.js", "app": "/assets/app-ea9ebe6156adc038aba53164e2be0867.js"}} +{"imports": {"./relative-src.mjs?x=4": "./relative-dst.mjs?x=dst"}} +{"imports": {"./relative-src.mjs": "./relative-dst.mjs"}} +{"imports": {"jsx": "https://deno.land/x/jsx@v0.1.5/mod.ts"}} +{"imports": {"jsx": "https://deno.land/x/jsx@v0.1.5/mod.ts"}} +{"imports": {"jsx": "https://deno.land/x/jsx@v0.1.5/mod.ts"}} +{"imports": {"jsx": "https://deno.land/x/jsx@v0.1.5/mod.ts"}} +{"imports": {"@hotwired/stimulus": "https://unpkg.com/@hotwired/stimulus@3.2.1/dist/stimulus.js", "app": "/assets/app-ea9ebe6156adc038aba53164e2be0867.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0&dev/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0?dev", "react-dom/": "https://esm.sh/v122/react-dom@18.2.0&dev/", "@tanstack/react-query": "https://esm.sh/v122/@tanstack/react-query@4.13.0?external=react", "@tanstack/react-query-devtools": "https://esm.sh/v122/@tanstack/react-query-devtools@4.13.0?external=react,@tanstack/react-query&dev", "@trpc/server": "https://esm.sh/v122/@trpc/server@10.0.0", "@trpc/server/": "https://esm.sh/v122/@trpc/server@10.0.0/", "@trpc/client": "https://esm.sh/v122/*@trpc/client@10.0.0", "@trpc/client/": "https://esm.sh/v122/*@trpc/client@10.0.0/", "@trpc/react-query": "https://esm.sh/v122/*@trpc/react-query@10.0.0", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"common/tslib.es6-c4a4947b": "./web_modules/common/tslib.es6-c4a4947b.js", "common/mergeMap-64c6f393": "./web_modules/common/mergeMap-64c6f393.js", "common/merge-183efbc7": "./web_modules/common/merge-183efbc7.js", "common/forkJoin-269e2e92": "./web_modules/common/forkJoin-269e2e92.js", "common/share-d41e3509": "./web_modules/common/share-d41e3509.js", "@uirouter/angularjs": "./web_modules/@uirouter/angularjs.js", "angular": "./web_modules/angular.js", "js-beautify": "./web_modules/js-beautify.js", "lodash": "./web_modules/lodash.js", "oclazyload": "./web_modules/oclazyload.js", "clipboard": "./web_modules/clipboard.js", "file-saver": "./web_modules/file-saver.js", "codemirror": "./web_modules/codemirror.js", "d3-array": "./web_modules/d3-array.js", "d3-collection": "./web_modules/d3-collection.js", "d3-dsv": "./web_modules/d3-dsv.js", "d3-format": "./web_modules/d3-format.js", "d3-time": "./web_modules/d3-time.js", "d3-time-format": "./web_modules/d3-time-format.js", "d3-selection": "./web_modules/d3-selection.js", "d3-scale-chromatic": "./web_modules/d3-scale-chromatic.js", "d3-scale": "./web_modules/d3-scale.js", "d3-axis": "./web_modules/d3-axis.js", "d3-shape": "./web_modules/d3-shape.js", "d3-brush": "./web_modules/d3-brush.js", "d3-transition": "./web_modules/d3-transition.js", "d3-interpolate": "./web_modules/d3-interpolate.js", "d3-hierarchy": "./web_modules/d3-hierarchy.js", "d3-zoom": "./web_modules/d3-zoom.js", "angular-animate": "./web_modules/angular-animate.js", "angular-messages": "./web_modules/angular-messages.js", "angular-sanitize": "./web_modules/angular-sanitize.js", "angular-ui-bootstrap": "./web_modules/angular-ui-bootstrap.js", "@angular/common": "./web_modules/@angular/common.js", "@angular/common/http": "./web_modules/@angular/common/http.js", "@angular/compiler": "./web_modules/@angular/compiler.js", "@angular/core": "./web_modules/@angular/core.js", "@angular/forms": "./web_modules/@angular/forms.js", "@angular/platform-browser": "./web_modules/@angular/platform-browser.js", "@angular/platform-browser-dynamic": "./web_modules/@angular/platform-browser-dynamic.js", "@angular/upgrade": "./web_modules/@angular/upgrade.js", "@angular/upgrade/static": "./web_modules/@angular/upgrade/static.js", "@ng-bootstrap/ng-bootstrap": "./web_modules/@ng-bootstrap/ng-bootstrap.js", "rxjs": "./web_modules/rxjs.js", "rxjs/operators": "./web_modules/rxjs/operators.js", "@uirouter/rx": "./web_modules/@uirouter/rx.js", "@uirouter/core": "./web_modules/@uirouter/core.js", "@uirouter/angular": "./web_modules/@uirouter/angular.js", "@uirouter/angular-hybrid": "./web_modules/@uirouter/angular-hybrid.js", "ramda": "./web_modules/ramda.js", "angular-ui-tree": "./web_modules/angular-ui-tree.js", "sortablejs": "./web_modules/sortablejs.js", "ipaddr": "./web_modules/ipaddr.js", "ngx-clipboard": "./web_modules/ngx-clipboard.js", "angular-ui-codemirror": "./libs/angular-ui-codemirror.js", "ngclipboard": "./libs/ngclipboard.js", "ace/ace": "./libs/ace/ace.js", "ui-ace": "./libs/ui-ace.js", "ace/ace-wrapper": "./libs/ace/ace-wrapper.js", "ace/@nowzoo/ngx-ace": "./libs/ace/@nowzoo/ngx-ace.js", "angular-legacy-sortable": "./libs/angular-legacy-sortable.js", "ui-select": "./libs/ui-select.js", "app": "./app/app.js", "mn.core": "./app/mn.core.js", "ajs.upgraded.providers": "./app/ajs.upgraded.providers.js", "mn.app.imports": "./app/mn.app.imports.js", "mn.pools.service": "./app/mn.pools.service.js", "mn.element.crane": "./app/mn.element.crane.js", "mn.select.module": "./app/mn.select.module.js", "mn.admin.service": "./app/mn.admin.service.js", "mn.pipes.module": "./app/mn.pipes.module.js", "mn.shared.module": "./app/mn.shared.module.js", "mn.http.interceptor": "./app/mn.http.interceptor.js", "mn.input.filter.module": "./app/mn.input.filter.module.js", "components/mn_alerts": "./app/components/mn_alerts.js", "components/mn_pools": "./app/components/mn_pools.js", "components/mn_filters": "./app/components/mn_filters.js", "components/mn_poll": "./app/components/mn_poll.js", "components/mn_helper": "./app/components/mn_helper.js", "components/mn_pool_default": "./app/components/mn_pool_default.js", "components/mn_permissions": "./app/components/mn_permissions.js", "components/mn_pending_query_keeper": "./app/components/mn_pending_query_keeper.js", "components/directives/mn_select/mn_select": "./app/components/directives/mn_select/mn_select.js", "components/directives/mn_element_crane/mn_element_crane": "./app/components/directives/mn_element_crane/mn_element_crane.js", "components/directives/mn_detail_stats_controller": "./app/components/directives/mn_detail_stats_controller.js", "mn_admin/mn_servers_service": "./app/mn_admin/mn_servers_service.js", "mn_admin/mn_statistics_service": "./app/mn_admin/mn_statistics_service.js", "mn_admin/mn_statistics_description": "./app/mn_admin/mn_statistics_description.js", "mn_admin/mn_statistics_chart_directive": "./app/mn_admin/mn_statistics_chart_directive.js", "mn_admin/mn_gsi_footer_controller": "./app/mn_admin/mn_gsi_footer_controller.js", "mn_admin/mn_documents_service": "./app/mn_admin/mn_documents_service.js"}} +{"imports": {"asserts": "https://deno.land/std@0.130.0/testing/asserts.ts"}} +{"imports": {"react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "signals-react": "https://esm.sh/@preact/signals-react@1.1.1?external=react", "ultra/": "https://deno.land/x/ultra@v2.0.0-beta.11/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.160.0/", "@/": "./", "./": "./", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts", "feed": "https://esm.sh/feed@4.2.2", "prism/": "https://esm.sh/prismjs@1.27.0/"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.3/lib/system/single-spa.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.5.5/system/rxjs-operators.min.js", "@datacode/root-config": "//localhost:9000/datacode-root-config.js", "@datacode/styleguide": "//localhost:9001/datacode-styleguide.js", "@datacode/api": "//localhost:9002/datacode-api.js", "@datacode/navbar": "//localhost:9003/datacode-navbar.js", "@datacode/home": "//localhost:9004/datacode-home.js", "@datacode/technology": "//localhost:9005/datacode-technology.js", "@datacode/education": "//localhost:9006/datacode-education.js", "@datacode/footer": "//localhost:9007/datacode-footer.js"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@/umd/react.development.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@/umd/react-dom.development.js", "react-i18next": "https://cdn.jsdelivr.net/npm/react-i18next@/dist/umd/react-i18next.js", "prop-types": "https://unpkg.com/prop-types@/prop-types.min.js", "classnames": "https://cdn.jsdelivr.net/npm/classnames@/index.min.js", "axios": "https://cdn.jsdelivr.net/npm/axios@/dist/axios.min.js", "tslib": "https://unpkg.com/tslib@/tslib.js", "i18next": "https://unpkg.com/i18next@/dist/umd/i18next.js", "react-transition-group": "https://cdn.jsdelivr.net/npm/react-transition-group@/dist/react-transition-group.js", "@skatteetaten/frontend-components": "https://unpkg.com/@skatteetaten/frontend-components@/umd/index.development.js"}} +{"imports": {"free_port/": "https://deno.land/x/free_port@v1.2.0/", "graphql-react/": "https://unpkg.com/graphql-react@20.0.0/", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "react": "https://esm.sh/react@18.2.0?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-test-renderer": "https://esm.sh/react-test-renderer@18.2.0?dev", "react-waterfall-render/": "https://unpkg.com/react-waterfall-render@5.0.0/", "ruck/": "./", "std/": "https://deno.land/std@0.154.0/"}} +{"imports": {"about-microfrontend": "/_temp_bundle_example/about-microfrontend/aboutMicrofrontend.bundle.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "@twind/core": "https://esm.sh/@twind/core@1.0.1", "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.1", "@twind/preset-tailwind": "https://esm.sh/*@twind/preset-tailwind@1.0.1", "react-router-dom": "https://esm.sh/react-router-dom@6.3.0?external=react", "react-router-dom/server": "https://esm.sh/react-router-dom@6.3.0/server?external=react", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react", "@tanstack/react-query-devtools": "https://esm.sh/@tanstack/react-query-devtools@4.3.5?external=react,@tanstack/react-query&dev", "ultra/": "https://deno.land/x/ultra@v2.1.4/"}} +{"imports": {"tslib": "./dist/libs/tslib/tslib.js", "bootstrap": "./dist/libs/bootstrap/bootstrap.esm.js", "@popperjs/core": "./dist/libs/@popperjs/core.js", "@arcgis/": "https://js.arcgis.com/4.21/@arcgis/"}} +{"imports": {"@example/root-config": "/example-root-config.js", "@example/single-spa-example-vue": "https://sad-agnesi-385a93.netlify.app/js/app.01e00da1.js", "@example/single-spa-example-angular": "https://angular-single-spa-poc.netlify.app/main.js", "@example/single-spa-example-navbar": "https://serene-swirles-74680a.netlify.app/example-single-spa-example-navbar.js", "@example/single-spa-example-react": "https://modest-noether-f69184.netlify.app/example-single-spa-example-react.js"}} +{"imports": {"esbuild-deno-loader": "https://deno.land/x/esbuild_deno_loader@0.7.0/mod.ts", "esbuild": "https://deno.land/x/esbuild@v0.17.19/wasm.js", "std/": "https://deno.land/std@0.188.0/", "pretty-ms": "https://esm.sh/pretty-ms@8.0.0"}} +{"imports": {"siyuan": "/snippets/noobcore/frontEnd/noobApi/index.js", "defineGlobal": "/snippets/noobcore/frontEnd/pluginsHandler/registry/defineGlobal.js"}} +{"imports": {"root-config": "./root-config.js", "@single-spa/welcome": "https://unpkg.com/single-spa-welcome/dist/single-spa-welcome.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "unocss/cli": "https://esm.sh/v122/@unocss/cli"}} +{"imports": {"vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.41/vue.esm-browser.prod.js", "vue-router": "https://cdnjs.cloudflare.com/ajax/libs/vue-router/4.1.5/vue-router.esm-browser.min.js", "vuex": "https://cdnjs.cloudflare.com/ajax/libs/vuex/4.0.0-beta.2/vuex.esm-browser.js"}} +{"imports": {"@learnSspa/spa01": "http://localhost:4101/assets/spa.js", "@learnSspa/spa02": "http://localhost:4102/assets/spa.js"}} +{"imports": {"buffer": "/jspm_packages/npm/@jspm/core@1.0.4/nodelibs/buffer.js", "process": "/jspm_packages/npm/@jspm/core@1.0.4/nodelibs/process.js", "socket.io-client": "/jspm_packages/npm/socket.io-client@2.3.0/lib/index.js", "uuid-random": "/jspm_packages/npm/uuid-random@1.3.0/index.js"}, "scopes": {"/jspm_packages/npm/debug@3.1.0/": {"ms/": "/jspm_packages/npm/ms@2.0.0/"}, "/jspm_packages/npm/debug@4.1.1/": {"ms/": "/jspm_packages/npm/ms@2.1.2/"}, "/jspm_packages/npm/engine.io-client@3.4.0/": {"component-emitter/": "/jspm_packages/npm/component-emitter@1.2.1/", "component-inherit/": "/jspm_packages/npm/component-inherit@0.0.3/", "debug/index.dew.js": "/jspm_packages/npm/debug@4.1.1/src/browser.dew.js", "engine.io-parser/index.dew.js": "/jspm_packages/npm/engine.io-parser@2.2.0/lib/browser.dew.js", "has-cors/": "/jspm_packages/npm/has-cors@1.1.0/", "indexof/": "/jspm_packages/npm/indexof@0.0.1/", "parseqs/": "/jspm_packages/npm/parseqs@0.0.5/", "parseuri/": "/jspm_packages/npm/parseuri@0.0.5/", "ws/index.dew.js": "/jspm_packages/npm/ws@6.1.4/browser.dew.js", "xmlhttprequest-ssl/index.dew.js": "/jspm_packages/npm/engine.io-client@3.4.0/lib/xmlhttprequest.dew.js", "yeast/": "/jspm_packages/npm/yeast@0.1.2/"}, "/jspm_packages/npm/engine.io-parser@2.2.0/": {"after/": "/jspm_packages/npm/after@0.8.2/", "arraybuffer.slice/": "/jspm_packages/npm/arraybuffer.slice@0.0.7/", "base64-arraybuffer/": "/jspm_packages/npm/base64-arraybuffer@0.1.5/", "blob/": "/jspm_packages/npm/blob@0.0.5/", "has-binary2/": "/jspm_packages/npm/has-binary2@1.0.3/"}, "/jspm_packages/npm/has-binary2@1.0.3/": {"isarray/": "/jspm_packages/npm/isarray@2.0.1/"}, "/jspm_packages/npm/socket.io-client@2.3.0/": {"backo2/": "/jspm_packages/npm/backo2@1.0.2/", "component-bind/": "/jspm_packages/npm/component-bind@1.0.0/", "component-emitter/": "/jspm_packages/npm/component-emitter@1.2.1/", "debug/index.dew.js": "/jspm_packages/npm/debug@4.1.1/src/browser.dew.js", "engine.io-client/": "/jspm_packages/npm/engine.io-client@3.4.0/", "has-binary2/": "/jspm_packages/npm/has-binary2@1.0.3/", "indexof/": "/jspm_packages/npm/indexof@0.0.1/", "parseqs/": "/jspm_packages/npm/parseqs@0.0.5/", "parseuri/": "/jspm_packages/npm/parseuri@0.0.5/", "socket.io-parser/": "/jspm_packages/npm/socket.io-parser@3.3.0/", "to-array/": "/jspm_packages/npm/to-array@0.1.4/"}, "/jspm_packages/npm/socket.io-parser@3.3.0/": {"component-emitter/": "/jspm_packages/npm/component-emitter@1.2.1/", "debug/index.dew.js": "/jspm_packages/npm/debug@3.1.0/src/browser.dew.js", "isarray/": "/jspm_packages/npm/isarray@2.0.1/"}, "/jspm_packages/npm/uuid-random@1.3.0/": {"crypto": "/jspm_packages/npm/@jspm/core@1.0.4/nodelibs/@empty.js"}}} +{"imports": {"three": "https://unpkg.com/three@^0.139.0/src/Three.js", "three/": "https://unpkg.com/three@^0.139.0/"}} +{"imports": {"@madie/root-config": "/madie-root-config.js", "@madie/madie-layout": "/madie-layout/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "/madie-auth/madie-madie-auth.js"}} +{"imports": {"app": "/assets/app-bbae9f648af22c8bdc294ce35f4a1e4c.js"}} +{"imports": {"@bootstrap-icons/bootstrap-icons": "https://unpkg.com/@bootstrap-icons/bootstrap-icons@1.5.0/dist/"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"@rails/ujs": "https://ga.jspm.io/npm:@rails/ujs@7.0.0/lib/assets/compiled/rails-ujs.js", "alpinejs": "https://ga.jspm.io/npm:alpinejs@3.7.1/dist/module.esm.js", "react": "https://ga.jspm.io/npm:react@17.0.2/index.js", "turbolinks": "https://ga.jspm.io/npm:turbolinks@5.2.0/dist/turbolinks.js", "object-assign": "https://ga.jspm.io/npm:object-assign@4.1.1/index.js", "es-module-shims": "https://ga.jspm.io/npm:es-module-shims@1.4.1/dist/es-module-shims.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.5/lib/system/single-spa.min.js", "single-spa-layout": "https://unpkg.com/single-spa-layout@2.2.0/dist/system/single-spa-layout.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@7.8.1/system/es5/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@7.8.1/system/es5/rxjs-operators.min.js", "@gongarce/root-config": "/gongarce-root-config.js", "@gongarce/styleguide": "https://style.gongarce.io/gongarce-styleguide.js", "@gongarce/api": "https://api.gongarce.io/gongarce-api.js", "nav": "https://nav.gongarce.io/main.js", "portfolio-home": "https://home.gongarce.io/main.js", "portfolio-showcase": "https://showcase.gongarce.io/main.js"}} +{"imports": {"std::testing": "https://deno.land/std/testing/asserts.ts", "@aduh95/format-phone-number": "./index.js", "@aduh95/format-phone-number/getCountryData": "./fetchData.deno.js", "@aduh95/format-phone-number/types": "./index.d.ts"}} +{"imports": {"@swiftory/root-config": "/swiftory-root-config.js", "@swiftory/components": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/components/swiftory-components.js", "@swiftory/utils": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/utils/swiftory-utils.js", "@swiftory/home": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/1-home/swiftory-home.js", "@swiftory/jukebox": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/2-jukebox/swiftory-jukebox.js", "@swiftory/album-folklore": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/3-album-folklore/swiftory-album-folklore.js", "@swiftory/album-lover": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/4-album-lover/swiftory-album-lover.js", "@swiftory/album-reputation": "https://cdn.ansonlichtfuss.com/file/public-cdn/projects/swiftory/js/5-album-reputation/swiftory-album-reputation.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "react-router-dom": "https://esm.sh/react-router-dom@6.3.0?external=react", "react-router-dom/server": "https://esm.sh/react-router-dom@6.3.0/server?external=react", "twind": "https://esm.sh/twind@0.16.17", "twind/sheets": "https://esm.sh/twind@0.16.17/sheets", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react", "ultra/": "https://deno.land/x/ultra@v2.1.2/", "chakra-ui": "https://esm.sh/@chakra-ui/react", "emotion/react": "https://esm.sh/@emotion/react", "emotion/styled": "https://esm.sh/@emotion/styled", "framer-motion": "https://esm.sh/framer-motion"}} +{"imports": {"single-spa-angular": "https://cdn.jsdelivr.net/npm/@esm-bundle/single-spa-angular@6.3.1/system/es2015/ivy/angular-single-spa-angular.min.js", "single-spa-angular/internals": "https://cdn.jsdelivr.net/npm/@esm-bundle/single-spa-angular@6.3.1/system/es2015/ivy/angular-single-spa-angular-internals.min.js", "@angular/core": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@13.3.0/system/es2015/ivy/angular-core.min.js", "@angular/common": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@13.3.0/system/es2015/ivy/angular-common.min.js", "@angular/router": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__router@13.3.1/system/es2015/ivy/angular-router.min.js", "@angular/platform-browser": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__platform-browser@13.3.1/system/es2015/ivy/angular-platform-browser.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs-operators.min.js"}} +{"imports": {"@openmrs/esm-home-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-home-app/2022-01-14_3431301926000f8a14dcbac2656d76300349f5d7/openmrs-esm-home-app.js", "@openmrs/esm-patient-chart-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-chart-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-chart-app.js", "@openmrs/esm-patient-registration-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-registration-app/2022-01-14_bb0e17d57960e008634ad2e2e4488488d7059463/openmrs-esm-patient-registration-app.js", "@openmrs/esm-patient-biometrics-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-biometrics-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-biometrics-app.js", "@openmrs/esm-patient-banner-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-banner-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-banner-app.js", "@openmrs/esm-patient-vitals-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-vitals-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-vitals-app.js", "@openmrs/esm-patient-medications-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-medications-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-medications-app.js", "@openmrs/esm-patient-conditions-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-conditions-app/2022-01-14_07ea10b69ca370cc266bab3170c2e45a8fddcb50/openmrs-esm-patient-conditions-app.js", "@openmrs/esm-patient-search-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-patient-search-app/2022-01-14_bb0e17d57960e008634ad2e2e4488488d7059463/openmrs-esm-patient-search-app.js", "@openmrs/esm-active-visits-app": "https://spa-modules.nyc3.digitaloceanspaces.com/@openmrs/esm-active-visits-app/2022-01-14_bb0e17d57960e008634ad2e2e4488488d7059463/openmrs-esm-active-visits-app.js"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@18.2.0/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@18.2.0/umd/react-dom.production.min.js", "react-redux": "https://cdn.jsdelivr.net/npm/react-redux@8.0.5/dist/react-redux.min.js", "@remix-run/router": "https://cdn.jsdelivr.net/npm/@remix-run/router@1.3.0/dist/router.umd.js", "react-router": "https://cdn.jsdelivr.net/npm/react-router@6.7.0/dist/umd/react-router.production.min.js", "react-router-dom": "https://cdn.jsdelivr.net/npm/react-router-dom@6.7.0/dist/umd/react-router-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js"}} +{"imports": {"@angular/core": "https://jspm.dev/@angular/core@12.0.3", "zone.js": "https://jspm.dev/zone.js/dist/zone", "reflect": "https://deno.land/x/alosaur@v0.34.0/src/injection/reflect.ts"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.5.3/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js"}} +{"imports": {"$std/": "https://deno.land/std@0.198.0/", "renda": "https://raw.githubusercontent.com/rendajs/Renda/78bf39b6095a75b182fc2afe76c747e93989d7a6/mod.js", "chdir-anywhere": "https://deno.land/x/chdir_anywhere@v0.0.3/mod.js"}} +{"imports": {"@lit-labs/ssr-client": "https://ga.jspm.io/npm:@lit-labs/ssr-client@1.1.3/index.js", "@lit-labs/ssr-client/": "https://ga.jspm.io/npm:@lit-labs/ssr-client@1.1.3/", "@lit-labs/task": "https://ga.jspm.io/npm:@lit-labs/task@3.0.1/index.js", "@vkontakte/superappkit": "https://ga.jspm.io/npm:@vkontakte/superappkit@1.60.4/dist/index.js", "lit": "https://ga.jspm.io/npm:lit@2.8.0/index.js", "lit/": "https://ga.jspm.io/npm:lit@2.8.0/"}, "scopes": {"https://ga.jspm.io/": {"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@1.6.3/reactive-element.js", "lit-element/": "https://ga.jspm.io/npm:lit-element@3.3.3/", "lit-html": "https://ga.jspm.io/npm:lit-html@2.8.0/lit-html.js", "lit-html/": "https://ga.jspm.io/npm:lit-html@2.8.0/"}}} +{"imports": {"react": "../node_modules/react/umd/react.development.js", "react-dom": "../node_modules/react-dom/umd/react-dom.development.js"}} +{"imports": {"react": "https://esm.sh/react@18.1.0?dev", "react-dom": "https://esm.sh/react-dom@18.1.0?dev", "react-dom/client": "https://esm.sh/react-dom@18.1.0/client?dev", "react-query": "https://esm.sh/react-query@3.39.1?dev", "react-inspector": "https://esm.sh/react-inspector@5.1.1?deps=react@18.1.0,react-dom@18.1.0&dev"}} +{"imports": {"@app/root-config": "/app-root-config.js", "react": "https://cdn.jsdelivr.net/npm/react@16.13.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@16.13.1/umd/react-dom.production.min.js", "@app/AppHeader": "https://spacdnprudential.azureedge.net/react-header/app-AppHeader.js", "@app/AppFooter": "https://spacdnprudential.azureedge.net/footer/app-AppFooter.js", "@app/Products": "https://spacdnprudential.azureedge.net/product/app-Products.js", "@app/Home": "https://spacdnprudential.azureedge.net/home/app-Home.js"}} +{"imports": {"lit/": "https://cdn.jsdelivr.net/npm/lit/", "lit": "https://cdn.jsdelivr.net/npm/lit/index.js", "lit-html/": "https://cdn.jsdelivr.net/npm/lit-html/", "lit-element/": "https://cdn.jsdelivr.net/npm/lit-element/", "lit-html": "https://cdn.jsdelivr.net/npm/lit-html/lit-html.js", "@lit-labs/ssr-client/": "https://cdn.jsdelivr.net/npm/@lit-labs/ssr-client/", "@lit/reactive-element/": "https://cdn.jsdelivr.net/npm/@lit/reactive-element/", "@lit-labs/ssr-dom-shim/": "https://cdn.jsdelivr.net/npm/@lit-labs/ssr-dom-shim/", "@lit-labs/ssr-dom-shim": "https://cdn.jsdelivr.net/npm/@lit-labs/ssr-dom-shim/index.js", "@lit/reactive-element": "https://cdn.jsdelivr.net/npm/@lit/reactive-element/reactive-element.js", "@webcomponents/template-shadowroot/": "https://cdn.skypack.dev/@webcomponents/template-shadowroot/"}} +{"imports": {"@kaave/root-config": "/kaave-root-config.js"}} +{"imports": {"@mdx-js/run": "https://esm.sh/v122/@mdx-js/mdx@2.1.3/lib/run.js", "@mdx-js/react": "https://esm.sh/v122/@mdx-js/react@2.1.3?external=react", "react": "https://esm.sh/v122/react@0.0.0-experimental-8951c5fc9-20220915", "react/": "https://esm.sh/v122/react@0.0.0-experimental-8951c5fc9-20220915/", "react-dom": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915", "react-dom/server": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915/server", "react-dom/client": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915/client", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@tanstack/react-query": "https://esm.sh/v122/@tanstack/react-query@4.1.3?external=react", "wouter": "https://esm.sh/v122/wouter@2.9.0?external=react", "wouter/static-location": "https://esm.sh/v122/wouter@2.9.0/static-location?external=react"}} +{"imports": {"@apps/config": "/config.js", "@apps/sidebar": "/sidebar.js", "@apps/header": "/header.js", "@apps/clients": "/clients.js", "@apps/accounting": "/accounting.js"}} +{"imports": {"single-spa": "http://localhost:9096/libraries/single-spa.min.js", "react": "http://localhost:9096/libraries/react.production.min.js", "react-dom": "http://localhost:9096/libraries/react-dom.production.min.js"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "wouter": "https://esm.sh/v122/wouter@2.10.0?external=react", "wouter/static-location": "https://esm.sh/v122/wouter@2.10.0/static-location?external=wouter"}} +{"imports": {"path": "https://deno.land/std@0.143.0/path/mod.ts", "alosaur": "https://deno.land/x/alosaur@v0.33.0/mod.ts", "nanoid": "https://deno.land/x/nanoid@v3.0.0/mod.ts", "class-validator": "https://cdn.skypack.dev/class-validator@0.13.2?dts", "class-transformer": "https://cdn.skypack.dev/class-transformer@0.5.1?dts", "djwt": "https://deno.land/x/djwt@v2.2/mod.ts", "oxide.ts": "https://cdn.skypack.dev/oxide.ts@1.0.0?dts", "deno-cron": "https://deno.land/x/deno_cron@v1.0.0/cron.ts", "types": "./src/types.ts", "helpers": "./src/helpers/index.ts", "db": "./src/db/index.ts", "@/": "./src/"}} +{"imports": {"oak": "https://deno.land/x/oak@v10.6.0/mod.ts", "std/": "https://deno.land/std@0.140.0/"}} +{"imports": {"../collections/offerCollection.ts": "https://deno.land/x/denomongo_unittest_utils@v0.3/mod.ts"}} +{"imports": {"earthstar": "https://cdn.earthstar-project.org/js/earthstar.bundle.v9.3.3.js", "react-earthstar": "https://esm.sh/v122/react-earthstar?external=react,earthstar", "react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/": "https://esm.sh/v122/react-dom@18.2.0/", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"std/": "https://deno.land/std@0.93.0/"}} +{"imports": {"std/": "https://deno.land/std@0.153.0/"}} +{"imports": {"assert": "/jspm_packages/npm/@jspm/core@1.1.0/nodelibs/assert.js"}} +{"imports": {"mod": "./mod.ts"}} +{"imports": {"asserts": "https://deno.land/std@0.130.0/testing/asserts.ts"}} +{"imports": {"root-config": "./root-config.js", "@single-spa/welcome": "https://unpkg.com/single-spa-welcome/dist/single-spa-welcome.js"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"react": "https://www.nav.no/tms-min-side-assets/react/18/esm/index.js", "react-dom": "https://www.nav.no/tms-min-side-assets/react-dom/18/esm/index.js"}} +{"imports": {"std/": "https://deno.land/std@0.153.0/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@ultra/qrcode/": "https://deno.land/x/qrcode@v2.0.0/"}} +{"imports": {"preact": "/output/preact/node_modules/preact/dist/preact.mjs", "htm/preact/index.mjs": "/output/preact/node_modules/htm/preact/index.mjs", "htm": "/output/preact/node_modules/htm/dist/htm.mjs", "preact/hooks/dist/hooks.mjs": "/output/preact/node_modules/preact/hooks/dist/hooks.mjs"}} +{"imports": {"@madie/root-config": "//localhost:9000/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "//localhost:8501/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js", "@madie/madie-public": "//localhost:8503/madie-madie-public.js", "@madie/madie-components": "//localhost:8504/madie-madie-components.js", "@madie/madie-measure": "//localhost:8505/madie-madie-measure.js", "@madie/madie-patient": "//localhost:8507/madie-madie-patient.js", "@madie/madie-cql-library": "//localhots:8507/madie-madie-cql-library.js", "@madie/madie-util": "//localhost:8508/madie-madie-util.js", "rxjs": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs.min.js", "rxjs/operators": "https://unpkg.com/@esm-bundle/rxjs/system/rxjs-operators.min.js"}} +{"imports": {"content-manager": "./content-manager/dist/content-manager-browser.1.44.0.js", "doc-center": "./doc-center/dist/doc-center-browser.1.24.0.js", "seismic-vendors": "./vendors/dist/vendors-browser.1.2.3.js", "search": "./search/dist/search-browser.1.3.0.js", "toolkit": "./toolkit/dist/toolkit-browser.2.1.2.js"}, "scopes": {"./search/": {"toolkit": "./toolkit/dist/toolkit-browser.1.54.1.js"}}} +{"imports": {"single-spa": "https://polyglot.microfrontends.app/npm/single-spa@5.9.0/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://polyglot.microfrontends.app/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "vue": "https://polyglot.microfrontends.app/npm/vue@2.6.12/dist/vue.min.js", "vue-router": "https://polyglot.microfrontends.app/npm/vue-router@3.4.9/dist/vue-router.min.js", "single-spa-angularjs": "https://polyglot.microfrontends.app/npm/single-spa-angularjs@4.1.0/lib/single-spa-angularjs.js"}} +{"imports": {"react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "wouter": "https://esm.sh/wouter?deps=react@18", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v1.0.1/cache.js", "app": "./src/app.tsx"}} +{"imports": {"std/": "https://deno.land/std@0.162.0/", "chdir-anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "sqlite": "https://deno.land/x/sqlite@v3.7.0/mod.ts"}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$adlad": "npm:@adlad/adlad@0.4.1"}} +{"imports": {"@zuri/root-config": "/zuri-root-config.js", "@zuri/core": "/zuri-core.js", "@zuri/ui": "/zuri-ui.js", "@zuri/utilities": "/zuri-utilities.js"}} +{"imports": {"react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "wouter": "https://esm.sh/wouter?deps=react@18", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v0.8.0/cache.js", "app": "./src/app.tsx"}} +{"imports": {"vue": "https://unpkg.com/vue", "vue-router": "https://unpkg.com/vue-router", "vuex": "https://unpkg.com/vuex", "vuetify": "https://unpkg.com/vuetify", "@saveriu/app1": "//localhost:8080/apps/app1.umd.js", "@saveriu/app2": "//localhost:8080/apps/app2.umd.js"}} +{"imports": {"zod": "npm:zod@3.19.1", "zod-to-json-schema": "npm:zod-to-json-schema@3.19.3", "path": "https://deno.land/std@0.167.0/path/mod.ts", "console_colors": "https://deno.land/x/console_colors@v0.0.2/mod.ts", "run_simple": "https://deno.land/x/run_simple@1.1.0/mod.ts"}} +{"imports": {"$std/": "https://deno.land/std@0.178.0/", "$chdir_anywhere": "https://deno.land/x/chdir_anywhere@v0.0.2/mod.js", "$adlad": "npm:@adlad/adlad@0.6.0"}} +{"imports": {"react": "https://esm.sh/v122/preact@10.11.1&external=preact/compat", "preact": "https://esm.sh/v122/preact@10.11.1", "preact/": "https://esm.sh/v122/preact@10.11.1/", "react-dom": "https://esm.sh/v122/preact@10.11.1&external=preact/compat", "react-dom/": "https://esm.sh/v122/preact@10.11.1&external=preact/compat/", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"single-spa": "https://cdnjs.cloudflare.com/ajax/libs/single-spa/5.4.0/system/single-spa.min.js", "vue": "https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js", "vue-router": "https://cdn.jsdelivr.net/npm/vue-router@3.0.7/dist/vue-router.min.js", "pubsub-js": "https://cdnjs.cloudflare.com/ajax/libs/pubsub-js/1.7.0/pubsub.js", "snackbar": "https://cdn.jsdelivr.net/npm/node-snackbar@0.1.16/src/js/snackbar.min.js"}} +{"imports": {"dash-compiler": "https://raw.githubusercontent.com/bridge-core/dash-compiler/main/dist/dash-compiler.bundled.es.js", "dash-compiler-local": "../dash-compiler/dist/dash-compiler.bundled.es.js", "mc-project-core": "npm:mc-project-core"}} +{"imports": {}} +{"imports": {"@envelop/core": "https://cdn.skypack.dev/@envelop/core?dts", "@envelop/graphql-modules": "https://esm.sh/@envelop/graphql-modules", "@graphql-tools/schema": "https://esm.sh/@graphql-tools/schema", "@graphql-tools/utils": "https://esm.sh/@graphql-tools/utils", "@graphql-yoga/common": "https://cdn.skypack.dev/@graphql-yoga/common?dts", "@prisma/client": "https://esm.sh/@prisma/client", "app": "./src/app.tsx", "graphql": "https://esm.sh/graphql@v16.5.0?dev", "graphql-config": "https://esm.sh/graphql-config@v4.3.0?dev", "graphql-request": "https://esm.sh/graphql-request@v4.2.0?dev&deps=react@18,react-dom@18", "graphql-request/dist/types": "https://esm.sh/graphql-request@v4.2.0/dist/types?dev", "graphql-request/dist/types.dom": "https://esm.sh/graphql-request@v4.2.0/dist/types.dom?dev", "graphql-scalars": "https://esm.sh/graphql-scalars?dev", "graphql-tag": "https://esm.sh/graphql-tag?dev", "kysely": "https://esm.sh/kysely?dev", "kysely_deno_postgres": "../kysely-deno-postgres/mod.ts", "postgres": "https://deno.land/x/postgres@v0.15.0/mod.ts", "react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "react-query": "https://esm.sh/react-query", "std/": "https://deno.land/std@0.139.0/", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v1.0.1/cache.js", "wouter": "https://esm.sh/wouter?deps=react@18", "~/": "./src/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@twind/core": "https://esm.sh/v122/@twind/core@1.0.1", "@twind/preset-autoprefix": "https://esm.sh/v122/@twind/preset-autoprefix@1.0.1", "@twind/preset-tailwind": "https://esm.sh/v122/*@twind/preset-tailwind@1.0.1"}} +{"imports": {"@angular/core": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@11.1.1/system/es2015/ivy/angular-core.min.js", "@angular/common": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.min.js", "@angular/router": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__router@11.1.1/system/es2015/ivy/angular-router.min.js", "@angular/platform-browser": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__platform-browser@11.1.1/system/es2015/ivy/angular-platform-browser.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs-operators.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.1/lib/system/single-spa.min.js"}} +{"imports": {"$std/": "https://deno.land/std@0.177.0/"}} +{"imports": {"@madie/root-config": "/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "/madie-editor/madie-madie-editor.js", "@madie/madie-auth": "/madie-auth/madie-madie-auth.js"}} +{"imports": {"stimulus": "https://cdn.esm.sh/v41/stimulus@2.0.0/es2020/stimulus.js", "stimulus/": "https://cdn.esm.sh/v41/stimulus@2.0.0/es2020/"}} +{"imports": {"@madie/root-config": "/madie-root-config.js", "@madie/madie-layout": "/madie-layout/madie-madie-layout.js", "@madie/madie-editor": "/madie-editor/madie-madie-editor.js", "@madie/madie-auth": "//localhost:8502/madie-madie-auth.js"}} +{"imports": {"ork_decorators": "../src/mod.ts"}} +{"imports": {"root-config": "./root-config.js"}} +{"imports": {"asserts": "https://deno.land/std@0.149.0/testing/asserts.ts", "http_status": "https://deno.land/std@0.149.0/http/http_status.ts"}} +{"imports": {"@michaelfranzl/captain-hook": "../jspm_packages/npm/@michaelfranzl/captain-hook@2.0.0/src/captain-hook.js", "@stamp/it": "../jspm_packages/npm/@stamp/it@1.1.0/index.js", "loglevel": "../jspm_packages/npm/loglevel@1.6.8/lib/loglevel.js", "webrtc-adapter": "../jspm_packages/npm/webrtc-adapter@7.5.1/dist/adapter_core.js"}, "scopes": {"../jspm_packages/npm/@stamp/compose@1.0.2/": {"@stamp/core/": "../jspm_packages/npm/@stamp/core@1.0.1/", "@stamp/is/": "../jspm_packages/npm/@stamp/is@1.0.0/"}, "../jspm_packages/npm/@stamp/core@1.0.1/": {"@stamp/is/": "../jspm_packages/npm/@stamp/is@1.0.0/"}, "../jspm_packages/npm/@stamp/it@1.1.0/": {"@stamp/compose/": "../jspm_packages/npm/@stamp/compose@1.0.2/", "@stamp/core/": "../jspm_packages/npm/@stamp/core@1.0.1/", "@stamp/is/": "../jspm_packages/npm/@stamp/is@1.0.0/", "@stamp/shortcut/": "../jspm_packages/npm/@stamp/shortcut@1.0.2/"}, "../jspm_packages/npm/@stamp/shortcut@1.0.2/": {"@stamp/compose/": "../jspm_packages/npm/@stamp/compose@1.0.2/"}, "../jspm_packages/npm/rtcpeerconnection-shim@1.2.15/": {"sdp/": "../jspm_packages/npm/sdp@2.12.0/"}, "../jspm_packages/npm/webrtc-adapter@7.5.1/": {"rtcpeerconnection-shim/": "../jspm_packages/npm/rtcpeerconnection-shim@1.2.15/", "sdp/": "../jspm_packages/npm/sdp@2.12.0/"}}} +{"imports": {"react": "https://esm.sh/v122/react@0.0.0-experimental-8951c5fc9-20220915?dev", "react/": "https://esm.sh/v122/react@0.0.0-experimental-8951c5fc9-20220915/", "react-dom": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915", "react-dom/server": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@0.0.0-experimental-8951c5fc9-20220915/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"src/": "./src/", "entx": "https://deno.land/x/entx@v1.0.10/shared.ts", "entx/client": "https://deno.land/x/entx@v1.0.10/client.ts", "entx/server": "https://deno.land/x/entx@v1.0.10/server.ts", "react": "https://esm.sh/react@17.0.2", "react-dom": "https://esm.sh/react-dom@17.0.2", "react-dom/": "https://esm.sh/react-dom@17.0.2/", "raf/polyfill": "http://esm.sh/raf@3.4.1/polyfill", "oak/": "https://deno.land/x/oak@v10.1.0/", "zod": "https://deno.land/x/zod@v3.11.4/mod.ts", "std/": "https://deno.land/std@0.120.0/", "chemin": "https://deno.land/x/chemin@v8.0.0/mod.ts", "history": "http://esm.sh/history@5.2.0", "zenjson": "https://deno.land/x/zenjson@v1.0.2/mod.ts", "nanoid": "https://deno.land/x/nanoid@v3.0.0/mod.ts", "suub": "https://deno.land/x/suub@v3.1.3/mod.ts"}} +{"imports": {"react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.32.6?external=react", "lucide-react": "https://esm.sh/lucide-react@0.269.0?external=react", "@clerk/clerk-react": "https://esm.sh/@clerk/clerk-react@4.23.2?external=react", "clsx": "https://esm.sh/clsx@2.0.0"}} +{"imports": {"@lit-labs/context": "https://ga.jspm.io/npm:@lit-labs/context@0.3.3/development/index.js", "@lit-labs/ssr-client/lit-element-hydrate-support.js": "https://ga.jspm.io/npm:@lit-labs/ssr-client@1.1.3/development/lit-element-hydrate-support.js", "lit": "https://ga.jspm.io/npm:lit@2.8.0/index.js"}, "scopes": {"https://ga.jspm.io/": {"@lit/reactive-element": "https://ga.jspm.io/npm:@lit/reactive-element@1.6.2/development/reactive-element.js", "@lit/reactive-element/decorators/base.js": "https://ga.jspm.io/npm:@lit/reactive-element@1.6.2/development/decorators/base.js", "lit-element/lit-element.js": "https://ga.jspm.io/npm:lit-element@3.3.3/development/lit-element.js", "lit-html": "https://ga.jspm.io/npm:lit-html@2.8.0/development/lit-html.js", "lit-html/": "https://ga.jspm.io/npm:lit-html@2.8.0/development/"}}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "@react-spring/web": "https://esm.sh/v122/@react-spring/web?external=react", "@use-gesture/react": "https://esm.sh/v122/@use-gesture/react?external=react&bundle", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"fs": "https://deno.land/std@v0.51.0/fs/mod.ts", "oak": "https://deno.land/x/oak@v4.0.0/mod.ts", "react": "https://dev.jspm.io/react@16.13.1", "react-dom": "https://dev.jspm.io/react-dom@16.13.1", "react-dom/server": "https://dev.jspm.io/react-dom@16.13.1/server"}} +{"imports": {"@babel/runtime/helpers/AsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/AsyncGenerator.js", "@babel/runtime/helpers/AwaitValue": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/AwaitValue.js", "@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/arrayLikeToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayLikeToArray.js", "@babel/runtime/helpers/arrayWithHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayWithHoles.js", "@babel/runtime/helpers/arrayWithoutHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/arrayWithoutHoles.js", "@babel/runtime/helpers/assertThisInitialized": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/assertThisInitialized.js", "@babel/runtime/helpers/asyncGeneratorDelegate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncGeneratorDelegate.js", "@babel/runtime/helpers/asyncIterator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncIterator.js", "@babel/runtime/helpers/asyncToGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/asyncToGenerator.js", "@babel/runtime/helpers/awaitAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/awaitAsyncGenerator.js", "@babel/runtime/helpers/classApplyDescriptorDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorDestructureSet.js", "@babel/runtime/helpers/classApplyDescriptorGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorGet.js", "@babel/runtime/helpers/classApplyDescriptorSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classApplyDescriptorSet.js", "@babel/runtime/helpers/classCallCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCallCheck.js", "@babel/runtime/helpers/classCheckPrivateStaticAccess": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCheckPrivateStaticAccess.js", "@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classCheckPrivateStaticFieldDescriptor.js", "@babel/runtime/helpers/classExtractFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classExtractFieldDescriptor.js", "@babel/runtime/helpers/classNameTDZError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classNameTDZError.js", "@babel/runtime/helpers/classPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldDestructureSet.js", "@babel/runtime/helpers/classPrivateFieldGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldGet.js", "@babel/runtime/helpers/classPrivateFieldLooseBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldLooseBase.js", "@babel/runtime/helpers/classPrivateFieldLooseKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldLooseKey.js", "@babel/runtime/helpers/classPrivateFieldSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateFieldSet.js", "@babel/runtime/helpers/classPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateMethodGet.js", "@babel/runtime/helpers/classPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classPrivateMethodSet.js", "@babel/runtime/helpers/classStaticPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldDestructureSet.js", "@babel/runtime/helpers/classStaticPrivateFieldSpecGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldSpecGet.js", "@babel/runtime/helpers/classStaticPrivateFieldSpecSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateFieldSpecSet.js", "@babel/runtime/helpers/classStaticPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateMethodGet.js", "@babel/runtime/helpers/classStaticPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/classStaticPrivateMethodSet.js", "@babel/runtime/helpers/construct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/construct.js", "@babel/runtime/helpers/createClass": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createClass.js", "@babel/runtime/helpers/createForOfIteratorHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createForOfIteratorHelper.js", "@babel/runtime/helpers/createForOfIteratorHelperLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createForOfIteratorHelperLoose.js", "@babel/runtime/helpers/createSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/createSuper.js", "@babel/runtime/helpers/decorate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/decorate.js", "@babel/runtime/helpers/defaults": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defaults.js", "@babel/runtime/helpers/defineEnumerableProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defineEnumerableProperties.js", "@babel/runtime/helpers/defineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/defineProperty.js", "@babel/runtime/helpers/esm/AsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/AsyncGenerator.js", "@babel/runtime/helpers/esm/AwaitValue": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/AwaitValue.js", "@babel/runtime/helpers/esm/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/applyDecoratedDescriptor.js", "@babel/runtime/helpers/esm/arrayLikeToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayLikeToArray.js", "@babel/runtime/helpers/esm/arrayWithHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayWithHoles.js", "@babel/runtime/helpers/esm/arrayWithoutHoles": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/arrayWithoutHoles.js", "@babel/runtime/helpers/esm/assertThisInitialized": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/assertThisInitialized.js", "@babel/runtime/helpers/esm/asyncGeneratorDelegate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncGeneratorDelegate.js", "@babel/runtime/helpers/esm/asyncIterator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncIterator.js", "@babel/runtime/helpers/esm/asyncToGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/asyncToGenerator.js", "@babel/runtime/helpers/esm/awaitAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/awaitAsyncGenerator.js", "@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorDestructureSet.js", "@babel/runtime/helpers/esm/classApplyDescriptorGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorGet.js", "@babel/runtime/helpers/esm/classApplyDescriptorSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classApplyDescriptorSet.js", "@babel/runtime/helpers/esm/classCallCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCallCheck.js", "@babel/runtime/helpers/esm/classCheckPrivateStaticAccess": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCheckPrivateStaticAccess.js", "@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classCheckPrivateStaticFieldDescriptor.js", "@babel/runtime/helpers/esm/classExtractFieldDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classExtractFieldDescriptor.js", "@babel/runtime/helpers/esm/classNameTDZError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classNameTDZError.js", "@babel/runtime/helpers/esm/classPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldDestructureSet.js", "@babel/runtime/helpers/esm/classPrivateFieldGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldGet.js", "@babel/runtime/helpers/esm/classPrivateFieldLooseBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldLooseBase.js", "@babel/runtime/helpers/esm/classPrivateFieldLooseKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldLooseKey.js", "@babel/runtime/helpers/esm/classPrivateFieldSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateFieldSet.js", "@babel/runtime/helpers/esm/classPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateMethodGet.js", "@babel/runtime/helpers/esm/classPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classPrivateMethodSet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldDestructureSet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldSpecGet.js", "@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateFieldSpecSet.js", "@babel/runtime/helpers/esm/classStaticPrivateMethodGet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateMethodGet.js", "@babel/runtime/helpers/esm/classStaticPrivateMethodSet": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/classStaticPrivateMethodSet.js", "@babel/runtime/helpers/esm/construct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/construct.js", "@babel/runtime/helpers/esm/createClass": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createClass.js", "@babel/runtime/helpers/esm/createForOfIteratorHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createForOfIteratorHelper.js", "@babel/runtime/helpers/esm/createForOfIteratorHelperLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createForOfIteratorHelperLoose.js", "@babel/runtime/helpers/esm/createSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/createSuper.js", "@babel/runtime/helpers/esm/decorate": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/decorate.js", "@babel/runtime/helpers/esm/defaults": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defaults.js", "@babel/runtime/helpers/esm/defineEnumerableProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defineEnumerableProperties.js", "@babel/runtime/helpers/esm/defineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/defineProperty.js", "@babel/runtime/helpers/esm/extends": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/extends.js", "@babel/runtime/helpers/esm/get": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/get.js", "@babel/runtime/helpers/esm/getPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/getPrototypeOf.js", "@babel/runtime/helpers/esm/inherits": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/inherits.js", "@babel/runtime/helpers/esm/inheritsLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/inheritsLoose.js", "@babel/runtime/helpers/esm/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/initializerDefineProperty.js", "@babel/runtime/helpers/esm/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/initializerWarningHelper.js", "@babel/runtime/helpers/esm/instanceof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/instanceof.js", "@babel/runtime/helpers/esm/interopRequireDefault": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/interopRequireDefault.js", "@babel/runtime/helpers/esm/interopRequireWildcard": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/interopRequireWildcard.js", "@babel/runtime/helpers/esm/isNativeFunction": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/isNativeFunction.js", "@babel/runtime/helpers/esm/isNativeReflectConstruct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/isNativeReflectConstruct.js", "@babel/runtime/helpers/esm/iterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArray.js", "@babel/runtime/helpers/esm/iterableToArrayLimit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArrayLimit.js", "@babel/runtime/helpers/esm/iterableToArrayLimitLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/iterableToArrayLimitLoose.js", "@babel/runtime/helpers/esm/jsx": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/jsx.js", "@babel/runtime/helpers/esm/maybeArrayLike": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/maybeArrayLike.js", "@babel/runtime/helpers/esm/newArrowCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/newArrowCheck.js", "@babel/runtime/helpers/esm/nonIterableRest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/nonIterableRest.js", "@babel/runtime/helpers/esm/nonIterableSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/nonIterableSpread.js", "@babel/runtime/helpers/esm/objectDestructuringEmpty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectDestructuringEmpty.js", "@babel/runtime/helpers/esm/objectSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectSpread.js", "@babel/runtime/helpers/esm/objectSpread2": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectSpread2.js", "@babel/runtime/helpers/esm/objectWithoutProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectWithoutProperties.js", "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/objectWithoutPropertiesLoose.js", "@babel/runtime/helpers/esm/possibleConstructorReturn": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/possibleConstructorReturn.js", "@babel/runtime/helpers/esm/readOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/readOnlyError.js", "@babel/runtime/helpers/esm/set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/set.js", "@babel/runtime/helpers/esm/setPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/setPrototypeOf.js", "@babel/runtime/helpers/esm/skipFirstGeneratorNext": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/skipFirstGeneratorNext.js", "@babel/runtime/helpers/esm/slicedToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/slicedToArray.js", "@babel/runtime/helpers/esm/slicedToArrayLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/slicedToArrayLoose.js", "@babel/runtime/helpers/esm/superPropBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/superPropBase.js", "@babel/runtime/helpers/esm/taggedTemplateLiteral": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/taggedTemplateLiteral.js", "@babel/runtime/helpers/esm/taggedTemplateLiteralLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/taggedTemplateLiteralLoose.js", "@babel/runtime/helpers/esm/tdz": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/tdz.js", "@babel/runtime/helpers/esm/temporalRef": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/temporalRef.js", "@babel/runtime/helpers/esm/temporalUndefined": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/temporalUndefined.js", "@babel/runtime/helpers/esm/toArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toArray.js", "@babel/runtime/helpers/esm/toConsumableArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toConsumableArray.js", "@babel/runtime/helpers/esm/toPrimitive": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toPrimitive.js", "@babel/runtime/helpers/esm/toPropertyKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/toPropertyKey.js", "@babel/runtime/helpers/esm/typeof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/typeof.js", "@babel/runtime/helpers/esm/unsupportedIterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/unsupportedIterableToArray.js", "@babel/runtime/helpers/esm/wrapAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapAsyncGenerator.js", "@babel/runtime/helpers/esm/wrapNativeSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapNativeSuper.js", "@babel/runtime/helpers/esm/wrapRegExp": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/wrapRegExp.js", "@babel/runtime/helpers/esm/writeOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/esm/writeOnlyError.js", "@babel/runtime/helpers/extends": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/extends.js", "@babel/runtime/helpers/get": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/get.js", "@babel/runtime/helpers/getPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/getPrototypeOf.js", "@babel/runtime/helpers/inherits": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/inherits.js", "@babel/runtime/helpers/inheritsLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/inheritsLoose.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerWarningHelper.js", "@babel/runtime/helpers/instanceof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/instanceof.js", "@babel/runtime/helpers/interopRequireDefault": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/interopRequireDefault.js", "@babel/runtime/helpers/interopRequireWildcard": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/interopRequireWildcard.js", "@babel/runtime/helpers/isNativeFunction": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/isNativeFunction.js", "@babel/runtime/helpers/isNativeReflectConstruct": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/isNativeReflectConstruct.js", "@babel/runtime/helpers/iterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArray.js", "@babel/runtime/helpers/iterableToArrayLimit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArrayLimit.js", "@babel/runtime/helpers/iterableToArrayLimitLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/iterableToArrayLimitLoose.js", "@babel/runtime/helpers/jsx": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/jsx.js", "@babel/runtime/helpers/maybeArrayLike": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/maybeArrayLike.js", "@babel/runtime/helpers/newArrowCheck": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/newArrowCheck.js", "@babel/runtime/helpers/nonIterableRest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/nonIterableRest.js", "@babel/runtime/helpers/nonIterableSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/nonIterableSpread.js", "@babel/runtime/helpers/objectDestructuringEmpty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectDestructuringEmpty.js", "@babel/runtime/helpers/objectSpread": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectSpread.js", "@babel/runtime/helpers/objectSpread2": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectSpread2.js", "@babel/runtime/helpers/objectWithoutProperties": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectWithoutProperties.js", "@babel/runtime/helpers/objectWithoutPropertiesLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/objectWithoutPropertiesLoose.js", "@babel/runtime/helpers/possibleConstructorReturn": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/possibleConstructorReturn.js", "@babel/runtime/helpers/readOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/readOnlyError.js", "@babel/runtime/helpers/set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/set.js", "@babel/runtime/helpers/setPrototypeOf": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/setPrototypeOf.js", "@babel/runtime/helpers/skipFirstGeneratorNext": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/skipFirstGeneratorNext.js", "@babel/runtime/helpers/slicedToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/slicedToArray.js", "@babel/runtime/helpers/slicedToArrayLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/slicedToArrayLoose.js", "@babel/runtime/helpers/superPropBase": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/superPropBase.js", "@babel/runtime/helpers/taggedTemplateLiteral": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/taggedTemplateLiteral.js", "@babel/runtime/helpers/taggedTemplateLiteralLoose": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/taggedTemplateLiteralLoose.js", "@babel/runtime/helpers/tdz": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/tdz.js", "@babel/runtime/helpers/temporalRef": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/temporalRef.js", "@babel/runtime/helpers/temporalUndefined": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/temporalUndefined.js", "@babel/runtime/helpers/toArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toArray.js", "@babel/runtime/helpers/toConsumableArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toConsumableArray.js", "@babel/runtime/helpers/toPrimitive": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toPrimitive.js", "@babel/runtime/helpers/toPropertyKey": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/toPropertyKey.js", "@babel/runtime/helpers/typeof": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/typeof.js", "@babel/runtime/helpers/unsupportedIterableToArray": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/unsupportedIterableToArray.js", "@babel/runtime/helpers/wrapAsyncGenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapAsyncGenerator.js", "@babel/runtime/helpers/wrapNativeSuper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapNativeSuper.js", "@babel/runtime/helpers/wrapRegExp": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/wrapRegExp.js", "@babel/runtime/helpers/writeOnlyError": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/writeOnlyError.js", "@babel/runtime/package": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/package.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/package.json", "@babel/runtime/regenerator": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/regenerator.js", "@ember-data/adapter": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/index.js", "@ember-data/adapter/error": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/error.js", "@ember-data/adapter/json-api": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/json-api.js", "@ember-data/adapter/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/package.json", "@ember-data/adapter/rest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/adapter-3.25.0/e/rest.js", "@ember-data/debug": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/index.js", "@ember-data/debug/_app_/data-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/_app_/data-adapter.js", "@ember-data/debug/_app_/initializers/ember-data-data-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/_app_/initializers/ember-data-data-adapter.js", "@ember-data/debug/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/package.json", "@ember-data/debug/setup": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/debug-3.25.0/e/setup.js", "@ember-data/model": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/index.js", "@ember-data/model/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/e/-private.js", "@ember-data/model/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/model-3.25.0/package.json", "@ember-data/record-data/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/record-data-3.25.0/e/-private.js", "@ember-data/record-data/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/record-data-3.25.0/package.json", "@ember-data/serializer": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/index.js", "@ember-data/serializer/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/-private.js", "@ember-data/serializer/json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/json.js", "@ember-data/serializer/json-api": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/json-api.js", "@ember-data/serializer/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/package.json", "@ember-data/serializer/rest": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/rest.js", "@ember-data/serializer/transform": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/serializer-3.25.0/e/transform.js", "@ember-data/store": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/index.js", "@ember-data/store/-debug": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/e/-debug.js", "@ember-data/store/-private": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/e/-private.js", "@ember-data/store/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember-data/store-3.25.0/package.json", "@ember/ordered-set": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/ordered-set-4.0.0/index.js", "@ember/ordered-set/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/ordered-set-4.0.0/package.json", "@ember/string": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/index.js", "@ember/string/_app_/helpers/loc.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/e/_app_/helpers/loc.js", "@ember/string/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/string-1.0.0/package.json", "@ember/test-helpers": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/index.js", "@ember/test-helpers/has-ember-version": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/e/has-ember-version.js", "@ember/test-helpers/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-helpers-2.2.3/package.json", "@ember/test-waiters": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-waiters-2.4.2/index.js", "@ember/test-waiters/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@ember/test-waiters-2.4.2/package.json", "@embroider/synthesized-scaffold/": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@embroider/synthesized-scaffold-1.0.0/", "@glimmer/component": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/index.js", "@glimmer/component/-private/ember-component-manager": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/e/-private/ember-component-manager.js", "@glimmer/component/_app_/component-managers/glimmer.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/e/_app_/component-managers/glimmer.js", "@glimmer/component/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@glimmer/component-1.0.4/package.json", "ember-app/config/environment": "/app/config/environment.js", "ember-cli-app-version/_app_/helpers/app-version.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/_app_/helpers/app-version.js", "ember-cli-app-version/_app_/initializers/app-version.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/_app_/initializers/app-version.js", "ember-cli-app-version/initializer-factory": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/e/initializer-factory.js", "ember-cli-app-version/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-app-version-4.0.0/package.json", "ember-cli-sri/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-sri-2.1.1/package.json", "ember-cli-terser/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-terser-4.0.1/package.json", "ember-cli-test-loader/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-test-loader-3.0.0/package.json", "ember-cli-test-loader/test-support/index": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-cli-test-loader-3.0.0/e/test-support/index.js", "ember-data": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/index.js", "ember-data/_app_/adapters/-json-api.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/adapters/-json-api.js", "ember-data/_app_/initializers/ember-data.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/initializers/ember-data.js", "ember-data/_app_/instance-initializers/ember-data.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/instance-initializers/ember-data.js", "ember-data/_app_/serializers/-default.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-default.js", "ember-data/_app_/serializers/-json-api.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-json-api.js", "ember-data/_app_/serializers/-rest.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/serializers/-rest.js", "ember-data/_app_/services/store.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/services/store.js", "ember-data/_app_/transforms/boolean.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/boolean.js", "ember-data/_app_/transforms/date.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/date.js", "ember-data/_app_/transforms/number.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/number.js", "ember-data/_app_/transforms/string.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/_app_/transforms/string.js", "ember-data/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/package.json", "ember-data/setup-container": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/setup-container.js", "ember-data/store": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-data-3.25.0/e/store.js", "ember-export-application-global/_app_/initializers/export-application-global.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-export-application-global-2.0.1/e/_app_/initializers/export-application-global.js", "ember-export-application-global/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-export-application-global-2.0.1/package.json", "ember-fetch/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-fetch-8.0.4/package.json", "ember-inflector": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/index.js", "ember-inflector/_app_/helpers/pluralize.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/e/_app_/helpers/pluralize.js", "ember-inflector/_app_/helpers/singularize.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/e/_app_/helpers/singularize.js", "ember-inflector/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-inflector-4.0.0/package.json", "ember-load-initializers": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-load-initializers-2.1.2/index.js", "ember-load-initializers/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-load-initializers-2.1.2/package.json", "ember-maybe-import-regenerator/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-maybe-import-regenerator-0.1.6/package.json", "ember-page-title/_app_/helpers/page-title.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/helpers/page-title.js", "ember-page-title/_app_/services/page-title-list.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/services/page-title-list.js", "ember-page-title/_app_/services/page-title.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/_app_/services/page-title.js", "ember-page-title/helpers/page-title": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/helpers/page-title.js", "ember-page-title/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/package.json", "ember-page-title/services/page-title": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/services/page-title.js", "ember-page-title/services/page-title-list": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-page-title-6.2.1/e/services/page-title-list.js", "ember-qunit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-qunit-5.1.3/index.js", "ember-qunit/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-qunit-5.1.3/package.json", "ember-resolver": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/index.js", "ember-resolver/_app_/initializers/container-debug-adapter.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/e/_app_/initializers/container-debug-adapter.js", "ember-resolver/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/package.json", "ember-resolver/resolvers/classic/container-debug-adapter": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-resolver-8.0.2/e/resolvers/classic/container-debug-adapter.js", "ember-source/dist/ember-template-compiler": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-source-3.25.3/e/dist/ember-template-compiler.js", "ember-source/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-source-3.25.3/package.json", "ember-welcome-page/_app_/components/welcome-page.js": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/e/_app_/components/welcome-page.js", "ember-welcome-page/components/welcome-page": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/e/components/welcome-page.js", "ember-welcome-page/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/ember-welcome-page-4.0.0/package.json", "loader.js/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/loader.js-4.7.0/package.json", "qunit": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-2.14.0/index.js", "qunit-dom": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-dom-1.6.0/index.js", "qunit-dom/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-dom-1.6.0/package.json", "qunit/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/qunit-2.14.0/package.json", "regenerator-runtime": "http://mho-demo.s3-website-us-east-1.amazonaws.com/regenerator-runtime-0.13.7/index.js", "regenerator-runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/regenerator-runtime-0.13.7/package.json"}, "scopes": {"@babel/runtime-7.13.10/": {"@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/e/helpers/initializerWarningHelper.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.10/package.json"}, "ember-page-title-6.2.1/": {"@babel/runtime/helpers/applyDecoratedDescriptor": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/applyDecoratedDescriptor.js", "@babel/runtime/helpers/initializerDefineProperty": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/initializerDefineProperty.js", "@babel/runtime/helpers/initializerWarningHelper": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/e/helpers/initializerWarningHelper.js", "@babel/runtime/package.json": "http://mho-demo.s3-website-us-east-1.amazonaws.com/@babel/runtime-7.13.8/package.json"}}} +{"imports": {"./browser/secondary.js": "./browser/secondary.ts"}} +{"imports": {"tslib": "./web3/libs/modules/tslib/tslib.js", "bignumber.js": "./web3/libs/modules/bignumber.js/bignumber.mjs", "@polymer/polymer": "./web3/libs/modules/@polymer/polymer/polymer-element.js", "@polymer/polymer/lib/": "./web3/libs/modules/@polymer/polymer/lib/", "@polymer/iron-a11y-keys/iron-a11y-keys.js": "./web3/libs/modules/@polymer/iron-a11y-keys/iron-a11y-keys.js", "@polymer/iron-a11y-keys-behavior/iron-a11y-keys-behavior.js": "./web3/libs/modules/@polymer/iron-a11y-keys-behavior/iron-a11y-keys-behavior.js", "@polymer/iron-collapse": "./web3/libs/modules/@polymer/iron-collapse/iron-collapse.js", "@polymer/iron-collapse/": "./web3/libs/modules/@polymer/iron-collapse/", "@polymer/iron-list": "./web3/libs/modules/@polymer/iron-list/iron-list.js", "@polymer/iron-resizable-behavior/iron-resizable-behavior.js": "./web3/libs/modules/@polymer/iron-resizable-behavior/iron-resizable-behavior.js", "@polymer/iron-scroll-target-behavior/iron-scroll-target-behavior.js": "./web3/libs/modules/@polymer/iron-scroll-target-behavior/iron-scroll-target-behavior.js", "@polymer/iron-overlay-behavior": "./web3/libs/modules/@polymer/iron-overlay-behavior/iron-overlay-behavior.js", "@polymer/iron-overlay-behavior/": "./web3/libs/modules/@polymer/iron-overlay-behavior/", "@polymer/iron-fit-behavior/iron-fit-behavior.js": "./web3/libs/modules/@polymer/iron-fit-behavior/iron-fit-behavior.js", "@polymer/iron-media-query/iron-media-query.js": "./web3/libs/modules/@polymer/iron-media-query/iron-media-query.js", "@polymer/polymer/polymer-legacy.js": "./web3/libs/modules/@polymer/polymer/polymer-legacy.js", "@polymer/paper-ripple": "./web3/libs/modules/@polymer/paper-ripple/paper-ripple.js", "@polymer/marked-element/marked-element.js": "./web3/libs/modules/@polymer/marked-element/marked-element.js", "marked/lib/marked.js": "./web3/libs/modules/marked/lib/marked.js", "@webcomponents/shadycss/entrypoints/apply-shim.js": "./web3/libs/modules/@webcomponents/shadycss/entrypoints/apply-shim.js", "@webcomponents/shadycss/entrypoints/custom-style-interface.js": "./web3/libs/modules/@webcomponents/shadycss/entrypoints/custom-style-interface.js", "moment/moment.js": "./web3/libs/modules/moment/dist/moment.js", "codemirror/lib/codemirror.js": "./web3/libs/modules/codemirror/lib/codemirror.js", "sortablejs": "./web3/libs/modules/sortablejs/modular/sortable.esm.js", "d3": "./web3/libs/modules/d3/dist/d3.js"}} +{"imports": {"molang": "npm:molang@2.0.1", "get-stdin": "https://deno.land/x/get_stdin@v1.1.0/mod.ts"}} +{"imports": {"@rhtml/di": "https://cdn.esm.sh/v53/@rhtml/di@0.0.81", "@reflect/metadata": "https://deno.land/x/reflect_metadata@v0.1.12/mod.ts"}} +{"imports": {"react": "/extlib/react/react.production.min.js", "react-dom": "/extlib/react-dom/react-dom.production.min.js", "redux": "/extlib/redux/redux.min.js", "react-redux": "/extlib/react-redux/react-redux.min.js", "styled-components": "/extlib/styled-components/styled-components.min.js", "react-router-dom": "/extlib/react-router-dom/react-router-dom.min.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs-operators.min.js"}} +{"imports": {"react": "https://esm.sh/react@18.2.0?dev", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev", "@twind/core": "https://esm.sh/@twind/core@1.0.1", "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.1", "@twind/preset-tailwind": "https://esm.sh/*@twind/preset-tailwind@1.0.1", "wouter": "https://esm.sh/wouter@2.9.2?external=react", "wouter/static-location": "https://esm.sh/wouter@2.9.2/static-location?external=react", "@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react", "ultra/": "https://deno.land/x/ultra@v2.3.6/"}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "@stitches/react": "https://esm.sh/v122/@stitches/react@1.2.8?external=react"}} +{"imports": {"x/": "https://deno.land/x/", "grammy/": "https://deno.land/x/grammy@v1.10.1/", "std/": "https://deno.land/std@0.155.0/"}} +{"imports": {"p5": "/node_modules/p5"}} +{"imports": {"react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "@brunopeck/root-config": "/brunopeck-root-config.js", "@brunopeck/navbar": "/navbar/brunopeck-navbar.js", "@brunopeck/planets": "/planets/brunopeck-planets.js", "@brunopeck/people": "/people/brunopeck-people.js"}} +{"imports": {"build/": "/build/", "layout/": "/src/layout/", "components/": "/src/components/", "pages/": "/src/pages/", "utils/": "/src/utils/", "micro-down": "/src/utils/micro-down.js"}} +{"imports": {"a": "/a-1.mjs", "b": "/b-1.mjs", "c": "/c-1.mjs"}, "scopes": {"/scope2/": {"a": "/a-2.mjs"}, "/scope2/scope3/": {"b": "/b-3.mjs"}}} +{"imports": {"react": "https://esm.sh/v122/react@18.2.0?dev", "react/": "https://esm.sh/v122/react@18.2.0/", "react-dom": "https://esm.sh/v122/react-dom@18.2.0", "react-dom/server": "https://esm.sh/v122/react-dom@18.2.0/server?dev", "react-dom/client": "https://esm.sh/v122/react-dom@18.2.0/client?dev", "ultra/": "https://deno.land/x/ultra@v2.3.6/", "react-router-dom": "https://esm.sh/v122/react-router-dom@6.3.0?external=react", "react-router-dom/server": "https://esm.sh/v122/react-router-dom@6.3.0/server?external=react"}} +{"imports": {"react": "https://esm.sh/v127/react@18.2.0?dev", "react/": "https://esm.sh/v127/react@18.2.0&dev/", "react-dom": "https://esm.sh/v127/react-dom@18.2.0?dev", "react-dom/": "https://esm.sh/v127/react-dom@18.2.0&dev/", "ultra/": "https://deno.land/x/ultra@v2.2.1/", "twind": "https://esm.sh/v127/twind@0.16.17", "twind/sheets": "https://esm.sh/v127/twind@0.16.17/sheets", "@tanstack/react-query": "https://esm.sh/v127/@tanstack/react-query@4.1.3?external=react"}, "scopes": {"https://deno.land/x/ultra@v2.2.1/lib/build/": {"https://deno.land/x/mesozoic@v1.3.2/mod.ts": "../../mod.ts"}}} +{"imports": {"bare": "https://example.com/", "https://example.com/rewrite": "https://example.com/rewritten", "1": "https://example.com/PASS-1", "null": "https://example.com/PASS-null", "undefined": "https://example.com/PASS-undefined", "[object Object]": "https://example.com/PASS-object"}} +{"imports": {"one": "https://deno.land/x/one@v1.2.3"}} +{"imports": {"./relative-src.mjs#x=4": "./relative-dst.mjs#x=dst"}} +{"imports": {"./": "./dst/"}} +{"imports": {"data:text/javascript,log('data:foo')": "./relative-dst.mjs?d=data", "data:text/javascript,log('data:to-data')": "./relative-dst.mjs?d=data-to-data"}} +{"imports": {"es-module-lexer": "https://ga.jspm.io/npm:es-module-lexer@0.10.5/dist/lexer.js"}} +{"imports": {"bare": "./relative-dst.mjs?d=bare", "bare/bare": "./relative-dst.mjs?d=bare/bare", "bare/to-data": "data:text/javascript,globalThis.logImport(import.meta.url)"}} +{"imports": {"react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "wouter": "https://esm.sh/wouter?deps=react@18", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v1.0.1/cache.js", "app": "./src/app.tsx"}} +{"imports": {"react": "https://esm.sh/react@18", "react-dom": "https://esm.sh/react-dom@18", "react-dom/server": "https://esm.sh/react-dom@18/server", "react-helmet": "https://esm.sh/react-helmet-async?deps=react@18", "wouter": "https://esm.sh/wouter?deps=react@18", "swr": "https://esm.sh/swr?deps=react@18", "ultra/cache": "https://deno.land/x/ultra@v1.0.1/cache.js", "app": "./src/app.tsx"}} +{"imports": {}} +{"imports": {"@angular/core": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__core@11.1.1/system/es2015/ivy/angular-core.min.js", "@angular/common": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__common@11.1.1/system/es2015/ivy/angular-common.min.js", "@angular/router": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__router@11.1.1/system/es2015/ivy/angular-router.min.js", "@angular/platform-browser": "https://cdn.jsdelivr.net/npm/@esm-bundle/angular__platform-browser@11.1.1/system/es2015/ivy/angular-platform-browser.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3-fix.0/system/es2015/rxjs-operators.min.js", "single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.9.1/lib/system/single-spa.min.js"}} +{"imports": {"@madie/root-config": "/madie-root-config.js", "@madie/madie-layout": "//localhost:8500/madie-madie-layout.js", "@madie/madie-editor": "/madie-editor/madie-madie-editor.js", "@madie/madie-auth": "/madie-auth/madie-madie-auth.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs-operators.min.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs-operators.min.js"}} +{"imports": {"single-spa": "https://cdn.jsdelivr.net/npm/single-spa@5.8.2/lib/system/single-spa.min.js", "react": "https://cdn.jsdelivr.net/npm/react@17.0.1/umd/react.production.min.js", "react-dom": "https://cdn.jsdelivr.net/npm/react-dom@17.0.1/umd/react-dom.production.min.js", "rxjs": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs.min.js", "rxjs/operators": "https://cdn.jsdelivr.net/npm/@esm-bundle/rxjs@6.6.3/system/es2015/rxjs-operators.min.js"}} +{"imports": {"a": "/a-1.mjs", "b": "/b-1.mjs", "c": "/c-1.mjs"}, "scopes": {"/scope2/": {"a": "/a-2.mjs"}, "/scope2/scope3/": {"b": "/b-3.mjs"}}} +{"imports": {"ext:deno_broadcast_channel/01_broadcast_channel.js": "../ext/broadcast_channel/01_broadcast_channel.js", "ext:deno_cache/01_cache.js": "../ext/cache/01_cache.js", "ext:deno_console/01_console.js": "../ext/console/01_console.js", "ext:deno_crypto/00_crypto.js": "../ext/crypto/00_crypto.js", "ext:deno_fetch/20_headers.js": "../ext/fetch/20_headers.js", "ext:deno_fetch/21_formdata.js": "../ext/fetch/21_formdata.js", "ext:deno_fetch/22_body.js": "../ext/fetch/22_body.js", "ext:deno_fetch/22_http_client.js": "../ext/fetch/22_http_client.js", "ext:deno_fetch/23_request.js": "../ext/fetch/23_request.js", "ext:deno_fetch/23_response.js": "../ext/fetch/23_response.js", "ext:deno_fetch/26_fetch.js": "../ext/fetch/26_fetch.js", "ext:deno_ffi/00_ffi.js": "../ext/ffi/00_ffi.js", "ext:deno_fs/30_fs.js": "../ext/fs/30_fs.js", "ext:deno_http/00_serve.js": "../ext/http/00_serve.js", "ext:deno_http/01_http.js": "../ext/http/01_http.js", "ext:deno_io/12_io.js": "../ext/io/12_io.js", "ext:deno_kv/01_db.ts": "../ext/kv/01_db.ts", "ext:deno_net/01_net.js": "../ext/net/01_net.js", "ext:deno_net/02_tls.js": "../ext/net/02_tls.js", "ext:deno_node/_events.d.ts": "../ext/node/polyfills/_events.d.ts", "ext:deno_node/_fs/_fs_close.ts": "../ext/node/polyfills/_fs/_fs_close.ts", "ext:deno_node/_fs/_fs_common.ts": "../ext/node/polyfills/_fs/_fs_common.ts", "ext:deno_node/_fs/_fs_constants.ts": "../ext/node/polyfills/_fs/_fs_constants.ts", "ext:deno_node/_fs/_fs_dir.ts": "../ext/node/polyfills/_fs/_fs_dir.ts", "ext:deno_node/_fs/_fs_dirent.ts": "../ext/node/polyfills/_fs/_fs_dirent.ts", "ext:deno_node/_fs/_fs_exists.ts": "../ext/node/polyfills/_fs/_fs_exists.ts", "ext:deno_node/_fs/_fs_lstat.ts": "../ext/node/polyfills/_fs/_fs_lstat.ts", "ext:deno_node/_fs/_fs_mkdir.ts": "../ext/node/polyfills/_fs/_fs_mkdir.ts", "ext:deno_node/_fs/_fs_open.ts": "../ext/node/polyfills/_fs/_fs_open.ts", "ext:deno_node/_fs/_fs_read.ts": "../ext/node/polyfills/_fs/_fs_read.ts", "ext:deno_node/_fs/_fs_stat.ts": "../ext/node/polyfills/_fs/_fs_stat.ts", "ext:deno_node/_fs/_fs_watch.ts": "../ext/node/polyfills/_fs/_fs_watch.ts", "ext:deno_node/_fs/_fs_write.mjs": "../ext/node/polyfills/_fs/_fs_write.mjs", "ext:deno_node/_fs/_fs_writev.mjs": "../ext/node/polyfills/_fs/_fs_writev.mjs", "ext:deno_node/_global.d.ts": "../ext/node/polyfills/_global.d.ts", "ext:deno_node/_http_agent.mjs": "../ext/node/polyfills/_http_agent.mjs", "ext:deno_node/_http_common.ts": "../ext/node/polyfills/_http_common.ts", "ext:deno_node/_http_outgoing.ts": "../ext/node/polyfills/_http_outgoing.ts", "ext:deno_node/_next_tick.ts": "../ext/node/polyfills/_next_tick.ts", "ext:deno_node/_process/exiting.ts": "../ext/node/polyfills/_process/exiting.ts", "ext:deno_node/_process/process.ts": "../ext/node/polyfills/_process/process.ts", "ext:deno_node/_process/streams.mjs": "../ext/node/polyfills/_process/streams.mjs", "ext:deno_node/_readline_shared_types.d.ts": "../ext/node/polyfills/_readline_shared_types.d.ts", "ext:deno_node/_stream.d.ts": "../ext/node/polyfills/_stream.d.ts", "ext:deno_node/_stream.mjs": "../ext/node/polyfills/_stream.mjs", "ext:deno_node/_tls_common.ts": "../ext/node/polyfills/_tls_common.ts", "ext:deno_node/_util/asserts.ts": "../ext/node/polyfills/_util/asserts.ts", "ext:deno_node/_util/async.ts": "../ext/node/polyfills/_util/async.ts", "ext:deno_node/_util/os.ts": "../ext/node/polyfills/_util/os.ts", "ext:deno_node/_utils.ts": "../ext/node/polyfills/_utils.ts", "ext:deno_node/_zlib_binding.mjs": "../ext/node/polyfills/_zlib_binding.mjs", "ext:deno_node/00_globals.js": "../ext/node/polyfills/00_globals.js", "node:module": "../ext/node/polyfills/01_require.js", "node:assert": "../ext/node/polyfills/assert.ts", "node:assert/strict": "../ext/node/polyfills/assert/strict.ts", "node:async_hooks": "../ext/node/polyfills/async_hooks.ts", "node:buffer": "../ext/node/polyfills/buffer.ts", "node:child_process": "../ext/node/polyfills/child_process.ts", "node:cluster": "../ext/node/polyfills/cluster.ts", "node:console": "../ext/node/polyfills/console.ts", "node:constants": "../ext/node/polyfills/constants.ts", "node:crypto": "../ext/node/polyfills/crypto.ts", "node:dgram": "../ext/node/polyfills/dgram.ts", "node:diagnostics_channel": "../ext/node/polyfills/diagnostics_channel.ts", "node:dns": "../ext/node/polyfills/dns.ts", "node:dns/promises": "../ext/node/polyfills/dns/promises.ts", "node:domain": "../ext/node/polyfills/domain.ts", "node:events": "../ext/node/polyfills/events.ts", "node:fs": "../ext/node/polyfills/fs.ts", "node:fs/promises": "../ext/node/polyfills/fs/promises.ts", "node:http": "../ext/node/polyfills/http.ts", "node:http2": "../ext/node/polyfills/http2.ts", "node:https": "../ext/node/polyfills/https.ts", "ext:deno_node/inspector.ts": "../ext/node/polyfills/inspector.ts", "ext:deno_node/internal_binding/_libuv_winerror.ts": "../ext/node/polyfills/internal_binding/_libuv_winerror.ts", "ext:deno_node/internal_binding/_listen.ts": "../ext/node/polyfills/internal_binding/_listen.ts", "ext:deno_node/internal_binding/_node.ts": "../ext/node/polyfills/internal_binding/_node.ts", "ext:deno_node/internal_binding/_timingSafeEqual.ts": "../ext/node/polyfills/internal_binding/_timingSafeEqual.ts", "ext:deno_node/internal_binding/_utils.ts": "../ext/node/polyfills/internal_binding/_utils.ts", "ext:deno_node/internal_binding/ares.ts": "../ext/node/polyfills/internal_binding/ares.ts", "ext:deno_node/internal_binding/async_wrap.ts": "../ext/node/polyfills/internal_binding/async_wrap.ts", "ext:deno_node/internal_binding/buffer.ts": "../ext/node/polyfills/internal_binding/buffer.ts", "ext:deno_node/internal_binding/cares_wrap.ts": "../ext/node/polyfills/internal_binding/cares_wrap.ts", "ext:deno_node/internal_binding/connection_wrap.ts": "../ext/node/polyfills/internal_binding/connection_wrap.ts", "ext:deno_node/internal_binding/constants.ts": "../ext/node/polyfills/internal_binding/constants.ts", "ext:deno_node/internal_binding/crypto.ts": "../ext/node/polyfills/internal_binding/crypto.ts", "ext:deno_node/internal_binding/handle_wrap.ts": "../ext/node/polyfills/internal_binding/handle_wrap.ts", "ext:deno_node/internal_binding/mod.ts": "../ext/node/polyfills/internal_binding/mod.ts", "ext:deno_node/internal_binding/pipe_wrap.ts": "../ext/node/polyfills/internal_binding/pipe_wrap.ts", "ext:deno_node/internal_binding/stream_wrap.ts": "../ext/node/polyfills/internal_binding/stream_wrap.ts", "ext:deno_node/internal_binding/string_decoder.ts": "../ext/node/polyfills/internal_binding/string_decoder.ts", "ext:deno_node/internal_binding/symbols.ts": "../ext/node/polyfills/internal_binding/symbols.ts", "ext:deno_node/internal_binding/tcp_wrap.ts": "../ext/node/polyfills/internal_binding/tcp_wrap.ts", "ext:deno_node/internal_binding/types.ts": "../ext/node/polyfills/internal_binding/types.ts", "ext:deno_node/internal_binding/udp_wrap.ts": "../ext/node/polyfills/internal_binding/udp_wrap.ts", "ext:deno_node/internal_binding/util.ts": "../ext/node/polyfills/internal_binding/util.ts", "ext:deno_node/internal_binding/uv.ts": "../ext/node/polyfills/internal_binding/uv.ts", "ext:deno_node/internal/assert.mjs": "../ext/node/polyfills/internal/assert.mjs", "ext:deno_node/internal/async_hooks.ts": "../ext/node/polyfills/internal/async_hooks.ts", "ext:deno_node/internal/buffer.mjs": "../ext/node/polyfills/internal/buffer.mjs", "ext:deno_node/internal/child_process.ts": "../ext/node/polyfills/internal/child_process.ts", "ext:deno_node/internal/cli_table.ts": "../ext/node/polyfills/internal/cli_table.ts", "ext:deno_node/internal/constants.ts": "../ext/node/polyfills/internal/constants.ts", "ext:deno_node/internal/crypto/_keys.ts": "../ext/node/polyfills/internal/crypto/_keys.ts", "ext:deno_node/internal/crypto/_randomBytes.ts": "../ext/node/polyfills/internal/crypto/_randomBytes.ts", "ext:deno_node/internal/crypto/_randomFill.ts": "../ext/node/polyfills/internal/crypto/_randomFill.ts", "ext:deno_node/internal/crypto/_randomInt.ts": "../ext/node/polyfills/internal/crypto/_randomInt.ts", "ext:deno_node/internal/crypto/certificate.ts": "../ext/node/polyfills/internal/crypto/certificate.ts", "ext:deno_node/internal/crypto/cipher.ts": "../ext/node/polyfills/internal/crypto/cipher.ts", "ext:deno_node/internal/crypto/constants.ts": "../ext/node/polyfills/internal/crypto/constants.ts", "ext:deno_node/internal/crypto/diffiehellman.ts": "../ext/node/polyfills/internal/crypto/diffiehellman.ts", "ext:deno_node/internal/crypto/hash.ts": "../ext/node/polyfills/internal/crypto/hash.ts", "ext:deno_node/internal/crypto/hkdf.ts": "../ext/node/polyfills/internal/crypto/hkdf.ts", "ext:deno_node/internal/crypto/keygen.ts": "../ext/node/polyfills/internal/crypto/keygen.ts", "ext:deno_node/internal/crypto/keys.ts": "../ext/node/polyfills/internal/crypto/keys.ts", "ext:deno_node/internal/crypto/pbkdf2.ts": "../ext/node/polyfills/internal/crypto/pbkdf2.ts", "ext:deno_node/internal/crypto/random.ts": "../ext/node/polyfills/internal/crypto/random.ts", "ext:deno_node/internal/crypto/scrypt.ts": "../ext/node/polyfills/internal/crypto/scrypt.ts", "ext:deno_node/internal/crypto/sig.ts": "../ext/node/polyfills/internal/crypto/sig.ts", "ext:deno_node/internal/crypto/types.ts": "../ext/node/polyfills/internal/crypto/types.ts", "ext:deno_node/internal/crypto/util.ts": "../ext/node/polyfills/internal/crypto/util.ts", "ext:deno_node/internal/crypto/x509.ts": "../ext/node/polyfills/internal/crypto/x509.ts", "ext:deno_node/internal/dgram.ts": "../ext/node/polyfills/internal/dgram.ts", "ext:deno_node/internal/dns/promises.ts": "../ext/node/polyfills/internal/dns/promises.ts", "ext:deno_node/internal/dns/utils.ts": "../ext/node/polyfills/internal/dns/utils.ts", "ext:deno_node/internal/error_codes.ts": "../ext/node/polyfills/internal/error_codes.ts", "ext:deno_node/internal/errors.ts": "../ext/node/polyfills/internal/errors.ts", "ext:deno_node/internal/event_target.mjs": "../ext/node/polyfills/internal/event_target.mjs", "ext:deno_node/internal/fixed_queue.ts": "../ext/node/polyfills/internal/fixed_queue.ts", "ext:deno_node/internal/fs/utils.mjs": "../ext/node/polyfills/internal/fs/utils.mjs", "ext:deno_node/internal/hide_stack_frames.ts": "../ext/node/polyfills/internal/hide_stack_frames.ts", "ext:deno_node/internal/http.ts": "../ext/node/polyfills/internal/http.ts", "ext:deno_node/internal/net.ts": "../ext/node/polyfills/internal/net.ts", "ext:deno_node/internal/normalize_encoding.mjs": "../ext/node/polyfills/internal/normalize_encoding.mjs", "ext:deno_node/internal/options.ts": "../ext/node/polyfills/internal/options.ts", "ext:deno_node/internal/primordials.mjs": "../ext/node/polyfills/internal/primordials.mjs", "ext:deno_node/internal/process/per_thread.mjs": "../ext/node/polyfills/internal/process/per_thread.mjs", "ext:deno_node/internal/querystring.ts": "../ext/node/polyfills/internal/querystring.ts", "ext:deno_node/internal/readline/callbacks.mjs": "../ext/node/polyfills/internal/readline/callbacks.mjs", "ext:deno_node/internal/readline/emitKeypressEvents.mjs": "../ext/node/polyfills/internal/readline/emitKeypressEvents.mjs", "ext:deno_node/internal/readline/interface.mjs": "../ext/node/polyfills/internal/readline/interface.mjs", "ext:deno_node/internal/readline/promises.mjs": "../ext/node/polyfills/internal/readline/promises.mjs", "ext:deno_node/internal/readline/symbols.mjs": "../ext/node/polyfills/internal/readline/symbols.mjs", "ext:deno_node/internal/readline/utils.mjs": "../ext/node/polyfills/internal/readline/utils.mjs", "ext:deno_node/internal/streams/add-abort-signal.mjs": "../ext/node/polyfills/internal/streams/add-abort-signal.mjs", "ext:deno_node/internal/streams/buffer_list.mjs": "../ext/node/polyfills/internal/streams/buffer_list.mjs", "ext:deno_node/internal/streams/destroy.mjs": "../ext/node/polyfills/internal/streams/destroy.mjs", "ext:deno_node/internal/streams/duplex.mjs": "../ext/node/polyfills/internal/streams/duplex.mjs", "ext:deno_node/internal/streams/end-of-stream.mjs": "../ext/node/polyfills/internal/streams/end-of-stream.mjs", "ext:deno_node/internal/streams/lazy_transform.mjs": "../ext/node/polyfills/internal/streams/lazy_transform.mjs", "ext:deno_node/internal/streams/passthrough.mjs": "../ext/node/polyfills/internal/streams/passthrough.mjs", "ext:deno_node/internal/streams/readable.mjs": "../ext/node/polyfills/internal/streams/readable.mjs", "ext:deno_node/internal/streams/state.mjs": "../ext/node/polyfills/internal/streams/state.mjs", "ext:deno_node/internal/streams/transform.mjs": "../ext/node/polyfills/internal/streams/transform.mjs", "ext:deno_node/internal/streams/utils.mjs": "../ext/node/polyfills/internal/streams/utils.mjs", "ext:deno_node/internal/streams/writable.mjs": "../ext/node/polyfills/internal/streams/writable.mjs", "ext:deno_node/internal/test/binding.ts": "../ext/node/polyfills/internal/test/binding.ts", "ext:deno_node/internal/timers.mjs": "../ext/node/polyfills/internal/timers.mjs", "ext:deno_node/internal/url.ts": "../ext/node/polyfills/internal/url.ts", "ext:deno_node/internal/util.mjs": "../ext/node/polyfills/internal/util.mjs", "ext:deno_node/internal/util/debuglog.ts": "../ext/node/polyfills/internal/util/debuglog.ts", "ext:deno_node/internal/util/inspect.mjs": "../ext/node/polyfills/internal/util/inspect.mjs", "ext:deno_node/internal/util/types.ts": "../ext/node/polyfills/internal/util/types.ts", "ext:deno_node/internal/validators.mjs": "../ext/node/polyfills/internal/validators.mjs", "node:net": "../ext/node/polyfills/net.ts", "node:os": "../ext/node/polyfills/os.ts", "node:path": "../ext/node/polyfills/path.ts", "ext:deno_node/path/_constants.ts": "../ext/node/polyfills/path/_constants.ts", "ext:deno_node/path/_interface.ts": "../ext/node/polyfills/path/_interface.ts", "ext:deno_node/path/_posix.ts": "../ext/node/polyfills/path/_posix.ts", "ext:deno_node/path/_util.ts": "../ext/node/polyfills/path/_util.ts", "ext:deno_node/path/_win32.ts": "../ext/node/polyfills/path/_win32.ts", "ext:deno_node/path/mod.ts": "../ext/node/polyfills/path/mod.ts", "node:path/posix": "../ext/node/polyfills/path/posix.ts", "ext:deno_node/path/separator.ts": "../ext/node/polyfills/path/separator.ts", "node:path/win32": "../ext/node/polyfills/path/win32.ts", "node:perf_hooks": "../ext/node/polyfills/perf_hooks.ts", "node:process": "../ext/node/polyfills/process.ts", "node:punycode": "../ext/node/polyfills/punycode.ts", "node:querystring": "../ext/node/polyfills/querystring.ts", "node:readline": "../ext/node/polyfills/readline.ts", "ext:deno_node/readline/promises.ts": "../ext/node/polyfills/readline/promises.ts", "ext:deno_node/repl.ts": "../ext/node/polyfills/repl.ts", "node:stream": "../ext/node/polyfills/stream.ts", "node:stream/consumers": "../ext/node/polyfills/stream/consumers.mjs", "node:stream/promises": "../ext/node/polyfills/stream/promises.mjs", "node:stream/web": "../ext/node/polyfills/stream/web.ts", "node:string_decoder": "../ext/node/polyfills/string_decoder.ts", "node:sys": "../ext/node/polyfills/sys.ts", "node:timers": "../ext/node/polyfills/timers.ts", "node:timers/promises": "../ext/node/polyfills/timers/promises.ts", "node:tls": "../ext/node/polyfills/tls.ts", "node:tty": "../ext/node/polyfills/tty.ts", "node:url": "../ext/node/polyfills/url.ts", "node:util": "../ext/node/polyfills/util.ts", "node:util/types": "../ext/node/polyfills/util/types.ts", "node:v8": "../ext/node/polyfills/v8.ts", "node:vm": "../ext/node/polyfills/vm.ts", "ext:deno_node/wasi.ts": "../ext/node/polyfills/wasi.ts", "node:worker_threads": "../ext/node/polyfills/worker_threads.ts", "node:zlib": "../ext/node/polyfills/zlib.ts", "ext:deno_url/00_url.js": "../ext/url/00_url.js", "ext:deno_url/01_urlpattern.js": "../ext/url/01_urlpattern.js", "ext:deno_web/00_infra.js": "../ext/web/00_infra.js", "ext:deno_web/01_dom_exception.js": "../ext/web/01_dom_exception.js", "ext:deno_web/01_mimesniff.js": "../ext/web/01_mimesniff.js", "ext:deno_web/02_event.js": "../ext/web/02_event.js", "ext:deno_web/02_structured_clone.js": "../ext/web/02_structured_clone.js", "ext:deno_web/02_timers.js": "../ext/web/02_timers.js", "ext:deno_web/03_abort_signal.js": "../ext/web/03_abort_signal.js", "ext:deno_web/04_global_interfaces.js": "../ext/web/04_global_interfaces.js", "ext:deno_web/05_base64.js": "../ext/web/05_base64.js", "ext:deno_web/06_streams.js": "../ext/web/06_streams.js", "ext:deno_web/08_text_encoding.js": "../ext/web/08_text_encoding.js", "ext:deno_web/09_file.js": "../ext/web/09_file.js", "ext:deno_web/10_filereader.js": "../ext/web/10_filereader.js", "ext:deno_web/12_location.js": "../ext/web/12_location.js", "ext:deno_web/13_message_port.js": "../ext/web/13_message_port.js", "ext:deno_web/14_compression.js": "../ext/web/14_compression.js", "ext:deno_web/15_performance.js": "../ext/web/15_performance.js", "ext:deno_webidl/00_webidl.js": "../ext/webidl/00_webidl.js", "ext:deno_websocket/01_websocket.js": "../ext/websocket/01_websocket.js", "ext:deno_websocket/02_websocketstream.js": "../ext/websocket/02_websocketstream.js", "ext:deno_webstorage/01_webstorage.js": "../ext/webstorage/01_webstorage.js", "ext:runtime/01_errors.js": "../runtime/js/01_errors.js", "ext:runtime/01_version.ts": "../runtime/js/01_version.ts", "ext:runtime/06_util.js": "../runtime/js/06_util.js", "ext:runtime/10_permissions.js": "../runtime/js/10_permissions.js", "ext:runtime/11_workers.js": "../runtime/js/11_workers.js", "ext:runtime/13_buffer.js": "../runtime/js/13_buffer.js", "ext:runtime/30_os.js": "../runtime/js/30_os.js", "ext:runtime/40_fs_events.js": "../runtime/js/40_fs_events.js", "ext:runtime/40_http.js": "../runtime/js/40_http.js", "ext:runtime/40_process.js": "../runtime/js/40_process.js", "ext:runtime/40_signals.js": "../runtime/js/40_signals.js", "ext:runtime/40_tty.js": "../runtime/js/40_tty.js", "ext:runtime/41_prompt.js": "../runtime/js/41_prompt.js", "ext:runtime/90_deno_ns.js": "../runtime/js/90_deno_ns.js", "ext:runtime/98_global_scope.js": "../runtime/js/98_global_scope.js", "ext:deno_node/_util/std_fmt_colors.ts": "../ext/node/polyfills/_util/std_fmt_colors.ts"}} +{"imports": {"jsdom": "https://esm.sh/jsdom"}} +{"imports": {"archive/": "./vendor/deno.land/std@0.185.0/archive/", "async/": "./vendor/deno.land/std@0.185.0/async/", "bytes/": "./vendor/deno.land/std@0.185.0/bytes/", "collection/": "./vendor/deno.land/std@0.185.0/collection/", "crypto/": "./vendor/deno.land/std@0.185.0/crypto/", "datetime/": "./vendor/deno.land/std@0.185.0/datetime/", "dotenv/": "./vendor/deno.land/std@0.185.0/dotenv/", "encoding/": "./vendor/deno.land/std@0.185.0/encoding/", "yaml/": "./vendor/deno.land/std@0.185.0/yaml/", "flags/": "./vendor/deno.land/std@0.185.0/flags/", "fmt/": "./vendor/deno.land/std@0.185.0/fmt/", "fs/": "./vendor/deno.land/std@0.185.0/fs/", "http/": "./vendor/deno.land/std@0.185.0/http/", "io/": "./vendor/deno.land/std@0.185.0/io/", "log/": "./vendor/deno.land/std@0.185.0/log/", "node/": "./vendor/deno.land/std@0.185.0/node/", "path/": "./vendor/deno.land/std@0.185.0/path/", "permissions/": "./vendor/deno.land/std@0.185.0/permissions/", "signal/": "./vendor/deno.land/std@0.185.0/signal/", "streams/": "./vendor/deno.land/std@0.185.0/streams/", "testing/": "./vendor/deno.land/std@0.185.0/testing/", "uuid/": "./vendor/deno.land/std@0.185.0/uuid/", "version": "./vendor/deno.land/std@0.185.0/version.ts", "wasi/": "./vendor/deno.land/std@0.185.0/wasi/", "events/": "./vendor/deno.land/x/events@v1.0.0/", "cache/": "./vendor/../resources/vendor/deno-land/x/cache@0-2-12/", "cliffy/": "./vendor/deno.land/x/cliffy@v0.25.4/", "deno_dom/": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/", "xmlp/": "./vendor/deno.land/x/xmlp@v0.2.8/", "xml/": "./vendor/deno.land/x/xml@2.1.1/", "another_cookiejar/": "./vendor/deno.land/x/another_cookiejar@v4.1.4/", "semver/": "./vendor/deno.land/x/semver@v1.4.0/", "media_types/": "./vendor/deno.land/x/media_types@v2.10.1/", "dayjs/": "./vendor/cdn.skypack.dev/dayjs@1.8.21/", "moment-guess": "./vendor/cdn.skypack.dev/moment-guess@1.2.4.js", "ansi_up": "./vendor/cdn.skypack.dev/ansi_up@v5.1.0.js", "lodash/": "./vendor/cdn.skypack.dev/lodash@4.17.21/", "acorn-class-fields": "./vendor/cdn.skypack.dev/acorn-class-fields@1.0.0.js", "acorn/acorn": "./vendor/cdn.skypack.dev/acorn@8.4.0.js", "acorn/walk": "./vendor/cdn.skypack.dev/acorn-walk@8.2.0.js", "binary-search-bounds": "./vendor/cdn.skypack.dev/binary-search-bounds@2.0.5.js", "blueimpMd5": "./vendor/cdn.skypack.dev/blueimp-md5@2.19.0.js", "diff": "./vendor/cdn.skypack.dev/diff@5.0.0.js", "observablehq/parser": "./vendor/cdn.skypack.dev/@observablehq/parser@4.5.0.js", "js-yaml": "./vendor/cdn.skypack.dev/js-yaml@4.1.0.js", "https://deno.land/std@0.161.0/": "./vendor/deno.land/std@0.185.0/", "https://deno.land/std@0.101.0/": "./vendor/deno.land/std@0.185.0/", "https://deno.land/std@0.105.0/": "./vendor/deno.land/std@0.185.0/", "https://deno.land/std@0.93.0/": "./vendor/deno.land/std@0.185.0/", "https://deno.land/std@0.91.0/path/": "./vendor/deno.land/std@0.185.0/path/", "https://deno.land/std@0.91.0/fs/": "./vendor/deno.land/std@0.185.0/fs/", "https://deno.land/std@0.91.0/hash/": "./vendor/../resources/vendor/deno-land/std@0-91-0/hash/", "https://deno.land/x/cache@0.2.12/": "./vendor/../resources/vendor/deno-land/x/cache@0-2-12/", "https://dev.jspm.io/": "./vendor/../resources/vendor/dev-jspm-io/", "https://dev.jspm.io/jszip@3.5.0": "./vendor/../resources/vendor/dev-jspm-io/jszip@3.5.0.js", "puppeteer/": "./vendor/../resources/vendor/deno-land/x/puppeteer@9-0-2/", "cliffy/command/mod.ts": "./vendor/deno.land/x/cliffy@v0.25.4/command/mod.ts", "log/mod.ts": "./vendor/deno.land/std@0.185.0/log/mod.ts", "path/mod.ts": "./vendor/deno.land/std@0.185.0/path/mod.ts", "streams/write_all.ts": "./vendor/deno.land/std@0.185.0/streams/write_all.ts", "semver/mod.ts": "./vendor/deno.land/x/semver@v1.4.0/mod.ts", "fs/mod.ts": "./vendor/deno.land/std@0.185.0/fs/mod.ts", "yaml/mod.ts": "./vendor/deno.land/std@0.185.0/yaml/mod.ts", "cliffy/prompt/mod.ts": "./vendor/deno.land/x/cliffy@v0.25.4/prompt/mod.ts", "io/mod.ts": "./vendor/deno.land/std@0.185.0/io/mod.ts", "path/posix.ts": "./vendor/deno.land/std@0.185.0/path/posix.ts", "streams/mod.ts": "./vendor/deno.land/std@0.185.0/streams/mod.ts", "encoding/base64.ts": "./vendor/deno.land/std@0.185.0/encoding/base64.ts", "cliffy/table/mod.ts": "./vendor/deno.land/x/cliffy@v0.25.4/table/mod.ts", "cliffy/command/command.ts": "./vendor/deno.land/x/cliffy@v0.25.4/command/command.ts", "fmt/colors.ts": "./vendor/deno.land/std@0.185.0/fmt/colors.ts", "cliffy/prompt/select.ts": "./vendor/deno.land/x/cliffy@v0.25.4/prompt/select.ts", "cliffy/prompt/confirm.ts": "./vendor/deno.land/x/cliffy@v0.25.4/prompt/confirm.ts", "fs/expand_glob.ts": "./vendor/deno.land/std@0.185.0/fs/expand_glob.ts", "fs/exists.ts": "./vendor/deno.land/std@0.185.0/fs/exists.ts", "fs/_util.ts": "./vendor/deno.land/std@0.185.0/fs/_util.ts", "cliffy/ansi/mod.ts": "./vendor/deno.land/x/cliffy@v0.25.4/ansi/mod.ts", "streams/read_all.ts": "./vendor/deno.land/std@0.185.0/streams/read_all.ts", "events/mod.ts": "./vendor/deno.land/x/events@v1.0.0/mod.ts", "datetime/mod.ts": "./vendor/deno.land/std@0.185.0/datetime/mod.ts", "dayjs/dayjs.min.js": "./vendor/cdn.skypack.dev/dayjs@1.8.21/dayjs.min.js", "deno_dom/deno-dom-wasm-noinit.ts": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/deno-dom-wasm-noinit.ts", "deno_dom/src/parser.ts": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/src/parser.ts", "deno_dom/src/dom/dom-parser.ts": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/src/dom/dom-parser.ts", "deno_dom/src/api.ts": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/src/api.ts", "deno_dom/src/dom/node.ts": "./vendor/deno.land/x/deno_dom@v0.1.35-alpha/src/dom/node.ts", "fs/ensure_dir.ts": "./vendor/deno.land/std@0.185.0/fs/ensure_dir.ts", "fs/walk.ts": "./vendor/deno.land/std@0.185.0/fs/walk.ts", "lodash/cloneDeep.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/cloneDeep.js", "lodash/debounce.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/debounce.js", "lodash/difference.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/difference.js", "lodash/each.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/each.js", "lodash/forEach.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/forEach.js", "lodash/isArray.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/isArray.js", "lodash/mergeWith.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/mergeWith.js", "lodash/shuffle.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/shuffle.js", "lodash/template.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/template.js", "lodash/toString.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/toString.js", "lodash/uniq.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/uniq.js", "lodash/uniqBy.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/uniqBy.js", "lodash/isObject.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/isObject.js", "lodash/isEqual.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/isEqual.js", "lodash/orderBy.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/orderBy.js", "lodash/escape.js": "./vendor/cdn.skypack.dev/lodash@4.17.21/escape.js", "log/logger.ts": "./vendor/deno.land/std@0.185.0/log/logger.ts", "log/handlers.ts": "./vendor/deno.land/std@0.185.0/log/handlers.ts", "flags/mod.ts": "./vendor/deno.land/std@0.185.0/flags/mod.ts", "async/mod.ts": "./vendor/deno.land/std@0.185.0/async/mod.ts", "dotenv/mod.ts": "./vendor/deno.land/std@0.185.0/dotenv/mod.ts", "fmt/printf.ts": "./vendor/deno.land/std@0.185.0/fmt/printf.ts", "yaml/schema.ts": "./vendor/deno.land/std@0.185.0/yaml/schema.ts", "yaml/type.ts": "./vendor/deno.land/std@0.185.0/yaml/type.ts", "yaml/_type/mod.ts": "./vendor/deno.land/std@0.185.0/yaml/_type/mod.ts", "yaml/schema/failsafe.ts": "./vendor/deno.land/std@0.185.0/yaml/schema/failsafe.ts", "media_types/mod.ts": "./vendor/deno.land/x/media_types@v2.10.1/mod.ts", "fs/copy.ts": "./vendor/deno.land/std@0.185.0/fs/copy.ts", "io/read_lines.ts": "./vendor/deno.land/std@0.185.0/io/read_lines.ts", "xml/mod.ts": "./vendor/deno.land/x/xml@2.1.1/mod.ts", "xmlp/mod.ts": "./vendor/deno.land/x/xmlp@v0.2.8/mod.ts", "streams/copy.ts": "./vendor/deno.land/std@0.185.0/streams/copy.ts", "archive/tar.ts": "./vendor/deno.land/std@0.185.0/archive/tar.ts", "cliffy/prompt/input.ts": "./vendor/deno.land/x/cliffy@v0.25.4/prompt/input.ts", "crypto/mod.ts": "./vendor/deno.land/std@0.185.0/crypto/mod.ts", "encoding/hex.ts": "./vendor/deno.land/std@0.185.0/encoding/hex.ts", "cliffy/prompt/secret.ts": "./vendor/deno.land/x/cliffy@v0.25.4/prompt/secret.ts", "another_cookiejar/mod.ts": "./vendor/deno.land/x/another_cookiejar@v4.1.4/mod.ts", "testing/asserts.ts": "./vendor/deno.land/std@0.185.0/testing/asserts.ts", "https://deno.land/std@0.161.0/fmt/colors.ts": "./vendor/deno.land/std@0.185.0/fmt/colors.ts", "https://deno.land/std@0.161.0/encoding/base64.ts": "./vendor/deno.land/std@0.185.0/encoding/base64.ts", "https://deno.land/std@0.161.0/path/mod.ts": "./vendor/deno.land/std@0.185.0/path/mod.ts", "https://deno.land/std@0.105.0/path/mod.ts": "./vendor/deno.land/std@0.185.0/path/mod.ts", "https://cdn.skypack.dev/": "./vendor/cdn.skypack.dev/", "https://deno.land/": "./vendor/deno.land/"}, "scopes": {"./resources/vendor/dev-jspm-io/": {"/npm:@jspm/core@1.1.1/nodelibs/buffer.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/buffer.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-0c2d1322.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-0c2d1322.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-6e68c801.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-6e68c801.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-cffba9d4.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-cffba9d4.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-dac557ba.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-dac557ba.js", "/npm:@jspm/core@1.1.1/nodelibs/events.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/events.js", "/npm:@jspm/core@1.1.1/nodelibs/stream.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/stream.js", "/npm:@jspm/core@1.1.1/nodelibs/util.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/util.js", "/npm:@jspm/core@1/nodelibs/buffer.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/buffer.js", "/npm:@jspm/core@1/nodelibs/stream.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/stream.js", "/npm:immediate@3.0.6/lib/browser.dew.js": "./resources/vendor/dev-jspm-io/npm_immediate@3-0-6/lib/browser.dew.js", "/npm:immediate@3.0?dew": "./resources/vendor/dev-jspm-io/npm_immediate@3.0.js", "/npm:jszip@3.5.0/lib/base64.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/base64.dew.js", "/npm:jszip@3.5.0/lib/compressedObject.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressedObject.dew.js", "/npm:jszip@3.5.0/lib/compressions.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressions.dew.js", "/npm:jszip@3.5.0/lib/crc32.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/crc32.dew.js", "/npm:jszip@3.5.0/lib/defaults.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/defaults.dew.js", "/npm:jszip@3.5.0/lib/external.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/external.dew.js", "/npm:jszip@3.5.0/lib/flate.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/flate.dew.js", "/npm:jszip@3.5.0/lib/generate/ZipFileWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/ZipFileWorker.dew.js", "/npm:jszip@3.5.0/lib/generate/index.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/index.dew.js", "/npm:jszip@3.5.0/lib/index.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/index.dew.js", "/npm:jszip@3.5.0/lib/load.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/load.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamInputAdapter.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamInputAdapter.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamOutputAdapter.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamOutputAdapter.dew.js", "/npm:jszip@3.5.0/lib/nodejsUtils.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejsUtils.dew.js", "/npm:jszip@3.5.0/lib/object.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/object.dew.js", "/npm:jszip@3.5.0/lib/readable-stream-browser.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/readable-stream-browser.dew.js", "/npm:jszip@3.5.0/lib/reader/ArrayReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/reader/DataReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/DataReader.dew.js", "/npm:jszip@3.5.0/lib/reader/NodeBufferReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/NodeBufferReader.dew.js", "/npm:jszip@3.5.0/lib/reader/StringReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/StringReader.dew.js", "/npm:jszip@3.5.0/lib/reader/Uint8ArrayReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/Uint8ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/reader/readerFor.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/readerFor.dew.js", "/npm:jszip@3.5.0/lib/signature.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/signature.dew.js", "/npm:jszip@3.5.0/lib/stream/ConvertWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/ConvertWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/Crc32Probe.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/Crc32Probe.dew.js", "/npm:jszip@3.5.0/lib/stream/DataLengthProbe.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataLengthProbe.dew.js", "/npm:jszip@3.5.0/lib/stream/DataWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/GenericWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/GenericWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/StreamHelper.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/StreamHelper.dew.js", "/npm:jszip@3.5.0/lib/support.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/support.dew.js", "/npm:jszip@3.5.0/lib/utf8.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utf8.dew.js", "/npm:jszip@3.5.0/lib/utils.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utils.dew.js", "/npm:jszip@3.5.0/lib/zipEntries.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntries.dew.js", "/npm:jszip@3.5.0/lib/zipEntry.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntry.dew.js", "/npm:jszip@3.5.0/lib/zipObject.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipObject.dew.js", "/npm:lie@3.3.0/lib/browser.dew.js": "./resources/vendor/dev-jspm-io/npm_lie@3-3-0/lib/browser.dew.js", "/npm:lie@3.3?dew": "./resources/vendor/dev-jspm-io/npm_lie@3.3.js", "/npm:pako@1.0.11/index.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/index.dew.js", "/npm:pako@1.0.11/lib/deflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/deflate.dew.js", "/npm:pako@1.0.11/lib/inflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/inflate.dew.js", "/npm:pako@1.0.11/lib/utils/common.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/common.dew.js", "/npm:pako@1.0.11/lib/utils/strings.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/strings.dew.js", "/npm:pako@1.0.11/lib/zlib/adler32.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/adler32.dew.js", "/npm:pako@1.0.11/lib/zlib/constants.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/constants.dew.js", "/npm:pako@1.0.11/lib/zlib/crc32.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/crc32.dew.js", "/npm:pako@1.0.11/lib/zlib/deflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/deflate.dew.js", "/npm:pako@1.0.11/lib/zlib/gzheader.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/gzheader.dew.js", "/npm:pako@1.0.11/lib/zlib/inffast.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inffast.dew.js", "/npm:pako@1.0.11/lib/zlib/inflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inflate.dew.js", "/npm:pako@1.0.11/lib/zlib/inftrees.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inftrees.dew.js", "/npm:pako@1.0.11/lib/zlib/messages.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/messages.dew.js", "/npm:pako@1.0.11/lib/zlib/trees.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/trees.dew.js", "/npm:pako@1.0.11/lib/zlib/zstream.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/zstream.dew.js", "/npm:pako@1.0?dew": "./resources/vendor/dev-jspm-io/npm_pako@1.0.js", "/npm:set-immediate-shim@1.0.1/index.dew.js": "./resources/vendor/dev-jspm-io/npm_set-immediate-shim@1-0-1/index.dew.js", "/npm:set-immediate-shim@1.0?dew": "./resources/vendor/dev-jspm-io/npm_set-immediate-shim@1.0.js"}, "./vendor/../resources/vendor/dev-jspm-io/": {"/npm:set-immediate-shim@1.0?dew": "./vendor/../resources/vendor/dev-jspm-io/npm_set-immediate-shim@1.0.js", "/npm:set-immediate-shim@1.0.1/index.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_set-immediate-shim@1-0-1/index.dew.js", "/npm:pako@1.0?dew": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1.0.js", "/npm:pako@1.0.11/lib/zlib/zstream.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/zstream.dew.js", "/npm:pako@1.0.11/lib/zlib/trees.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/trees.dew.js", "/npm:pako@1.0.11/lib/zlib/messages.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/messages.dew.js", "/npm:pako@1.0.11/lib/zlib/inftrees.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inftrees.dew.js", "/npm:pako@1.0.11/lib/zlib/inflate.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inflate.dew.js", "/npm:pako@1.0.11/lib/zlib/inffast.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inffast.dew.js", "/npm:pako@1.0.11/lib/zlib/gzheader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/gzheader.dew.js", "/npm:pako@1.0.11/lib/zlib/deflate.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/deflate.dew.js", "/npm:pako@1.0.11/lib/zlib/crc32.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/crc32.dew.js", "/npm:pako@1.0.11/lib/zlib/constants.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/constants.dew.js", "/npm:pako@1.0.11/lib/zlib/adler32.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/adler32.dew.js", "/npm:pako@1.0.11/lib/utils/strings.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/strings.dew.js", "/npm:pako@1.0.11/lib/utils/common.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/common.dew.js", "/npm:pako@1.0.11/lib/inflate.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/inflate.dew.js", "/npm:pako@1.0.11/lib/deflate.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/deflate.dew.js", "/npm:pako@1.0.11/index.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_pako@1-0-11/index.dew.js", "/npm:lie@3.3?dew": "./vendor/../resources/vendor/dev-jspm-io/npm_lie@3.3.js", "/npm:lie@3.3.0/lib/browser.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_lie@3-3-0/lib/browser.dew.js", "/npm:jszip@3.5.0/lib/zipObject.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipObject.dew.js", "/npm:jszip@3.5.0/lib/zipEntry.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntry.dew.js", "/npm:jszip@3.5.0/lib/zipEntries.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntries.dew.js", "/npm:jszip@3.5.0/lib/utils.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utils.dew.js", "/npm:jszip@3.5.0/lib/utf8.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utf8.dew.js", "/npm:jszip@3.5.0/lib/support.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/support.dew.js", "/npm:jszip@3.5.0/lib/stream/StreamHelper.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/StreamHelper.dew.js", "/npm:jszip@3.5.0/lib/stream/GenericWorker.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/GenericWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/DataWorker.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/DataLengthProbe.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataLengthProbe.dew.js", "/npm:jszip@3.5.0/lib/stream/Crc32Probe.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/Crc32Probe.dew.js", "/npm:jszip@3.5.0/lib/stream/ConvertWorker.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/ConvertWorker.dew.js", "/npm:jszip@3.5.0/lib/signature.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/signature.dew.js", "/npm:jszip@3.5.0/lib/reader/readerFor.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/readerFor.dew.js", "/npm:jszip@3.5.0/lib/reader/Uint8ArrayReader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/Uint8ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/reader/StringReader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/StringReader.dew.js", "/npm:jszip@3.5.0/lib/reader/NodeBufferReader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/NodeBufferReader.dew.js", "/npm:jszip@3.5.0/lib/reader/DataReader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/DataReader.dew.js", "/npm:jszip@3.5.0/lib/reader/ArrayReader.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/readable-stream-browser.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/readable-stream-browser.dew.js", "/npm:jszip@3.5.0/lib/object.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/object.dew.js", "/npm:jszip@3.5.0/lib/nodejsUtils.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejsUtils.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamOutputAdapter.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamOutputAdapter.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamInputAdapter.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamInputAdapter.dew.js", "/npm:jszip@3.5.0/lib/load.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/load.dew.js", "/npm:jszip@3.5.0/lib/index.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/index.dew.js", "/npm:jszip@3.5.0/lib/generate/index.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/index.dew.js", "/npm:jszip@3.5.0/lib/generate/ZipFileWorker.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/ZipFileWorker.dew.js", "/npm:jszip@3.5.0/lib/flate.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/flate.dew.js", "/npm:jszip@3.5.0/lib/external.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/external.dew.js", "/npm:jszip@3.5.0/lib/defaults.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/defaults.dew.js", "/npm:jszip@3.5.0/lib/crc32.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/crc32.dew.js", "/npm:jszip@3.5.0/lib/compressions.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressions.dew.js", "/npm:jszip@3.5.0/lib/compressedObject.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressedObject.dew.js", "/npm:jszip@3.5.0/lib/base64.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/base64.dew.js", "/npm:immediate@3.0?dew": "./vendor/../resources/vendor/dev-jspm-io/npm_immediate@3.0.js", "/npm:immediate@3.0.6/lib/browser.dew.js": "./vendor/../resources/vendor/dev-jspm-io/npm_immediate@3-0-6/lib/browser.dew.js", "/npm:@jspm/core@1/nodelibs/stream.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/stream.js", "/npm:@jspm/core@1/nodelibs/buffer.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/buffer.js", "/npm:@jspm/core@1.1.1/nodelibs/util.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/util.js", "/npm:@jspm/core@1.1.1/nodelibs/stream.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/stream.js", "/npm:@jspm/core@1.1.1/nodelibs/events.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/events.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-dac557ba.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-dac557ba.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-cffba9d4.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-cffba9d4.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-6e68c801.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-6e68c801.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-0c2d1322.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-0c2d1322.js", "/npm:@jspm/core@1.1.1/nodelibs/buffer.js": "./vendor/../resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/buffer.js"}, "./vendor/cdn.skypack.dev/": {"/-/acorn@v7.4.1-aIeX4aKa0RO2JeS9dtPa/dist=es2019,mode=imports/optimized/acorn.js": "./vendor/cdn.skypack.dev/-/acorn@v7.4.1-aIeX4aKa0RO2JeS9dtPa/dist=es2019,mode=imports/optimized/acorn.js", "/-/acorn-walk@v7.2.0-HE7wS37ePcNncqJvsD8k/dist=es2019,mode=imports/optimized/acorn-walk.js": "./vendor/cdn.skypack.dev/-/acorn-walk@v7.2.0-HE7wS37ePcNncqJvsD8k/dist=es2019,mode=imports/optimized/acorn-walk.js", "/-/acorn-private-class-elements@v1.0.0-74UyKouPfmJKyVmXndKD/dist=es2019,mode=imports/optimized/acorn-private-class-elements.js": "./vendor/cdn.skypack.dev/-/acorn-private-class-elements@v1.0.0-74UyKouPfmJKyVmXndKD/dist=es2019,mode=imports/optimized/acorn-private-class-elements.js", "/-/acorn@v8.4.0-TUBEehokUmfefnUMjao9/dist=es2019,mode=imports/optimized/acorn.js": "./vendor/cdn.skypack.dev/-/acorn@v8.4.0-TUBEehokUmfefnUMjao9/dist=es2019,mode=imports/optimized/acorn.js", "/-/@observablehq/parser@v4.5.0-rWZiNfab8flhVomtfVvr/dist=es2019,mode=imports/optimized/@observablehq/parser.js": "./vendor/cdn.skypack.dev/-/@observablehq/parser@v4.5.0-rWZiNfab8flhVomtfVvr/dist=es2019,mode=imports/optimized/@observablehq/parser.js", "/-/acorn-class-fields@v1.0.0-VEggkLxq9gMrdwRuKkzZ/dist=es2019,mode=imports/optimized/acorn-class-fields.js": "./vendor/cdn.skypack.dev/-/acorn-class-fields@v1.0.0-VEggkLxq9gMrdwRuKkzZ/dist=es2019,mode=imports/optimized/acorn-class-fields.js", "/-/acorn-walk@v8.2.0-X811aiix0R2fkBGq305v/dist=es2019,mode=imports/optimized/acorn-walk.js": "./vendor/cdn.skypack.dev/-/acorn-walk@v8.2.0-X811aiix0R2fkBGq305v/dist=es2019,mode=imports/optimized/acorn-walk.js", "/-/ansi_up@v5.1.0-ifIRWFhqTFJbTEKi2tZH/dist=es2019,mode=imports/optimized/ansi_up.js": "./vendor/cdn.skypack.dev/-/ansi_up@v5.1.0-ifIRWFhqTFJbTEKi2tZH/dist=es2019,mode=imports/optimized/ansi_up.js", "/-/binary-search-bounds@v2.0.5-c8IgO4OqUhed8ANHQXKv/dist=es2019,mode=imports/optimized/binary-search-bounds.js": "./vendor/cdn.skypack.dev/-/binary-search-bounds@v2.0.5-c8IgO4OqUhed8ANHQXKv/dist=es2019,mode=imports/optimized/binary-search-bounds.js", "/-/blueimp-md5@v2.19.0-FsBtHB6ITwdC3L5Giq4Q/dist=es2019,mode=imports/optimized/blueimp-md5.js": "./vendor/cdn.skypack.dev/-/blueimp-md5@v2.19.0-FsBtHB6ITwdC3L5Giq4Q/dist=es2019,mode=imports/optimized/blueimp-md5.js", "/-/dayjs@v1.8.21-6syVEc6qGP8frQXKlmJD/dist=es2019,mode=imports/optimized/dayjs.js": "./vendor/cdn.skypack.dev/-/dayjs@v1.8.21-6syVEc6qGP8frQXKlmJD/dist=es2019,mode=imports/optimized/dayjs.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/cloneDeep.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/cloneDeep.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/debounce.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/debounce.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/difference.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/difference.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/each.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/each.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/escape.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/escape.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/forEach.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/forEach.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isArray.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isArray.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isEqual.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isEqual.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isObject.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/isObject.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/mergeWith.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/mergeWith.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/orderBy.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/orderBy.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/shuffle.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/shuffle.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/template.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/template.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/toString.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/toString.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/uniq.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/uniq.js", "/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/uniqBy.js": "./vendor/cdn.skypack.dev/-/lodash@v4.17.21-K6GEbP02mWFnLA45zAmi/dist=es2019,mode=imports/unoptimized/uniqBy.js", "/-/moment-guess@v1.2.4-bDXl7KQy0hLGNuGhyGb4/dist=es2019,mode=imports/optimized/moment-guess.js": "./vendor/cdn.skypack.dev/-/moment-guess@v1.2.4-bDXl7KQy0hLGNuGhyGb4/dist=es2019,mode=imports/optimized/moment-guess.js"}}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"template/": "./src/", "sift/": "https://deno.land/x/sift@0.4.2/", "discordeno/": "https://deno.land/x/discordeno@18.0.1/", "encoding/": "https://deno.land/std@0.156.0/encoding/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.13.1/"}} +{"imports": {"dos": "https://deno.land/x/dos@v0.11.0/mod.ts", "fmt/": "https://deno.land/std@0.164.0/fmt/", "/": "./src/", "./": "./"}} +{"imports": {"/": "./", "./": "./", "http/": "https://deno.land/std@0.168.0/http/", "hono/": "https://deno.land/x/hono@v2.6.2/", "testing/": "https://deno.land/std@0.167.0/testing/"}} +{"imports": {"https://deno.land/std/": "https://deno.land/std@0.185.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.10.1/", "nano/jsx-runtime": "https://deno.land/x/nano_jsx@v0.0.33/jsx-runtime/index.ts"}} +{"imports": {"template/": "./src/", "sift/": "https://deno.land/x/sift@0.4.2/", "discordeno/": "https://deno.land/x/discordeno@16.0.0/", "encoding/": "https://deno.land/std@0.156.0/encoding/"}} +{"imports": {"std/": "https://deno.land/std@0.178.0/"}} +{"imports": {"./frontend/typescript/game/game_logic.js": "./frontend/typescript/game/game_logic.ts", "./frontend/typescript/game/state.js": "./frontend/typescript/game/state.ts", "./frontend/typescript/game/game.js": "./frontend/typescript/game/game.ts", "./frontend/typescript/game/websocket.js": "./frontend/typescript/game/websocket.ts", "./frontend/typescript/game/dom_manipulate.js": "./frontend/typescript/game/dom_manipulate.ts", "./frontend/typescript/game/util.js": "./frontend/typescript/game/util.ts"}} +{"imports": {"solid-js": "npm:solid-js", "solid-js/web": "npm:solid-js/web", "esbuild": "https://deno.land/x/esbuild@v0.15.13/mod.js", "esbuild-plugin-import-map": "https://esm.sh/esbuild-plugin-import-map@2.1.0", "esbuild-plugin-solid": "https://esm.sh/esbuild-plugin-solid@0.4.2", "esbuild-plugin-http-imports": "https://deno.land/x/esbuild_plugin_http_imports@v1.2.4/index.ts"}} +{"imports": {"zod": "npm:zod", "@/": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "$log": "./flagopolis/log.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "std/": "https://deno.land/std@0.155.0/", "twemoji-parser": "https://esm.sh/twemoji-parser@14.0.0", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.1.0/"}} +{"imports": {"std/": "https://deno.land/std@0.159.0/", "dax": "https://deno.land/x/dax@0.12.0/mod.ts", "this": "https://deno.land/x/this@0.153.0/mod.ts", "dis": "https://deno.land/x/dis@0.0.1/mod.ts"}} +{"imports": {"dweb/": "./../desktop-dev/src/", "zod": "https://esm.sh/v124/zod@3.21.4", "cbor-x": "https://deno.land/x/cbor@v1.5.4/index.js", "lit": "https://esm.sh/v124/lit@2.7.4", "lit/": "https://esm.sh/v124/lit@2.7.4/", "jimp": "https://esm.sh/v124/jimp@0.22.8", "jsqr": "https://esm.sh/v124/jsqr@1.4.0", "ts-pattern": "https://esm.sh/v124/ts-pattern@5.0.1"}} +{"imports": {"aleph": "https://deno.land/x/aleph@v0.3.0-alpha.1/mod.ts", "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.1/", "react": "https://esm.sh/react@17.0.1", "react-dom": "https://esm.sh/react-dom@17.0.1"}, "scopes": {}} +{"imports": {"./": "./", "/": "./", "lambda": "https://deno.land/x/lambda@1.19.3/mod.ts"}} +{"imports": {"~/": "./", "~/ui": "./ui/index.ts", "fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}, "scopes": {"./app1/": {"~/components": "./app1/components/index.ts"}, "./app2/": {"~/components": "./app2/components/index.ts"}}} +{"imports": {"~/": "./", "@/": "./", "/": "./", "~~/": "./", "@@/": "./", "./": "./", "x/": "https://deno.land/x/", "std/": "https://deno.land/std@0.145.0/", "lib/": "./lib/", "esm/": "https://esm.sh/", "graphql": "https://deno.land/x/graphql_deno@v15.0.0/mod.ts", "graphql/": "https://deno.land/x/graphql_deno@v15.0.0/", "pqueue": "https://deno.land/x/p_queue@1.0.1/mod.ts", "deno-dom": "https://deno.land/x/deno_dom@v0.1.31-alpha/deno-dom-wasm.ts", "sift": "https://deno.land/x/sift@0.5.0/mod.tsx"}} +{"imports": {"$grm": "https://deno.land/x/grm@0.8.2/mod.ts", "$grm-deps": "https://deno.land/x/grm@0.8.2/deps.ts", "$xor": "./xor.ts", "pls": "https://deno.land/x/pls@1.0.0/mod.ts", "std/": "https://deno.land/std@0.182.0/"}} +{"imports": {"@/": "./src/"}} +{"imports": {"http/": "https://deno.land/std@0.158.0/http/", "log/": "https://deno.land/std@0.158.0/log/", "io/": "https://deno.land/std@0.158.0/io/", "streams/": "https://deno.land/std@0.158.0/streams/", "flags/": "https://deno.land/std@0.158.0/flags/", "dev/testing/": "https://deno.land/std@0.158.0/testing/", "dev/async/": "https://deno.land/std@0.158.0/async/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "redis": "https://deno.land/x/redis@v0.27.0/mod.ts", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts"}} +{"imports": {"harmony": "https://deno.land/x/harmony@v2.7.0/mod.ts", "import-all": "https://deno.land/x/importall@v1.1.1/mod.ts", "lala": "https://deno.land/x/lala@v3.1.5/mod.ts"}} +{"imports": {"dnt/": "https://deno.land/x/dnt@0.32.1/", "testing/": "https://deno.land/std@0.166.0/testing/"}} +{"scopes": {"https://denopkg.com/deco-cx/deco@1.26.0/": {"$live/": "https://denopkg.com/deco-cx/deco@1.26.0/"}}, "imports": {"preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0?pin=102", "preact/": "https://esm.sh/preact@10.16.0/", "preact": "https://esm.sh/preact@10.16.0?pin=102", "partytown/": "https://deno.land/x/partytown@0.3.0/", "std/": "https://deno.land/std@0.190.0/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.3/", "deco/": "./"}} +{"imports": {"path": "https://deno.land/std@0.117.0/path/mod.ts", "io": "https://deno.land/std@0.117.0/io/buffer.ts", "log": "https://deno.land/std@0.117.0/log/mod.ts", "asserts": "https://deno.land/std@0.120.0/testing/asserts.ts", "expect": "https://deno.land/x/expect@v0.2.9/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.2.0/", "preact": "https://esm.sh/preact@10.16.0", "preact/": "https://esm.sh/preact@10.16.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@6.2.0?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "styled-components": "https://esm.sh/styled-components@5.3.5", "twind/": "https://esm.sh/twind@0.16.17/", "react-json-view-lite": "https://esm.sh/react-json-view-lite@0.9.7?alias=react:preact/compat"}} +{"imports": {"server": "https://deno.land/x/sift@0.4.2/mod.ts", "hyper-connect": "https://x.nest.land/hyper-connect@0.1.10/deno/mod.ts", "crocks/": "https://cdn.skypack.dev/crocks@0.12.4/", "zod": "https://deno.land/x/zod@v3.11.6/mod.ts", "ramda": "https://cdn.skypack.dev/ramda@0.28.0", "lib/": "./lib/", "models/": "./models/", "dotenv": "https://deno.land/x/dotenv@v3.1.0/load.ts", "asserts": "https://deno.land/std@0.122.0/testing/asserts.ts"}} +{"imports": {"deps": "./src/deps.ts", "std/": "https://deno.land/std@0.192.0/", "cliffy/": "https://deno.land/x/cliffy@v0.25.7/", "dnt": "https://deno.land/x/dnt@0.36.0/mod.ts", "adm-zip": "https://esm.sh/v124/adm-zip@0.5.9", "ajv": "https://esm.sh/v124/ajv@8.11.0", "cdktf": "https://esm.sh/v124/cdktf@0.15.5", "cli-spinners": "https://esm.sh/v124/cli-spinners@2.7.0", "constructs": "https://esm.sh/v124/constructs@10.2.27", "d3-node": "https://esm.sh/v124/*d3-node@3.0.0", "googleapis": "https://esm.sh/v124/googleapis@118.0.0", "js-yaml": "https://esm.sh/v124/js-yaml@4.1.0", "listr": "https://esm.sh/v124/listr@0.14.3", "log-update": "https://esm.sh/v124/*log-update@5.0.1", "ansi-escapes": "https://esm.sh/ansi-escapes@6.2.0", "node-plantuml": "https://esm.sh/v124/*node-plantuml@0.9.0", "rxjs": "https://esm.sh/v124/rxjs@7.5.6", "semver": "https://esm.sh/v124/semver@7.5.3", "strip-ansi": "https://esm.sh/v124/strip-ansi@7.0.1", "tar": "https://esm.sh/v124/tar@6.1.11", "which": "https://esm.sh/v124/which@3.0.1", "winston": "https://esm.sh/v124/winston@3.8.2", "@kubernetes/client-node": "npm:@kubernetes/client-node@0.18.1", "aws-sdk": "npm:aws-sdk@2.1229.0", "mustache": "https://esm.sh/mustache@4.2.0", "unique-names-generator": "https://esm.sh/v124/unique-names-generator@4.7.1", "uuid": "https://esm.sh/v124/uuid@8.0.0"}, "scopes": {"https://esm.sh/v124/": {"@samverschueren/stream-to-observable": "https://esm.sh/v124/@samverschueren/stream-to-observable@0.3.1", "ansi-escapes": "https://esm.sh/v124/ansi-escapes@5.0.0", "archiver": "https://esm.sh/v124/archiver@5.3.1", "argparse": "https://esm.sh/v124/argparse@2.0.1", "buffer": "https://esm.sh/v124/buffer@4.9.2", "chalk": "https://esm.sh/v124/chalk@4.1.2", "cli-cursor": "https://esm.sh/v124/cli-cursor@4.0.0", "cli-width": "https://esm.sh/v124/cli-width@3.0.0", "commander": "https://esm.sh/v124/commander@2.20.3", "cross-spawn": "https://esm.sh/v124/cross-spawn@7.0.3", "d3": "https://esm.sh/v124/d3@5.16.0", "events": "https://esm.sh/v124/events@1.1.1", "external-editor": "https://esm.sh/v124/external-editor@3.1.0", "fast-deep-equal": "https://esm.sh/v124/fast-deep-equal@3.1.3", "figures": "https://esm.sh/v124/figures@3.2.0", "get-stream": "https://esm.sh/v124/get-stream@6.0.1", "google-auth-library": "https://esm.sh/v124/google-auth-library@8.8.0", "googleapis-common": "https://esm.sh/v124/googleapis-common@6.0.4", "human-signals": "https://esm.sh/v124/human-signals@3.0.1", "ieee754": "https://esm.sh/v124/ieee754@1.1.13", "is-observable": "https://esm.sh/v124/is-observable@1.1.0", "is-promise": "https://esm.sh/v124/is-promise@2.2.2", "is-stream": "https://esm.sh/v124/is-stream@1.1.0", "isexe": "https://esm.sh/v124/isexe@2.0.0", "jmespath": "https://esm.sh/v124/jmespath@0.16.0", "jsdom": "https://esm.sh/v124/jsdom@16.7.0", "json-schema-traverse": "https://esm.sh/v124/json-schema-traverse@1.0.0", "json-stable-stringify": "https://esm.sh/v124/json-stable-stringify@1.0.2", "listr-silent-renderer": "https://esm.sh/v124/listr-silent-renderer@1.1.1", "listr-update-renderer": "https://esm.sh/v124/listr-update-renderer@0.5.0", "listr-verbose-renderer": "https://esm.sh/v124/listr-verbose-renderer@0.5.0", "lodash": "https://esm.sh/v124/lodash@4.17.21", "lru-cache": "https://esm.sh/v124/lru-cache@6.0.0", "merge-stream": "https://esm.sh/v124/merge-stream@2.0.0", "mute-stream": "https://esm.sh/v124/mute-stream@0.0.8", "node-nailgun-client": "https://esm.sh/v124/node-nailgun-client@0.1.2", "node-nailgun-server": "https://esm.sh/v124/node-nailgun-server@0.1.4", "npm-run-path": "https://esm.sh/v124/npm-run-path@5.1.0", "onetime": "https://esm.sh/v124/onetime@6.0.0", "ora": "https://esm.sh/v124/ora@5.4.1", "p-map": "https://esm.sh/v124/p-map@2.1.0", "plantuml-encoder": "https://esm.sh/v124/plantuml-encoder@1.4.0", "querystring": "https://esm.sh/v124/querystring@0.2.0", "require-from-string": "https://esm.sh/v124/require-from-string@2.0.2", "run-async": "https://esm.sh/v124/run-async@2.4.1", "sax": "https://esm.sh/v124/sax@1.2.1", "signal-exit": "https://esm.sh/v124/signal-exit@3.0.7", "slice-ansi": "https://esm.sh/v124/slice-ansi@5.0.0", "string-width": "https://esm.sh/v124/string-width@4.2.3", "strip-final-newline": "https://esm.sh/v124/strip-final-newline@3.0.0", "through": "https://esm.sh/v124/through@2.3.8", "tslib": "https://esm.sh/v124/tslib@2.5.2", "uri-js": "https://esm.sh/v124/uri-js@4.4.1", "url": "https://esm.sh/v124/url@0.10.3", "util": "https://esm.sh/v124/util@0.12.5", "uuid": "https://esm.sh/v124/uuid@8.0.0", "wrap-ansi": "https://esm.sh/v124/wrap-ansi@8.1.0", "xml2js": "https://esm.sh/v124/xml2js@0.4.19"}}} +{"scopes": {"examples/": {"egts": "./mod.ts"}}} +{"imports": {"dflow": "./dflow.ts", "std/": "https://deno.land/std@0.177.0/"}} +{"imports": {"$/": "./", "std/": "https://deno.land/std@0.152.0/", "denox/": "https://raw.githubusercontent.com/sirikon/denox/c5d924755bab551d1b8c196124e23db884cdfa35/lib/", "zod": "https://esm.sh/zod@3.18.0?pin=v91"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "apiland/types": "https://deno.land/x/apiland@1.0.0/types.d.ts", "deno_doc/types": "https://deno.land/x/deno_doc@0.46.0/lib/types.d.ts", "@doc_components/": "../"}} +{"imports": {"@tinydb": "./mod.ts"}} +{"imports": {"@/": "./", "dotenv/": "https://deno.land/x/dotenv@v3.2.0/", "harmony/": "https://deno.land/x/harmony@v2.6.0/"}} +{"imports": {"amqp/": "https://deno.land/x/amqp/", "async/": "https://deno.land/std@0.92.0/async/", "common/": "./common/", "config/": "./config/", "crc32/": "https://deno.land/x/crc32@v0.2.2/", "deno_lodash/": "https://deno.land/x/deno_lodash/", "dirname/": "https://deno.land/x/dirname@1.1.2/", "mongo/": "https://deno.land/x/mongo@v0.29.1/", "oak/": "https://deno.land/x/oak@v10.2.0/", "oak_graphql/": "https://deno.land/x/oak_graphql@0.6.3/", "std/": "https://deno.land/std@0.123.0/", "view_engine/": "https://deno.land/x/view_engine@v1.5.0/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.2.0/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.0.1/"}} +{"imports": {"ts-mixer": "npm:ts-mixer@6.0.3"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.12.1", "preact/": "https://esm.sh/preact@10.12.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.6?external=preact", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3"}} +{"imports": {"garn-validator": "./src/index.js", "garn-validator/src/proxyDetection.js": "./src/proxyDetection.js"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/", "dotenv/": "https://deno.land/x/dotenv/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.5.1/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.6.0/"}} +{"imports": {"@/": "./", "@twind": "./helpers/twind.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "fmt/": "https://deno.land/std@0.160.0/fmt/", "encoding/": "https://deno.land/std@0.160.0/encoding/", "http/": "https://deno.land/std@0.160.0/http/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.35-alpha/"}} +{"imports": {"asserts": "https://deno.land/std@0.106.0/testing/asserts.ts", "djwt": "https://deno.land/x/djwt@v2.3/mod.ts", "ask": "https://deno.land/x/ask@1.0.6/mod.ts", "flags": "https://deno.land/std@0.106.0/flags/mod.ts", "base64url": "https://deno.land/std@0.106.0/encoding/base64url.ts", "sha256": "https://deno.land/std@0.106.0/hash/sha256.ts", "crocks": "https://cdn.skypack.dev/crocks@0.12.4", "ramda": "https://cdn.skypack.dev/ramda@0.27.1"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.155.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.21/", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.21/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.21/server/dev.ts", "@unocss/core": "https://esm.sh/@unocss/core@0.45.29", "@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.45.29", "aleph/react/mdx-loader": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/mdx-loader.ts", "@mdx-js/react": "https://esm.sh/@mdx-js/react@2.1.3", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/mod.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/client.ts", "aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.21/runtime/react/server.ts", "dayjs": "https://esm.sh/dayjs@v1.11.6", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/"}, "scopes": {}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "env": "https://deno.land/std@0.167.0/dotenv/load.ts"}} +{"imports": {"std/": "https://deno.land/std@0.145.0/"}} +{"imports": {"std/": "https://deno.land/std@0.130.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.17.5/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"~/": "./src/", "$fresh/": "https://deno.land/x/fresh@1.0.2/", "d3": "https://esm.sh/d3@7.6.1", "deno:fs": "https://deno.land/std@0.152.0/fs/mod.ts", "mitata": "https://esm.sh/mitata@0.1.6", "mri": "https://esm.sh/mri@1.2.0", "bun:ffi": "./config/noop.js", "node:os": "https://deno.land/std@0.152.0/node/os.ts", "node:crypto": "https://deno.land/std@0.152.0/node/crypto.ts", "node:fs/promises": "https://deno.land/std@0.152.0/node/fs/promises.ts", "node:fs": "https://deno.land/std@0.152.0/node/fs.ts", "node:http": "https://deno.land/std@0.152.0/node/http.ts", "node:module": "https://deno.land/std@0.152.0/node/module.ts", "node:path": "https://deno.land/std@0.152.0/node/path.ts", "node:process": "https://deno.land/std@0.152.0/node/process.ts", "node:util": "https://deno.land/std@0.152.0/node/util.ts", "deno:flags": "https://deno.land/std@0.152.0/flags/mod.ts", "deno:log": "https://deno.land/std@0.152.0/log/mod.ts", "deno:path": "https://deno.land/std@0.152.0/path/mod.ts", "just-capitalize": "https://esm.sh/just-capitalize@3.1.1/", "globber": "https://deno.land/x/globber@0.1.0/mod.ts", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "preact": "https://esm.sh/preact@10.10.2#^", "preact/hooks": "https://esm.sh/preact@10.10.2/hooks#^", "preact/compat": "https://esm.sh/preact@10.10.2/compat#^", "process": "https://deno.land/std@0.152.0/node/process.ts", "retry": "https://esm.sh/p-retry@5.1.1", "http/server": "https://deno.land/std@0.152.0/http/server.ts", "free_port": "https://deno.land/x/free_port@v1.2.0/mod.ts", "ts-extras": "https://esm.sh/ts-extras@0.10.2", "twind": "https://esm.sh/twind@0.16.17#^", "victory-area": "https://esm.sh/victory-area@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-axis": "https://esm.sh/victory-axis@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-bar": "https://esm.sh/victory-bar@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-box-plot": "https://esm.sh/victory-box-plot@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-brush-container": "https://esm.sh/victory-brush-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-brush-line": "https://esm.sh/victory-brush-line@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-candlestick": "https://esm.sh/victory-candlestick@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-canvas": "https://esm.sh/victory-canvas@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-chart": "https://esm.sh/victory-chart@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-core": "https://esm.sh/victory-core@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-create-container": "https://esm.sh/victory-create-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-cursor-container": "https://esm.sh/victory-cursor-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-errorbar": "https://esm.sh/victory-errorbar@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-group": "https://esm.sh/victory-group@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-histogram": "https://esm.sh/victory-histogram@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-legend": "https://esm.sh/victory-legend@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-line": "https://esm.sh/victory-line@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-pie": "https://esm.sh/victory-pie@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-polar-axis": "https://esm.sh/victory-polar-axis@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-scatter": "https://esm.sh/victory-scatter@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-selection-container": "https://esm.sh/victory-selection-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-shared-events": "https://esm.sh/victory-shared-events@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-stack": "https://esm.sh/victory-stack@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-tooltip": "https://esm.sh/victory-tooltip@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-voronoi-container": "https://esm.sh/victory-voronoi-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-voronoi": "https://esm.sh/victory-voronoi@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory-zoom-container": "https://esm.sh/victory-zoom-container@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2", "victory": "https://esm.sh/victory@36.6.0?alias=react:preact/compat,react-dom=preact/compat&deps=preact@10.10.2"}} +{"imports": {"@/": "./src/", "fs": "https://deno.land/std@0.145.0/fs/mod.ts", "tryify": "https://deno.land/x/tryify@1.0.3/mod.ts", "esbuild": "https://deno.land/x/esbuild@v0.14.47/mod.js"}} +{"imports": {"mongo/": "https://deno.land/x/mongo@v0.31.2/", "djwt/": "https://deno.land/x/djwt@v2.9/", "oak/": "https://deno.land/x/oak@v12.5.0/", "denon/": "https://deno.land/x/denon@2.5.0/", "bcrypt/": "https://deno.land/x/bcrypt@v0.4.1/", "dotenv/": "https://deno.land/std@0.192.0/dotenv/", "log/": "https://deno.land/std@0.192.0/log/", "cors/": "https://deno.land/x/cors@v1.2.2/", "superoak/": "https://deno.land/x/superoak@4.7.0/", "testing/": "https://deno.land/std@0.192.0/testing/", "expect/": "https://deno.land/x/expect@v0.3.0/", "yup": "npm:yup@^1.2.0"}} +{"imports": {"deno_sdl2": "https://raw.githubusercontent.com/littledivy/deno_sdl2/main/mod.ts"}} +{"imports": {"acorn": "npm:acorn", "acorn-walk": "npm:acorn-walk"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$std/": "https://deno.land/std@0.187.0/", "tone": "https://cdn.skypack.dev/tone"}} +{"imports": {"grammy/": "https://deno.land/x/grammy@v1.16.1/", "grammy_parse_mode/": "https://deno.land/x/grammy_parse_mode@1.7.1/", "grammy_files/": "https://deno.land/x/grammy_files@v1.0.4/", "std/": "https://deno.land/std@0.189.0/", "envalid/": "https://deno.land/x/envalid@0.1.2/", "gtr/": "https://deno.land/x/gtr@v0.0.1/", "smartypants": "https://esm.sh/smartypants@0.2.2"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/", "/": "./", "./": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$twind/typography": "https://cdn.skypack.dev/@twind/typography", "$deps": "./deps.ts", "$storyblok": "https://deno.land/x/storyblok_deno_sdk/mod.ts", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.8.0/"}} +{"imports": {"std/": "https://deno.land/std@0.157.0/", "std": "https://deno.land/std@0.157.0", "graphql-tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "getDirectives": "https://deno.land/x/graphql_tools@0.0.2/utils/getDirectives.ts", "mapSchema": "https://deno.land/x/graphql_tools@0.0.2/utils/mapSchema.ts", "mapperKind": "https://deno.land/x/graphql_tools@0.0.2/utils/index.ts", "graphql-tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "graphql": "https://deno.land/x/graphql_deno@v15.0.0/mod.ts", "objectId": "https://deno.land/x/web_bson@v0.2.5/mod.ts", "opine": "https://deno.land/x/opine@2.3.3/mod.ts", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.7/mod.ts", "axios": "https://deno.land/x/axiod@0.26.2/mod.ts"}} +{"imports": {"deno/dotenv/": "https://deno.land/std@0.191.0/dotenv/", "deno/fs/": "https://deno.land/std@0.191.0/fs/", "deno/http/": "https://deno.land/std@0.191.0/http/", "deno/x/kv_oauth/": "https://deno.land/x/deno_kv_oauth@v0.2.2/", "app/": "./", "ixalan/": "./ixalan/", "ixalan/jsx-runtime": "./ixalan/jsx-runtime/runtime.ts"}} +{"imports": {"fmt/": "https://deno.land/std/fmt/", "postgres": "https://deno.land/x/postgres/mod.ts", "servest": "https://deno.land/x/servest/mod.ts"}} +{"imports": {"browser": "../../source/mod.ts", "browser/": "../../source/", "preact": "https://esm.sh/preact?dev", "preact/hooks": "https://esm.sh/preact/hooks?dev", "deno-dom": "https://deno.land/x/deno_dom@v0.1.32-alpha/deno-dom-wasm.ts", "std/asserts": "https://deno.land/std@0.138.0/testing/asserts.ts", "std/mock": "https://deno.land/std@0.138.0/testing/mock.ts", "@testing-library/preact": "https://esm.sh/@testing-library/preact/pure?dev"}} +{"imports": {"http/": "https://deno.land/std@0.51.0/http/", "http2/": "https://deno.land/std@0.50.0/http/", "http3/": "https://deno.land/std@0.52.0/http/", "soxa/": "https://deno.land/x/soxa@1.4/", "soxa2/": "https://deno.land/x/soxa@v0.4/", "deno-chunked/": "https://deno.land/x/deno-chunked/", "checksum": "https://deno.land/x/checksum@1.2.0", "curve": "https://deno.land/x/curve25519@v0.2.0", "moment/": "https://deno.land/x/moment/"}} +{"imports": {"commmon-tags": "https://esm.sh/common-tags@1.8.2", "gpt3-tokenizer": "https://esm.sh/gpt3-tokenizer@1.1.5", "openai": "https://esm.sh/openai@3.2.1", "preact": "https://esm.sh/preact@10.13.2", "preact/": "https://esm.sh/preact@10.13.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.3.0", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.21.0", "std/": "https://deno.land/std@0.184.0/", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "xhr": "https://deno.land/x/xhr@0.3.0/mod.ts", "github-slugger": "npm:github-slugger@2.0.0", "mdast-util-from-markdown": "npm:mdast-util-from-markdown@1.3.0", "mdast-util-mdx": "npm:mdast-util-mdx@2.0.1", "mdast-util-to-markdown": "npm:mdast-util-to-markdown@1.5.0", "mdast-util-to-string": "npm:mdast-util-to-string@3.2.0", "micromark-extension-mdxjs": "npm:micromark-extension-mdxjs@1.0.0", "unist-builder": "npm:unist-builder@3.0.1", "unist-util-filter": "npm:unist-util-filter@4.0.1", "types/mdast": "npm:@types/mdast@3.0.11", "types/estree": "npm:@types/estree@1.0.0"}} +{"imports": {"std/": "https://deno.land/std@0.168.0/", "nats": "https://deno.land/x/nats@v1.9.3/src/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/"}} +{"imports": {"server": "https://deno.land/std@0.126.0/http/server.ts", "nanossr": "https://crux.land/nanossr@0.0.1", "router": "https://crux.land/router@0.0.5"}} +{"imports": {"deepmerge-ts": "https://deno.land/x/deepmergets@v5.1.0/dist/deno/index.ts", "flags_usage": "https://deno.land/x/flags_usage@2.0.0/mod.ts", "yaml": "https://deno.land/std@0.196.0/yaml/mod.ts", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.155.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.19/", "aleph/runtime/core/route": "https://deno.land/x/aleph@1.0.0-beta.19/runtime/core/route.ts", "aleph/server/": "https://deno.land/x/aleph@1.0.0-beta.19/server/", "@julr/unocss-preset-flowbite": "https://esm.sh/v96/@julr/unocss-preset-flowbite@0.0.1", "@unocss/core": "https://esm.sh/v96/@unocss/core@0.45.26", "@unocss/preset-typography": "https://esm.sh/v96/@unocss/preset-typography@0.45.26", "@unocss/preset-uno": "https://esm.sh/v96/@unocss/preset-uno@0.45.26", "@unocss/preset-web-fonts": "https://esm.sh/v96/@unocss/preset-web-fonts@0.45.26", "@urql/core": "https://esm.sh/v96/@urql/core@3.0.3", "@babel": "https://esm.sh/@babel/standalone@7.19.2", "babel-preset-solid": "https://esm.sh/v96/babel-preset-solid@1.5.7", "solid-js": "https://esm.sh/solid-js@1.5.7", "solid-js/web": "https://esm.sh/solid-js@1.5.7/web", "solid-refresh": "https://esm.sh/solid-refresh@0.4.1", "solid-refresh/babel": "https://esm.sh/solid-refresh@0.4.1/babel", "solid-js/jsx-runtime": "https://esm.sh/v96/solid-js/jsx-runtime"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"components/": "./components/", "std/": "https://deno.land/std@0.155.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.18/", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/mod.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/client.ts", "aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/server.ts", "aleph/react/mdx-loader": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/mdx-loader.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.45.14", "remark-frontmatter": "https://esm.sh/remark-frontmatter@4.0.1", "rehype-highlight": "https://esm.sh/rehype-highlight@5.0.2"}, "scopes": {}} +{"imports": {"dotenv": "https://deno.land/std@0.154.0/dotenv/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts", "server": "https://deno.land/std@0.154.0/http/server.ts", "grammy/": "https://deno.land/x/grammy@v1.12.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "headlessui": "https://esm.sh/@headlessui/react?alias=react:preact/compat&external=preact/compat", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "heroicons": "https://esm.sh/@heroicons/react/20/solid?alias=react:preact/compat&external=preact/compat"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/"}} +{"imports": {"react-router-dom": "https://cdn.skypack.dev/react-router-dom@5.2.0?dts", "react-dom": "https://cdn.skypack.dev/react-dom@v16.13.1?dts", "react": "https://cdn.skypack.dev/react@16.13.1?dts"}} +{"imports": {"@/": "./", "@components/": "./components/", "@islands/": "./islands/", "@api/": "./routes/api/", "@util/": "./util/", "config": "./util/config.ts", "types": "./util/types.ts", "meta": "./util/meta.ts", "$std/": "https://deno.land/std@0.157.0/", "dotenv": "https://deno.land/std@0.157.0/dotenv/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts", "$fresh/": "https://deno.land/x/fresh@1.1.1/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "jsonfile": "https://deno.land/x/jsonfile@1.0.0/mod.ts"}, "scopes": {}} +{"imports": {"@/": "./", "$media_types": "https://deno.land/std@0.162.0/media_types/mod.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts", "$postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "imagekitio-react": "https://esm.sh/imagekitio-react@2.0.0?alias=react:preact/compat", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "swr": "https://esm.sh/*swr@1.3.0?alias=react:preact/compat?alias=react:preact/compat", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals-core": "https://esm.sh/v99/@preact/signals-core@1.2.2", "@preact/signals": "https://esm.sh/v99/*@preact/signals@1.1.2", "@supabase/supabase-js": "https://esm.sh/v99/@supabase/supabase-js@2.1.0", "iso3166-2-db": "https://raw.githubusercontent.com/esosedi/3166/master/i18n/dispute/UN/en.json", "preact-router": "https://esm.sh/v99/*preact-router@4.1.0", "preact-router/": "https://esm.sh/v99/*preact-router@4.1.0/", "preact": "https://esm.sh/v99/preact@10.11.3", "preact/": "https://esm.sh/v99/preact@10.11.3/", "freshlate": "https://deno.land/x/freshlate@0.4.0/mod.ts"}, "scopes": {}} +{"imports": {}, "scopes": {}} +{"imports": {"@std/": "https://deno.land/std@0.157.0/", "@lib.md/": "https://deno.land/x/libmd@v1.9.5/", "@prism.js/": "https://cdn.jsdelivr.net/npm/prismjs@1.27/", "@katex/": "https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/", "@oak/": "https://deno.land/x/oak@v11.1.0/", "@lambdawebserver/": "https://deno.land/x/lambdawebserver@v1.1.2/"}} +{"imports": {"tldts": "https://unpkg.com/tldts@6.0.5/dist/index.esm.min.js", "punycode": "https://deno.land/x/punycode@v2.1.1/punycode.js", "jose": "https://deno.land/x/jose@v4.14.4/index.ts?module", "asn1js": "https://unpkg.com/asn1js@3.0.5?module", "cbor-x": "https://deno.land/x/cbor@v1.5.2/index.js?module", "std/": "https://deno.land/std@0.136.0/", "pkijs": "https://unpkg.com/pkijs@3.0.15?module", "@hexagon/base64": "https://deno.land/x/b64@1.1.26/dist/base64.min.mjs", "test_suite": "https://deno.land/x/test_suite@0.16.1/mod.ts", "chai": "./test/helpers/chai-deno-shim.js", "chai-as-promised": "./test/helpers/chai-deno-shim.js", "@peculiar/webcrypto": "./test/helpers/not-used-by-deno.js", "crypto": "./test/helpers/not-used-by-deno.js"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "$fresh_mtos/": "../", "$std/": "https://deno.land/std@0.145.0/", "$gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.10.0/"}} +{"imports": {"@stablelib/base64": "https://esm.sh/v94/@stablelib/base64@1.0.1", "@stablelib/binary": "https://esm.sh/v94/*@stablelib/binary@1.0.1", "@stablelib/ed25519": "https://esm.sh/v94/*@stablelib/ed25519@1.0.3", "@stablelib/hash": "https://esm.sh/v94/@stablelib/hash@1.0.1", "@stablelib/hex": "https://esm.sh/v94/@stablelib/hex@1.0.1", "@stablelib/int": "https://esm.sh/v94/@stablelib/int@1.0.1", "@stablelib/random": "https://esm.sh/v94/*@stablelib/random@1.0.2", "@stablelib/sha256": "https://esm.sh/v94/*@stablelib/sha256@1.0.1", "@stablelib/sha512": "https://esm.sh/v94/*@stablelib/sha512@1.0.1", "@stablelib/utf8": "https://esm.sh/v94/@stablelib/utf8@1.0.1", "@stablelib/wipe": "https://esm.sh/v94/@stablelib/wipe@1.0.1", "@truestamp/canonify": "https://esm.sh/v94/@truestamp/canonify@2.1.0", "@truestamp/client": "https://esm.sh/v94/*@truestamp/client@2.1.0", "@truestamp/verify": "https://esm.sh/v94/*@truestamp/verify@2.1.0", "iso-3166-ts": "https://esm.sh/v94/iso-3166-ts@2.2.0", "luxon": "https://esm.sh/v94/luxon@3.1.1", "zod": "https://esm.sh/v94/zod@3.20.2", "zod-validation-error": "https://esm.sh/v94/*zod-validation-error@0.2.2", "zod/": "https://esm.sh/v94/zod@3.20.2/"}, "scopes": {"@truestamp/client": {"dotenv-mono": "https://esm.sh/v94/dotenv-mono@1.3.9"}, "@truestamp/verify": {"dotenv-mono": "https://esm.sh/v94/dotenv-mono@1.3.9"}, "iso-3166-ts": {}, "zod": {}, "zod-validation-error": {"@swc/helpers": "https://esm.sh/v94/@swc/helpers@0.4.14"}, "zod/": {}}} +{"imports": {"https://deno.land/x/ts_morph@18.0.0/": "https://deno.land/x/ts_morph@19.0.0/"}} +{"imports": {"std/": "https://deno.land/std@0.188.0/", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "dayjs": "https://esm.sh/dayjs@1.11.7", "gtfs-realtime-bindings": "https://esm.sh/gtfs-realtime-bindings@1.1.1"}} +{"imports": {"deco-sites/riquezzz/": "./", "deco-sites/fashion/": "./", "$store/": "./", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.21.6/", "$live/": "https://denopkg.com/deco-cx/live@1.33.3/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.6/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "std/": "https://deno.land/std@0.190.0/", "partytown/": "https://denopkg.com/deco-cx/partytown@0.4.3/", "daisyui": "npm:daisyui@3.5.0"}} +{"imports": {"ldkit": "../mod.ts", "ldkit/namespaces": "../namespaces.ts", "ldkit/sparql": "../sparql.ts", "ldkit/rdf": "../rdf.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "@emotion/styled": "https://esm.sh/@emotion/styled", "@emotion/react": "https://esm.sh/@emotion/react", "n3": "https://esm.sh/n3", "$/": "./library/", "https://esm.sh/v94/web-streams-ponyfill@1.4.2/deno/web-streams-ponyfill.js": "https://esm.sh/v77/web-streams-ponyfill@1.4.2/deno/web-streams-ponyfill.js", "xxhttps://esm.sh/v92/@types/rdf-js@4.0.2/rdf-js": "https://esm.sh/v92/rdf-js@4.0.2"}} +{"imports": {"jsdom": "https://esm.sh/jsdom"}} +{"imports": {"jsdom": "https://esm.sh/jsdom"}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.13.1/"}} +{"imports": {"template/": "./src/", "sift/": "https://deno.land/x/sift@0.4.2/", "discordeno/": "https://deno.land/x/discordeno@16.0.0/", "encoding/": "https://deno.land/std@0.156.0/encoding/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.2.0/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.0.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.0.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.0.1/"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/", "dotenv/": "https://deno.land/x/dotenv/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"std/": "https://deno.land/std@0.168.0/", "nats": "https://deno.land/x/nats@v1.9.3/src/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/"}} +{"imports": {"server": "https://deno.land/std@0.126.0/http/server.ts", "nanossr": "https://crux.land/nanossr@0.0.1", "router": "https://crux.land/router@0.0.5"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"dotenv": "https://deno.land/std@0.154.0/dotenv/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts", "server": "https://deno.land/std@0.154.0/http/server.ts", "grammy/": "https://deno.land/x/grammy@v1.12.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.14.2/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.10.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.10.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"@/": "./", "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/1.1.1/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twas": "https://esm.sh/twas@2.1.2", "$std/": "https://deno.land/std@0.144.0/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.3", "emojify": "https://esm.sh/@twuni/emojify@1.0.2", "$postgres": "https://deno.land/x/postgresjs@v3.3.2/mod.js"}} +{"imports": {"node:process": "https://deno.land/std@0.105.0/node/process.ts", "node:path": "https://deno.land/std@0.105.0/node/path.ts", "node:fs": "https://deno.land/std@0.105.0/node/fs.ts", "ora": "https://deno.land/x/kia@v0.1.0/mod.ts", "meow": "https://esm.sh/meow", "@octokit/core": "https://cdn.skypack.dev/@octokit/core", "@octokit/plugin-paginate-rest": "https://cdn.skypack.dev/@octokit/plugin-paginate-rest", "@octokit/plugin-rest-endpoint-methods": "https://cdn.skypack.dev/@octokit/plugin-rest-endpoint-methods"}, "scopes": {"https://cdn.esm.sh/v45/yargs-parser@20.2.9/deno/yargs-parser.js": {"/v45/path-browserify@1.0.1/deno/path-browserify.js": "https://deno.land/std@0.105.0/node/path.ts"}}} +{"imports": {"std/": "https://deno.land/std@0.192.0/", "cliffy/": "https://deno.land/x/cliffy@v0.25.7/", "dejs/": "https://deno.land/x/dejs@0.10.3/", "shell_escape/": "https://deno.land/x/shell_escape@1.0.0/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "superoak": "https://deno.land/x/superoak@4.7.0/mod.ts"}, "scopes": {}} +{"imports": {"!event-base/message": "./packages/event-base/message@node.ts", "!exception-logger/typeColor": "./packages/exception-logger/typeColor@node.ts", "!logger/debug-creator": "./packages/logger/debug-creator@node.ts", "!encoding-utf8/text": "./packages/encoding-utf8/text@node.ts", "!platform/diff": "./packages/platform/diff@node.ts", "!util/performance": "./packages/util/performance@node.ts"}} +{"imports": {"colors": "https://deno.land/std@0.125.0/fmt/colors.ts"}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.1.2/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"std/": "https://deno.land/std@v0.59.0/", "seran/": "./server/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"everything": "./src/everything.ts", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "@preact/signals-core": "https://esm.sh/v111/@preact/signals-core@1.2.3", "@preact/signals": "https://esm.sh/v111/*@preact/signals@1.1.3", "preact-render-to-string": "https://esm.sh/v111/*preact-render-to-string@5.2.6", "preact": "https://esm.sh/v111/preact@10.13.0", "preact/": "https://esm.sh/v111/preact@10.13.0/", "@jest/globals": "npm:@jest/globals@29.4.3"}, "scopes": {"https://esm.sh/v111/": {"pretty-format": "https://esm.sh/v111/pretty-format@3.8.0"}}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.7.2/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@0.0.5/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "pg/": "https://deno.land/x/postgres@v0.16.1/", "bcrypt/": "https://deno.land/x/bcrypt@v0.4.0/", "cookie/": "https://deno.land/std@0.155.0/http/", "djwt/": "https://deno.land/x/djwt@v2.7/", "denogres/": "https://deno.land/x/denogresdev@v1.0.14/", "denogres-functions/": "https://deno.land/x/denogresdev@v1.0.14/src/functions/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.15.0/"}} +{"imports": {"oak/": "https://deno.land/x/oak@v10.4.0/", "oak_cors/": "https://deno.land/x/oak_cors@v0.1.0/", "testing/": "https://deno.land/std@0.133.0/testing/", "@babel/": "https://dev.jspm.io/@babel/", "swc/": "https://x.nest.land/swc/", "emit/": "https://deno.land/x/emit@0.9.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.157.0/"}} +{"imports": {"react": "https://esm.sh/react@17", "react-dom": "https://esm.sh/react-dom@17", "react-dom/": "https://esm.sh/react-dom@17/", "oak": "https://deno.land/x/oak/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.170.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.174.0/", "axiod": "https://deno.land/x/axiod/mod.ts", "supabase": "https://esm.sh/@supabase/supabase-js@2.7.0", "import": "https://deno.land/x/import@v0.1.6/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.0.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.3.0", "$std/": "https://deno.land/std@0.190.0/"}} +{"imports": {"fmt/": "https://deno.land/std@0.154.0/fmt/"}} +{"imports": {"std/": "https://deno.land/std@0.180.0/", "inspect/": "../inspect/", "assemble/": "https://deno.land/x/cargo_assemble@0.0.3/"}} +{"imports": {"std/fs": "https://deno.land/std@0.170.0/fs/mod.ts", "std/fs/ensure_file": "https://deno.land/std@0.170.0/fs/ensure_file.ts", "std/fs/ensure_dir": "https://deno.land/std@0.170.0/fs/ensure_dir.ts", "std/path": "https://deno.land/std@0.170.0/path/mod.ts", "std/async": "https://deno.land/std@0.170.0/async/mod.ts", "std/archive/tar": "https://deno.land/std@0.170.0/archive/tar.ts", "std/archive/untar": "https://deno.land/std@0.170.0/archive/untar.ts", "std/streams/conversion": "https://deno.land/std@0.170.0/streams/conversion.ts", "std/collections/groupBy": "https://deno.land/std@0.170.0/collections/group_by.ts", "std/collections/distinct": "https://deno.land/std@0.170.0/collections/distinct.ts", "std/fmt/colors": "https://deno.land/std@0.170.0/fmt/colors.ts", "std/encoding/yaml": "https://deno.land/std@0.170.0/encoding/yaml.ts", "std/testing/assert": "https://deno.land/std@0.170.0/testing/asserts.ts", "std/testing/mock": "https://deno.land/std@0.170.0/testing/mock.ts", "x/json_tree": "https://deno.land/x/json_tree@latest/mod.ts", "x/compress": "https://deno.land/x/compress@v0.4.5/mod.ts", "x/cliffy/command": "https://deno.land/x/cliffy@v0.25.7/command/mod.ts", "x/cliffy/prompt": "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts", "x/cliffy/table": "https://deno.land/x/cliffy@v0.25.7/table/mod.ts", "x/cliffy/upgrade": "https://deno.land/x/cliffy@v0.25.7/command/upgrade/mod.ts", "x/deno_moment": "https://deno.land/x/deno_moment@v1.1.2/mod.ts", "x/csv": "https://deno.land/x/csv@v0.5.1/mod.ts", "x/opener": "https://deno.land/x/opener@v1.0.1/mod.ts", "x/clone": "https://deno.land/x/object_clone@1.1.0/mod.ts", "/": "./", "./": "./"}} +{"imports": {"oak": "https://deno.land/x/oak@v12.4.0/mod.ts", "eta": "https://deno.land/x/eta@v2.1.1/mod.ts", "playlist-parser": "https://dev.jspm.io/playlist-parser"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"src/": "./src/", "@/": "./", "runner/": "./runner/", "utils/": "./utils/", "core/": "./core/", "exec/": "./core/exec/"}} +{"imports": {"/": "./src/", "./": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "dotenv": "https://esm.sh/dotenv@16.0.1", "dotenv/": "https://esm.sh/dotenv@16.0.1/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"@deps": "./deps.ts", "@types": "./types/mod.ts", "@utils": "./utils/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.161.0/", "graphql": "https://cdn.skypack.dev/graphql?dts", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "nats": "https://deno.land/x/nats@v1.9.0/src/mod.ts"}} +{"imports": {"danet/": "https://deno.land/x/danet@1.7.1/", "dotenv/": "https://deno.land/x/dotenv/", "mongo/": "https://deno.land/x/mongo@v0.31.1/", "postgres/": "https://deno.land/x/postgres@v0.17.0/", "danet_swagger/": "https://deno.land/x/danet_swagger@1.6.1/", "mrmime/": "https://deno.land/x/mrmime@v1.0.1/"}} +{"imports": {"node:fs": "https://deno.land/std@0.173.0/node/fs.ts"}} +{"imports": {"std/": "https://deno.land/std@0.149.0/", "@unocss/": "https://deno.land/x/aleph@1.0.0-alpha.90/lib/@unocss/", "aleph/": "https://deno.land/x/aleph@1.0.0-alpha.90/", "aleph/server": "https://deno.land/x/aleph@1.0.0-alpha.90/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-alpha.90/server/dev.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-alpha.90/runtime/react/mod.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-alpha.90/runtime/react/client.ts", "aleph/react-ssr": "https://deno.land/x/aleph@1.0.0-alpha.90/runtime/react/ssr.ts", "aleph/vue": "https://deno.land/x/aleph@1.0.0-alpha.90/runtime/vue/mod.ts", "aleph/vue-ssr": "https://deno.land/x/aleph@1.0.0-alpha.90/runtime/vue/ssr.ts", "aleph/vue-loader": "https://deno.land/x/aleph@1.0.0-alpha.90/loaders/vue.ts", "aleph/solid-loader": "https://deno.land/x/aleph@1.0.0-alpha.90/loaders/solid.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/"}} +{"imports": {"collections/": "https://deno.land/std@0.166.0/collections/", "streams": "https://deno.land/std@0.166.0/streams/mod.ts", "@js-joda/core": "npm:@js-joda/core@5.4.2", "@js-joda/timezone": "npm:@js-joda/timezone@2.15.0", "mnemonist": "npm:mnemonist@0.39.5", "imagescript": "https://deno.land/x/imagescript@1.2.15/mod.ts"}} +{"imports": {"std/server": "https://deno.land/std@0.179.0/http/server.ts", "openai": "https://esm.sh/openai@3.2.1?target=deno", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1"}, "scopes": {}} +{"imports": {"~/": "./", "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.30/", "framework": "https://deno.land/x/aleph@v0.3.0-alpha.30/framework/core/mod.ts", "framework/react": "https://deno.land/x/aleph@v0.3.0-alpha.30/framework/react/mod.ts", "react": "https://esm.sh/react@17.0.2", "react-dom": "https://esm.sh/react-dom@17.0.2", "highlight": "https://esm.sh/highlight.js@10.7.1/lib/core", "highlight-languages/": "https://esm.sh/highlight.js@10.7.1/lib/languages/", "marked": "https://esm.sh/marked@2.0.1", "@pixi/filter-glitch": "https://esm.sh/@pixi/filter-glitch@4.0.0", "@pixi/filter-zoom-blur": "https://esm.sh/@pixi/filter-zoom-blur@4.0.0", "pixi": "https://esm.sh/pixi.js-legacy@6.0.2"}, "scopes": {}} +{"imports": {"graphql": "npm:graphql@16.6.0", "graphql-yoga": "https://cdn.skypack.dev/graphql-yoga@3.1.0?dts"}} +{"imports": {"~/": "./", "aleph": "https://deno.land/x/aleph@v0.3.0-alpha.18/mod.ts", "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.18/", "react": "https://esm.sh/react@17.0.1", "react-dom": "https://esm.sh/react-dom@17.0.1"}, "scopes": {}} +{"imports": {"oak": "https://deno.land/x/oak@v6.5.0/mod.ts", "dex": "https://raw.githubusercontent.com/denjucks/dex/master/mod.ts", "pg/": "https://deno.land/x/postgres@v0.7.0/", "preact": "https://unpkg.com/preact@10.5.12?module", "preact-render-to-string": "https://unpkg.com/preact-render-to-string@5.1.12?module"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "path": "https://deno.land/std@0.147.0/path/mod.ts", "gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "frontmatter": "https://deno.land/x/frontmatter@v0.1.5/mod.ts"}} +{"imports": {"~/": "./", "./": "./", "std/": "https://deno.land/std@0.145.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$std/": "https://deno.land/std@0.145.0/", "$gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"std/datetime": "https://deno.land/std@0.95.0/datetime/mod.ts", "std/fmt/colors": "https://deno.land/std@0.95.0/fmt/colors.ts", "std/uuid": "https://deno.land/std@0.95.0/uuid/mod.ts", "oak": "https://deno.land/x/oak@v7.3.0/mod.ts"}, "scopes": {}} +{"imports": {"@/": "./", "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/1.1.1/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twas": "https://esm.sh/twas@2.1.2", "$std/": "https://deno.land/std@0.144.0/", "supabase": "https://esm.sh/v104/@supabase/supabase-js@2.1.3", "supabase-client": "https://esm.sh/v104/@supabase/supabase-js@2.1.3?target=es2019", "emojify": "https://esm.sh/@twuni/emojify@1.0.2", "$postgres": "https://deno.land/x/postgresjs@v3.3.2/mod.js", "openai": "https://deno.land/x/openai@1.3.1/mod.ts", "seo": "https://deno.land/x/fresh_seo/mod.ts"}} +{"imports": {"troll": "./troll/src/main.js", "troll/": "./troll/src/"}} +{"imports": {"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/b12867a5823a338b318b14f1b6e399e61064dce9/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.0", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"seeded-numbers": "https://deno.land/x/seeded_numbers@1.0.3/mod.ts"}} +{"imports": {"~/": "./", "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.22/", "framework": "https://deno.land/x/aleph@v0.3.0-alpha.22/framework/core/mod.ts", "framework:react": "https://deno.land/x/aleph@v0.3.0-alpha.22/framework/react/mod.ts", "react": "https://esm.sh/react@17.0.1", "react-dom": "https://esm.sh/react-dom@17.0.1"}, "scopes": {}} +{"imports": {"grammy": "https://deno.land/x/grammy/mod.ts", "denobot": "https://deno.land/x/denobot/mod.ts", "colors": "https://deno.land/std/fmt/colors.ts"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"std/http/": "https://deno.land/std@0.192.0/http/", "std/jsonc/": "https://deno.land/std@0.192.0/jsonc/", "masto": "https://esm.sh/masto@5.11.3?bundle", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts", "openai": "https://deno.land/x/openai@1.3.0/mod.ts", "string-strip-html": "https://esm.sh/string-strip-html@13.4.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "ethers": "https://cdn.ethers.io/lib/ethers-5.7.1.esm.min.js", "ethers/": "https://cdn.ethers.io/lib/ethers-5.7.1.esm.min.js/"}} +{"imports": {"/": "./", "./": "./", "std/": "https://deno.land/std@0.155.0/", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts", "bcrypt": "https://deno.land/x/bcrypt@v0.4.0/mod.ts", "djwt": "https://deno.land/x/djwt@v2.7/mod.ts", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts"}} +{"scopes": {".": {"deno_doc": "https://deno.land/x/deno_doc@v0.29.0/mod.ts", "deno_doc/": "https://deno.land/x/deno_doc@v0.29.0/", "oak": "https://deno.land/x/oak@v10.2.0/mod.ts", "oak/": "https://deno.land/x/oak@v10.2.0/", "@jspm/import-map": "https://esm.sh/@jspm/import-map@0.3.3", "std/": "https://deno.land/std@0.125.0/", "quick-lru": "https://esm.sh/quick-lru@6.0.2"}}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact/compat": "https://esm.sh/preact@10.8.2/compat", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twind/css": "https://esm.sh/twind@0.16.17/css", "nickcv": "https://deno.land/x/nickcv@1.1.5/mod.ts"}} +{"imports": {"https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/timers.ts", "https://dev.jspm.io/inherits@2.0": "https://ga.jspm.io/npm:inherits@2.0.4/inherits.js"}, "scopes": {"https://ga.jspm.io/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/util.ts"}}} +{"imports": {"~http/": "https://deno.land/std@0.168.0/http/"}} +{"imports": {"bitecs": "./public/index.mjs"}} +{"imports": {"std/path": "https://deno.land/std@0.193.0/path/mod.ts", "prettier": "npm:prettier"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.11.1/"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/", "handlebars": "https://esm.sh/handlebars", "yaml": "https://deno.land/std/encoding/yaml.ts"}} +{"imports": {"$std/": "https://deno.land/std@0.156.0/"}} +{"imports": {"\ud83d\udee0\ufe0f/": "./utils/", "\ud83c\udfdd\ufe0f/": "./islands/", "\ud83e\uddf1/": "./components/", "$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.175.0/", "kv_oauth": "https://deno.land/x/deno_kv_oauth@v0.1.6-beta/mod.ts"}} +{"imports": {"@/": "./mod/", "$/": "./lib/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.160.0/", "@/": "./", "./": "./", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts", "feed": "https://esm.sh/feed@4.2.2"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$std/": "https://deno.land/std@0.187.0/", "lz-string": "https://esm.sh/lz-string@1.5.0", "fresh-session": "https://deno.land/x/fresh_session@0.2.1/mod.ts"}} +{"imports": {"aleph": "https://deno.land/x/aleph/mod.ts", "react": "https://esm.sh/react"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.2", "preact/": "https://esm.sh/preact@10.11.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"std/": "https://deno.land/std@0.147.0/"}} +{"imports": {"std/server": "https://deno.land/std@0.179.0/http/server.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.11.0", "uuid": "https://esm.sh/uuid@9.0.0?target=deno&no-check", "@upstash/ratelimit": "https://cdn.skypack.dev/@upstash/ratelimit@latest", "@upstash/redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "langchain/": "https://esm.sh/langchain@0.0.75/", "gpt-tokenizer": "https://esm.sh/gpt-tokenizer@2.0.0/"}} +{"imports": {"@std/io/": "https://deno.land/std@0.170.0/io/", "@std/node/": "https://deno.land/std@0.170.0/node/", "@std/testing/": "https://deno.land/std@0.170.0/testing/", "binary-parser": "npm:binary-parser@2.2.1", "cliffy/command/": "https://deno.land/x/cliffy@v0.25.6/command/", "sorted-btree": "npm:sorted-btree@1.8.1", "zod/": "https://deno.land/x/zod@v3.20.2/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "$std/": "https://deno.land/std@0.144.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3"}} +{"imports": {"tappin/": "https://deno.land/x/tappin/", "std/": "https://deno.land/std@0.150.0/", "https://deno.land/std@0.63.0/log/mod.ts": "https://deno.land/std@0.150.0/log/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "form_data_to_object": "https://deno.land/x/form_data_to_object@0.1.0/mod.ts", "react-if": "https://esm.sh/react-if@4.1.4?alias=react:preact/compat&deps=react", "react-control-flow-components": "https://esm.sh/react-control-flow-components@1.1.1?alias=react:preact/compat&deps=react"}} +{"imports": {"testing/": "https://deno.land/std@0.178.0/testing/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.37/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"path": "https://deno.land/std@0.122.0/path/mod.ts", "io": "https://deno.land/std@0.122.0/io/buffer.ts", "oak": "https://deno.land/x/oak@v10.1.0/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.1.0/mod.ts", "djwt": "https://deno.land/x/djwt@v2.4/mod.ts", "log": "https://deno.land/std@0.122.0/log/mod.ts", "lodash": "https://deno.land/x/lodash@4.17.15-es/lodash.js", "mongodb": "https://deno.land/x/mongo@v0.29.0/mod.ts", "CORS": "https://deno.land/x/cors@v1.2.2/mod.ts", "bcrypt": "https://deno.land/x/bcrypt@v0.2.4/mod.ts", "validasaur": "https://deno.land/x/validasaur@v0.15.0/mod.ts", "password_checker": "https://deno.land/x/password_checker@v1.0.0/mod.ts", "uuid": "https://deno.land/std@0.119.0/uuid/mod.ts", "redis": "https://deno.land/x/redis@v0.25.1/mod.ts", "superoak": "https://deno.land/x/superoak@4.6.0/mod.ts", "asserts": "https://deno.land/std@0.120.0/testing/asserts.ts", "expect": "https://deno.land/x/expect@v0.2.9/mod.ts", "smtp": "https://raw.githubusercontent.com/kjpou1/deno-smtp/main/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "zod": "https://deno.land/x/zod@v3.16.1/mod.ts"}} +{"imports": {"chalkin": "https://deno.land/x/chalkin@v0.1.3/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.1.0/mod.ts", "dijkstra": "https://deno.land/x/dijkstra@v1.0.1/mod.ts"}} +{"imports": {"$dep/": "./dep/", "$dep/frugal/": "../", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "@preact/signals": "https://esm.sh/@preact/signals@1.1.5?deps=preact@10.13.1", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.6?deps=preact@10.13.1"}} +{"imports": {"openai": "https://deno.land/x/openai@1.3.3/mod.ts", "grammy": "https://deno.land/x/grammy@v1.16.0/mod.ts", "std/server": "https://deno.land/std@0.186.0/http/server.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "std/": "https://deno.land/std@0.182.0/", "planetscale": "https://esm.sh/@planetscale/database@1.10.0", "util/": "https://pax.deno.dev/windchime-yk/deno-util@v1.4.0/", "icons/": "https://deno.land/x/tabler_icons_tsx@0.0.3/tsx/", "$hono/": "https://deno.land/x/hono@v3.3.4/", "drizzle-orm": "https://esm.sh/drizzle-orm@0.27.2", "drizzle-orm/planetscale-serverless": "https://esm.sh/drizzle-orm@0.27.2/planetscale-serverless", "drizzle-orm/mysql-core": "https://esm.sh/drizzle-orm@0.27.2/mysql-core", "drizzle-zod": "https://esm.sh/drizzle-zod@0.4.4"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "fs/": "https://deno.land/std@0.153.0/fs/", "path/": "https://deno.land/std@0.153.0/path/", "io/": "https://deno.land/std@0.153.0/io/", "dotenv/": "https://deno.land/x/dotenv@v3.2.0/", "case/": "https://deno.land/x/case@2.1.1/", "imagescript/": "https://deno.land/x/imagescript@1.2.9/", "zipjs/": "https://deno.land/x/zipjs@v2.6.19/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "$header/": "./components/header/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/v124/*preact-render-to-string@5.2.6/", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/v124/twind@0.16.19", "twind/": "https://esm.sh/v124/twind@0.16.19/"}} +{"imports": {"denomailer": "https://deno.land/x/denomailer@0.12.0/mod.ts", "nacl": "https://cdn.skypack.dev/tweetnacl@v1.0.3?dts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "og_edge": "https://deno.land/x/og_edge@0.0.4/mod.ts", "openai": "https://esm.sh/openai@3.1.0", "grammy": "https://deno.land/x/grammy@v1.8.3/mod.ts", "react": "https://esm.sh/react@18.2.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "React": "https://esm.sh/react@18.2.0?deno-std=0.177.0", "upstash_redis": "https://deno.land/x/upstash_redis@v1.19.3/mod.ts", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "kysely": "https://esm.sh/kysely@0.23.4"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "pg/": "https://deno.land/x/postgres@v0.17.0/", "std/": "https://deno.land/std@0.170.0/"}} +{"imports": {"@components/": "./components/", "@islands/": "./islands/", "@shared/": "./shared/", "$fresh/": "https://deno.land/x/fresh@1.4.2/", "preact": "https://esm.sh/preact@10.17.0", "preact/": "https://esm.sh/preact@10.17.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.2.1", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.4.0", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/"}} +{"imports": {"std/server": "https://deno.land/std@0.168.0/http/server.ts", "@metaplex-foundation/js": "https://esm.sh/@metaplex-foundation/js@0.19.3", "@solana/web3.js": "https://esm.sh/@solana/web3.js@1.48.0", "@solana/spl-token": "https://esm.sh/@solana/spl-token@0.3.8", "bs58": "https://esm.sh/bs58@5.0.0", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "postgres": "https://deno.land/x/postgres@v0.14.2/mod.ts"}} +{"imports": {"slate": "https://esm.sh/slate@0.94.0", "@juggle/resize-observer": "https://esm.sh/@juggle/resize-observer@3.4.0", "direction": "https://esm.sh/direction@1.0.3", "is-hotkey": "https://esm.sh/is-hotkey@0.1.6", "is-plain-object": "https://esm.sh/is-plain-object@5.0.0", "scroll-into-view-if-needed": "https://esm.sh/scroll-into-view-if-needed@2.2.20", "tiny-invariant": "https://esm.sh/tiny-invariant@1.0.6", "lodash/": "https://esm.sh/lodash@4.17.4/", "react": "https://esm.sh/preact@10.13.1/compat", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.0.1/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.0.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "oak": "https://deno.land/x/oak/mod.ts", "~/": "./", "std/": "https://deno.land/std@0.145.0/", "@unocss/": "https://deno.land/x/aleph@1.0.0-alpha.88/lib/@unocss/", "aleph/": "https://deno.land/x/aleph@1.0.0-alpha.88/", "aleph/server": "https://deno.land/x/aleph@1.0.0-alpha.88/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-alpha.88/server/dev.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-alpha.88/framework/react/mod.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-alpha.88/framework/react/client.ts", "aleph/react-ssr": "https://deno.land/x/aleph@1.0.0-alpha.88/framework/react/ssr.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "postgres": "https://deno.land/x/postgres@v0.16.1/mod.ts"}} +{"imports": {"lodash": "https://esm.sh/lodash@4.17.21"}} +{"imports": {"aws-cdk-lib": "npm:/aws-cdk-lib@2.59.0", "aws-cdk-lib/": "npm:/aws-cdk-lib@2.59.0/"}} +{"imports": {"deno/": "https://deno.land/std@0.166.0/", "cliffy/": "https://deno.land/x/cliffy@v0.25.4/"}} +{"imports": {"std/": "https://deno.land/std@0.151.0/", "p_queue/": "https://deno.land/x/p_queue@1.0.1/"}} +{"imports": {"deno_blog/": "https://deno.land/x/blog/", "Unocss": "https://deno.land/x/htm@0.1.4/plugins.ts", "prismjs/": "https://esm.sh/prismjs@1.29.0/"}} +{"imports": {"amqp": "https://deno.land/x/amqp@v0.17.0/mod.ts", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts", "mongo": "https://deno.land/x/mongo@v0.29.1/mod.ts", "nanoid": "https://cdn.skypack.dev/nanoid@3.3.1?dts", "oak": "https://deno.land/x/oak/mod.ts", "std/fmt/colors": "https://deno.land/std@0.118.0/fmt/colors.ts", "std/path": "https://deno.land/std@0.120.0/path/mod.ts", "std/testing/asserts": "https://deno.land/std@0.120.0/testing/asserts.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "postgres": "https://deno.land/x/postgres@v0.17.0/mod.ts", "environment": "https://deno.land/x/dotenv/load.ts", "validator": "https://deno.land/x/validasaur/mod.ts", "axiod": "https://deno.land/x/axiod/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts", "std/": "https://deno.land/std@0.160.0/", "base64": "https://deno.land/std@0.191.0/encoding/base64.ts", "djwt": "https://deno.land/x/djwt/mod.ts"}} +{"imports": {"cliffy/": "https://deno.land/x/cliffy@v0.24.2/", "cli_spinners/": "https://deno.land/x/cli_spinners@v0.0.2/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "@shopify/hydrogen-ui-alpha": "https://unpkg.com/@shopify/hydrogen-ui-alpha@2022.7.4/dist/dev/index.js", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "preact/jsx-runtime": "https://cdn.skypack.dev/preact/jsx-runtime?dts", "preact/jsx-dev-runtime": "https://cdn.skypack.dev/preact/jsx-dev-runtime?dts", "react": "https://esm.sh/preact@10.10.6/compat", "react/": "https://esm.sh/preact@10.10.0/"}} +{"imports": {"@fluid-experimental/fluid-static": "https://ga.jspm.io/npm:@fluid-experimental/fluid-static@0.36.0/lib/index.js", "@fluidframework/aqueduct": "https://cdn.skypack.dev/@fluidframework/aqueduct@0.35.6/lib/index.js"}, "scopes": {"https://ga.jspm.io/": {"@fluid-experimental/get-container": "https://ga.jspm.io/npm:@fluid-experimental/get-container@0.36.0/dist/index.js", "@fluidframework/agent-scheduler": "https://ga.jspm.io/npm:@fluidframework/agent-scheduler@0.36.0/dist/index.js", "@fluidframework/common-utils": "https://ga.jspm.io/npm:@fluidframework/common-utils@0.28.0/dist/index.js", "@fluidframework/common-utils/dist/indexNode.js": "https://ga.jspm.io/npm:@fluidframework/common-utils@0.28.0/dist/indexBrowser.js", "@fluidframework/container-definitions": "https://ga.jspm.io/npm:@fluidframework/container-definitions@0.36.0/dist/index.js", "@fluidframework/container-loader": "https://ga.jspm.io/npm:@fluidframework/container-loader@0.36.0/dist/index.js", "@fluidframework/container-runtime": "https://ga.jspm.io/npm:@fluidframework/container-runtime@0.36.0/dist/index.js", "@fluidframework/container-runtime-definitions": "https://ga.jspm.io/npm:@fluidframework/container-runtime-definitions@0.36.0/dist/index.js", "@fluidframework/container-utils": "https://ga.jspm.io/npm:@fluidframework/container-utils@0.36.0/dist/index.js", "@fluidframework/core-interfaces": "https://ga.jspm.io/npm:@fluidframework/core-interfaces@0.36.0/dist/index.js", "@fluidframework/datastore": "https://ga.jspm.io/npm:@fluidframework/datastore@0.36.0/dist/index.js", "@fluidframework/driver-base": "https://ga.jspm.io/npm:@fluidframework/driver-base@0.36.0/dist/index.js", "@fluidframework/driver-definitions": "https://ga.jspm.io/npm:@fluidframework/driver-definitions@0.36.0/dist/index.js", "@fluidframework/driver-utils": "https://ga.jspm.io/npm:@fluidframework/driver-utils@0.36.0/dist/index.js", "@fluidframework/garbage-collector": "https://ga.jspm.io/npm:@fluidframework/garbage-collector@0.36.0/dist/index.js", "@fluidframework/local-driver": "https://ga.jspm.io/npm:@fluidframework/local-driver@0.36.0/dist/index.js", "@fluidframework/map": "https://ga.jspm.io/npm:@fluidframework/map@0.36.0/dist/index.js", "@fluidframework/protocol-base": "https://ga.jspm.io/npm:@fluidframework/protocol-base@0.1021.0/dist/index.js", "@fluidframework/protocol-definitions": "https://ga.jspm.io/npm:@fluidframework/protocol-definitions@0.1021.0/dist/index.js", "@fluidframework/register-collection": "https://ga.jspm.io/npm:@fluidframework/register-collection@0.36.0/dist/index.js", "@fluidframework/request-handler": "https://ga.jspm.io/npm:@fluidframework/request-handler@0.36.0/dist/index.js", "@fluidframework/routerlicious-driver": "https://ga.jspm.io/npm:@fluidframework/routerlicious-driver@0.36.0/dist/index.js", "@fluidframework/runtime-definitions": "https://ga.jspm.io/npm:@fluidframework/runtime-definitions@0.36.0/dist/index.js", "@fluidframework/runtime-utils": "https://ga.jspm.io/npm:@fluidframework/runtime-utils@0.36.0/dist/index.js", "@fluidframework/server-lambdas": "https://ga.jspm.io/npm:@fluidframework/server-lambdas@0.1021.0/dist/index.js", "@fluidframework/server-local-server": "https://ga.jspm.io/npm:@fluidframework/server-local-server@0.1021.0/dist/index.js", "@fluidframework/server-memory-orderer": "https://ga.jspm.io/npm:@fluidframework/server-memory-orderer@0.1021.0/dist/index.js", "@fluidframework/server-services-client": "https://ga.jspm.io/npm:@fluidframework/server-services-client@0.1021.0/dist/index.js", "@fluidframework/server-services-core": "https://ga.jspm.io/npm:@fluidframework/server-services-core@0.1021.0/dist/index.js", "@fluidframework/server-test-utils": "https://ga.jspm.io/npm:@fluidframework/server-test-utils@0.1021.0/dist/index.js", "@fluidframework/shared-object-base": "https://ga.jspm.io/npm:@fluidframework/shared-object-base@0.36.0/dist/index.js", "@fluidframework/synthesize": "https://ga.jspm.io/npm:@fluidframework/synthesize@0.36.0/dist/index.js", "@fluidframework/telemetry-utils": "https://ga.jspm.io/npm:@fluidframework/telemetry-utils@0.36.0/dist/index.js", "@fluidframework/test-runtime-utils": "https://ga.jspm.io/npm:@fluidframework/test-runtime-utils@0.36.0/dist/index.js", "@fluidframework/tinylicious-driver": "https://ga.jspm.io/npm:@fluidframework/tinylicious-driver@0.36.0/dist/index.js", "after": "https://ga.jspm.io/npm:after@0.8.2/index.js", "array-filter": "https://ga.jspm.io/npm:array-filter@1.0.0/index.js", "arraybuffer.slice": "https://ga.jspm.io/npm:arraybuffer.slice@0.0.7/index.js", "assert": "https://ga.jspm.io/npm:assert@2.0.0/build/assert.js", "async": "https://ga.jspm.io/npm:async@2.6.3/dist/async.js", "available-typed-arrays": "https://ga.jspm.io/npm:available-typed-arrays@1.0.2/index.js", "axios": "https://ga.jspm.io/npm:axios@0.21.1/index.js", "axios/lib/adapters/http.js": "https://ga.jspm.io/npm:axios@0.21.1/lib/adapters/xhr.js", "backo2": "https://ga.jspm.io/npm:backo2@1.0.2/index.js", "base64-arraybuffer": "https://ga.jspm.io/npm:base64-arraybuffer@0.1.4/lib/base64-arraybuffer.js", "base64-js": "https://ga.jspm.io/npm:base64-js@1.5.1/index.js", "blob": "https://ga.jspm.io/npm:blob@0.0.5/index.js", "buffer": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/buffer.js", "buffer-equal-constant-time": "https://ga.jspm.io/npm:buffer-equal-constant-time@1.0.1/index.js", "call-bind": "https://ga.jspm.io/npm:call-bind@1.0.2/index.js", "call-bind/callBound": "https://ga.jspm.io/npm:call-bind@1.0.2/callBound.js", "child_process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/child_process.js", "component-bind": "https://ga.jspm.io/npm:component-bind@1.0.0/index.js", "component-emitter": "https://ga.jspm.io/npm:component-emitter@1.3.0/index.js", "component-inherit": "https://ga.jspm.io/npm:component-inherit@0.0.3/index.js", "crypto": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/crypto.js", "debug": "https://ga.jspm.io/npm:debug@4.3.2/src/browser.js", "define-properties": "https://ga.jspm.io/npm:define-properties@1.1.3/index.js", "double-ended-queue": "https://ga.jspm.io/npm:double-ended-queue@2.1.0-0/js/deque.js", "ecdsa-sig-formatter": "https://ga.jspm.io/npm:ecdsa-sig-formatter@1.0.11/src/ecdsa-sig-formatter.js", "engine.io-client": "https://ga.jspm.io/npm:engine.io-client@3.5.1/lib/index.js", "engine.io-client/lib/globalThis.js": "https://ga.jspm.io/npm:engine.io-client@3.5.1/lib/globalThis.browser.js", "engine.io-parser": "https://ga.jspm.io/npm:engine.io-parser@2.2.1/lib/browser.js", "es-abstract/helpers/getOwnPropertyDescriptor": "https://ga.jspm.io/npm:es-abstract@1.18.0/helpers/getOwnPropertyDescriptor.js", "es6-object-assign": "https://ga.jspm.io/npm:es6-object-assign@1.1.0/index.js", "events": "https://ga.jspm.io/npm:events@3.3.0/events.js", "foreach": "https://ga.jspm.io/npm:foreach@2.0.5/index.js", "fs": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/fs.js", "function-bind": "https://ga.jspm.io/npm:function-bind@1.1.1/index.js", "get-intrinsic": "https://ga.jspm.io/npm:get-intrinsic@1.1.1/index.js", "has": "https://ga.jspm.io/npm:has@1.0.3/src/index.js", "has-binary2": "https://ga.jspm.io/npm:has-binary2@1.0.3/index.js", "has-symbols": "https://ga.jspm.io/npm:has-symbols@1.0.2/index.js", "http": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/http.js", "https": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/https.js", "indexof": "https://ga.jspm.io/npm:indexof@0.0.1/index.js", "inherits": "https://ga.jspm.io/npm:inherits@2.0.4/inherits_browser.js", "is-arguments": "https://ga.jspm.io/npm:is-arguments@1.1.0/index.js", "is-generator-function": "https://ga.jspm.io/npm:is-generator-function@1.0.8/index.js", "is-nan": "https://ga.jspm.io/npm:is-nan@1.3.2/index.js", "is-typed-array": "https://ga.jspm.io/npm:is-typed-array@1.1.5/index.js", "isarray": "https://ga.jspm.io/npm:isarray@2.0.1/index.js", "isomorphic-ws": "https://ga.jspm.io/npm:isomorphic-ws@4.0.1/browser.js", "json-stringify-safe": "https://ga.jspm.io/npm:json-stringify-safe@5.0.1/stringify.js", "jsonwebtoken": "https://ga.jspm.io/npm:jsonwebtoken@8.5.1/index.js", "jsrsasign": "https://ga.jspm.io/npm:jsrsasign@10.1.13/lib/jsrsasign.js", "jwa": "https://ga.jspm.io/npm:jwa@1.4.1/index.js", "jws": "https://ga.jspm.io/npm:jws@3.2.2/index.js", "jwt-decode": "https://ga.jspm.io/npm:jwt-decode@3.1.2/build/jwt-decode.cjs.js", "lodash": "https://ga.jspm.io/npm:lodash@4.17.21/lodash.js", "lodash.includes": "https://ga.jspm.io/npm:lodash.includes@4.3.0/index.js", "lodash.isboolean": "https://ga.jspm.io/npm:lodash.isboolean@3.0.3/index.js", "lodash.isinteger": "https://ga.jspm.io/npm:lodash.isinteger@4.0.4/index.js", "lodash.isnumber": "https://ga.jspm.io/npm:lodash.isnumber@3.0.3/index.js", "lodash.isplainobject": "https://ga.jspm.io/npm:lodash.isplainobject@4.0.6/index.js", "lodash.isstring": "https://ga.jspm.io/npm:lodash.isstring@4.0.1/index.js", "lodash.once": "https://ga.jspm.io/npm:lodash.once@4.1.1/index.js", "lodash/cloneDeep": "https://ga.jspm.io/npm:lodash@4.17.21/cloneDeep.js", "lodash/merge": "https://ga.jspm.io/npm:lodash@4.17.21/merge.js", "moniker": "https://ga.jspm.io/npm:moniker@0.1.2/lib/moniker.js", "ms": "https://ga.jspm.io/npm:ms@2.1.2/index.js", "object-is": "https://ga.jspm.io/npm:object-is@1.1.5/index.js", "object-keys": "https://ga.jspm.io/npm:object-keys@1.1.1/index.js", "parseqs": "https://ga.jspm.io/npm:parseqs@0.0.6/index.js", "parseuri": "https://ga.jspm.io/npm:parseuri@0.0.6/index.js", "path": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/path.js", "path-browserify": "https://ga.jspm.io/npm:path-browserify@1.0.1/index.js", "process": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/process.js", "querystring": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/querystring.js", "safe-buffer": "https://ga.jspm.io/npm:safe-buffer@5.2.1/index.js", "semver": "https://ga.jspm.io/npm:semver@6.3.0/semver.js", "sillyname": "https://ga.jspm.io/npm:sillyname@0.1.0/index.js", "socket.io-client": "https://ga.jspm.io/npm:socket.io-client@2.4.0/lib/index.js", "socket.io-parser": "https://ga.jspm.io/npm:socket.io-parser@3.3.2/index.js", "stream": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/stream.js", "string-hash": "https://ga.jspm.io/npm:string-hash@1.1.3/index.js", "to-array": "https://ga.jspm.io/npm:to-array@0.1.4/index.js", "url": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/url.js", "util": "https://ga.jspm.io/npm:util@0.12.3/util.js", "util/support/isBuffer.js": "https://ga.jspm.io/npm:util@0.12.3/support/isBufferBrowser.js", "uuid": "https://unpkg.com/uuid@8.3.2/dist/esm-browser/index.js", "which-typed-array": "https://ga.jspm.io/npm:which-typed-array@1.1.4/index.js", "ws": "https://ga.jspm.io/npm:ws@7.4.4/browser.js", "xmlhttprequest-ssl": "https://ga.jspm.io/npm:xmlhttprequest-ssl@1.5.5/lib/XMLHttpRequest.js", "yeast": "https://ga.jspm.io/npm:yeast@0.1.2/index.js"}, "https://ga.jspm.io/npm:@fluidframework/agent-scheduler@0.36.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/container-loader@0.36.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/container-runtime@0.36.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/local-driver@0.36.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/server-lambdas@0.1021.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/server-local-server@0.1021.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/server-memory-orderer@0.1021.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js", "ws": "https://ga.jspm.io/npm:ws@6.2.1/browser.js"}, "https://ga.jspm.io/npm:@fluidframework/server-test-utils@0.1021.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:@fluidframework/test-runtime-utils@0.36.0/": {"events": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/events.js"}, "https://ga.jspm.io/npm:debug@3.1.0/": {"ms": "https://ga.jspm.io/npm:ms@2.0.0/index.js"}, "https://ga.jspm.io/npm:engine.io-client@3.5.1/": {"debug": "https://ga.jspm.io/npm:debug@3.1.0/src/browser.js"}, "https://ga.jspm.io/npm:jsonwebtoken@8.5.1/": {"ms": "https://ga.jspm.io/npm:ms@2.1.3/index.js", "semver": "https://ga.jspm.io/npm:semver@5.7.1/semver.js"}, "https://ga.jspm.io/npm:jwa@1.4.1/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/util.js"}, "https://ga.jspm.io/npm:jws@3.2.2/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.7/nodelibs/util.js"}, "https://ga.jspm.io/npm:socket.io-client@2.4.0/": {"debug": "https://ga.jspm.io/npm:debug@3.1.0/src/browser.js"}, "https://ga.jspm.io/npm:socket.io-parser@3.3.2/": {"debug": "https://ga.jspm.io/npm:debug@3.1.0/src/browser.js"}}} +{"imports": {"x/": "https://deno.land/x/", "std/": "https://deno.land/std@0.171.0/", "react": "https://esm.sh/react@18.2.0"}} +{"imports": {"cliffy/": "https://deno.land/x/cliffy@v0.24.2/"}} +{"imports": {"/": "./", "./": "./", "lodash": "npm:lodash", "@types/lodash": "npm:@types/lodash", "lodash/fp": "npm:lodash/fp.js", "@types/lodash/fp": "npm:@types/lodash/fp", "testing/": "https://deno.land/std@0.165.0/testing/", "flags": "https://deno.land/std@0.165.0/flags/mod.ts", "logger": "https://deno.land/x/deno_util@v0.0.3/logger.ts", "path": "https://deno.land/std@0.165.0/path/mod.ts", "fs": "https://deno.land/std@0.165.0/fs/mod.ts", "ts-pattern": "npm:ts-pattern@4.0.6"}} +{"imports": {"cli/": "https://deno.land/x/cliffy@v0.18.1/", "ink/": "https://deno.land/x/ink/", "std/": "https://deno.land/x/std@0.90.0/"}} +{"imports": {"server": "https://deno.land/std@0.168.0/http/server.ts"}} +{"imports": {"std/": "https://deno.land/std@0.157.0/", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "config": "https://deno.land/x/dotenv@v3.2.0/mod.ts", "telegram-bot": "https://deno.land/x/telegram_bot_api@0.4.0/mod.ts", "chatgpt": "https://esm.sh/chatgpt@2.0.5", "controllers/": "./src/controllers/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"react": "https://esm.sh/react", "react-dom": "https://esm.sh/react-dom"}} +{"imports": {"zod": "https://deno.land/x/zod@v3.19.1/mod.ts", "testing/": "https://deno.land/std@0.167.0/testing/", "uuid": "https://deno.land/std@0.167.0/uuid/mod.ts", "ky": "npm:ky", "sinon": "https://cdn.skypack.dev/sinon?dts", "array-from-async": "npm:array-from-async"}} +{"imports": {"/": "./src/", "./src/": "./src/"}} +{"imports": {"browser": "https://deno.land/x/bext@v0.1.2/mod.ts", "preact": "https://esm.sh/preact?dev", "preact/hooks": "https://esm.sh/preact/hooks?dev", "deno-dom": "https://deno.land/x/deno_dom@v0.1.32-alpha/deno-dom-wasm.ts", "std/asserts": "https://deno.land/std@0.138.0/testing/asserts.ts", "std/mock": "https://deno.land/std@0.138.0/testing/mock.ts", "@testing-library/preact": "https://esm.sh/@testing-library/preact/pure?dev"}} +{"imports": {"sqlite": "https://deno.land/x/sqlite@v3.7.0/mod.ts", "react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "sql-formatter": "npm:sql-formatter"}} +{"imports": {"https://deno.land/std/hash/mod.ts": "https://deno.land/std@0.160.0/hash/mod.ts", "https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/timers.ts", "https://dev.jspm.io/inherits@2.0": "https://ga.jspm.io/npm:inherits@2.0.4/inherits.js"}, "scopes": {"https://ga.jspm.io/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/util.ts"}}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.0/", "$std/": "https://deno.land/std@0.152.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "redis": "https://deno.land/x/redis@v0.26.0/mod.ts", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "puppeteer": "https://deno.land/x/puppeteer@16.2.0/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts"}} +{"imports": {"groupBy": "https://deno.land/x/denodash@0.1.3/src/collection/groupBy.ts", "server": "https://deno.land/std@0.167.0/http/server.ts", "datetime": "https://deno.land/std@0.167.0/datetime/mod.ts"}} +{"imports": {"ogre": "./mod.ts"}} +{"imports": {"/": "./", "./": "./", "oak/": "https://deno.land/x/oak@v10.1.0/", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts", "colors": "https://deno.land/std@0.119.0/fmt/colors.ts", "cron": "https://deno.land/x/deno_cron@v1.0.0/cron.ts", "fs/": "https://deno.land/std@0.119.0/fs/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$std/": "https://deno.land/std@0.187.0/", "$flowbite/": "https://deno.land/x/fresh_flowbite@1.0.0-1.6.3/"}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.8.3/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@0.0.6/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"fmt/": "https://deno.land/std@0.71.0/fmt/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "std/": "https://deno.land/std@0.186.0/", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.21.0"}} +{"imports": {"socket.io": "https://cdn.skypack.dev/socket.io"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "highlight.js": "https://esm.sh/highlight.js@11.6.0", "highlight.js/": "https://esm.sh/highlight.js@11.6.0/", "fuse.js": "https://esm.sh/fuse.js", "fuse.js/": "https://esm.sh/fuse.js/", "@popperjs/core": "https://esm.sh/@popperjs/core", "@popperjs/core/": "https://esm.sh/@popperjs/core/", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"http": "https://deno.land/std@0.192.0/http/mod.ts", "media_types": "https://deno.land/std@0.192.0/media_types/mod.ts", "path": "https://deno.land/std@0.192.0/path/mod.ts", "dotenv": "https://deno.land/std@0.192.0/dotenv/mod.ts", "testing": "https://deno.land/std@0.192.0/testing/asserts.ts", "esbuild": "https://deno.land/x/esbuild@v0.15.12/mod.js", "bcrypt": "https://deno.land/x/bcrypt@v0.4.1/mod.ts", "sendgrid": "https://deno.land/x/sendgrid@0.0.3/mod.ts", "denosass": "https://deno.land/x/denosass@1.0.4/mod.ts", "react": "https://esm.sh/react@18.2.0", "react_dom_server": "https://esm.sh/react-dom@18.2.0/server"}} +{"imports": {"https://deno.land/x/ip_num@v1.4.0/BinaryUtils": "https://deno.land/x/ip_num@v1.4.0/BinaryUtils.ts", "https://deno.land/x/ip_num@v1.4.0/Hexadecatet": "https://deno.land/x/ip_num@v1.4.0/Hexadecatet.ts", "https://deno.land/x/ip_num@v1.4.0/HexadecimalUtils": "https://deno.land/x/ip_num@v1.4.0/HexadecimalUtils.ts", "https://deno.land/x/ip_num@v1.4.0/IPNumber": "https://deno.land/x/ip_num@v1.4.0/IPNumber.ts", "https://deno.land/x/ip_num@v1.4.0/IPNumType": "https://deno.land/x/ip_num@v1.4.0/IPNumType.ts", "https://deno.land/x/ip_num@v1.4.0/IPPool": "https://deno.land/x/ip_num@v1.4.0/IPPool.ts", "https://deno.land/x/ip_num@v1.4.0/IPRange": "https://deno.land/x/ip_num@v1.4.0/IPRange.ts", "https://deno.land/x/ip_num@v1.4.0/IPv6Utils": "https://deno.land/x/ip_num@v1.4.0/IPv6Utils.ts", "https://deno.land/x/ip_num@v1.4.0/Octet": "https://deno.land/x/ip_num@v1.4.0/Octet.ts", "https://deno.land/x/ip_num@v1.4.0/Prefix": "https://deno.land/x/ip_num@v1.4.0/Prefix.ts", "https://deno.land/x/ip_num@v1.4.0/Validator": "https://deno.land/x/ip_num@v1.4.0/Validator.ts"}} +{"imports": {"expect": "https://deno.land/x/expect@v0.2.5/mod.ts", "computed-types": "https://denoporter.sirjosh.workers.dev/v1/deno.land/x/computed_types/src/index.ts", "alosaur": "https://raw.githubusercontent.com/DanielRamosAcosta/alosaur/master/mod.ts"}} +{"imports": {"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "$fresh/": "https://deno.land/x/fresh@1.1.1/", "canvas": "https://deno.land/x/canvas@v1.4.1/mod.ts", "deno-dom": "https://deno.land/x/deno_dom@v0.1.35-alpha/deno-dom-wasm.ts", "format-date": "https://deno.land/x/date_fns@v2.22.1/format/index.js", "front-matter": "https://deno.land/std@0.158.0/encoding/front_matter.ts", "gfm": "https://deno.land/x/gfm@0.1.26/mod.ts", "join": "https://deno.land/std@0.158.0/path/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact-helmet": "https://esm.sh/preact-helmet@4.0.0-alpha-3", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "random-seed": "https://esm.sh/random-seed@0.3.0", "sass": "https://deno.land/x/denosass@1.0.4/mod.ts", "string_similarity": "https://deno.land/x/string_similarity@v1.0.1/mod.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "walk": "https://deno.land/std@0.158.0/fs/walk.ts"}} +{"imports": {"src": "./src", "dotenv": "https://deno.land/x/dotenv/mod.ts", "flags": "https://deno.land/std@0.85.0/flags/mod.ts", "assertions": "https://deno.land/std@0.85.0/testing/asserts.ts"}} +{"imports": {"std/server": "https://deno.land/std@0.180.0/http/server.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.8.0", "stripe": "https://esm.sh/stripe@11.12.0?target=deno&no-check", "postgres": "https://deno.land/x/postgres@v0.14.2/mod.ts"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.0/", "dev:asserts": "https://deno.land/std@0.186.0/testing/asserts.ts", "dev:mock": "https://deno.land/std@0.186.0/testing/mock.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.0/"}} +{"imports": {"fs/": "https://deno.land/std@0.167.0/fs/", "io/": "https://deno.land/std@0.167.0/io/", "flags/": "https://deno.land/std@0.167.0/flags/", "streams/": "https://deno.land/std@0.167.0/streams/"}} +{"imports": {"blog": "https://deno.land/x/blog@0.5.0/blog.tsx", "gitalk-component": "https://esm.sh/gitalk@1.8.0/dist/gitalk-component"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.2.0/"}} +{"imports": {"node_modules/": "./node_modules/"}} +{"imports": {"~/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "$std/": "https://deno.land/std@0.152.0/", "gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts"}} +{"imports": {"std/": "https:/deno.land/std@0.133.0/", "x/redis/": "https:/deno.land/x/redis@v0.25.4/", "x/lodash/": "https:/deno.land/x/lodash@4.17.19/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$std/": "https://deno.land/std@0.170.0/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"https://deno.land/x/upsert/": "./", "https://deno.land/std/": "https://deno.land/std@0.190.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.10.0/", "alpine": "https://cdn.skypack.dev/pin/alpinejs@v3.10.2-bcx0dLVVrB09MQMPHogv/mode=imports,min/optimized/alpinejs.js"}} +{"imports": {"http/": "https://deno.land/std/http/", "fmt/": "https://deno.land/std/fmt/", "flags/": "https://deno.land/std/flags/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.17.3/", "jsx/jsx-runtime": "./src/jsx.ts"}} +{"imports": {"emit/": "https://deno.land/x/emit@0.5.0/", "esbuild/": "https://deno.land/x/esbuild@v0.14.53/"}} +{"imports": {"@packages": "../../packages", "@packages/": "../../packages/", "msgpackr": "npm:msgpackr", "zod": "https://deno.land/x/zod/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3"}} +{"imports": {"https://deno.land/x/polkadot/": "./", "https://deno.land/x/polkadot@0.2.41/": "./", "https://esm.sh/v90/@types/bn.js@~5.2/index.d.ts": "https://esm.sh/v90/@types/bn.js@5.1.0/index.d.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "three": "https://esm.sh/three@0.148.0", "three/": "https://esm.sh/three@0.148.0/", "camera-controls": "https://esm.sh/camera-controls@1.37.5", "camera-controls/": "https://esm.sh/camera-controls@1.37.5/", "three-mesh-ui": "https://esm.sh/three-mesh-ui@6.5.3", "three-mesh-ui/": "https://esm.sh/three-mesh-ui@6.5.3/", "ts-mixer": "https://esm.sh/ts-mixer@6.0.3", "ts-mixer/": "https://esm.sh/ts-mixer@6.0.3/"}} +{"imports": {"$serve$": "./src/bridge/serve.ts"}} +{"imports": {"grammy": "https://deno.land/x/grammy@v1.11.0/mod.ts", "grammy/": "https://deno.land/x/grammy@v1.11.0/", "gql": "https://raw.githubusercontent.com/ArnabXD/graphql-request/temp/mod.ts", "dotenv": "https://deno.land/std@0.154.0/dotenv/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts", "server": "https://deno.land/std@0.154.0/http/server.ts", "testing/": "https://deno.land/std@0.154.0/testing/"}} +{"imports": {"@/": "./", "@twind/aspect-ratio": "https://esm.sh/v98/@twind/aspect-ratio@0.1.4", "$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/v98/preact@10.10.6", "preact/": "https://esm.sh/v98/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/v98/*preact-render-to-string@5.2.3", "@preact/signals": "https://esm.sh/v98/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/v98/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v98/twind@0.16.17", "twind/": "https://esm.sh/v98/twind@0.16.17/", "$std/": "https://deno.land/std@0.154.0/", "swr": "https://esm.sh/v98/swr@1.3.0?alias=react:preact/compat&external=preact/compat"}} +{"imports": {"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@025f643e36f67a952b5b4d2ba343580e7ec3d14d/", "preact": "https://esm.sh/preact@10.15.0", "std/": "https://deno.land/std@0.190.0/"}} +{"imports": {"apollo": "npm:@apollo/server@^4.1", "standalone": "npm:@apollo/server@^4.1/standalone", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"iced": "npm:iced-x86@1.18.0", "elfinfo": "npm:elfinfo@0.4.0-beta"}, "scopes": {}} +{"imports": {"http/": "https://deno.land/std@0.175.0/http/", "wren/": "https://deno.land/x/wren@0.9.0/", "react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/"}} +{"imports": {"$denoRoot/": "./", "$projectRoot/": "./../", "$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "$std/": "https://deno.land/std@0.188.0/", "postcss/": "https://deno.land/x/postcss@8.4.16/", "dayjs": "npm:dayjs", "langchain": "https://esm.sh/langchain", "langchain/": "https://esm.sh/langchain/", "@supabase/supabase-js": "npm:@supabase/supabase-js", "@bonfhir/core/r4b": "npm:@bonfhir/core/r4b", "@bonfhir/medplum/r4b": "npm:@bonfhir/medplum/r4b", "@medplum/core": "npm:@medplum/core", "fs": "node:fs", "yaml": "npm:yaml", "path": "node:path", "querystring": "node:querystring", "process": "node:process"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.3/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/", "deno-slack-hooks/": "https://deno.land/x/deno_slack_hooks@1.1.0/"}} +{"imports": {"debug/": "https://deno.land/x/debug@0.2.0/", "event/": "https://deno.land/x/event@2.0.1/", "langchain/": "https://esm.sh/v126/*langchain@0.0.95/", "jtd": "https://esm.sh/v126/*jtd@0.1.1/", "oak/": "https://deno.land/x/oak@v12.1.0/", "std/": "https://deno.land/std@0.184.0/", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts"}, "scopes": {"https://esm.sh/v126/": {"@anthropic-ai/sdk": "https://esm.sh/v126/@anthropic-ai/sdk@0.4.4", "ansi-styles": "https://esm.sh/v126/ansi-styles@5.2.0", "axios": "https://esm.sh/v126/axios@1.4.0", "binary-extensions": "https://esm.sh/v126/binary-extensions@2.2.0", "camelcase": "https://esm.sh/v126/camelcase@6.3.0", "decamelize": "https://esm.sh/v126/decamelize@5.0.1", "expr-eval": "https://esm.sh/v126/expr-eval@2.0.2", "flat": "https://esm.sh/v126/flat@5.0.2", "js-tiktoken": "https://esm.sh/v126/js-tiktoken@1.0.7", "js-tiktoken/": "https://esm.sh/v126/js-tiktoken@1.0.7/", "jsonpointer": "https://esm.sh/v126/jsonpointer@5.0.1", "langchainplus-sdk": "https://esm.sh/v126/langchainplus-sdk@0.0.11", "ml-distance": "https://esm.sh/v126/ml-distance@4.0.1", "object-hash": "https://esm.sh/v126/object-hash@3.0.0", "openai": "https://esm.sh/v126/openai@3.3.0", "p-queue": "https://esm.sh/v126/p-queue@6.6.2", "p-retry": "https://esm.sh/v126/p-retry@4.6.2", "uuid": "https://esm.sh/v126/uuid@9.0.0", "yaml": "https://esm.sh/v126/yaml@2.3.1", "zod-to-json-schema": "https://esm.sh/v126/zod-to-json-schema@3.21.1", "zod": "https://esm.sh/v126/zod@3.21.4"}}} +{"imports": {"openai": "https://esm.sh/openai-edge@1.1.0"}} +{"imports": {"mazes101/": "https://raw.githubusercontent.com/nmanumr/mazes101/deno/"}} +{"imports": {"reflect": "https://unpkg.com/reflect-metadata@0.1.13/Reflect.js", "zone.js": "https://unpkg.com/zone.js@0.10.3/dist/zone.js", "@angular/common": "https://unpkg.com/@angular/common@9.1.4/fesm2015/common.js", "@angular/core": "https://cdn.pika.dev/@angular/core@9.1.4", "@angular/compiler": "https://cdn.pika.dev/@angular/compiler@9.1.4", "@angular/platform-browser": "https://unpkg.com/@angular/platform-browser@9.1.4/fesm2015/platform-browser.js", "@angular/platform-browser-dynamic": "https://unpkg.com/@angular/platform-browser-dynamic@9.1.4/fesm2015/platform-browser-dynamic.js"}} +{"imports": {"http": "https://deno.land/std/http", "react": "./node_modules/@types/react/index.d.ts", "react-dom": "./node_modules/@types/react-dom/index.d.ts", "react-dom/server": "./node_modules/@types/react-dom/server.d.ts", "remix": "./node_modules/remix/index.d.ts", "@remix-run/dev/server-build": "./node_modules/@remix-run/dev/server-build.d.ts", "@remix-run/deno": "./node_modules/@remix-run/deno/index.d.ts", "@remix-run/react": "./node_modules/@remix-run/react/index.d.ts", "@remix-run/server-runtime": "./node_modules/@remix-run/server-runtime/index.d.ts"}} +{"imports": {"std/": "https://deno.land/std@0.166.0/", "lib/": "./lib/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.36-alpha/", "dotenv/": "https://deno.land/x/dotenv@v3.2.0/", "clay/": "https://deno.land/x/clay@v0.2.5/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "logger": "https://deno.land/std@0.150.0/log/logger.ts", "zod": "https://deno.land/x/zod@v3.16.1/mod.ts", "~/": "./packages/", "~islands/": "./islands/", "~hooks": "./packages/shared/hooks.ts", "~features/": "./packages/features/", "~components/": "./packages/components/", "~logger": "./packages/shared/logger.ts", "~settings": "./packages/configs/settings.ts"}} +{"imports": {"https://deno.land/x/dweb/src/": "./desktop-dev/src/"}} +{"imports": {"tmi": "https://deno.land/x/tmi/mod.ts", "denobot": "https://deno.land/x/denobot/mod.ts", "colors": "https://deno.land/std/fmt/colors.ts"}} +{"imports": {"twitterql/types/": "https://deno.land/x/twitterql@0.2.1-alpha.1/src/types/"}} +{"imports": {"yaml": "https://esm.sh/v128/yaml@2.3.1", "yaml/": "https://esm.sh/v128/yaml@2.3.1/"}, "scopes": {}} +{"imports": {"mandarinets": "https://deno.land/x/mandarinets@v2.3.2/mod.ts", "mandarinets/": "https://deno.land/x/mandarinets@v2.3.2/"}} +{"imports": {}} +{"imports": {"std/": "https://deno.land/std@0.163.0/"}} +{"imports": {"cliffy/command": "https://deno.land/x/cliffy@v0.24.2/command/mod.ts", "datetime": "https://deno.land/std@0.148.0/datetime/mod.ts", "optic": "https://deno.land/x/optic@1.3.5/mod.ts", "optic/formatters": "https://deno.land/x/optic@1.3.5/formatters/mod.ts", "optic/transformers/propertyRedaction": "https://deno.land/x/optic@1.3.5/transformers/propertyRedaction.ts", "dedent": "https://x.kite.run/lib/dedent.ts", "fs": "https://deno.land/std@0.148.0/fs/mod.ts", "toml": "https://deno.land/std@0.148.0/encoding/toml.ts", "tweet-update": "https://deno.land/x/twitter_api_client@v0.2.2/api_v1/tweets/update.ts", "ky": "https://cdn.skypack.dev/ky@0.31.0?dts", "oauth-fetch": "https://kamekyame.github.io/deno_tools/http/mod.ts", "hmac": "https://denopkg.com/chiefbiiko/hmac/mod.ts", "discord-rpc": "https://deno.land/x/discord_rpc@0.3.0/mod.ts", "testing/asserts": "https://deno.land/std@0.148.0/testing/asserts.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$std/": "https://deno.land/std@0.159.0/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "dayjs": "https://esm.sh/dayjs@1.11.5"}} +{"imports": {"std/testing": "https://deno.land/std@0.119.0/testing/asserts.ts", "std/flags": "https://deno.land/std@0.119.0/flags/mod.ts", "std/encoding/base64": "https://deno.land/std@0.119.0/encoding/base64.ts", "std/datetime": "https://deno.land/std@0.119.0/datetime/mod.ts", "std/fmt/printf": "https://deno.land/std@0.119.0/fmt/printf.ts", "std/fs/copy": "https://deno.land/std@0.119.0/fs/copy.ts", "x/aws_api/client": "https://deno.land/x/aws_api@v0.5.0/client/mod.ts", "x/aws_api/sqs": "https://deno.land/x/aws_api@v0.5.0/services/sqs/mod.ts", "x/zod": "https://deno.land/x/zod@v3.11.6/mod.ts", "x/xml": "https://deno.land/x/xml@2.0.3/mod.ts"}} +{"imports": {"@cmd/": "./cmd/", "@entities/": "./entities/", "@services/": "./services/", "@tests/": "./tests/", "cliffy": "https://x.nest.land/cliffy@0.20.1/mod.ts", "colors": "https://deno.land/std@0.152.0/fmt/colors.ts", "encoding/": "https://deno.land/std@0.152.0/encoding/", "fmt/": "https://deno.land/std@0.152.0/fmt/", "fs": "https://deno.land/std@0.152.0/fs/mod.ts", "testing/": "https://deno.land/std@0.152.0/testing/", "zx": "https://deno.land/x/zx_deno@1.2.2/mod.mjs"}} +{"imports": {"~/": "./", "aleph/": "https://deno.land/x/aleph@v0.3.0-beta.10/", "aleph/types": "https://deno.land/x/aleph@v0.3.0-beta.10/types.d.ts", "aleph/web": "https://deno.land/x/aleph@v0.3.0-beta.10/framework/core/mod.ts", "aleph/react": "https://deno.land/x/aleph@v0.3.0-beta.10/framework/react/mod.ts", "react": "https://esm.sh/react@17.0.2", "react-dom": "https://esm.sh/react-dom@17.0.2"}, "scopes": {}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$fresh_charts/": "https://deno.land/x/fresh_charts@0.2.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.3", "twind": "https://esm.sh/@twind/core@1.1.3"}} +{"imports": {"~/": "./", "aleph/": "https://deno.land/x/aleph@v0.3.0-beta.19/", "aleph/types": "https://deno.land/x/aleph@v0.3.0-beta.19/types.d.ts", "aleph/web": "https://deno.land/x/aleph@v0.3.0-beta.19/framework/core/mod.ts", "aleph/react": "https://deno.land/x/aleph@v0.3.0-beta.19/framework/react/mod.ts", "react": "https://esm.sh/react@17.0.2", "react-dom": "https://esm.sh/react-dom@17.0.2", "base64url": "https://deno.land/std@0.110.0/encoding/base64url.ts", "path": "https://deno.land/std@0.110.0/path/mod.ts", "octokitRequest": "https://cdn.skypack.dev/@octokit/request@5.6.2", "zod": "https://raw.githubusercontent.com/tiptenbrink/zod/main/mod.ts"}, "scopes": {}} +{"imports": {"@hex/": "https://deno.land/x/hex@0.5.2/src/", "@app/": "./src/"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@trpc/server": "https://esm.sh/*@trpc/server@10.0.0-proxy-beta.26", "@trpc/server/": "https://esm.sh/*@trpc/server@10.0.0-proxy-beta.26/", "@trpc/client": "https://esm.sh/*@trpc/client@10.0.0-proxy-beta.26", "@trpc/client/": "https://esm.sh/@trpc/client@10.0.0-proxy-beta.26/", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts"}} +{"imports": {"https://deno.land/x/memoization/": "./", "https://deno.land/std/": "https://deno.land/std@0.190.0/"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.145.0/", "@unocss/": "https://deno.land/x/aleph@1.0.0-beta.1/lib/@unocss/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.1/", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.1/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.1/server/dev.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.1/runtime/react/mod.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.1/runtime/react/client.ts", "aleph/react-ssr": "https://deno.land/x/aleph@1.0.0-beta.1/runtime/react/ssr.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "tweakpane": "https://esm.sh/v87/tweakpane@3.1.0/es2022/tweakpane.js", "use-tweaks": "https://esm.sh/use-tweaks@0.3.1", "sls": "https://deno.land/x/sls@v1.5.1/mod.ts"}, "scopes": {}} +{"imports": {"@polkadot/": "https://deno.land/x/polkadot@0.2.41/", "json-bigint/": "npm:/json-bigint@1.0.0/", "cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.2/", "std/": "https://deno.land/std@0.192.0/", "zod/": "https://deno.land/x/zod@v3.21.4/"}} +{"imports": {"$store/": "./", "$live/": "https://deno.land/x/live@0.8.1/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.1", "preact/": "https://esm.sh/preact@10.11.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "std/": "https://deno.land/std@0.178.0/"}} +{"imports": {"std/": "https://deno.land/std@0.182.0/"}} +{"imports": {"openai": "https://esm.sh/openai@3.2.1"}} +{"imports": {"http": "https://deno.land/std@0.170.0/http/mod.ts", "react": "https://esm.sh/react@18.2.0", "react_dom_server": "https://esm.sh/react-dom@18.2.0/server"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.160.0/", "@/": "./", "./": "./", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts"}} +{"imports": {"http/": "https://deno.land/std@0.51.0/http/server.ts"}} +{"imports": {"deco-sites/links/": "./", "$store/": "./", "deco/": "https://denopkg.com/deco-cx/deco@1.33.3/", "$live/": "https://denopkg.com/deco-cx/deco@1.33.3/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "$fresh/": "https://deno.land/x/fresh@1.4.2/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.190.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts", "apps/": "https://denopkg.com/deco-cx/apps@0.2.11/"}} +{"imports": {"std/": "https://deno.land/std@0.161.0/", "react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server", "@mdx-js/mdx": "https://esm.sh/@mdx-js/mdx@2.1.5", "rutt": "https://deno.land/x/rutt@0.0.14/mod.ts", "rehype-prism-plus": "https://esm.sh/rehype-prism-plus@1.5.0", "remark-reading-time": "https://esm.sh/remark-reading-time@2.0.1", "remark-reading-time/": "https://esm.sh/remark-reading-time@2.0.1/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.160.0/", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts", "@/": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"@/": "./", "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/1.1.1/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twas": "https://esm.sh/twas@2.1.2", "$std/": "https://deno.land/std@0.144.0/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.3", "emojify": "https://esm.sh/@twuni/emojify@1.0.2", "$postgres": "https://deno.land/x/postgresjs@v3.3.2/mod.js"}} +{"imports": {"@/": "./", "$fresh/": "https://raw.githubusercontent.com/denoland/fresh/1.1.1/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twas": "https://esm.sh/twas@2.1.2", "$std/": "https://deno.land/std@0.144.0/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.3", "emojify": "https://esm.sh/@twuni/emojify@1.0.2", "$postgres": "https://deno.land/x/postgresjs@v3.3.2/mod.js"}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.1.2/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.1.2/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.1.2/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.1.2/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"/": "./src/", "./": "./"}} +{"imports": {"grammy": "https://deno.land/x/grammy/mod.ts", "denobot": "https://deno.land/x/denobot/mod.ts", "colors": "https://deno.land/std/fmt/colors.ts"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.11.1/"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/", "handlebars": "https://esm.sh/handlebars", "yaml": "https://deno.land/std/encoding/yaml.ts"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/", "handlebars": "https://esm.sh/handlebars", "yaml": "https://deno.land/std/encoding/yaml.ts"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/", "handlebars": "https://esm.sh/handlebars", "yaml": "https://deno.land/std/encoding/yaml.ts"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/", "handlebars": "https://esm.sh/handlebars", "yaml": "https://deno.land/std/encoding/yaml.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.0/", "preact": "https://esm.sh/preact@10.10.6", "preact/": "https://esm.sh/preact@10.10.6/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.3/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/"}} +{"imports": {"std/": "https://deno.land/std@0.79.0/"}} +{"imports": {"react": "https://esm.sh/react", "react-dom": "https://esm.sh/react-dom"}} +{"imports": {"react": "https://esm.sh/react", "react-dom": "https://esm.sh/react-dom"}} +{"imports": {"react": "https://esm.sh/react", "react-dom": "https://esm.sh/react-dom"}} +{"imports": {"https://deno.land/std/hash/mod.ts": "https://deno.land/std@0.160.0/hash/mod.ts", "https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/timers.ts", "https://dev.jspm.io/inherits@2.0": "https://ga.jspm.io/npm:inherits@2.0.4/inherits.js"}, "scopes": {"https://ga.jspm.io/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/util.ts"}}} +{"imports": {"https://deno.land/std/hash/mod.ts": "https://deno.land/std@0.160.0/hash/mod.ts", "https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/timers.ts", "https://dev.jspm.io/inherits@2.0": "https://ga.jspm.io/npm:inherits@2.0.4/inherits.js"}, "scopes": {"https://ga.jspm.io/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/util.ts"}}} +{"imports": {"https://deno.land/std/hash/mod.ts": "https://deno.land/std@0.160.0/hash/mod.ts", "https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/timers.ts", "https://dev.jspm.io/inherits@2.0": "https://ga.jspm.io/npm:inherits@2.0.4/inherits.js"}, "scopes": {"https://ga.jspm.io/": {"util": "https://ga.jspm.io/npm:@jspm/core@2.0.0-beta.24/nodelibs/deno/util.ts"}}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.0/"}} +{"imports": {"apollo": "npm:@apollo/server@^4.1", "standalone": "npm:@apollo/server@^4.1/standalone", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"tmi": "https://deno.land/x/tmi/mod.ts", "denobot": "https://deno.land/x/denobot/mod.ts", "colors": "https://deno.land/std/fmt/colors.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.160.0/", "@/": "./", "./": "./", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts"}} +{"imports": {"archive/": "https://deno.land/std@0.185.0/archive/", "async/": "https://deno.land/std@0.185.0/async/", "bytes/": "https://deno.land/std@0.185.0/bytes/", "collection/": "https://deno.land/std@0.185.0/collection/", "crypto/": "https://deno.land/std@0.185.0/crypto/", "datetime/": "https://deno.land/std@0.185.0/datetime/", "dotenv/": "https://deno.land/std@0.185.0/dotenv/", "encoding/": "https://deno.land/std@0.185.0/encoding/", "yaml/": "https://deno.land/std@0.185.0/yaml/", "flags/": "https://deno.land/std@0.185.0/flags/", "fmt/": "https://deno.land/std@0.185.0/fmt/", "fs/": "https://deno.land/std@0.185.0/fs/", "http/": "https://deno.land/std@0.185.0/http/", "io/": "https://deno.land/std@0.185.0/io/", "log/": "https://deno.land/std@0.185.0/log/", "node/": "https://deno.land/std@0.185.0/node/", "path/": "https://deno.land/std@0.185.0/path/", "permissions/": "https://deno.land/std@0.185.0/permissions/", "signal/": "https://deno.land/std@0.185.0/signal/", "streams/": "https://deno.land/std@0.185.0/streams/", "testing/": "https://deno.land/std@0.185.0/testing/", "uuid/": "https://deno.land/std@0.185.0/uuid/", "version": "https://deno.land/std@0.185.0/version.ts", "wasi/": "https://deno.land/std@0.185.0/wasi/", "events/": "https://deno.land/x/events@v1.0.0/", "cache/": "https://deno.land/x/cache@0.2.12/", "cliffy/": "https://deno.land/x/cliffy@v0.25.4/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.35-alpha/", "xmlp/": "https://deno.land/x/xmlp@v0.2.8/", "xml/": "https://deno.land/x/xml@2.1.1/", "another_cookiejar/": "https://deno.land/x/another_cookiejar@v4.1.4/", "semver/": "https://deno.land/x/semver@v1.4.0/", "media_types/": "https://deno.land/x/media_types@v2.10.1/", "dayjs/": "https://cdn.skypack.dev/dayjs@1.8.21/", "moment-guess": "https://cdn.skypack.dev/moment-guess@1.2.4", "ansi_up": "https://cdn.skypack.dev/ansi_up@v5.1.0", "lodash/": "https://cdn.skypack.dev/lodash@4.17.21/", "acorn-class-fields": "https://cdn.skypack.dev/acorn-class-fields@1.0.0", "acorn/acorn": "https://cdn.skypack.dev/acorn@8.4.0", "acorn/walk": "https://cdn.skypack.dev/acorn-walk@8.2.0", "binary-search-bounds": "https://cdn.skypack.dev/binary-search-bounds@2.0.5", "blueimpMd5": "https://cdn.skypack.dev/blueimp-md5@2.19.0", "diff": "https://cdn.skypack.dev/diff@5.0.0", "observablehq/parser": "https://cdn.skypack.dev/@observablehq/parser@4.5.0", "js-yaml": "https://cdn.skypack.dev/js-yaml@4.1.0", "https://deno.land/std@0.161.0/": "https://deno.land/std@0.185.0/", "https://deno.land/std@0.101.0/": "https://deno.land/std@0.185.0/", "https://deno.land/std@0.105.0/": "https://deno.land/std@0.185.0/", "https://deno.land/std@0.93.0/": "https://deno.land/std@0.185.0/", "https://deno.land/std@0.91.0/path/": "https://deno.land/std@0.185.0/path/", "https://deno.land/std@0.91.0/fs/": "https://deno.land/std@0.185.0/fs/", "https://deno.land/std@0.91.0/hash/": "./resources/vendor/deno-land/std@0-91-0/hash/", "https://deno.land/x/cache@0.2.12/": "./resources/vendor/deno-land/x/cache@0-2-12/", "https://dev.jspm.io/": "./resources/vendor/dev-jspm-io/", "https://dev.jspm.io/jszip@3.5.0": "./resources/vendor/dev-jspm-io/jszip@3.5.0.js", "puppeteer/": "./resources/vendor/deno-land/x/puppeteer@9-0-2/"}, "scopes": {"./resources/vendor/dev-jspm-io/": {"/npm:@jspm/core@1.1.1/nodelibs/buffer.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/buffer.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-0c2d1322.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-0c2d1322.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-6e68c801.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-6e68c801.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-cffba9d4.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-cffba9d4.js", "/npm:@jspm/core@1.1.1/nodelibs/chunk-dac557ba.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/chunk-dac557ba.js", "/npm:@jspm/core@1.1.1/nodelibs/events.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/events.js", "/npm:@jspm/core@1.1.1/nodelibs/stream.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/stream.js", "/npm:@jspm/core@1.1.1/nodelibs/util.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1-1-1/nodelibs/util.js", "/npm:@jspm/core@1/nodelibs/buffer.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/buffer.js", "/npm:@jspm/core@1/nodelibs/stream.js": "./resources/vendor/dev-jspm-io/npm_@jspm/core@1/nodelibs/stream.js", "/npm:immediate@3.0.6/lib/browser.dew.js": "./resources/vendor/dev-jspm-io/npm_immediate@3-0-6/lib/browser.dew.js", "/npm:immediate@3.0?dew": "./resources/vendor/dev-jspm-io/npm_immediate@3.0.js", "/npm:jszip@3.5.0/lib/base64.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/base64.dew.js", "/npm:jszip@3.5.0/lib/compressedObject.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressedObject.dew.js", "/npm:jszip@3.5.0/lib/compressions.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/compressions.dew.js", "/npm:jszip@3.5.0/lib/crc32.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/crc32.dew.js", "/npm:jszip@3.5.0/lib/defaults.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/defaults.dew.js", "/npm:jszip@3.5.0/lib/external.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/external.dew.js", "/npm:jszip@3.5.0/lib/flate.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/flate.dew.js", "/npm:jszip@3.5.0/lib/generate/ZipFileWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/ZipFileWorker.dew.js", "/npm:jszip@3.5.0/lib/generate/index.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/generate/index.dew.js", "/npm:jszip@3.5.0/lib/index.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/index.dew.js", "/npm:jszip@3.5.0/lib/load.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/load.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamInputAdapter.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamInputAdapter.dew.js", "/npm:jszip@3.5.0/lib/nodejs/NodejsStreamOutputAdapter.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejs/NodejsStreamOutputAdapter.dew.js", "/npm:jszip@3.5.0/lib/nodejsUtils.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/nodejsUtils.dew.js", "/npm:jszip@3.5.0/lib/object.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/object.dew.js", "/npm:jszip@3.5.0/lib/readable-stream-browser.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/readable-stream-browser.dew.js", "/npm:jszip@3.5.0/lib/reader/ArrayReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/reader/DataReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/DataReader.dew.js", "/npm:jszip@3.5.0/lib/reader/NodeBufferReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/NodeBufferReader.dew.js", "/npm:jszip@3.5.0/lib/reader/StringReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/StringReader.dew.js", "/npm:jszip@3.5.0/lib/reader/Uint8ArrayReader.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/Uint8ArrayReader.dew.js", "/npm:jszip@3.5.0/lib/reader/readerFor.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/reader/readerFor.dew.js", "/npm:jszip@3.5.0/lib/signature.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/signature.dew.js", "/npm:jszip@3.5.0/lib/stream/ConvertWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/ConvertWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/Crc32Probe.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/Crc32Probe.dew.js", "/npm:jszip@3.5.0/lib/stream/DataLengthProbe.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataLengthProbe.dew.js", "/npm:jszip@3.5.0/lib/stream/DataWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/DataWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/GenericWorker.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/GenericWorker.dew.js", "/npm:jszip@3.5.0/lib/stream/StreamHelper.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/stream/StreamHelper.dew.js", "/npm:jszip@3.5.0/lib/support.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/support.dew.js", "/npm:jszip@3.5.0/lib/utf8.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utf8.dew.js", "/npm:jszip@3.5.0/lib/utils.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/utils.dew.js", "/npm:jszip@3.5.0/lib/zipEntries.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntries.dew.js", "/npm:jszip@3.5.0/lib/zipEntry.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipEntry.dew.js", "/npm:jszip@3.5.0/lib/zipObject.dew.js": "./resources/vendor/dev-jspm-io/npm_jszip@3-5-0/lib/zipObject.dew.js", "/npm:lie@3.3.0/lib/browser.dew.js": "./resources/vendor/dev-jspm-io/npm_lie@3-3-0/lib/browser.dew.js", "/npm:lie@3.3?dew": "./resources/vendor/dev-jspm-io/npm_lie@3.3.js", "/npm:pako@1.0.11/index.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/index.dew.js", "/npm:pako@1.0.11/lib/deflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/deflate.dew.js", "/npm:pako@1.0.11/lib/inflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/inflate.dew.js", "/npm:pako@1.0.11/lib/utils/common.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/common.dew.js", "/npm:pako@1.0.11/lib/utils/strings.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/utils/strings.dew.js", "/npm:pako@1.0.11/lib/zlib/adler32.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/adler32.dew.js", "/npm:pako@1.0.11/lib/zlib/constants.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/constants.dew.js", "/npm:pako@1.0.11/lib/zlib/crc32.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/crc32.dew.js", "/npm:pako@1.0.11/lib/zlib/deflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/deflate.dew.js", "/npm:pako@1.0.11/lib/zlib/gzheader.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/gzheader.dew.js", "/npm:pako@1.0.11/lib/zlib/inffast.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inffast.dew.js", "/npm:pako@1.0.11/lib/zlib/inflate.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inflate.dew.js", "/npm:pako@1.0.11/lib/zlib/inftrees.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/inftrees.dew.js", "/npm:pako@1.0.11/lib/zlib/messages.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/messages.dew.js", "/npm:pako@1.0.11/lib/zlib/trees.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/trees.dew.js", "/npm:pako@1.0.11/lib/zlib/zstream.dew.js": "./resources/vendor/dev-jspm-io/npm_pako@1-0-11/lib/zlib/zstream.dew.js", "/npm:pako@1.0?dew": "./resources/vendor/dev-jspm-io/npm_pako@1.0.js", "/npm:set-immediate-shim@1.0.1/index.dew.js": "./resources/vendor/dev-jspm-io/npm_set-immediate-shim@1-0-1/index.dew.js", "/npm:set-immediate-shim@1.0?dew": "./resources/vendor/dev-jspm-io/npm_set-immediate-shim@1.0.js"}}} +{"imports": {"@bjorn3/browser_wasi_shim": "https://esm.sh/v113/@bjorn3/browser_wasi_shim@0.2.7/es2022/browser_wasi_shim.mjs", "@hls.js": "https://esm.sh/v113/hls.js@1.3.5/es2022/hls.mjs", "@xterm": "https://esm.sh/v113/xterm@5.1.0/es2022/xterm.mjs", "@xterm/addon-fit": "https://esm.sh/v113/xterm-addon-fit@0.7.0/es2022/xterm-addon-fit.mjs", "@esbuild": "https://deno.land/x/esbuild@v0.18.17/mod.js", "@esbuild/deno": "https://deno.land/x/esbuild_deno_loader@0.6.0/mod.ts", "xeact": "https://xena.greedo.xeserv.us/pkg/xeact/v0.70.0/xeact.ts", "xeact/jsx-runtime": "https://xena.greedo.xeserv.us/pkg/xeact/v0.70.0/jsx-runtime.js", "@/": "./", "./": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/"}} +{"imports": {}} +{"imports": {"$/": "./src/", "fs": "https://deno.land/std@0.178.0/mod.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "@deno-deploy/data-access-todos": "./libs/data-access-todos/mod.ts", "@deno-deploy/model-todos": "./libs/model-todo/src/mod.ts"}} +{"imports": {"canvas/": "https://deno.land/x/canvas@v1.4.1/"}} +{"imports": {"deco-sites/poc-wdm/": "./", "deco-sites/fashion/": "./", "$store/": "./", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.12.2/", "$live/": "https://denopkg.com/deco-cx/live@1.17.5/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.0/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "std/": "https://deno.land/std@0.190.0/", "partytown/": "https://denopkg.com/deco-cx/partytown@0.4.0/", "daisyui": "npm:daisyui@3.0.3"}} +{"imports": {"@/": "./", "@twind": "./util/twind.ts", "$fresh/": "https://fresh.deno.dev/@1.0.0-rc.4/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.1.20?deps=preact@10.8.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$prism": "https://esm.sh/prismjs@1.27.0", "$prism/": "https://esm.sh/prismjs@1.27.0/", "$twas": "https://esm.sh/twas@2.1.2", "$emoji": "https://deno.land/x/emoji@0.1.2/mod.ts", "$std/": "https://deno.land/std@0.143.0/", "$gfm": "https://deno.land/x/gfm@0.1.20/mod.ts", "$fuse/": "https://deno.land/x/fuse@v6.4.1/dist/", "$he": "https://esm.sh/he@1.2.0", "$pretty_bytes": "https://deno.land/x/pretty_bytes@v1.0.5/mod.ts", "$router": "https://crux.land/router@0.0.12", "$ga4": "https://raw.githubusercontent.com/denoland/ga4/main/mod.ts", "$ga": "https://deno.land/x/g_a@0.1.2/mod.ts", "$oak_commons": "https://deno.land/x/oak_commons@0.1.1/negotiation.ts", "$doc_components/": "https://raw.githubusercontent.com/denoland/doc_components/829d636f5d9ed9ff722d6a8c2132427e2b044ada/", "$deno_doc/": "https://deno.land/x/deno_doc@v0.34.0/lib/"}} +{"imports": {"/internal/": "../internal/", "/types/": "../types/", "/build/": "../build/", "/deps.ts": "../deps.ts", "pkger": "../internal/app/moviematch/util/pkger.ts"}} +{"imports": {"http/": "https://deno.land/std@0.177.0/http/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.15.0", "langchain/": "https://esm.sh/langchain@0.0.52/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "@preact/signals-core": "https://esm.sh/v122/@preact/signals-core@1.2.3", "@preact/signals": "https://esm.sh/v122/*@preact/signals@1.1.5", "@twind/core": "https://esm.sh/v122/*@twind/core@1.1.3", "@twind/preset-tailwind": "https://esm.sh/v122/*@twind/preset-tailwind@1.1.4", "@twind/preset-tailwind/": "https://esm.sh/v122/*@twind/preset-tailwind@1.1.4/", "immer": "https://esm.sh/v122/immer@9.0.21", "immer/": "https://esm.sh/v122/immer@9.0.21/", "preact-render-to-string": "https://esm.sh/v122/*preact-render-to-string@5.2.6", "preact-render-to-string/": "https://esm.sh/v122/*preact-render-to-string@5.2.6/", "preact-transitioning": "https://esm.sh/v122/*preact-transitioning@1.4.0", "preact": "https://esm.sh/v122/preact@10.13.2", "preact/": "https://esm.sh/v122/preact@10.13.2/", "twind": "https://esm.sh/v122/*twind@0.16.19", "twind/": "https://esm.sh/v122/*twind@0.16.19/"}, "scopes": {"https://esm.sh/v115/": {"csstype": "https://esm.sh/v115/csstype@3.1.2", "preact-merge-refs": "https://esm.sh/v115/preact-merge-refs@1.0.2"}, "https://esm.sh/v122/": {"csstype": "https://esm.sh/v122/csstype@3.1.2", "htmlparser2": "https://esm.sh/v122/htmlparser2@6.1.0", "preact-merge-refs": "https://esm.sh/v122/preact-merge-refs@1.0.2", "pretty-format": "https://esm.sh/v122/pretty-format@3.8.0", "style-vendorizer": "https://esm.sh/v122/style-vendorizer@2.2.3"}}} +{"imports": {"std/": "https://deno.land/std@0.162.0/"}} +{"imports": {"https://deno.land/x/lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@bab0ca3830881266fa0052123aaacf1de7e8a689/", "lume": "https://cdn.jsdelivr.net/gh/lumeland/lume@bab0ca3830881266fa0052123aaacf1de7e8a689/mod.ts", "lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@bab0ca3830881266fa0052123aaacf1de7e8a689/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@/utils/grafbase": "./utils/grafbase.ts"}} +{"imports": {"std/": "https://deno.land/std@0.108.0/"}} +{"imports": {"react": "https://esm.sh/react@18.0.0?dev&pin=v77", "react-dom": "https://esm.sh/react-dom@18.0.0?dev&pin=v77", "react-dom/server": "https://esm.sh/react-dom@18.0.0/server?dev&pin=v77", "@testing-library/react": "https://esm.sh/@testing-library/react@13.0.0/pure?dev&pin=v77", "@testing-library/react-hooks": "https://esm.sh/@testing-library/react-hooks/native/pure?dev&pin=v77&deps=react@18.0.0,react-test-renderer@18.0.0", "https://deno.land/x/atomic_ui_react@$VERSION/": "./"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "storyblok-js-client": "https://esm.sh/storyblok-js-client@4.5.6", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "frontmatter": "https://deno.land/x/frontmatter@v0.1.5/mod.ts", "path": "https://deno.land/std@0.150.0/path/mod.ts", "@/": "./"}} +{"imports": {"https://deno.land/std@$STD_VERSION/": "./", "https://deno.land/std@0.104.0/": "./"}} +{"imports": {"$std/": "https://deno.land/std@0.148.0/", "$x/": "https://deno.land/x/", "alosaur/": "https://deno.land/x/alosaur@v0.37.0/", "class-transformer": "https://npm.tfl.dev/class-transformer", "@supabase/": "https://npm.tfl.dev/@supabase/"}} +{"imports": {"@type-challenges/utils": "npm:@type-challenges/utils", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts", "dnt": "https://deno.land/x/dnt@0.33.0/mod.ts", "std/": "https://deno.land/std@0.179.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "@twind": "./utils/twind.ts", "$std/": "https://deno.land/std@0.187.0/", "mongo": "https://deno.land/x/mongo@v0.30.0/mod.ts", "datetime": "https://deno.land/std@$STD_VERSION/datetime/mod.ts"}} +{"imports": {"~/": "./src/", "@test/": "./test/", "~trusted/": "./src/trusted/", "~untrusted/": "./src/untrusted/", "@dist/": "./dist/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.3/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/", "slack-web-api-client/": "https://deno.land/x/slack_web_api_client@0.3.1/"}} +{"imports": {"std/": "https://deno.land/std@0.168.0/"}} +{"imports": {"std/fs": "https://deno.land/std@0.149.0/fs/mod.ts", "std/io": "https://deno.land/std@0.149.0/io/mod.ts", "std/flags": "https://deno.land/std@0.149.0/flags/mod.ts", "std/encoding/": "https://deno.land/std@0.149.0/encoding/", "keypress/": "https://deno.land/x/keypress@0.0.8/", "/": "./", "./": "./"}} +{"imports": {"std/": "https://deno.land/std@0.184.0/", "twi/": "https://deno.land/x/twi@1.2.2/", "mongo/": "https://deno.land/x/mongo@v0.31.2/", "envalid/": "https://deno.land/x/envalid@0.1.2/", "oak/": "https://deno.land/x/oak@v12.2.0/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.161.0/"}} +{"imports": {"dotenv": "https://deno.land/std@0.154.0/dotenv/mod.ts", "envalid": "https://deno.land/x/envalid@0.1.2/mod.ts", "server": "https://deno.land/std@0.154.0/http/server.ts", "grammy/": "https://deno.land/x/grammy@v1.11.1/", "hydrate": "https://deno.land/x/grammy_hydrate@v1.2.0/mod.ts", "mongo": "https://deno.land/x/mongo@v0.30.1/mod.ts", "conversations": "https://deno.land/x/grammy_conversations@v1.0.2/mod.ts", "i18n": "https://deno.land/x/grammy_i18n@v1.0.1/mod.ts", "mongo_sessions": "https://deno.land/x/grammy_storages@v2.0.1/mongodb/src/mod.ts", "deno_cron": "https://deno.land/x/deno_cron@v1.0.0/cron.ts"}} +{"imports": {"base-endecoder": "./node_modules/base-endecoder/source/baseEndecoder.js", "whichever-data": "./node_modules/whichever-data/source/whicheverData.js", "bit-consumer": "./node_modules/bit-consumer/source/bitConsumer.js"}} +{"imports": {"crypto": "https://deno.land/std@0.153.0/node/crypto.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"hyper-connect": "https://x.nest.land/hyper-connect@0.1.9/deno/mod.ts", "ramda": "https://cdn.skypack.dev/ramda@^0.27.1", "crocks": "https://cdn.skypack.dev/crocks@^0.12.4"}} +{"imports": {"@/": "./src/", "dotenv/": "https://deno.land/x/dotenv@v3.2.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@components": "./components/index.ts", "@utils": "./utils/index.ts"}} +{"imports": {"std/http/": "https://deno.land/std@0.192.0/http/", "octokit": "https://esm.sh/octokit@3.1.0?dts", "@octokit/webhooks-types": "https://esm.sh/@octokit/webhooks-types@7.2.0"}} +{"imports": {"std/server": "https://deno.land/std@0.177.0/http/server.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1"}} +{"imports": {"https://deno.land/x/gelatin/mod.ts": "./mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "supabase": "https://esm.sh/@supabase/supabase-js@2.4.0?target=es2022", "supabase/": "https://esm.sh/@supabase/supabase-js@2.4.0?target=es2022/", "icons/": "https://deno.land/x/react_icons@0.2.3/fa/mod.ts/"}} +{"imports": {"dnt/": "https://deno.land/x/dnt@0.31.0/"}} +{"imports": {"@unocss/": "https://deno.land/x/aleph@1.0.0-alpha.71/lib/@unocss/", "aleph/": "https://deno.land/x/aleph@1.0.0-alpha.71/", "aleph/server": "https://deno.land/x/aleph@1.0.0-alpha.71/server/mod.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-alpha.71/framework/react/mod.ts", "react": "https://esm.sh/react@18.1.0", "react-dom": "https://esm.sh/react-dom@18.1.0", "react-dom/": "https://esm.sh/react-dom@18.1.0/", "APIHandler": "https://deno.land/x/aleph/types.d.ts", "aleph/type": "https://deno.land/x/aleph@1.0.0-alpha.71/types.d.ts"}, "scopes": {}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$live/": "https://deno.land/x/live@0.2.0/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$live/": "https://deno.land/x/live@0.4.11/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"testing/": "https://deno.land/std@0.90.0/testing/", "path/": "https://deno.land/std@0.90.0/path/", "async/": "https://deno.land/std@0.90.0/async/", "oak/": "https://deno.land/x/oak/", "dotenv/": "https://deno.land/x/dotenv@v2.0.0/"}} +{"imports": {"oak": "https://deno.land/x/oak/mod.ts", "colors": "https://deno.land/std@0.165.0/fmt/colors.ts", "mongoose": "npm:mongoose@^6.7", "validation": "https://deno.land/x/validation/mod.ts", "dotenv": "https://deno.land/x/dotenv/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "src/": "./src/", "x/": "https://deno.land/x/", "t/": "./src/types/", "std/": "https://deno.land/std@0.162.0/", "bench/": "./benchmarks/"}} +{"imports": {"https://deno.land/x/get_event_listeners/": "./", "https://deno.land/std/": "https://deno.land/std@0.190.0/"}} +{"imports": {"hono": "https://deno.land/x/hono@v3.1.5/mod.ts", "hono/": "https://deno.land/x/hono@v3.1.5/", "deno/server": "https://deno.land/std@0.182.0/http/server.ts", "hono/utils/http-status": "https://deno.land/x/hono@v3.1.5/utils/http-status.ts", "dotenv/load": "https://deno.land/std@0.182.0/dotenv/load.ts", "hono/adapter": "https://deno.land/x/hono@v3.1.5/adapter.ts", "hono/middleware": "https://deno.land/x/hono@v3.1.5/middleware.ts", "eventsource-parser": "npm:eventsource-parser@1.0.0"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "mdx": "https://esm.sh/@mdx-js/mdx@2.0.0-ci.53?target=deno", "mdx2": "https://esm.sh/@mdx-js/mdx@2.0.0", "base64": "https://deno.land/std@0.147.0/encoding/base64.ts", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"openai": "https://esm.sh/openai@3.2.1", "gpt3-tokenizer": "https://esm.sh/gpt3-tokenizer@1.1.5", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "stripe": "https://esm.sh/stripe@11.1.0?target=deno", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts", "common-tags": "https://esm.sh/common-tags@1.8.2"}} +{"imports": {"capi/": "https://capi.dev/@v0.1.0-beta.22/"}} +{"imports": {"fmt/": "https://deno.land/std@0.148.0/fmt/", "node/": "https://deno.land/std@0.148.0/node/", "testing/": "https://deno.land/std@0.148.0/testing/"}} +{"imports": {"webview": "https://deno.land/x/webview@0.7.5/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "denomailer": "https://deno.land/x/denomailer@1.6.0/mod.ts"}, "scopes": {"https://esm.sh/v106/": {"follow-redirects": "https://esm.sh/v106/follow-redirects@1.15.2", "form-data": "https://esm.sh/v106/form-data@4.0.0", "proxy-from-env": "https://esm.sh/v106/proxy-from-env@1.1.0"}}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "dotenv/": "https://deno.land/std@0.157.0/dotenv/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$hono/": "https://deno.land/x/hono@v3.2.7/", "$fresh_charts/": "https://deno.land/x/fresh_charts@0.2.1/"}} +{"imports": {"opine": "https://deno.land/x/opine@1.9.1/mod.ts", "opinehttpproxy": "https://deno.land/x/opineHttpProxy@2.9.1/mod.ts"}} +{"imports": {"https://deno.land/x/schema_js@$VERSION/": "./", "https://deno.land/std@$VERSION/": "https://deno.land/std@0.151.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "@twind/core": "https://esm.sh/@twind/core@1.1.3", "$std/": "https://deno.land/std@0.187.0/", "$gfm": "https://deno.land/x/gfm@0.2.3/mod.ts", "prismjs/": "https://esm.sh/prismjs@1.29.0/"}} +{"imports": {"server": "https://deno.land/std@0.122.0/http/server.ts", "gql": "https://deno.land/x/gql@1.1.0/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "hyper-connect": "https://x.nest.land/hyper-connect@0.1.10/deno/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.1.0/load.ts"}} +{"imports": {"bcrypt": "https://deno.land/x/bcrypt@v0.2.4/mod.ts", "cors": "https://deno.land/x/cors@v1.2.2/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.0.0/load.ts", "date-fns/add": "https://deno.land/x/date_fns@v2.22.1/add/index.ts", "date-fns/format": "https://deno.land/x/date_fns@v2.22.1/format/index.js", "date-fns/isBefore": "https://deno.land/x/date_fns@v2.22.1/isBefore/index.ts", "date-fns/max": "https://deno.land/x/date_fns@v2.22.1/max/index.ts", "date-fns/min": "https://deno.land/x/date_fns@v2.22.1/min/index.ts", "jsonwebtoken": "https://deno.land/x/djwt@v2.0/mod.ts", "lodash": "https://deno.land/x/deno_ts_lodash@0.0.1/mod.ts", "mongo": "https://deno.land/x/mongo@v0.28.0/mod.ts", "multipart-stream": "https://deno.land/x/multipart_stream@0.1.1/mod.ts", "nanoid": "https://deno.land/x/nanoid@v3.0.0/mod.ts", "oak": "https://deno.land/x/oak@v9.0.0/mod.ts", "/": "./", "./": "./"}} +{"imports": {"@sdk/": "./sdk/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "react-icons/fa": "https://deno.land/x/react_icons@0.2.3/fa/mod.ts", "$std/http": "https://deno.land/std@0.178.0/http/mod.ts", "smtp": "https://deno.land/x/denomailer@1.6.0/mod.ts"}} +{"imports": {"recast": "https://jspm.dev/npm:recast", "recast/": "https://jspm.dev/npm:recast/", "std/": "https://deno.land/std@0.141.0/"}} +{"imports": {"$fresh/": "../../", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "wouter-preact": "https://esm.sh/*wouter-preact@2.9.0", "wouter-preact/": "https://esm.sh/*wouter-preact@2.9.0/"}} +{"imports": {"https://deno.land/x/libxml2_xpath/": "../"}} +{"imports": {"@shared/": "../shared/"}} +{"imports": {"express": "npm:express@4.18.2", "supertest": "npm:supertest@6.3.3"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1"}} +{"imports": {"hono/": "https://deno.land/x/hono@v3.4.1/", "zod": "https://deno.land/x/zod@v3.20.5/mod.ts", "testing": "https://deno.land/std@0.152.0/testing/asserts.ts", "std/": "https://deno.land/std@0.174.0/", "$/": "./src/"}} +{"imports": {"std/": "https://deno.land/std@0.155.0/", "lume/": "https://deno.land/x/lume@v1.14.2/", "oi-lume-utils/": "https://cdn.jsdelivr.net/gh/open-innovations/oi-lume-utils@0.2.0-pre/", "oi-lume-charts/": "https://deno.land/x/oi_lume_charts@v0.2.1/"}} +{"imports": {"@/": "./", "@twind": "./helpers/twind.ts", "$fresh/": "https://deno.land/x/fresh@1.0.0-rc.2/", "preact": "https://esm.sh/preact@10.6.6", "preact/": "https://esm.sh/preact@10.6.6/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.1.20?deps=preact@10.6.6", "$twind": "https://esm.sh/twind@0.16.17", "$twind/": "https://esm.sh/twind@0.16.17/", "twind": "./utils/twind.ts", "twas": "https://esm.sh/twas@2.1.2", "$std/": "https://deno.land/std@0.144.0/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.3", "emojify": "https://esm.sh/@twuni/emojify@1.0.2", "$postgres": "https://deno.land/x/postgres@v0.16.1/mod.ts"}} +{"imports": {"@jell/": "./modded/jell-machine/src/"}, "scopes": {"./modded/jell-machine/": {"@core/": "./modded/jell-machine/src/core/", "@utils/": "./modded/jell-machine/src/utils/"}}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$logging/": "https://deno.land/x/fresh_logging@1.1.2/"}} +{"imports": {"$fresh/": "https://raw.githubusercontent.com/lucacasonato/fresh/main/", "preact": "https://esm.sh/preact@10.6.6", "preact/": "https://esm.sh/preact@10.6.6/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.1.20?deps=preact@10.6.6"}} +{"imports": {"dotenv/": "https://deno.land/x/dotenv@v3.1.0/", "http/": "https://deno.land/std@0.120.0/http/", "path/": "https://deno.land/std@0.120.0/path/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "showdown": "https://esm.sh/v104/*showdown@2.1.0"}, "scopes": {"https://esm.sh/v104/": {"commander": "https://esm.sh/v104/commander@9.5.0", "cosmiconfig": "https://esm.sh/v104/cosmiconfig@8.0.0", "cross-fetch": "https://esm.sh/v104/cross-fetch@3.1.5", "debug": "https://esm.sh/v104/debug@4.3.4", "devtools-protocol": "https://esm.sh/v104/devtools-protocol@0.0.1019158", "extract-zip": "https://esm.sh/v104/extract-zip@2.0.1", "https-proxy-agent": "https://esm.sh/v104/https-proxy-agent@5.0.1", "progress": "https://esm.sh/v104/progress@2.0.3", "proxy-from-env": "https://esm.sh/v104/proxy-from-env@1.1.0", "puppeteer-core": "https://esm.sh/v104/puppeteer-core@19.6.2", "recast": "https://esm.sh/v104/recast@0.12.9", "rimraf": "https://esm.sh/v104/rimraf@3.0.2", "tar-fs": "https://esm.sh/v104/tar-fs@2.1.1", "unbzip2-stream": "https://esm.sh/v104/unbzip2-stream@1.4.3", "ws": "https://esm.sh/v104/ws@8.8.1"}}} +{"imports": {"@/": "./", "$std/": "https://deno.land/std@0.178.0/", "axiom": "https://deno.land/x/axiom@v0.1.0alpha6/logger.ts", "doppler_client": "https://deno.land/x/doppler_client@0.2.1/mod.ts", "$fresh/": "https://deno.land/x/fresh@1.1.5/", "grammy": "https://deno.land/x/grammy@v1.14.1/mod.ts", "optionals": "https://deno.land/x/optionals@v3.0.0/mod.ts", "s3": "https://deno.land/x/s3_lite_client@0.4.0/mod.ts", "zod": "https://deno.land/x/zod@v3.21.0/mod.ts", "@grammyjs/types": "https://esm.sh/v114/@grammyjs/types@2.12.1", "@kvs/memorystorage": "https://esm.sh/v114/@kvs/memorystorage@2.1.3", "@planetscale/database": "https://esm.sh/v114/@planetscale/database@1.7.0", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "howler": "https://esm.sh/v114/howler@2.2.3", "js-cookie": "https://esm.sh/v114/js-cookie@3.0.1", "kysely-planetscale": "https://esm.sh/v114/*kysely-planetscale@1.3.0", "kysely": "https://esm.sh/v114/kysely@0.24.2", "kysely/": "https://esm.sh/v114/kysely@0.24.2/", "p-defer": "https://esm.sh/v114/p-defer@4.0.0", "preact-localstorage": "https://esm.sh/v114/preact-localstorage@1.0.2", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "preact-render-to-string/": "https://esm.sh/v114/*preact-render-to-string@5.2.6/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "fresh-openprops": "https://deno.land/x/fresh_openprops@1.0.1/mod.ts"}, "scopes": {"https://esm.sh/v114/": {"date-fns": "https://esm.sh/v114/date-fns@2.29.3", "date-fns/": "https://esm.sh/v114/date-fns@2.29.3/", "nanoid": "https://esm.sh/v114/nanoid@3.3.4", "picocolors": "https://esm.sh/v114/picocolors@1.0.0", "pretty-format": "https://esm.sh/v114/pretty-format@3.8.0", "read-cache": "https://esm.sh/v114/read-cache@1.0.0", "resolve": "https://esm.sh/v114/resolve@1.22.1", "source-map-js": "https://esm.sh/v114/source-map-js@1.0.2", "sugarss": "https://esm.sh/v114/*sugarss@4.0.1", "sugarss/": "https://esm.sh/v114/*sugarss@4.0.1/", "tiny-glob": "https://esm.sh/v114/tiny-glob@0.2.9", "tiny-glob/": "https://esm.sh/v114/tiny-glob@0.2.9/"}}} +{"imports": {"@hotwired/turbo-rails": "https://cdn.skypack.dev/@hotwired/turbo-rails@7.1.0"}} +{"imports": {"$std/": "https://deno.land/std@0.193.0/", "$fresh/": "https://deno.land/x/fresh@1.3.1/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "@libsql/client": "https://esm.sh/v129/*@libsql/client@0.3.1", "@libsql/client/": "https://esm.sh/v129/*@libsql/client@0.3.1/", "@twind/core": "https://esm.sh/v129/*@twind/core@1.1.3", "@twind/preset-autoprefix": "https://esm.sh/v129/*@twind/preset-autoprefix@1.0.7", "@twind/preset-container-queries": "https://esm.sh/v129/*@twind/preset-container-queries@1.0.7", "@twind/preset-tailwind": "https://esm.sh/v129/*@twind/preset-tailwind@1.1.4", "@twind/preset-tailwind/": "https://esm.sh/v129/*@twind/preset-tailwind@1.1.4/", "@twind/preset-typography": "https://esm.sh/v129/*@twind/preset-typography@1.0.7", "drizzle-kit": "https://esm.sh/v129/*drizzle-kit@0.19.11", "drizzle-orm": "https://esm.sh/v129/*drizzle-orm@0.27.2", "drizzle-orm/": "https://esm.sh/v129/*drizzle-orm@0.27.2/"}, "scopes": {"https://esm.sh/v129/": {"@drizzle-team/studio": "https://esm.sh/v129/@drizzle-team/studio@0.0.5", "@esbuild-kit/esm-loader": "https://esm.sh/v129/@esbuild-kit/esm-loader@2.5.5", "@libsql/hrana-client": "https://esm.sh/v129/@libsql/hrana-client@0.4.3", "better-sqlite3": "https://esm.sh/v129/better-sqlite3@8.5.0", "camelcase": "https://esm.sh/v129/camelcase@7.0.1", "chalk": "https://esm.sh/v129/chalk@5.3.0", "commander": "https://esm.sh/v129/commander@9.5.0", "csstype": "https://esm.sh/v129/csstype@3.1.2", "esbuild-register": "https://esm.sh/v129/esbuild-register@3.4.2", "esbuild": "https://esm.sh/v129/esbuild@0.18.16", "glob": "https://esm.sh/v129/glob@8.1.0", "hanji": "https://esm.sh/v129/hanji@0.0.5", "js-base64": "https://esm.sh/v129/js-base64@3.7.5", "json-diff": "https://esm.sh/v129/json-diff@0.9.0", "minimatch": "https://esm.sh/v129/minimatch@7.4.6", "style-vendorizer": "https://esm.sh/v129/style-vendorizer@2.2.3", "zod": "https://esm.sh/v129/zod@3.21.4"}}} +{"imports": {"std/testing/": "https://deno.land/std@0.170.0/testing/", "jsx-xml": "https://esm.sh/jsx-xml@0.2.3?bundle", "sift": "https://deno.land/x/sift@0.6.0/mod.ts", "esbuild": "https://deno.land/x/esbuild@v0.16.13/wasm.js", "markdown-it": "https://esm.sh/markdown-it@13.0.1", "@mdit-vue/plugin-title": "https://esm.sh/@mdit-vue/plugin-title@0.11.2"}} +{"imports": {"std/": "https://deno.land/std@0.167.0/"}} +{"imports": {"fmt/": "https://deno.land/std@0.156.0/fmt/", "lodash": "https://cdn.skypack.dev/lodash", "add": "./add.ts"}} +{"imports": {"react": "https://esm.sh/react@18", "jotai": "https://esm.sh/jotai@1.7.5", "jotai/utils": "https://esm.sh/jotai@1.7.5/utils"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "hono": "https://deno.land/x/hono@v3.0.1/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "@\ud83d\uddc3/": "./components/", "@\u51f9/": "./types/", "@\u2699/": "./libs/", "@\ud83c\udfdd/": "./islands/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.1/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "$sqlite/": "https://deno.land/x/sqlite/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.15.3/", "preact/jsx-runtime": "https://deno.land/x/lume@v1.15.3/deps/preact_runtime.ts", "preact": "https://deno.land/x/lume@v1.15.3/deps/preact.ts"}} +{"imports": {"deno/": "https://deno.land/std@0.122.0/", "keypress": "https://deno.land/x/keypress@0.0.7/mod.ts"}} +{"imports": {"$components/": "./components/", "$islands/": "./islands/", "$lib/": "./lib/", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"std/": "https://deno.land/std@0.156.0/", "$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "deta": "https://cdn.jsdelivr.net/gh/falentio/deta@v0.1.2/mod.ts", "~/": "./"}} +{"imports": {"@babel/runtime/helpers/esm/classPrivateFieldLooseBase": "https://unpkg.com/@babel/runtime/helpers/esm/classPrivateFieldLooseBase", "@babel/runtime/helpers/esm/classPrivateFieldLooseKey": "https://unpkg.com/@babel/runtime/helpers/esm/classPrivateFieldLooseKey", "@babel/runtime/helpers/esm/defineProperty": "https://unpkg.com/@babel/runtime/helpers/esm/defineProperty", "@substrate/ss58-registry": "https://unpkg.com/@substrate/ss58-registry/esm", "@polkadot/api": "https://unpkg.com/@polkadot/api/index.js", "@polkadot/api-augment": "https://unpkg.com/@polkadot/api-augment/index.js", "@polkadot/api-base": "https://unpkg.com/@polkadot/api-base/index.js", "@polkadot/api-base/packageInfo": "https://unpkg.com/@polkadot/api-base/packageInfo", "@polkadot/api-derive": "https://unpkg.com/@polkadot/api-derive/index.js", "@polkadot/api-derive/packageInfo": "https://unpkg.com/@polkadot/api-derive/packageInfo", "@polkadot/api/packageInfo": "https://unpkg.com/@polkadot/api/packageInfo", "@polkadot/keyring": "https://unpkg.com/@polkadot/keyring/index.js", "@polkadot/networks": "https://unpkg.com/@polkadot/networks/index.js", "@polkadot/networks/defaults": "https://unpkg.com/@polkadot/networks/defaults", "@polkadot/networks/interfaces": "https://unpkg.com/@polkadot/networks/interfaces", "@polkadot/types/interfaces/xcm/definitions": "https://unpkg.com/@polkadot/types/interfaces/xcm/definitions", "@polkadot/networks/packageInfo": "https://unpkg.com/@polkadot/networks/packageInfo", "@polkadot/rpc-core": "https://unpkg.com/@polkadot/rpc-core/index.js", "@polkadot/rpc-augment": "https://unpkg.com/@polkadot/rpc-augment/index.js", "@polkadot/rpc-core/packageInfo": "https://unpkg.com/@polkadot/rpc-core/packageInfo", "@polkadot/rpc-provider": "https://unpkg.com/@polkadot/rpc-provider/index.js", "@polkadot/rpc-provider/packageInfo": "https://unpkg.com/@polkadot/rpc-provider/packageInfo", "@polkadot/types": "https://unpkg.com/@polkadot/types/index.js", "@polkadot/types/primitive": "https://unpkg.com/@polkadot/types/primitive", "@polkadot/types/primitive/StorageKey": "https://unpkg.com/@polkadot/types/primitive/StorageKey", "@polkadot/types/interfaces/definitions": "https://unpkg.com/@polkadot/types/interfaces/definitions", "@polkadot/types-codec": "https://unpkg.com/@polkadot/types-codec/index.js", "@polkadot/types-codec/packageInfo": "https://unpkg.com/@polkadot/types-codec/packageInfo", "@polkadot/types-create": "https://unpkg.com/@polkadot/types-create/index.js", "@polkadot/types-create/packageInfo": "https://unpkg.com/@polkadot/types-create/packageInfo", "@polkadot/types-known": "https://unpkg.com/@polkadot/types-known/index.js", "@polkadot/types-known/packageInfo": "https://unpkg.com/@polkadot/types-known/packageInfo", "@polkadot/types-support/metadata/static-substrate": "https://unpkg.com/@polkadot/types-support/metadata/static-substrate", "@polkadot/types-augment": "https://unpkg.com/@polkadot/types-augment/index.js", "@polkadot/types-augment/registry/substrate": "https://unpkg.com/@polkadot/types-augment/registry/substrate", "@polkadot/types/packageInfo": "https://unpkg.com/@polkadot/types/packageInfo", "@polkadot/types/metadata/decorate/storage/getStorage": "https://unpkg.com/@polkadot/types/metadata/decorate/storage/getStorage", "@polkadot/util": "https://unpkg.com/@polkadot/util/index.js", "@polkadot/util/is/function": "https://unpkg.com/@polkadot/util/is/function.js", "@polkadot/util/packageInfo": "https://unpkg.com/@polkadot/util/packageInfo", "@polkadot/util-crypto": "https://unpkg.com/@polkadot/util-crypto/index.js", "@polkadot/util-crypto/packageInfo": "https://unpkg.com/@polkadot/util-crypto/packageInfo", "@polkadot/wasm-bridge": "https://unpkg.com/@polkadot/wasm-bridge/index.js", "@polkadot/wasm-bridge/packageInfo": "https://unpkg.com/@polkadot/wasm-bridge/packageInfo", "@polkadot/wasm-crypto": "https://jspm.dev/@polkadot/wasm-crypto@6.2.1", "@polkadot/wasm-util": "https://unpkg.com/@polkadot/wasm-util/index.js", "@polkadot/wasm-util/packageInfo": "https://unpkg.com/@polkadot/wasm-util/packageInfo", "@polkadot/wasm-crypto-init": "https://unpkg.com/@polkadot/wasm-crypto-init/wasm.js", "@polkadot/wasm-crypto-init/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-init/packageInfo", "@polkadot/wasm-crypto-asmjs": "https://unpkg.com/@polkadot/wasm-crypto-asmjs/index.js", "@polkadot/wasm-crypto-asmjs/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-asmjs/packageInfo", "@polkadot/wasm-crypto-wasm": "https://unpkg.com/@polkadot/wasm-crypto-wasm/index.js", "@polkadot/wasm-crypto-wasm/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-wasm/packageInfo", "@polkadot/x-bigint/shim": "https://unpkg.com/@polkadot/x-bigint/shim", "@polkadot/x-bigint": "https://unpkg.com/@polkadot/x-bigint/index.js", "@polkadot/x-fetch": "https://unpkg.com/@polkadot/x-fetch/browser.js", "@polkadot/x-global": "https://unpkg.com/@polkadot/x-global/index.js", "@polkadot/x-randomvalues": "https://unpkg.com/@polkadot/x-randomvalues/browser.js", "@polkadot/x-randomvalues/packageInfo": "https://unpkg.com/@polkadot/x-randomvalues/packageInfo", "https://jspm.dev/npm:@polkadot/x-textencoder@9.7.2": "https://unpkg.com/@polkadot/x-textencoder/browser.js", "https://jspm.dev/npm:@polkadot/x-textdecoder@9.7.2": "https://unpkg.com/@polkadot/x-textdecoder/browser.js", "@polkadot/x-textdecoder": "https://unpkg.com/@polkadot/x-textdecoder/browser.js", "@polkadot/x-textencoder": "https://unpkg.com/@polkadot/x-textencoder/browser.js", "@polkadot/x-ws": "https://unpkg.com/@polkadot/x-ws/browser.js", "@polkadot/apps-config": "https://unpkg.com/@polkadot/apps-config/index.js", "@polkadot/apps-config/endpoints": "https://unpkg.com/@polkadot/apps-config/endpoints", "@types/node": "https://unpkg.com/@types/node", "base-x": "https://jspm.dev/base-x", "base64-js": "https://jspm.dev/base64-js", "blakejs": "https://jspm.dev/blakejs", "bn.js": "https://jspm.dev/bn.js", "camelcase": "https://jspm.dev/camelcase", "micro-base": "https://jspm.dev/micro-base", "cmd": "https://deno.land/x/cmd/mod.ts", "commander": "https://jspm.dev/commander", "ed2curve": "https://jspm.dev/ed2curve", "lodash": "https://jspm.dev/lodash", "@scure/base": "https://jspm.dev/@scure/base", "@noble/secp256k1": "https://jspm.dev/@noble/secp256k1", "@noble/hashes/hmac": "https://jspm.dev/@noble/hashes/hmac", "@noble/hashes/pbkdf2": "https://jspm.dev/@noble/hashes/pbkdf2", "@noble/hashes/scrypt": "https://jspm.dev/@noble/hashes/scrypt", "@noble/hashes/blake2b": "https://jspm.dev/@noble/hashes/blake2b", "@noble/hashes/sha256": "https://jspm.dev/@noble/hashes/sha256", "@noble/hashes/sha512": "https://jspm.dev/@noble/hashes/sha512", "@noble/hashes/sha3": "https://jspm.dev/@noble/hashes/sha3", "elliptic": "https://jspm.dev/elliptic", "eventemitter3": "https://jspm.dev/eventemitter3", "figlet-promised": "https://jspm.dev/figlet-promised", "hash.js": "https://jspm.dev/hash.js", "ip-regex": "https://jspm.dev/ip-regex", "js-sha3": "https://jspm.dev/js-sha3", "node": "https://unpkg.com/@types/node", "rxjs": "https://jspm.dev/rxjs", "scryptsy": "https://jspm.dev/scryptsy", "tweetnacl": "https://jspm.dev/tweetnacl", "xxhashjs": "https://jspm.dev/xxhashjs"}} +{"imports": {"microstream": "https://deno.land/x/microstream@0.0.3/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.3/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.4/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/", "gbas/": "https://deno.land/x/gbas@0.4.2/", "mock_fetch/": "https://deno.land/x/mock_fetch@0.3.0/", "std/": "https://deno.land/std@0.193.0/", "easta": "https://esm.sh/v128/easta@7.0.0?target=deno", "tanzaku": "https://esm.sh/v128/tanzaku@1.2.1?target=deno"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.9.0/", "react": "https://esm.sh/react@18", "react-dom/": "https://esm.sh/react-dom@18/", "react-router": "https://esm.sh/react-router-dom@6"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "openai": "npm:openai", "env-loader": "https://deno.land/x/dotenv/load.ts"}} +{"imports": {"netlify:edge": "https://edge.netlify.com/index.ts", "lume/": "https://deno.land/x/lume@v1.15.1/"}} +{"imports": {"immutable": "https://unpkg.com/immutable@4.0.0-rc.12/dist/immutable.es.js"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "http": "https://deno.land/std@0.150.0/http/mod.ts"}} +{"imports": {"http/": "https://deno.land/std@0.175.0/http/", "wren/": "../../", "preact": "https://esm.sh/preact@10.11.3", "preact/": "https://esm.sh/preact@10.11.3/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.5?external=preact"}} +{"imports": {"std/": "https://deno.land/std/", "3rdparty/": "https://deno.land/x/", "src/": "../../src/", "../../src/index": "../../src/index.ts", "../../src/AutoPollConfigService": "../../src/AutoPollConfigService.ts", "../../src/ConfigCatCache": "../../src/ConfigCatCache.ts", "../../src/ConfigCatClient": "../../src/ConfigCatClient.ts", "../../src/ConfigCatClientOptions": "../../src/ConfigCatClientOptions.ts", "../../src/ConfigCatLogger": "../../src/ConfigCatLogger.ts", "../../src/ConfigFetcher": "../../src/ConfigFetcher.ts", "../../src/ConfigServiceBase": "../../src/ConfigServiceBase.ts", "../../src/DefaultEventEmitter": "../../src/DefaultEventEmitter.ts", "../../src/EventEmitter": "../../src/EventEmitter.ts", "../../src/FlagOverrides": "../../src/FlagOverrides.ts", "../../src/Hooks": "../../src/Hooks.ts", "../../src/LazyLoadConfigService": "../../src/LazyLoadConfigService.ts", "../../src/ManualPollConfigService": "../../src/ManualPollConfigService.ts", "../../src/Polyfills": "../../src/Polyfills.ts", "../../src/ProjectConfig": "../../src/ProjectConfig.ts", "../../src/RolloutEvaluator": "../../src/RolloutEvaluator.ts", "../../src/Semver": "../../src/Semver.ts", "../../src/Sha1": "../../src/Sha1.ts", "../../src/Utils": "../../src/Utils.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "shared_cors": "./_shared/cors.ts"}} +{"imports": {"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "Sentry": "https://deno.land/x/sentry_deno/main.ts", "jose": "https://deno.land/x/jose@v4.8.3/index.ts", "dotenv/load": "https://deno.land/x/dotenv@v3.2.2/load.ts"}} +{"imports": {"https://deno.land/x/http_fns/": "../"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.12.1/", "#plugins/": "./plugins/", "#types": "./src/_includes/types.ts", "#utils": "./src/_includes/utils/index.ts"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.180.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.43/", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.43/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.43/server/dev.ts", "aleph/plugins/deploy": "https://deno.land/x/aleph@1.0.0-beta.43/plugins/deploy.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.43/framework/react/mod.ts", "aleph/plugins/react": "https://deno.land/x/aleph@1.0.0-beta.43/framework/react/plugin.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "dotenv": "https://deno.land/std@0.183.0/dotenv/mod.ts", "@7-docs/edge": "https://esm.sh/@7-docs/edge@0.1.0", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.21.0", "react-markdown": "https://esm.sh/react-markdown@7.1.2?&no-dts&external=react,react-dom", "react-syntax-highlighter": "https://esm.sh/react-syntax-highlighter@15.5.0?no-dts&external=react,react-dom", "react-syntax-highlighter/": "https://esm.sh/react-syntax-highlighter@15.5.0&no-dts&external=react,react-dom/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.4.2/", "$std/": "https://deno.land/std@0.200.0/", "preact": "https://esm.sh/preact@10.17.1", "preact/": "https://esm.sh/preact@10.17.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.1", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "@twind/core": "https://esm.sh/@twind/core@1.1.3", "@twind/preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4", "@/": "./", "linkedom": "https://esm.sh/linkedom@0.15.1", "scrypt": "https://deno.land/x/scrypt@v4.2.1/mod.ts", "tabler_icons_tsx": "https://deno.land/x/tabler_icons_tsx@0.0.4", "tabler_icons_tsx/": "https://deno.land/x/tabler_icons_tsx@0.0.4/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.4/"}} +{"imports": {"preact": "https://esm.sh/preact@10.11.1", "preact/": "https://esm.sh/preact@10.11.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.5?external=preact", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "http/": "https://deno.land/std@0.159.0/http/", "fs": "https://deno.land/std@0.159.0/fs/mod.ts", "path": "https://deno.land/std@0.159.0/path/mod.ts", "wren": "https://deno.land/x/wren@0.4.0/mod.ts", "wren/": "https://deno.land/x/wren@0.4.0/", "kretes": "https://deno.land/x/kretes@0.2.0/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "evt": "https://deno.land/x/evt@v2.3.1/mod.ts", "logger": "https://deno.land/std@0.150.0/log/logger.ts", "zod": "https://deno.land/x/zod@v3.16.1/mod.ts", "~/": "./packages/", "~islands/": "./islands/", "~hooks": "./packages/shared/hooks.ts", "~features/": "./packages/features/", "~components/": "./packages/components/", "~logger": "./packages/shared/logger.ts", "~settings": "./packages/configs/settings.ts"}} +{"imports": {"@src/": "./src/", "$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "denodb": "https://deno.land/x/denodb@v1.0.40/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.15.2/", "prettier": "npm:prettier@3.0.0-alpha.4"}} +{"imports": {"fart/": "https://fart.deno.dev/ts/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "linkedom": "https://esm.sh/linkedom", "quick-lru": "https://esm.sh/quick-lru", "$singleton": "./singleton.ts", "$utils/": "./utils/", "$islands/": "./islands/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/"}} +{"imports": {"@twind": "./utils/twind.ts", "$fresh/": "https://deno.land/x/fresh@1.0.2/", "@mdx-js/mdx": "https://esm.sh/@mdx-js/mdx@2.1.3", "@mdx-js/preact": "https://esm.sh/@mdx-js/preact@2.1.3", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime", "remark-preset-lint-consistent": "https://esm.sh/remark-preset-lint-consistent@5.1.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "vfile-reporter": "https://esm.sh/vfile-reporter@7.0.4"}, "scopes": {}} +{"imports": {"~/": "./", "aleph/": "https://deno.land/x/aleph@v0.3.0-beta.19/", "aleph/types": "https://deno.land/x/aleph@v0.3.0-beta.19/types.d.ts", "aleph/web": "https://deno.land/x/aleph@v0.3.0-beta.19/framework/core/mod.ts", "aleph/react": "https://deno.land/x/aleph@v0.3.0-beta.19/framework/react/mod.ts", "react": "https://esm.sh/react@17.0.2", "react-dom": "https://esm.sh/react-dom@17.0.2", "@component/": "./components/"}, "scopes": {}} +{"imports": {"/": "./", "std/": "https://deno.land/std@0.103.0/"}} +{"imports": {"@/": "./", "std/": "https://deno.land/std@0.192.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.44/", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/mod.ts", "aleph/plugins/react": "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/plugin.ts", "aleph/plugins/deploy": "https://deno.land/x/aleph@1.0.0-beta.44/plugins/deploy.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.44/server/dev.ts", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.44/server/mod.ts", "react-dom": "https://esm.sh/v126/*react-dom@18.2.0", "react-dom/": "https://esm.sh/v126/*react-dom@18.2.0/", "react": "https://esm.sh/v126/react@18.2.0", "showdown": "https://esm.sh/v126/*showdown@2.1.0"}, "scopes": {"https://esm.sh/v126/": {"commander": "https://esm.sh/v126/commander@9.5.0", "loose-envify": "https://esm.sh/v126/loose-envify@1.4.0", "scheduler": "https://esm.sh/v126/scheduler@0.23.0"}}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.3", "preact/": "https://esm.sh/preact@10.11.3/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.6?deps=preact@10.11.3", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "denodb": "https://raw.githubusercontent.com/joeldesante/denodb/master/mod.ts"}} +{"imports": {"asserts": "https://deno.land/std@0.157.0/testing/asserts.ts", "sinon": "https://cdn.skypack.dev/sinon@14.0.0", "mock": "https://deno.land/std@0.157.0/testing/mock.ts", "zod": "https://deno.land/x/zod@v3.19.1/mod.ts"}} +{"imports": {"std/": "https://deno.land/std/", "rollup": "npm:rollup", "rollup/": "https://esm.sh/@rollup/", "rollup/plugin-esbuild": "npm:rollup-plugin-esbuild", "rollup/plugin-swc": "npm:rollup-plugin-swc3", "rollup/plugin-terser": "npm:@rollup/plugin-terser", "lume/": "https://deno.land/x/lume/"}} +{"imports": {"std/": "https://deno.land/std@0.117.0/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.17.4/", "sass/": "https://deno.land/x/sass@v0.3.0/"}} +{"imports": {"deco-sites/sena-fashion/": "./", "deco-sites/fashion/": "./", "$store/": "./", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.12.11/", "$live/": "https://denopkg.com/deco-cx/live@1.19.5/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.1/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "std/": "https://deno.land/std@0.190.0/", "partytown/": "https://denopkg.com/deco-cx/partytown@0.4.0/", "daisyui": "npm:daisyui@3.0.3"}} +{"imports": {"@cliffy/prompt": "https://deno.land/x/cliffy@v1.0.0-rc.3/prompt/mod.ts", "@cliffy/ansi": "https://deno.land/x/cliffy@v1.0.0-rc.3/ansi/mod.ts"}} +{"imports": {"fable-deno-http": "https://deno.land/std/http/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twind/colors": "https://esm.sh/twind@0.16.17/colors", "dayjs/": "https://esm.sh/dayjs@1.11.3/", "postgress": "https://deno.land/x/postgres@v0.16.1/mod.ts", "dotenv/": "https://deno.land/x/dotenv@v3.2.0/", "@db": "./utils/db.ts", "marked": "https://esm.sh/marked@4.0.17", "sanitize-html": "https://esm.sh/sanitize-html@2.7.0", "dompurify": "https://esm.sh/dompurify@2.3.8"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.13.2", "preact/": "https://esm.sh/preact@10.13.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "$std/": "https://deno.land/std@0.190.0/", "auth": "https://deno.land/x/deno_kv_oauth@v0.2.5/mod.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v10.6.0/mod.ts", "sleep": "https://deno.land/x/sleep@v1.2.1/mod.ts", "faker": "https://deno.land/x/deno_faker@v1.0.3/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.2.0/load.ts"}} +{"imports": {"sqlite3": "https://deno.land/x/sqlite3@0.8.0/mod.ts", "deno-sqlite": "https://deno.land/x/sqlite@v3.7.0/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "d3": "https://cdn.skypack.dev/d3", "ace-editor": "https://cdn.skypack.dev/@cedric05/preact-ace", "react-toggle": "https://cdn.skypack.dev/react-toggle", "gfm": "https://deno.land/x/gfm@0.1.22/mod.ts"}} +{"imports": {"oak": "https://deno.land/x/oak@v9.0.0/mod.ts", "react": "https://esm.sh/react@18.2.0", "react-router-dom": "https://esm.sh/react-router-dom@6.4.4", "dinosaurs": "./src/pages/types.ts", "/": "./", "./": "./"}} +{"imports": {"fmt/": "http://127.0.0.1:8000/fmt"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "denodb": "https://deno.land/x/denodb/mod.ts"}} +{"imports": {"testing/": "https://deno.land/std@0.70.0/testing/"}} +{"imports": {"bitmap": "https://deno.land/x/bitmap@v1.0.1/mod.ts", "dnt": "https://deno.land/x/dnt@0.35.0/mod.ts", "esbuild": "https://deno.land/x/esbuild@v0.17.19/mod.js", "esbuild_plugin_deno_loader": "https://deno.land/x/esbuild_deno_loader@0.7.0/mod.ts", "iso6393": "https://esm.sh/iso-639-3@3.0.1", "std/": "https://deno.land/std@0.187.0/", "node/": "https://deno.land/std@0.177.0/node/", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts"}} +{"imports": {"yaml": "https://deno.land/x/yaml@v2.1.1", "app-built/": "../../dist/"}} +{"imports": {"$fresh/": "https://denopkg.com/denoland/fresh@1.4.2/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "std/": "https://deno.land/std@0.190.0/", "partytown/": "https://deno.land/x/partytown@0.3.4/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.22.0/", "deco/": "https://deno.land/x/deco@1.34.6/"}} +{"imports": {"preact": "https://esm.sh/preact@10.8.1", "motor": "https://deno.land/x/motor@v1.0.2/mod.ts"}} +{"imports": {"@/": "./", "dotenv/": "https://deno.land/std@0.190.0/dotenv/", "polkadot": "https://deno.land/x/polkadot@0.2.41", "polkadot/": "https://deno.land/x/polkadot@0.2.41/", "io/": "https://deno.land/std@0.190.0/io/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "std/": "https://deno.land/std@0.192.0/", "preact": "https://esm.sh/v111/preact@10.11.0", "preact/": "https://esm.sh/v111/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/v111/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v111/twind@0.16.17", "twind/": "https://esm.sh/v111/twind@0.16.17/", "dotenv": "https://deno.land/x/dotenv@v3.2.0/mod.ts", "postgres": "https://deno.land/x/postgresjs@v3.2.4/mod.js", "zod": "https://deno.land/x/zod@v3.18.0/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "$gfm/": "https://deno.land/x/gfm@0.2.1/", "$std/": "https://deno.land/std@0.181.0/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"@aqua/": "../"}} +{"imports": {"ramda": "https://cdn.skypack.dev/ramda@0.28.0?dts", "asserts": "https://deno.land/std@0.122.0/testing/asserts.ts", "crocks": "https://cdn.skypack.dev/crocks@v0.12.4"}} +{"imports": {"path/": "https://deno.land/std@0.53.0/path/", "http/": "https://deno.land/std@0.53.0/http/", "testing/": "https://deno.land/std@0.53.0/testing/", "dejs/": "https://deno.land/x/dejs@0.7.0/"}} +{"imports": {"std/": "https://deno.land/std@0.186.0/", "$fresh/": "https://deno.land/x/fresh@1.1.5/", "postcss/": "https://deno.land/x/postcss@8.4.16/", "@clerk/clerk-js": "https://esm.sh/@clerk/clerk-js@4.39.0/", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "jose": "https://esm.sh/jose@4.14.4", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/"}, "scopes": {}} +{"imports": {"$fresh/": "https://raw.githubusercontent.com/lucacasonato/fresh/main/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"flat": "https://deno.land/x/flat@0.0.15/mod.ts", "xml/": "https://deno.land/x/xml@2.1.1/", "deno_dom/": "https://deno.land/x/deno_dom@v0.1.38/"}} +{"imports": {"cherry-cljs/cljs.core.js": "https://cdn.jsdelivr.net/npm/cherry-cljs@0.0.0-alpha.29/cljs.core.js"}} +{"imports": {"$start/": "./", "$live/": "https://deno.land/x/live@0.4.5/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "partytown/": "https://deno.land/x/partytown@0.2.0/", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"@dagger.io/dagger": "https://esm.sh/v128/*@dagger.io/dagger@0.6.3", "fluent_gitlab_ci": "https://deno.land/x/fluent_gitlab_ci@v0.3.2/mod.ts", "fluent_github_actions": "https://deno.land/x/fluent_github_actions@v0.2.1/mod.ts", "url": "node:url", "readline": "node:readline", "process": "node:process", "path": "node:path", "os": "node:os", "fs": "node:fs", "crypto": "node:crypto"}, "scopes": {"https://esm.sh/v128/": {"@lifeomic/axios-fetch": "https://esm.sh/v128/@lifeomic/axios-fetch@3.0.1", "adm-zip": "https://esm.sh/v128/adm-zip@0.5.10", "env-paths": "https://esm.sh/v128/env-paths@3.0.0", "execa": "https://esm.sh/v128/execa@7.1.1", "graphql-request": "https://esm.sh/v128/graphql-request@6.1.0", "graphql-tag": "https://esm.sh/v128/graphql-tag@2.12.6", "graphql": "https://esm.sh/v128/graphql@16.7.1", "node-color-log": "https://esm.sh/v128/node-color-log@10.0.2", "node-fetch": "https://esm.sh/v128/node-fetch@3.3.1", "tar": "https://esm.sh/v128/tar@6.1.15"}}} +{"imports": {"$std/": "https://deno.land/std@0.195.0/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$gfm": "https://deno.land/x/gfm@0.1.26/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "whisper/": "https://deno.land/x/whisper@0.1.2/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "evt": "https://deno.land/x/evt/mod.ts", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "callapp-lib": "https://esm.sh/callapp-lib@3.5.3"}} +{"imports": {"lodash": "https://cdn.skypack.dev/lodash"}} +{"imports": {"#bundler": "./src/bundler.ts", "#deps": "./src/deps.deno.ts", "#on-demand-bundler": "./mod.ts", "#plugins": "./src/plugins.deno.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/hooks": "https://esm.sh/preact@10.11.0/hooks"}} +{"imports": {"atoms/": "./components/atoms/", "icons": "./components/atoms/icons/index.ts", "atoms": "./components/atoms/index.ts", "patterns": "./components/atoms/patterns/index.ts", "molecules": "./components/molecules/index.ts", "organisms": "./components/organisms/index.ts", "sections": "./components/sections/index.ts", "data": "./data/index.ts", "islands/": "./islands/", "utils/": "./utils/", "utils": "./utils/index.ts", "preact-global-state": "https://esm.sh/*@ekwoka/preact-global-state@2.0.0", "@ekwoka/spotify-api": "https://esm.sh/@ekwoka/spotify-api@0.16.1", "@heroicons": "https://esm.sh/*preact-heroicons@2.0.13", "react": "https://esm.sh/preact@10.11.3/compat", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}, "scopes": {}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.11.1/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@0.2.1/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$store/": "./", "$live/": "https://deno.land/x/live@0.5.1/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"deco-sites/eicomorg/": "./", "deco-sites/fashion/": "./", "$store/": "./", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.9.29/", "$live/": "https://denopkg.com/deco-cx/live@1.9.20/", "$fresh/": "https://denopkg.com/denoland/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.2", "preact/": "https://esm.sh/preact@10.13.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.0.2", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.2.3", "std/": "https://deno.land/std@0.181.0/", "partytown/": "https://denopkg.com/deco-cx/partytown@0.3.0/"}} +{"imports": {"site": "./_config.ts", "plugins/": "./_plugins/", "components/": "./_components/", "libs/": "./_libs/", "meta": "./_meta/mod.ts", "lume": "https://deno.land/x/lume@v1.5.1/mod.ts", "lume/": "https://deno.land/x/lume@v1.5.1/", "nano": "https://deno.land/x/nano_jsx@v0.0.29/mod.ts", "nano/": "https://deno.land/x/nano_jsx@v0.0.29/", "nano/jsx-runtime": "https://deno.land/x/nano_jsx@v0.0.29/jsx-runtime/index.ts", "std/": "https://deno.land/std@0.120.0/", "dayjs": "https://esm.sh/dayjs@1.10.7"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.145.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-alpha.80/", "aleph/server": "https://deno.land/x/aleph@1.0.0-alpha.80/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-alpha.80/server/dev.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-alpha.80/framework/react/mod.ts", "react": "https://esm.sh/react@18.1.0", "react-dom": "https://esm.sh/react-dom@18.1.0", "react-dom/": "https://esm.sh/react-dom@18.1.0/"}, "scopes": {}} +{"imports": {"@/": "./", "lodash": "https://cdn.skypack.dev/lodash-es@^4.17.15", "deepmergets": "https://deno.land/x/deepmergets@v4.2.1/dist/deno/index.ts", "deno-dom": "https://deno.land/x/deno_dom@v0.1.33-alpha/deno-dom-wasm.ts", "hono": "https://deno.land/x/hono@v3.0.1/mod.ts", "hono/middleware": "https://deno.land/x/hono@v3.0.1/middleware.ts", "http-server": "https://deno.land/std/http/server.ts"}} +{"imports": {"oak/": "https://deno.land/x/oak@v12.1.0/", "grammy/": "https://deno.land/x/grammy@v1.15.3/", "grammy_parse_mode/": "https://deno.land/x/grammy_parse_mode@1.5.0/", "marked": "https://deno.land/x/marked@1.0.1/mod.ts", "deno_dom": "https://deno.land/x/deno_dom@v0.1.36-alpha/deno-dom-wasm.ts"}} +{"imports": {"scrapbox": "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.5/userscript.ts", "scrapbox-std": "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.8/mod.ts", "react": "https://esm.sh/react@18.2.0", "react/": "https://esm.sh/react@18.2.0/", "react-dom": "https://esm.sh/v91/react-dom@18.2.0", "react-dom/": "https://esm.sh/v91/react-dom@18.2.0/", "esbuild": "https://deno.land/x/esbuild@v0.15.1/mod.js", "twind": "https://esm.sh/twind@0.16.17", "react-use": "https://esm.sh/react-use@17.4.0", "date-fns": "https://esm.sh/date-fns@2.29.1", "date-fns/": "https://esm.sh/date-fns@2.29.1/", "supabase": "https://esm.sh/@supabase/supabase-js@2.0.0-rc.10", "dotenv": "https://deno.land/x/dotenv@v3.2.0/load.ts"}} +{"imports": {"@/components": "./helpers/components.ts", "@/islands": "./helpers/islands.ts", "@/graphql": "../backend/themes/app/dist/graphql.ts", "@/utils": "./helpers/utils.ts", "@/types": "./utils/types.ts", "classnames": "https://esm.sh/classnames@2.3.2", "dotenv": "https://deno.land/std@0.145.0/dotenv/load.ts", "$fresh/": "https://deno.land/x/fresh@1.1.1/", "graphql": "https://esm.sh/graphql@16.6.0", "graphql-request": "https://esm.sh/graphql-request@5.0.0", "graphql-request/": "https://esm.sh/graphql-request@5.0.0/", "graphql-tag": "https://esm.sh/graphql-tag@2.12.6", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "xhr": "https://deno.land/x/xhr@0.1.0/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "remult": "https://cdn.skypack.dev/remult@latest?dts", "remult/remult-fresh": "https://cdn.skypack.dev/remult@latest/remult-fresh?dts", "https://deno.land/std/node/fs.ts": "https://deno.land/std@0.177.0/node/fs.ts"}} +{"imports": {"$fresh/": "https://raw.githubusercontent.com/lucacasonato/fresh/1b3c9f2569c5d56a6d37c366cb5940f26b7e131e/", "preact": "https://esm.sh/preact@10.10.0"}} +{"imports": {"@babel/runtime/helpers/esm/classPrivateFieldLooseBase": "https://unpkg.com/@babel/runtime/helpers/esm/classPrivateFieldLooseBase", "@babel/runtime/helpers/esm/classPrivateFieldLooseKey": "https://unpkg.com/@babel/runtime/helpers/esm/classPrivateFieldLooseKey", "@babel/runtime/helpers/esm/defineProperty": "https://unpkg.com/@babel/runtime/helpers/esm/defineProperty", "@substrate/ss58-registry": "https://unpkg.com/@substrate/ss58-registry/esm", "@polkadot/api": "https://unpkg.com/@polkadot/api/index.js", "@polkadot/api-derive": "https://unpkg.com/@polkadot/api-derive/index.js", "@polkadot/api-derive/packageInfo": "https://unpkg.com/@polkadot/api-derive/packageInfo", "@polkadot/api/packageInfo": "https://unpkg.com/@polkadot/api/packageInfo", "@polkadot/keyring": "https://unpkg.com/@polkadot/keyring/index.js", "@polkadot/networks": "https://unpkg.com/@polkadot/networks/index.js", "@polkadot/networks/defaults": "https://unpkg.com/@polkadot/networks/defaults", "@polkadot/networks/interfaces": "https://unpkg.com/@polkadot/networks/interfaces", "@polkadot/types/interfaces/xcm/definitions": "https://unpkg.com/@polkadot/types/interfaces/xcm/definitions", "@polkadot/networks/packageInfo": "https://unpkg.com/@polkadot/networks/packageInfo", "@polkadot/rpc-core": "https://unpkg.com/@polkadot/rpc-core/index.js", "@polkadot/rpc-augment": "https://unpkg.com/@polkadot/rpc-augment/index.js", "@polkadot/rpc-core/packageInfo": "https://unpkg.com/@polkadot/rpc-core/packageInfo", "@polkadot/rpc-provider": "https://unpkg.com/@polkadot/rpc-provider/index.js", "@polkadot/rpc-provider/packageInfo": "https://unpkg.com/@polkadot/rpc-provider/packageInfo", "@polkadot/types": "https://unpkg.com/@polkadot/types/index.js", "@polkadot/types/primitive": "https://unpkg.com/@polkadot/types/primitive", "@polkadot/types/primitive/StorageKey": "https://unpkg.com/@polkadot/types/primitive/StorageKey", "@polkadot/types/interfaces/definitions": "https://unpkg.com/@polkadot/types/interfaces/definitions", "@polkadot/types-codec": "https://unpkg.com/@polkadot/types-codec/index.js", "@polkadot/types-codec/packageInfo": "https://unpkg.com/@polkadot/types-codec/packageInfo", "@polkadot/types-create": "https://unpkg.com/@polkadot/types-create/index.js", "@polkadot/types-create/packageInfo": "https://unpkg.com/@polkadot/types-create/packageInfo", "@polkadot/types-known": "https://unpkg.com/@polkadot/types-known/index.js", "@polkadot/types-known/packageInfo": "https://unpkg.com/@polkadot/types-known/packageInfo", "@polkadot/types-support/metadata/static-substrate": "https://unpkg.com/@polkadot/types-support/metadata/static-substrate", "@polkadot/types/augment": "https://unpkg.com/@polkadot/types/augment", "@polkadot/types/packageInfo": "https://unpkg.com/@polkadot/types/packageInfo", "@polkadot/types/metadata/decorate/storage/getStorage": "https://unpkg.com/@polkadot/types/metadata/decorate/storage/getStorage", "@polkadot/util": "https://unpkg.com/@polkadot/util/index.js", "@polkadot/util/is/function": "https://unpkg.com/@polkadot/util/is/function.js", "@polkadot/util/packageInfo": "https://unpkg.com/@polkadot/util/packageInfo", "@polkadot/util-crypto": "https://unpkg.com/@polkadot/util-crypto/index.js", "@polkadot/util-crypto/packageInfo": "https://unpkg.com/@polkadot/util-crypto/packageInfo", "@polkadot/wasm-bridge": "https://unpkg.com/@polkadot/wasm-bridge/index.js", "@polkadot/wasm-bridge/packageInfo": "https://unpkg.com/@polkadot/wasm-bridge/packageInfo", "@polkadot/wasm-crypto": "https://jspm.dev/@polkadot/wasm-crypto", "@polkadot/wasm-util": "https://unpkg.com/@polkadot/wasm-util/index.js", "@polkadot/wasm-util/packageInfo": "https://unpkg.com/@polkadot/wasm-util/packageInfo", "@polkadot/wasm-crypto-init": "https://unpkg.com/@polkadot/wasm-crypto-init/wasm.js", "@polkadot/wasm-crypto-init/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-init/packageInfo", "@polkadot/wasm-crypto-asmjs": "https://unpkg.com/@polkadot/wasm-crypto-asmjs/index.js", "@polkadot/wasm-crypto-asmjs/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-asmjs/packageInfo", "@polkadot/wasm-crypto-wasm": "https://unpkg.com/@polkadot/wasm-crypto-wasm/index.js", "@polkadot/wasm-crypto-wasm/packageInfo": "https://unpkg.com/@polkadot/wasm-crypto-wasm/packageInfo", "@polkadot/x-bigint/shim": "https://unpkg.com/@polkadot/x-bigint/shim", "@polkadot/x-bigint": "https://unpkg.com/@polkadot/x-bigint/index.js", "@polkadot/x-fetch": "https://unpkg.com/@polkadot/x-fetch/browser.js", "@polkadot/x-global": "https://unpkg.com/@polkadot/x-global/index.js", "@polkadot/x-randomvalues": "https://unpkg.com/@polkadot/x-randomvalues/browser.js", "@polkadot/x-randomvalues/packageInfo": "https://unpkg.com/@polkadot/x-randomvalues/packageInfo", "@polkadot/x-textdecoder": "https://unpkg.com/@polkadot/x-textdecoder/browser.js", "@polkadot/x-textencoder": "https://unpkg.com/@polkadot/x-textencoder/browser.js", "@polkadot/x-ws": "https://unpkg.com/@polkadot/x-ws/browser.js", "@polkadot/apps-config": "https://unpkg.com/@polkadot/apps-config/index.js", "@polkadot/apps-config/endpoints": "https://unpkg.com/@polkadot/apps-config/endpoints", "@types/node": "https://unpkg.com/@types/node", "base-x": "https://jspm.dev/base-x", "base64-js": "https://jspm.dev/base64-js", "blakejs": "https://jspm.dev/blakejs", "bn.js": "https://jspm.dev/bn.js", "camelcase": "https://jspm.dev/camelcase", "micro-base": "https://jspm.dev/micro-base", "cmd": "https://deno.land/x/cmd/mod.ts", "commander": "https://jspm.dev/commander", "ed2curve": "https://jspm.dev/ed2curve", "lodash": "https://jspm.dev/lodash", "@scure/base": "https://jspm.dev/@scure/base", "@noble/secp256k1": "https://jspm.dev/@noble/secp256k1", "@noble/hashes/hmac": "https://jspm.dev/@noble/hashes/hmac", "@noble/hashes/pbkdf2": "https://jspm.dev/@noble/hashes/pbkdf2", "@noble/hashes/scrypt": "https://jspm.dev/@noble/hashes/scrypt", "@noble/hashes/blake2b": "https://jspm.dev/@noble/hashes/blake2b", "@noble/hashes/sha256": "https://jspm.dev/@noble/hashes/sha256", "@noble/hashes/sha512": "https://jspm.dev/@noble/hashes/sha512", "@noble/hashes/sha3": "https://jspm.dev/@noble/hashes/sha3", "elliptic": "https://jspm.dev/elliptic", "eventemitter3": "https://jspm.dev/eventemitter3", "figlet-promised": "https://jspm.dev/figlet-promised", "hash.js": "https://jspm.dev/hash.js", "ip-regex": "https://jspm.dev/ip-regex", "js-sha3": "https://jspm.dev/js-sha3", "node": "https://unpkg.com/@types/node", "rxjs": "https://jspm.dev/rxjs", "scryptsy": "https://jspm.dev/scryptsy", "tweetnacl": "https://jspm.dev/tweetnacl", "xxhashjs": "https://jspm.dev/xxhashjs"}} +{"imports": {"sift": "https://deno.land/x/sift@0.4.2/mod.ts", "gql": "https://deno.land/x/gql@1.1.0/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "hyper-connect": "https://x.nest.land/hyper-connect@0.1.9/deno/mod.ts", "dotenv": "https://deno.land/x/dotenv/mod.ts", "cuid": "https://deno.land/x/cuid/index.js", "hyper-connect-types": "https://x.nest.land/hyper-connect@0.1.9/deno/types.ts"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.180.0/", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.44/", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.44/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.44/server/dev.ts", "aleph/plugins/deploy": "https://deno.land/x/aleph@1.0.0-beta.44/plugins/deploy.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/mod.ts", "aleph/plugins/react": "https://deno.land/x/aleph@1.0.0-beta.44/framework/react/plugin.ts", "react": "https://esm.sh/v130/react@18.2.0", "react-dom": "https://esm.sh/v130/react-dom@18.2.0", "react-dom/": "https://esm.sh/v130/react-dom@18.2.0/"}, "scopes": {}} +{"imports": {"deno:http": "https://deno.land/std@0.162.0/http/mod.ts", "deno:dotenv/load": "https://deno.land/std@0.162.0/dotenv/load.ts", "grammy": "https://deno.land/x/grammy@v1.12.0/mod.ts", "grammy/storage": "https://deno.land/x/grammy_storages@v2.0.1/file/src/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.195.0/", "x/udibo_react_app/": "../", "x/oak/": "https://deno.land/x/oak@v12.6.0/", "x/esbuild/": "https://deno.land/x/esbuild@v0.18.12/", "x/esbuild_deno_loader/": "https://deno.land/x/esbuild_deno_loader@0.8.1/", "x/http_error/": "https://deno.land/x/http_error@0.7.0/", "npm/react": "https://esm.sh/react@18.2.0?target=deno&pin=v130", "npm/react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime?target=deno&pin=v130", "npm/react/jsx-dev-runtime": "https://esm.sh/react@18.2.0/jsx-dev-runtime?target=deno&pin=v130", "npm/react-dom/client": "https://esm.sh/react-dom@18.2.0/client?target=deno&pin=v130&deps=react@18.2.0", "npm/react-dom/server": "https://esm.sh/react-dom@18.2.0/server?target=deno&pin=v130&deps=react@18.2.0", "npm/react-error-boundary": "https://esm.sh/react-error-boundary@4.0.10?target=deno&pin=v130&deps=react@18.2.0,react-dom@18.2.0", "npm/react-router-dom": "https://esm.sh/react-router-dom@6.14.1?target=deno&pin=v130&deps=react@18.2.0,react-dom@18.2.0", "npm/react-router-dom/server": "https://esm.sh/react-router-dom@6.14.1/server?target=deno&pin=v130&deps=react@18.2.0,react-dom@18.2.0", "npm/react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?target=deno&pin=v130&deps=react@18.2.0,react-dom@18.2.0", "npm/serialize-javascript": "https://esm.sh/serialize-javascript@6.0.1?target=deno&pin=v130"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.159.0/", "oak/": "https://deno.land/x/oak@v11.1.0/", "cors/": "https://deno.land/x/cors@v1.2.2/", "xml/": "https://deno.land/x/xml@2.0.4/", "zod/": "https://deno.land/x/zod@v3.16.1/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.6/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "icons/": "https://deno.land/x/tabler_icons_tsx@0.0.2/tsx/", "std/": "https://deno.land/std@0.172.0/", "markdown": "https://deno.land/x/markdown@v2.0.0/mod.ts", "https://deno.land/std/encoding/_yaml/loader/loader.ts": "https://deno.land/std@0.179.0/encoding/_yaml/loader/loader.ts", "deno-util/": "https://pax.deno.dev/windchime-yk/deno-util@v1.6.2/"}} +{"imports": {"zod": "https://deno.land/x/zod@v3.21.4/mod.ts"}} +{"imports": {"amqplib": "https://esm.sh/amqplib@0.7", "dotenv": "https://dsr.edjopato.de/dotenv/^2.0.0/mod.ts", "grammy": "https://dsr.edjopato.de/grammy/^1.0.0/mod.ts", "kafkajs": "https://esm.sh/kafkajs@1", "knex": "https://esm.sh/knex@0.21?no-check", "lodash": "https://esm.sh/lodash@4", "luxon": "https://esm.sh/luxon@1", "nanoid": "https://esm.sh/nanoid@3", "nanoid-dictionary": "https://esm.sh/nanoid-dictionary@4", "objection": "https://esm.sh/objection@2?no-check", "pg": "https://esm.sh/pg@8", "transformer-throttler": "https://dsr.edjopato.de/grammy_transformer_throttler/^0.1.0/mod.ts", "uuid": "https://esm.sh/uuid@8", "constants/": "./src/constants/", "controllers/": "./src/controllers/", "models/": "./src/models/", "routes/": "./src/routes/", "services/": "./src/services/", "views/": "./src/views/", "utils/": "./src/utils/"}} +{"imports": {"hardbound": "../../mod.ts", "solid-js": "https://esm.sh/solid-js@1.6.9?target=esnext", "solid-js/": "https://esm.sh/solid-js@1.6.9&target=esnext/"}} +{"imports": {"@nodelib/fs.scandir": "./@nodelib/fs.scandir.ts", "@nodelib/fs.stat": "./@nodelib/fs.stat.ts", "@nodelib/fs.walk": "./@nodelib/fs.walk.ts", "@ts-morph/common": "./@ts-morph/common.ts", "ansi-regex": "./ansi-regex.ts", "ansi-styles": "./ansi-styles.ts", "balanced-match": "./balanced-match.ts", "brace-expansion": "./brace-expansion.ts", "braces": "./braces.ts", "cliui": "./cliui.ts", "code-block-writer": "./code-block-writer.ts", "color-convert": "./color-convert.ts", "color-name": "./color-name.ts", "concat-map": "./concat-map.ts", "copyfiles": "./copyfiles.ts", "core-util-is": "./core-util-is.ts", "emoji-regex": "./emoji-regex.ts", "escalade": "./escalade.ts", "fast-glob": "./fast-glob.ts", "fastq": "./fastq.ts", "fill-range": "./fill-range.ts", "fs.realpath": "./fs.realpath.ts", "get-caller-file": "./get-caller-file.ts", "glob": "./glob.ts", "glob-parent": "./glob-parent.ts", "inflight": "./inflight.ts", "inherits": "./inherits.ts", "is-extglob": "./is-extglob.ts", "is-fullwidth-code-point": "./is-fullwidth-code-point.ts", "is-glob": "./is-glob.ts", "is-number": "./is-number.ts", "isarray": "./isarray.ts", "merge2": "./merge2.ts", "micromatch": "./micromatch.ts", "minimatch": "./minimatch.ts", "mkdirp": "./mkdirp.ts", "noms": "./noms.ts", "once": "./once.ts", "path-browserify": "./path-browserify.ts", "path-is-absolute": "./path-is-absolute.ts", "picomatch": "./picomatch.ts", "process-nextick-args": "./process-nextick-args.ts", "queue-microtask": "./queue-microtask.ts", "readable-stream": "./readable-stream.ts", "require-directory": "./require-directory.ts", "reusify": "./reusify.ts", "run-parallel": "./run-parallel.ts", "safe-buffer": "./safe-buffer.ts", "string-width": "./string-width.ts", "string_decoder": "./string_decoder.ts", "strip-ansi": "./strip-ansi.ts", "through2": "./through2.ts", "to-regex-range": "./to-regex-range.ts", "ts-morph": "./ts-morph.ts", "tslib": "./tslib.ts", "untildify": "./untildify.ts", "util-deprecate": "./util-deprecate.ts", "wrap-ansi": "./wrap-ansi.ts", "wrappy": "./wrappy.ts", "xtend": "./xtend.ts", "y18n": "./y18n.ts", "yargs": "./yargs.ts", "yargs-parser": "./yargs-parser.ts"}, "scopes": {"./": {"./node_modules/@nodelib/fs.scandir/out/adapters/fs": "./node_modules/@nodelib/fs.scandir/out/adapters/fs.js", "./node_modules/@nodelib/fs.scandir/out/constants": "./node_modules/@nodelib/fs.scandir/out/constants.js", "./node_modules/@nodelib/fs.scandir/out/index": "./node_modules/@nodelib/fs.scandir/out/index.js", "./node_modules/@nodelib/fs.scandir/out/providers/async": "./node_modules/@nodelib/fs.scandir/out/providers/async.js", "./node_modules/@nodelib/fs.scandir/out/providers/common": "./node_modules/@nodelib/fs.scandir/out/providers/common.js", "./node_modules/@nodelib/fs.scandir/out/providers/sync": "./node_modules/@nodelib/fs.scandir/out/providers/sync.js", "./node_modules/@nodelib/fs.scandir/out/settings": "./node_modules/@nodelib/fs.scandir/out/settings.js", "./node_modules/@nodelib/fs.scandir/out/types/index": "./node_modules/@nodelib/fs.scandir/out/types/index.js", "./node_modules/@nodelib/fs.scandir/out/utils/fs": "./node_modules/@nodelib/fs.scandir/out/utils/fs.js", "./node_modules/@nodelib/fs.scandir/out/utils/index": "./node_modules/@nodelib/fs.scandir/out/utils/index.js", "./node_modules/@nodelib/fs.stat/out/adapters/fs": "./node_modules/@nodelib/fs.stat/out/adapters/fs.js", "./node_modules/@nodelib/fs.stat/out/index": "./node_modules/@nodelib/fs.stat/out/index.js", "./node_modules/@nodelib/fs.stat/out/providers/async": "./node_modules/@nodelib/fs.stat/out/providers/async.js", "./node_modules/@nodelib/fs.stat/out/providers/sync": "./node_modules/@nodelib/fs.stat/out/providers/sync.js", "./node_modules/@nodelib/fs.stat/out/settings": "./node_modules/@nodelib/fs.stat/out/settings.js", "./node_modules/@nodelib/fs.stat/out/types/index": "./node_modules/@nodelib/fs.stat/out/types/index.js", "./node_modules/@nodelib/fs.walk/out/index": "./node_modules/@nodelib/fs.walk/out/index.js", "./node_modules/@nodelib/fs.walk/out/providers/async": "./node_modules/@nodelib/fs.walk/out/providers/async.js", "./node_modules/@nodelib/fs.walk/out/providers/index": "./node_modules/@nodelib/fs.walk/out/providers/index.js", "./node_modules/@nodelib/fs.walk/out/providers/stream": "./node_modules/@nodelib/fs.walk/out/providers/stream.js", "./node_modules/@nodelib/fs.walk/out/providers/sync": "./node_modules/@nodelib/fs.walk/out/providers/sync.js", "./node_modules/@nodelib/fs.walk/out/readers/async": "./node_modules/@nodelib/fs.walk/out/readers/async.js", "./node_modules/@nodelib/fs.walk/out/readers/common": "./node_modules/@nodelib/fs.walk/out/readers/common.js", "./node_modules/@nodelib/fs.walk/out/readers/reader": "./node_modules/@nodelib/fs.walk/out/readers/reader.js", "./node_modules/@nodelib/fs.walk/out/readers/sync": "./node_modules/@nodelib/fs.walk/out/readers/sync.js", "./node_modules/@nodelib/fs.walk/out/settings": "./node_modules/@nodelib/fs.walk/out/settings.js", "./node_modules/@nodelib/fs.walk/out/types/index": "./node_modules/@nodelib/fs.walk/out/types/index.js", "./node_modules/@ts-morph/common/dist/ts-morph-common": "./node_modules/@ts-morph/common/dist/ts-morph-common.js", "./node_modules/@ts-morph/common/dist/typescript": "./node_modules/@ts-morph/common/dist/typescript.js", "./node_modules/@ts-morph/common/lib/ts-morph-common": "./node_modules/@ts-morph/common/lib/ts-morph-common.d.ts", "./node_modules/@ts-morph/common/lib/typescript": "./node_modules/@ts-morph/common/lib/typescript.d.ts", "./node_modules/ansi-regex/index": "./node_modules/ansi-regex/index.js", "./node_modules/ansi-styles/index": "./node_modules/ansi-styles/index.js", "./node_modules/balanced-match/index": "./node_modules/balanced-match/index.js", "./node_modules/brace-expansion/index": "./node_modules/brace-expansion/index.js", "./node_modules/braces/index": "./node_modules/braces/index.js", "./node_modules/braces/lib/compile": "./node_modules/braces/lib/compile.js", "./node_modules/braces/lib/constants": "./node_modules/braces/lib/constants.js", "./node_modules/braces/lib/expand": "./node_modules/braces/lib/expand.js", "./node_modules/braces/lib/parse": "./node_modules/braces/lib/parse.js", "./node_modules/braces/lib/stringify": "./node_modules/braces/lib/stringify.js", "./node_modules/braces/lib/utils": "./node_modules/braces/lib/utils.js", "./node_modules/cliui/build/index": "./node_modules/cliui/build/index.cjs", "./node_modules/cliui/build/lib/index": "./node_modules/cliui/build/lib/index.js", "./node_modules/cliui/build/lib/string-utils": "./node_modules/cliui/build/lib/string-utils.js", "./node_modules/cliui/index": "./node_modules/cliui/index.mjs", "./node_modules/code-block-writer/esm/comment_char": "./node_modules/code-block-writer/esm/comment_char.js", "./node_modules/code-block-writer/esm/mod": "./node_modules/code-block-writer/esm/mod.js", "./node_modules/code-block-writer/esm/utils/string_utils": "./node_modules/code-block-writer/esm/utils/string_utils.js", "./node_modules/code-block-writer/types/comment_char": "./node_modules/code-block-writer/types/comment_char.d.ts", "./node_modules/code-block-writer/types/mod": "./node_modules/code-block-writer/types/mod.d.ts", "./node_modules/code-block-writer/types/mod.test": "./node_modules/code-block-writer/types/mod.test.d.ts", "./node_modules/code-block-writer/types/utils/string_utils": "./node_modules/code-block-writer/types/utils/string_utils.d.ts", "./node_modules/code-block-writer/types/utils/string_utils.test": "./node_modules/code-block-writer/types/utils/string_utils.test.d.ts", "./node_modules/code-block-writer/types/_test.deps": "./node_modules/code-block-writer/types/_test.deps.d.ts", "./node_modules/code-block-writer/umd/comment_char": "./node_modules/code-block-writer/umd/comment_char.js", "./node_modules/code-block-writer/umd/mod": "./node_modules/code-block-writer/umd/mod.js", "./node_modules/code-block-writer/umd/utils/string_utils": "./node_modules/code-block-writer/umd/utils/string_utils.js", "./node_modules/color-convert/conversions": "./node_modules/color-convert/conversions.js", "./node_modules/color-convert/index": "./node_modules/color-convert/index.js", "./node_modules/color-convert/route": "./node_modules/color-convert/route.js", "./node_modules/color-name/index": "./node_modules/color-name/index.js", "./node_modules/concat-map/example/map": "./node_modules/concat-map/example/map.js", "./node_modules/concat-map/index": "./node_modules/concat-map/index.js", "./node_modules/concat-map/test/map": "./node_modules/concat-map/test/map.js", "./node_modules/copyfiles/index": "./node_modules/copyfiles/index.js", "./node_modules/copyfiles/node_modules/brace-expansion/index": "./node_modules/copyfiles/node_modules/brace-expansion/index.js", "./node_modules/copyfiles/node_modules/minimatch/minimatch": "./node_modules/copyfiles/node_modules/minimatch/minimatch.js", "./node_modules/copyfiles/test/test.fromNode": "./node_modules/copyfiles/test/test.fromNode.js", "./node_modules/core-util-is/lib/util": "./node_modules/core-util-is/lib/util.js", "./node_modules/emoji-regex/es2015/index": "./node_modules/emoji-regex/es2015/index.js", "./node_modules/emoji-regex/es2015/text": "./node_modules/emoji-regex/es2015/text.js", "./node_modules/emoji-regex/index": "./node_modules/emoji-regex/index.js", "./node_modules/emoji-regex/text": "./node_modules/emoji-regex/text.js", "./node_modules/escalade/dist/index": "./node_modules/escalade/dist/index.mjs", "./node_modules/escalade/index": "./node_modules/escalade/index.d.ts", "./node_modules/escalade/sync/index": "./node_modules/escalade/sync/index.mjs", "./node_modules/fast-glob/out/index": "./node_modules/fast-glob/out/index.js", "./node_modules/fast-glob/out/managers/patterns": "./node_modules/fast-glob/out/managers/patterns.js", "./node_modules/fast-glob/out/managers/tasks": "./node_modules/fast-glob/out/managers/tasks.js", "./node_modules/fast-glob/out/providers/async": "./node_modules/fast-glob/out/providers/async.js", "./node_modules/fast-glob/out/providers/filters/deep": "./node_modules/fast-glob/out/providers/filters/deep.js", "./node_modules/fast-glob/out/providers/filters/entry": "./node_modules/fast-glob/out/providers/filters/entry.js", "./node_modules/fast-glob/out/providers/filters/error": "./node_modules/fast-glob/out/providers/filters/error.js", "./node_modules/fast-glob/out/providers/matchers/matcher": "./node_modules/fast-glob/out/providers/matchers/matcher.js", "./node_modules/fast-glob/out/providers/matchers/partial": "./node_modules/fast-glob/out/providers/matchers/partial.js", "./node_modules/fast-glob/out/providers/provider": "./node_modules/fast-glob/out/providers/provider.js", "./node_modules/fast-glob/out/providers/stream": "./node_modules/fast-glob/out/providers/stream.js", "./node_modules/fast-glob/out/providers/sync": "./node_modules/fast-glob/out/providers/sync.js", "./node_modules/fast-glob/out/providers/transformers/entry": "./node_modules/fast-glob/out/providers/transformers/entry.js", "./node_modules/fast-glob/out/readers/reader": "./node_modules/fast-glob/out/readers/reader.js", "./node_modules/fast-glob/out/readers/stream": "./node_modules/fast-glob/out/readers/stream.js", "./node_modules/fast-glob/out/readers/sync": "./node_modules/fast-glob/out/readers/sync.js", "./node_modules/fast-glob/out/settings": "./node_modules/fast-glob/out/settings.js", "./node_modules/fast-glob/out/types/index": "./node_modules/fast-glob/out/types/index.js", "./node_modules/fast-glob/out/utils/array": "./node_modules/fast-glob/out/utils/array.js", "./node_modules/fast-glob/out/utils/errno": "./node_modules/fast-glob/out/utils/errno.js", "./node_modules/fast-glob/out/utils/fs": "./node_modules/fast-glob/out/utils/fs.js", "./node_modules/fast-glob/out/utils/index": "./node_modules/fast-glob/out/utils/index.js", "./node_modules/fast-glob/out/utils/path": "./node_modules/fast-glob/out/utils/path.js", "./node_modules/fast-glob/out/utils/pattern": "./node_modules/fast-glob/out/utils/pattern.js", "./node_modules/fast-glob/out/utils/stream": "./node_modules/fast-glob/out/utils/stream.js", "./node_modules/fast-glob/out/utils/string": "./node_modules/fast-glob/out/utils/string.js", "./node_modules/fastq/bench": "./node_modules/fastq/bench.js", "./node_modules/fastq/example": "./node_modules/fastq/example.mjs", "./node_modules/fastq/index": "./node_modules/fastq/index.d.ts", "./node_modules/fastq/queue": "./node_modules/fastq/queue.js", "./node_modules/fastq/test/example": "./node_modules/fastq/test/example.ts", "./node_modules/fastq/test/promise": "./node_modules/fastq/test/promise.js", "./node_modules/fastq/test/test": "./node_modules/fastq/test/test.js", "./node_modules/fill-range/index": "./node_modules/fill-range/index.js", "./node_modules/fs.realpath/index": "./node_modules/fs.realpath/index.js", "./node_modules/fs.realpath/old": "./node_modules/fs.realpath/old.js", "./node_modules/get-caller-file/index": "./node_modules/get-caller-file/index.js", "./node_modules/glob/common": "./node_modules/glob/common.js", "./node_modules/glob/glob": "./node_modules/glob/glob.js", "./node_modules/glob/node_modules/brace-expansion/index": "./node_modules/glob/node_modules/brace-expansion/index.js", "./node_modules/glob/node_modules/minimatch/minimatch": "./node_modules/glob/node_modules/minimatch/minimatch.js", "./node_modules/glob/sync": "./node_modules/glob/sync.js", "./node_modules/glob-parent/index": "./node_modules/glob-parent/index.js", "./node_modules/inflight/inflight": "./node_modules/inflight/inflight.js", "./node_modules/inherits/inherits": "./node_modules/inherits/inherits.js", "./node_modules/inherits/inherits_browser": "./node_modules/inherits/inherits_browser.js", "./node_modules/is-extglob/index": "./node_modules/is-extglob/index.js", "./node_modules/is-fullwidth-code-point/index": "./node_modules/is-fullwidth-code-point/index.js", "./node_modules/is-glob/index": "./node_modules/is-glob/index.js", "./node_modules/is-number/index": "./node_modules/is-number/index.js", "./node_modules/isarray/build/build": "./node_modules/isarray/build/build.js", "./node_modules/isarray/index": "./node_modules/isarray/index.js", "./node_modules/merge2/index": "./node_modules/merge2/index.js", "./node_modules/micromatch/index": "./node_modules/micromatch/index.js", "./node_modules/minimatch/lib/path": "./node_modules/minimatch/lib/path.js", "./node_modules/minimatch/minimatch": "./node_modules/minimatch/minimatch.js", "./node_modules/mkdirp/bin/cmd": "./node_modules/mkdirp/bin/cmd.js", "./node_modules/mkdirp/index": "./node_modules/mkdirp/index.js", "./node_modules/mkdirp/lib/find-made": "./node_modules/mkdirp/lib/find-made.js", "./node_modules/mkdirp/lib/mkdirp-manual": "./node_modules/mkdirp/lib/mkdirp-manual.js", "./node_modules/mkdirp/lib/mkdirp-native": "./node_modules/mkdirp/lib/mkdirp-native.js", "./node_modules/mkdirp/lib/opts-arg": "./node_modules/mkdirp/lib/opts-arg.js", "./node_modules/mkdirp/lib/path-arg": "./node_modules/mkdirp/lib/path-arg.js", "./node_modules/mkdirp/lib/use-native": "./node_modules/mkdirp/lib/use-native.js", "./node_modules/noms/index": "./node_modules/noms/index.js", "./node_modules/noms/test": "./node_modules/noms/test.js", "./node_modules/once/once": "./node_modules/once/once.js", "./node_modules/path-browserify/index": "./node_modules/path-browserify/index.js", "./node_modules/path-browserify/test/index": "./node_modules/path-browserify/test/index.js", "./node_modules/path-browserify/test/test-path-basename": "./node_modules/path-browserify/test/test-path-basename.js", "./node_modules/path-browserify/test/test-path-dirname": "./node_modules/path-browserify/test/test-path-dirname.js", "./node_modules/path-browserify/test/test-path-extname": "./node_modules/path-browserify/test/test-path-extname.js", "./node_modules/path-browserify/test/test-path-isabsolute": "./node_modules/path-browserify/test/test-path-isabsolute.js", "./node_modules/path-browserify/test/test-path-join": "./node_modules/path-browserify/test/test-path-join.js", "./node_modules/path-browserify/test/test-path-parse-format": "./node_modules/path-browserify/test/test-path-parse-format.js", "./node_modules/path-browserify/test/test-path-relative": "./node_modules/path-browserify/test/test-path-relative.js", "./node_modules/path-browserify/test/test-path-resolve": "./node_modules/path-browserify/test/test-path-resolve.js", "./node_modules/path-browserify/test/test-path-zero-length-strings": "./node_modules/path-browserify/test/test-path-zero-length-strings.js", "./node_modules/path-browserify/test/test-path": "./node_modules/path-browserify/test/test-path.js", "./node_modules/path-is-absolute/index": "./node_modules/path-is-absolute/index.js", "./node_modules/picomatch/index": "./node_modules/picomatch/index.js", "./node_modules/picomatch/lib/constants": "./node_modules/picomatch/lib/constants.js", "./node_modules/picomatch/lib/parse": "./node_modules/picomatch/lib/parse.js", "./node_modules/picomatch/lib/picomatch": "./node_modules/picomatch/lib/picomatch.js", "./node_modules/picomatch/lib/scan": "./node_modules/picomatch/lib/scan.js", "./node_modules/picomatch/lib/utils": "./node_modules/picomatch/lib/utils.js", "./node_modules/process-nextick-args/index": "./node_modules/process-nextick-args/index.js", "./node_modules/queue-microtask/index": "./node_modules/queue-microtask/index.js", "./node_modules/readable-stream/duplex": "./node_modules/readable-stream/duplex.js", "./node_modules/readable-stream/lib/_stream_duplex": "./node_modules/readable-stream/lib/_stream_duplex.js", "./node_modules/readable-stream/lib/_stream_passthrough": "./node_modules/readable-stream/lib/_stream_passthrough.js", "./node_modules/readable-stream/lib/_stream_readable": "./node_modules/readable-stream/lib/_stream_readable.js", "./node_modules/readable-stream/lib/_stream_transform": "./node_modules/readable-stream/lib/_stream_transform.js", "./node_modules/readable-stream/lib/_stream_writable": "./node_modules/readable-stream/lib/_stream_writable.js", "./node_modules/readable-stream/passthrough": "./node_modules/readable-stream/passthrough.js", "./node_modules/readable-stream/readable": "./node_modules/readable-stream/readable.js", "./node_modules/readable-stream/transform": "./node_modules/readable-stream/transform.js", "./node_modules/readable-stream/writable": "./node_modules/readable-stream/writable.js", "./node_modules/require-directory/index": "./node_modules/require-directory/index.js", "./node_modules/reusify/benchmarks/createNoCodeFunction": "./node_modules/reusify/benchmarks/createNoCodeFunction.js", "./node_modules/reusify/benchmarks/fib": "./node_modules/reusify/benchmarks/fib.js", "./node_modules/reusify/benchmarks/reuseNoCodeFunction": "./node_modules/reusify/benchmarks/reuseNoCodeFunction.js", "./node_modules/reusify/reusify": "./node_modules/reusify/reusify.js", "./node_modules/reusify/test": "./node_modules/reusify/test.js", "./node_modules/run-parallel/index": "./node_modules/run-parallel/index.js", "./node_modules/safe-buffer/index": "./node_modules/safe-buffer/index.js", "./node_modules/string-width/index": "./node_modules/string-width/index.js", "./node_modules/string_decoder/index": "./node_modules/string_decoder/index.js", "./node_modules/strip-ansi/index": "./node_modules/strip-ansi/index.js", "./node_modules/through2/node_modules/isarray/index": "./node_modules/through2/node_modules/isarray/index.js", "./node_modules/through2/node_modules/isarray/test": "./node_modules/through2/node_modules/isarray/test.js", "./node_modules/through2/node_modules/readable-stream/duplex-browser": "./node_modules/through2/node_modules/readable-stream/duplex-browser.js", "./node_modules/through2/node_modules/readable-stream/duplex": "./node_modules/through2/node_modules/readable-stream/duplex.js", "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/BufferList": "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/BufferList.js", "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/destroy": "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/destroy.js", "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser": "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream-browser.js", "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream": "./node_modules/through2/node_modules/readable-stream/lib/internal/streams/stream.js", "./node_modules/through2/node_modules/readable-stream/lib/_stream_duplex": "./node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js", "./node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough": "./node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js", "./node_modules/through2/node_modules/readable-stream/lib/_stream_readable": "./node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js", "./node_modules/through2/node_modules/readable-stream/lib/_stream_transform": "./node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js", "./node_modules/through2/node_modules/readable-stream/lib/_stream_writable": "./node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js", "./node_modules/through2/node_modules/readable-stream/passthrough": "./node_modules/through2/node_modules/readable-stream/passthrough.js", "./node_modules/through2/node_modules/readable-stream/readable-browser": "./node_modules/through2/node_modules/readable-stream/readable-browser.js", "./node_modules/through2/node_modules/readable-stream/readable": "./node_modules/through2/node_modules/readable-stream/readable.js", "./node_modules/through2/node_modules/readable-stream/transform": "./node_modules/through2/node_modules/readable-stream/transform.js", "./node_modules/through2/node_modules/readable-stream/writable-browser": "./node_modules/through2/node_modules/readable-stream/writable-browser.js", "./node_modules/through2/node_modules/readable-stream/writable": "./node_modules/through2/node_modules/readable-stream/writable.js", "./node_modules/through2/node_modules/string_decoder/lib/string_decoder": "./node_modules/through2/node_modules/string_decoder/lib/string_decoder.js", "./node_modules/through2/through2": "./node_modules/through2/through2.js", "./node_modules/to-regex-range/index": "./node_modules/to-regex-range/index.js", "./node_modules/ts-morph/dist/ts-morph": "./node_modules/ts-morph/dist/ts-morph.js", "./node_modules/ts-morph/lib/ts-morph": "./node_modules/ts-morph/lib/ts-morph.d.ts", "./node_modules/tslib/modules/index": "./node_modules/tslib/modules/index.js", "./node_modules/tslib/tslib": "./node_modules/tslib/tslib.js", "./node_modules/tslib/tslib.es6": "./node_modules/tslib/tslib.es6.js", "./node_modules/untildify/index": "./node_modules/untildify/index.js", "./node_modules/util-deprecate/browser": "./node_modules/util-deprecate/browser.js", "./node_modules/util-deprecate/node": "./node_modules/util-deprecate/node.js", "./node_modules/wrap-ansi/index": "./node_modules/wrap-ansi/index.js", "./node_modules/wrappy/wrappy": "./node_modules/wrappy/wrappy.js", "./node_modules/xtend/immutable": "./node_modules/xtend/immutable.js", "./node_modules/xtend/mutable": "./node_modules/xtend/mutable.js", "./node_modules/xtend/test": "./node_modules/xtend/test.js", "./node_modules/y18n/build/index": "./node_modules/y18n/build/index.cjs", "./node_modules/y18n/build/lib/cjs": "./node_modules/y18n/build/lib/cjs.js", "./node_modules/y18n/build/lib/index": "./node_modules/y18n/build/lib/index.js", "./node_modules/y18n/build/lib/platform-shims/node": "./node_modules/y18n/build/lib/platform-shims/node.js", "./node_modules/y18n/index": "./node_modules/y18n/index.mjs", "./node_modules/yargs/browser": "./node_modules/yargs/browser.mjs", "./node_modules/yargs/build/index": "./node_modules/yargs/build/index.cjs", "./node_modules/yargs/build/lib/argsert": "./node_modules/yargs/build/lib/argsert.js", "./node_modules/yargs/build/lib/command": "./node_modules/yargs/build/lib/command.js", "./node_modules/yargs/build/lib/completion-templates": "./node_modules/yargs/build/lib/completion-templates.js", "./node_modules/yargs/build/lib/completion": "./node_modules/yargs/build/lib/completion.js", "./node_modules/yargs/build/lib/middleware": "./node_modules/yargs/build/lib/middleware.js", "./node_modules/yargs/build/lib/parse-command": "./node_modules/yargs/build/lib/parse-command.js", "./node_modules/yargs/build/lib/typings/common-types": "./node_modules/yargs/build/lib/typings/common-types.js", "./node_modules/yargs/build/lib/typings/yargs-parser-types": "./node_modules/yargs/build/lib/typings/yargs-parser-types.js", "./node_modules/yargs/build/lib/usage": "./node_modules/yargs/build/lib/usage.js", "./node_modules/yargs/build/lib/utils/apply-extends": "./node_modules/yargs/build/lib/utils/apply-extends.js", "./node_modules/yargs/build/lib/utils/is-promise": "./node_modules/yargs/build/lib/utils/is-promise.js", "./node_modules/yargs/build/lib/utils/levenshtein": "./node_modules/yargs/build/lib/utils/levenshtein.js", "./node_modules/yargs/build/lib/utils/obj-filter": "./node_modules/yargs/build/lib/utils/obj-filter.js", "./node_modules/yargs/build/lib/utils/process-argv": "./node_modules/yargs/build/lib/utils/process-argv.js", "./node_modules/yargs/build/lib/utils/set-blocking": "./node_modules/yargs/build/lib/utils/set-blocking.js", "./node_modules/yargs/build/lib/utils/which-module": "./node_modules/yargs/build/lib/utils/which-module.js", "./node_modules/yargs/build/lib/validation": "./node_modules/yargs/build/lib/validation.js", "./node_modules/yargs/build/lib/yargs-factory": "./node_modules/yargs/build/lib/yargs-factory.js", "./node_modules/yargs/build/lib/yerror": "./node_modules/yargs/build/lib/yerror.js", "./node_modules/yargs/helpers/helpers": "./node_modules/yargs/helpers/helpers.mjs", "./node_modules/yargs/helpers/index": "./node_modules/yargs/helpers/index.js", "./node_modules/yargs/index": "./node_modules/yargs/index.mjs", "./node_modules/yargs/lib/platform-shims/browser": "./node_modules/yargs/lib/platform-shims/browser.mjs", "./node_modules/yargs/lib/platform-shims/esm": "./node_modules/yargs/lib/platform-shims/esm.mjs", "./node_modules/yargs-parser/browser": "./node_modules/yargs-parser/browser.js", "./node_modules/yargs-parser/build/index": "./node_modules/yargs-parser/build/index.cjs", "./node_modules/yargs-parser/build/lib/index": "./node_modules/yargs-parser/build/lib/index.js", "./node_modules/yargs-parser/build/lib/string-utils": "./node_modules/yargs-parser/build/lib/string-utils.js", "./node_modules/yargs-parser/build/lib/tokenize-arg-string": "./node_modules/yargs-parser/build/lib/tokenize-arg-string.js", "./node_modules/yargs-parser/build/lib/yargs-parser-types": "./node_modules/yargs-parser/build/lib/yargs-parser-types.js", "./node_modules/yargs-parser/build/lib/yargs-parser": "./node_modules/yargs-parser/build/lib/yargs-parser.js"}}} +{"imports": {"std/": "https://deno.land/std@0.177.0/"}} +{"imports": {"dotenv": "https://deno.land/x/dotenv@v3.2.0/mod.ts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts"}} +{"imports": {"$std/": "https://deno.land/std@0.149.0/", "$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "preact-feather": "https://cdn.skypack.dev/preact-feather@4.2.1", "$atlas_sdk/": "https://raw.githubusercontent.com/arthur-ver/atlas_sdk/main/"}} +{"imports": {"deco-sites/onevc/": "./", "deco-sites/std/": "https://denopkg.com/deco-sites/std@1.0.0-rc.13/", "$live/": "https://denopkg.com/deco-cx/live@1.0.0-rc.46/", "$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.2", "preact/": "https://esm.sh/preact@10.13.2/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.0.2", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.2.3", "twind": "https://esm.sh/v96/twind@0.16.19", "twind/": "https://esm.sh/v96/twind@0.16.19/", "std/": "https://deno.land/std@0.181.0/", "partytown/": "https://deno.land/x/partytown@0.2.1/"}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.7.2/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@0.0.2/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts", "carousel": "https://esm.sh/@trendyol-js/react-carousel@3.0.2", "carousel/": "https://esm.sh/@trendyol-js/react-carousel@3.0.2/"}} +{"imports": {"aleph": "https://deno.land/x/aleph@v0.3.0-alpha.6/mod.ts", "aleph/": "https://deno.land/x/aleph@v0.3.0-alpha.6/", "react": "https://esm.sh/react@17.0.1", "react-dom": "https://esm.sh/react-dom@17.0.1"}, "scopes": {}} +{"imports": {"grpc/": "https://deno.land/x/grpc_basic@0.4.6/", "std/": "https://deno.land/std@0.159.0/", "djwt/": "https://deno.land/x/djwt@v2.8/"}} +{"imports": {"@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.5.0", "std/server": "https://deno.land/std@0.177.0/http/server.ts", "openai": "https://esm.sh/openai@3.2.1", "xhr_polyfill": "https://deno.land/x/xhr@0.3.0/mod.ts"}} +{"imports": {"react": "npm:react@17", "ink": "npm:ink", "cli-spinners": "npm:cli-spinners", "node-youtube-music": "npm:node-youtube-music"}} +{"imports": {"http/": "https://deno.land/std@0.177.0/http/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.15.0", "langchain/": "https://esm.sh/langchain@0.0.52/"}} +{"imports": {"http/": "https://deno.land/std@0.177.0/http/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.15.0", "langchain/": "https://esm.sh/langchain@0.0.52/"}} +{"imports": {"http/": "https://deno.land/std@0.177.0/http/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.15.0", "langchain/": "https://esm.sh/langchain@0.0.52/"}} +{"imports": {"http/": "https://deno.land/std@0.177.0/http/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.15.0", "langchain/": "https://esm.sh/langchain@0.0.52/"}} +{"imports": {"$std/": "https://deno.land/std@0.148.0/", "$x/": "https://deno.land/x/", "alosaur/": "https://deno.land/x/alosaur@v0.37.0/", "class-transformer": "https://npm.tfl.dev/class-transformer", "@supabase/": "https://npm.tfl.dev/@supabase/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.161.0/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.161.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$live/": "https://deno.land/x/live@0.4.11/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$live/": "https://deno.land/x/live@0.4.11/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$live/": "https://deno.land/x/live@0.4.11/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$live/": "https://deno.land/x/live@0.4.11/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "dotenv/": "https://deno.land/std@0.157.0/dotenv/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "../../", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4"}} +{"imports": {"$fresh/": "../../", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4"}} +{"imports": {"$fresh/": "../../", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4"}} +{"imports": {"$fresh/": "../../", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"}} +{"imports": {"express": "npm:express@4.18.2", "supertest": "npm:supertest@6.3.3"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.1/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.3/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.4/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.4/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.4/"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.18.4/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"fable-deno-http": "https://deno.land/std/http/mod.ts"}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.11.1/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@0.2.1/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"$components/": "./components/", "$sections/": "./sections/", "$store/": "./", "$live/": "https://deno.land/x/live@0.5.1/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.177.0/"}} +{"imports": {"riot": "./node_modules/riot/esm/riot.js", "@riotjs/dom-bindings": "./node_modules/@riotjs/dom-bindings/dist/esm.dom-bindings.js", "@riotjs/util/dom": "./node_modules/@riotjs/util/dom.js", "@riotjs/util/constants": "./node_modules/@riotjs/util/constants.js", "@riotjs/util/binding-types": "./node_modules/@riotjs/util/binding-types.js", "@riotjs/util/expression-types": "./node_modules/@riotjs/util/expression-types.js", "@riotjs/util/checks": "./node_modules/@riotjs/util/checks.js", "@riotjs/util/objects": "./node_modules/@riotjs/util/objects.js", "@riotjs/util/misc": "./node_modules/@riotjs/util/misc.js", "@riotjs/util": "./node_modules/@riotjs/util/index.js", "@riotjs/ssr": "./node_modules/@riotjs/ssr/src/index.js", "linkedom/worker": "https://esm.sh/linkedom/worker.js", "curri": "./node_modules/curri/index.next.js", "cumpa": "./node_modules/cumpa/index.next.js", "@riotjs/hydrate": "./node_modules/@riotjs/hydrate/src/index.js", "@riotjs/route": "./node_modules/@riotjs/route/route.esm.js", "erre": "./node_modules/erre/index.next.js", "ruit": "./node_modules/ruit/index.next.js", "bianco.attr": "./node_modules/bianco.attr/index.next.js", "bianco.query": "./node_modules/bianco.query/index.next.js", "bianco.dom-to-array": "./node_modules/bianco.dom-to-array/index.next.js", "morphdom/src/specialElHandlers": "./node_modules/morphdom/src/specialElHandlers.js"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.12.1", "preact/": "https://esm.sh/preact@10.12.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.6?external=preact", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3"}} +{"imports": {"std/": "https://deno.land/std@0.111.0/", "fmt/": "https://deno.land/std@0.111.0/fmt/", "oak/": "https://deno.land/x/oak@v9.0.1/", "typeguard": "https://raw.githubusercontent.com/ArcticZeroo/typeguard/main/index.ts"}} +{"imports": {"tldts": "https://cdn.jsdelivr.net/npm/tldts@5.7.77/dist/index.esm.min.js", "punycode": "https://deno.land/x/punycode@v2.1.1/punycode.js", "jose": "https://deno.land/x/jose@v4.7.0/index.ts?module", "asn1js": "https://unpkg.com/asn1js@2.3.2/src/asn1.js?module", "cbor-x": "https://deno.land/x/cbor@v1.2.1/index.js?module", "std/": "https://deno.land/std@0.134.0/", "url": "https://deno.land/std@0.134.0/node/url.ts", "pkijs": "https://unpkg.com/pkijs@2.1.60/src/index.js", "pvutils": "https://unpkg.com/pvutils@1.1.3?module", "bytestreamjs": "https://unpkg.com/bytestreamjs@1.0.29?module", "@hexagon/base64": "https://deno.land/x/b64@1.0.18/dist/base64.min.mjs", "sinon": "https://cdn.jsdelivr.net/npm/sinon@13.0.2/pkg/sinon-esm.js", "test_suite": "https://deno.land/x/test_suite@0.16.1/mod.ts", "chai": "./test/helpers/chai-deno-shim.js", "chai-as-promised": "./test/helpers/chai-deno-shim.js"}} +{"imports": {"$xor": "https://raw.githubusercontent.com/xorgram/xor/main/xor.ts", "$grm": "https://deno.land/x/grm@v0.3.0/mod.ts", "$grm-deps": "https://deno.land/x/grm@v0.3.0/deps.ts", "pls": "https://deno.land/x/pls@1.0.0/mod.ts", "std/": "https://deno.land/std@0.151.0/"}} +{"imports": {"$sb/": "https://deno.land/x/silverbullet@0.1.2/plug-api/"}} +{"imports": {"jimp": "https://esm.sh/jimp@0.16.1", "http/server": "https://deno.land/std@0.147.0/http/server.ts", "lru": "https://deno.land/x/lru_cache@6.0.0-deno.4/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.92.0/", "websocket/": "https://deno.land/x/websocket@v0.1.1/"}} +{"imports": {"http/": "https://deno.land/std@0.175.0/http/", "wren/": "https://deno.land/x/wren@0.9.0/"}} +{"imports": {"cliffy/": "https://deno.land/x/cliffy@v1.0.0-rc.3/"}} +{"imports": {"deco-sites/std/": "./", "deco/": "https://denopkg.com/deco-cx/deco@1.34.6/", "partytown/": "https://deno.land/x/partytown@0.3.4/", "$fresh/": "https://denopkg.com/deco-cx/fresh@1.3.3/", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.3.0", "std/": "https://deno.land/std@0.182.0/"}} +{"imports": {"@/": "./src/", "@utils/": "./src/utils/", "~grammy/": "./src/telegram/", "@prisma/client": "./prisma/generated/client/deno/edge.ts", "$std/": "https://deno.land/std@0.165.0/", "diacritics": "https://deno.land/x/normalize_diacritics@v0.10.0/mod.ts", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "validasaur": "https://deno.land/x/validasaur@v0.15.0/mod.ts", "grammy": "https://deno.land/x/grammy@v1.12.0/mod.ts", "grammy/types": "https://deno.land/x/grammy@v1.12.0/types.deno.ts", "grammy-conversations/": "https://deno.land/x/grammy_conversations@v1.1.0/", "qstash": "https://deno.land/x/upstash_qstash@v0.3.0/mod.ts", "dayjs": "https://esm.sh/dayjs@1.11.5", "menu": "https://deno.land/x/grammy_menu@v1.1.2/mod.ts", "dayjs/": "https://esm.sh/dayjs@1.11.5/"}} +{"imports": {"$ejdcard/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "supabase": "https://esm.sh/@supabase/supabase-js@2.1.0", "std/": "https://deno.land/std@0.162.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.1/", "$std/": "https://deno.land/std@0.145.0/", "$gfm": "https://deno.land/x/gfm@0.1.22/mod.ts", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "oak/": "https://deno.land/x/oak@v11.1.0/", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact"}} +{"imports": {"mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "std/": "https://deno.land/std@0.165.0/", "graphql_tag": "https://deno.land/x/graphql_tag@0.0.1/mod.ts", "gql": "https://deno.land/x/gql@1.1.2/mod.ts", "graphql_tools": "https://deno.land/x/graphql_tools@0.0.2/mod.ts", "jwt": "https://deno.land/x/djwt@v2.8/mod.ts", "bcrypt": "https://deno.land/x/bcrypt/mod.ts"}} +{"imports": {"spotifyTypes": "npm:@types/spotify-api", "flags": "https://deno.land/std@0.166.0/flags/mod.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"std/http/": "https://deno.land/std@0.192.0/http/", "std/jsonc/": "https://deno.land/std@0.192.0/jsonc/", "deno-dom-wasm": "https://deno.land/x/deno_dom@v0.1.38/deno-dom-wasm.ts"}} +{"imports": {"path/": "https://deno.land/std/path/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.4.1/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.3.0/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.4.2/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.4.0/"}} +{"imports": {"$start/": "./", "$deco/": "./", "$live/": "https://deno.land/x/live@0.4.0/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "json-schema": "https://esm.sh/v117/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "heroicons": "https://esm.sh/@heroicons/react@2.0.12/24/outline?alias=react:preact/compat&external=preact/compat", "partytown/": "https://deno.land/x/partytown@0.2.0/", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/v110/preact@10.11.1", "preact/": "https://esm.sh/v110/preact@10.11.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4/", "twind": "https://esm.sh/v110/twind@0.16.17", "twind/": "https://esm.sh/v110/twind@0.16.17/", "twind-typography": "https://esm.sh/v110/twind-typography@1.2.0", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1?pin=v99", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3?pin=v99"}} +{"imports": {"twind": "https://cdn.skypack.dev/twind@0.16.19", "@tabler/icons-react": "https://esm.sh/v113/*@tabler/icons-react@2.16.0", "@tauri-apps/api": "https://esm.sh/v113/@tauri-apps/api@1.2.0", "@tauri-apps/api/": "https://esm.sh/v113/@tauri-apps/api@1.2.0/", "clsx": "https://esm.sh/v113/clsx@1.2.1", "react-dom": "https://esm.sh/v113/*react-dom@18.2.0", "react-dom/": "https://esm.sh/v113/*react-dom@18.2.0/", "react-number-format": "https://esm.sh/v113/*react-number-format@5.1.4", "react": "https://esm.sh/v113/react@18.2.0", "react/": "https://esm.sh/v113/react@18.2.0/", "reactive-button": "https://esm.sh/v113/*reactive-button@1.3.13"}, "scopes": {"https://esm.sh/v113/": {"@babel/runtime": "https://esm.sh/v113/@babel/runtime@7.21.0", "@tabler/icons": "https://esm.sh/v113/@tabler/icons@2.16.0", "@twind/core": "https://esm.sh/v113/@twind/core@1.1.3", "hoist-non-react-statics": "https://esm.sh/v113/hoist-non-react-statics@3.3.2", "loose-envify": "https://esm.sh/v113/loose-envify@1.4.0", "prop-types": "https://esm.sh/v113/prop-types@15.8.1", "reselect": "https://esm.sh/v113/reselect@4.1.7", "scheduler": "https://esm.sh/v113/scheduler@0.23.0"}}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "rss/": "https://deno.land/x/rss@0.5.6/"}} +{"imports": {"utilities/dollarsigns": "/assets/javascript/dollarsigns-abcd0123.js"}} +{"imports": {"std/server": "https://deno.land/std@0.177.0/http/server.ts", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.7.1", "luxon": "https://esm.sh/luxon"}} +{"imports": {"\ud83d\udee0\ufe0f/": "./utils/", "\ud83c\udfdd\ufe0f/": "./islands/", "\ud83e\uddf1/": "./components/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.175.0/", "kv_oauth": "https://deno.land/x/deno_kv_oauth@v0.1.6-beta/mod.ts"}} +{"imports": {"preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@6.1.0"}} +{"imports": {"camel-case": "./node_modules/camel-case/dist/index.d.ts", "capital-case": "./node_modules/capital-case/dist/index.d.ts", "change-case": "./node_modules/change-case/dist/index.d.ts", "constant-case": "./node_modules/constant-case/dist/index.d.ts", "dot-case": "./node_modules/dot-case/dist/index.d.ts", "events": "./node_modules/@types/node/events.d.ts", "header-case": "./node_modules/header-case/dist/index.d.ts", "lower-case": "./node_modules/lower-case/dist/index.d.ts", "no-case": "./node_modules/no-case/dist/index.d.ts", "param-case": "./node_modules/param-case/dist/index.d.ts", "pascal-case": "./node_modules/pascal-case/dist/index.d.ts", "path-case": "./node_modules/path-case/dist/index.d.ts", "sentence-case": "./node_modules/sentence-case/dist/index.d.ts", "snake-case": "./node_modules/snake-case/dist/index.d.ts", "upper-case": "./node_modules/upper-case/dist/index.d.ts"}} +{"imports": {"eta": "https://deno.land/x/eta@v1.12.3/mod.ts", "ddapps/": "./src/", "std/": "https://deno.land/std@0.130.0/", "cliffy": "https://deno.land/x/cliffy@v0.19.5/command/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.181.0/", "@supabase/supabase-js": "https://esm.sh/@supabase/supabase-js@2.13.0", "gpt3-tokenizer": "https://esm.sh/gpt3-tokenizer@1.1.5", "common-tags": "https://esm.sh/common-tags@1.8.2", "openai": "https://esm.sh/openai@3.2.1", "xhr": "https://deno.land/x/xhr@0.3.0/mod.ts"}} +{"imports": {"dotenv/": "https://deno.land/x/dotenv@v3.2.0/", "redis/": "https://deno.land/x/redis/", "oak/": "https://deno.land/x/oak@v11.1.0/", "dejs/": "https://deno.land/x/dejs@0.10.3/", "socketIO/": "https://deno.land/x/socket_io@0.2.0/", "bcrypt/": "https://deno.land/x/bcrypt@v0.4.1/"}} +{"imports": {"sleep": "https://x.nest.land/sleep@1.0.0/mod.ts", "cliffy_prompt": "https://deno.land/x/cliffy@v0.25.7/prompt/mod.ts", "process": "https://deno.land/std@0.177.0/node/process.ts", "log_update": "npm:log-update@5.0.1", "picocolors": "npm:picocolors@1.0.0", "std/": "https://deno.land/std@0.95.0/", "spinners": "https://deno.land/x/spinners/mod.ts"}} +{"imports": {"lume/": "file:///Users/oscarotero/www/lumeland/lume/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "cheerio": "https://deno.land/x/cheerio@1.0.6/mod.ts"}} +{"imports": {"$store/": "./", "$live/": "https://deno.land/x/live@0.5.4/", "partytown/": "https://deno.land/x/partytown@0.1.3/", "inspect_vscode/": "https://deno.land/x/inspect_vscode@0.1.2/", "supabase": "https://esm.sh/@supabase/supabase-js@1.35.4", "json-schema": "https://esm.sh/v92/@types/json-schema@7.0.11/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"oak/": "https://deno.land/x/oak@v7.6.2/", "denodb/": "https://deno.land/x/denodb@v1.0.38/", "markdown/": "https://deno.land/x/markdown@v2.0.0/", "std/": "https://deno.land/std@0.99.0/", "src/": "./src/", "server/": "./src/server/", "lib/": "./src/lib/", "helpers/": "./src/helpers/"}} +{"imports": {"oak": "https://deno.land/x/oak@v10.0.0/mod.ts", "mongo": "https://deno.land/x/mongo@v0.31.1/mod.ts", "dotenv": "https://deno.land/std@0.155.0/dotenv/load.ts", "faunadb": "https://esm.sh/faunadb@4.6.0"}} +{"imports": {"dotenv/": "https://deno.land/x/dotenv@v1.0.1/", "kall/": "https://denopkg.com/olaven/kall@v1.0.8/", "std/": "https://deno.land/std@0.133.0/"}} +{"imports": {"$store/": "./", "$live/": "https://denopkg.com/deco-cx/live@0.10.3/", "deco-sites/std/": "https://denopkg.com/deco-sites/std@8e4c242/", "partytown/": "https://deno.land/x/partytown@0.2.1/", "$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/v96/twind@0.16.17", "twind/": "https://esm.sh/v96/twind@0.16.17/", "std/": "https://deno.land/std@0.162.0/", "prefetch": "https://deno.land/x/prefetch@0.0.6/mod.ts"}} +{"imports": {"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@a2a6de993b5f57336c7a8388e6155f1e1f6f42ad/", "npm:date-fns@2.30.0": "https://esm.sh/date-fns@2.30.0", "npm:markdown-it-attrs@4.1.6": "https://esm.sh/markdown-it-attrs@4.1.6", "npm:markdown-it@13.0.1": "https://esm.sh/markdown-it@13.0.1", "npm:markdown-it-deflist@2.1.0": "https://esm.sh/markdown-it-deflist@2.1.0", "npm:nunjucks@3.2.4": "https://esm.sh/nunjucks@3.2.4"}} +{"imports": {"fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "websocket": "https://deno.land/x/websocket@v0.1.4/mod.ts", "web3": "https://deno.land/x/web3@v0.11.1/mod.ts", "web3-utils": "https://deno.land/x/web3@v0.9.2/packages/web3-utils/src/index.js", "d3-force": "https://cdn.skypack.dev/d3-force@3", "d3": "https://cdn.skypack.dev/d3"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.2.0/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/", "mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/"}} +{"imports": {"#/": "./islands/", "@/": "./components/", "~/": "./shared/", "$fresh/": "https://deno.land/x/fresh@1.2.0/", "fresh_session": "https://deno.land/x/fresh_session@0.2.0/mod.ts", "http": "https://deno.land/std@0.150.0/http/mod.ts", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.1.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3"}} +{"imports": {"$sb/": "../silverbullet/plug-api/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@2.1.5/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@2.1.1/"}} +{"imports": {"std/": "https://deno.land/std@0.155.0/", "cliffy": "https://deno.land/x/cliffy@v0.25.0/mod.ts", "dotenv": "https://deno.land/x/dotenv@v3.0.0/mod.ts", "postgres": "https://deno.land/x/postgres@v0.12.0/mod.ts", "ramda": "https://deno.land/x/ramda@v0.27.2/mod.ts", "$lib/": "../lib/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./utils/twind.ts", "@markdown": "./utils/markdown.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.2/", "preact": "https://esm.sh/preact@10.10.0", "preact/": "https://esm.sh/preact@10.10.0/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.1?external=preact", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/"}} +{"imports": {"deno-slack-sdk/": "https://deno.land/x/deno_slack_sdk@1.4.3/", "deno-slack-api/": "https://deno.land/x/deno_slack_api@1.5.0/", "deno-slack-source-file-resolver/": "https://deno.land/x/deno_slack_source_file_resolver@0.1.5/", "mock-fetch/": "https://deno.land/x/mock_fetch@0.3.0/", "std/": "https://deno.land/std@0.170.0/"}} +{"imports": {"x-utils": "https://raw.githubusercontent.com/0x-jerry/x-utils/v0.3.1/mod.ts", "cliffy/": "https://deno.land/x/cliffy@v0.25.7/", "semver/": "https://deno.land/x/semver@v1.4.1/", "std/": "https://deno.land/std@0.184.0/", "@vue/reactivity": "https://cdn.skypack.dev/@vue/reactivity@3.2.31?dts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "@twind": "./utils/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "vanta/": "https://esm.sh/vanta@0.5.22/", "three": "https://esm.sh/three@0.124.0"}} +{"imports": {"~/": "./src/app/", "@remix-run/deno": "https://esm.sh/@remix-run/deno@1.16.0/index.ts", "@remix-run/server-runtime": "https://esm.sh/@remix-run/server-runtime@1.16.0", "@remix-run/react": "https://esm.sh/@remix-run/react@1.16.0?deps=react@18.2.0,react-dom@18.2.0", "mime": "https://esm.sh/mime@3.0.0?no-dts", "react": "https://esm.sh/react@18.2.0", "react/jsx-runtime": "https://esm.sh/react@18.2.0/jsx-runtime", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/client": "https://esm.sh/react-dom@18.2.0/client", "react-dom/server": "https://esm.sh/react-dom@18.2.0/server", "react-test-renderer": "https://esm.sh/react-test-renderer@18.2.0", "react-rewards": "https://esm.sh/react-rewards@2.0.4", "tw": "./src/twind/twind.ts", "@twind/core": "https://esm.sh/@twind/core@1.0.1", "@twind/preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.1", "@twind/preset-tailwind": "https://esm.sh/*@twind/preset-tailwind@1.0.1", "framer-motion": "https://esm.sh/framer-motion@10.12.5", "url-join": "https://deno.land/x/url_join@1.0.0/mod.ts"}} +{"imports": {"lokijs": "https://esm.sh/lokijs@1.5.12", "axiod": "https://deno.land/x/axiod@0.26.2/mod.ts", "sleep": "https://deno.land/x/sleep@v1.2.1/mod.ts", "node": "https://deno.land/std@0.177.1/node/module.ts", "streams": "https://deno.land/std@0.177.1/streams/mod.ts", "lodash": "https://deno.land/x/deno_ts_lodash@0.0.1/mod.ts"}} +{"imports": {"@lib/": "./lib/", "std/": "https://deno.land/std@0.167.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1", "sass": "https://deno.land/x/denosass/mod.ts"}} +{"imports": {"std/": "https://deno.land/std@0.192.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.1/", "preact": "https://esm.sh/preact@10.8.2", "preact/": "https://esm.sh/preact@10.8.2/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.2", "@twind": "./style/twind.ts", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "dayjs": "https://esm.sh/dayjs"}} +{"imports": {"@/": "./", "sqlite3": "https://deno.land/x/sqlite3@0.7.3/mod.ts", "discordeno": "https://deno.land/x/discordeno@18.0.1/mod.ts", "discord-markdown-parser": "https://esm.sh/discord-markdown-parser@1.1.0", "rate-limiter-flexible": "https://esm.sh/rate-limiter-flexible@2.4.1", "std/": "https://deno.land/std@0.175.0/", "observability/": "https://deno.land/x/observability@v0.1.2/", "$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@twind/core": "https://esm.sh/@twind/core@1.1.3", "freshwind/": "https://deno.land/x/freshwind@4.0.0/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.0.0/", "preact": "https://esm.sh/preact@10.8.1", "preact/": "https://esm.sh/preact@10.8.1/", "preact-render-to-string": "https://esm.sh/preact-render-to-string@5.2.0?deps=preact@10.8.1"}} +{"imports": {"fmt/": "https://deno.land/std@0.163.0/fmt/"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/@preact/signals-core@1.0.1", "$std/": "https://deno.land/std@0.178.0/"}} +{"imports": {"@/": "./", "denox/": "./vendor/denox/lib/", "std/": "https://deno.land/std@0.171.0/", "oak/": "https://deno.land/x/oak@v11.1.0/", "eta/": "https://deno.land/x/eta@v1.12.3/", "postgres/": "https://deno.land/x/postgres@v0.17.0/", "reflect_metadata/": "https://deno.land/x/reflect_metadata@v0.1.12/", "tsyringe": "https://esm.sh/tsyringe@4.7.0?pin=v102", "zod": "https://esm.sh/zod@3.20.2?pin=v102"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "$std/": "https://deno.land/std@0.177.0/", "zod": "https://esm.sh/zod@3.21.4", "axios-web": "https://esm.sh/axios@1.3.2?target=es2022"}} +{"imports": {"@/": "./", "$fresh/": "https://deno.land/x/fresh@1.1.5/", "preact": "https://esm.sh/preact@10.13.1", "preact/": "https://esm.sh/preact@10.13.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.6", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$gfm": "https://deno.land/x/gfm@0.2.3/mod.ts", "$prism": "https://esm.sh/prismjs@1.29.0", "$prism/": "https://esm.sh/prismjs@1.29.0/", "$std/": "https://deno.land/std@0.186.0/"}} +{"imports": {"@/": "./", "@utils/": "./utils/", "oak": "https://deno.land/x/oak@v11.1.0/mod.ts", "validasaur": "https://deno.land/x/validasaur@v0.15.0/mod.ts", "colors": "https://deno.land/std@0.153.0/fmt/colors.ts", "fmt": "https://deno.land/std@0.153.0/fmt/mod.ts", "fmt/": "https://deno.land/std@0.153.0/fmt/"}} +{"imports": {"gmath": "https://deno.land/x/gmath@0.1.11/mod.ts", "png": "https://deno.land/x/pngs@0.1.1/mod.ts", "obj": "https://crux.land/obj@0.0.2", "dds": "https://crux.land/dds@0.0.1", "dax": "https://deno.land/x/dax@0.27.0/mod.ts"}} +{"imports": {"~/": "./", "std/": "https://deno.land/std@0.155.0/", "@unocss/core": "https://esm.sh/@unocss/core@0.45.14", "@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.45.14", "@unocss/preset-forms": "https://esm.sh/@julr/unocss-preset-forms@0.0.2", "@unocss/preset-extra": "https://esm.sh/unocss-preset-extra@0.4.3", "@headlessui/react": "https://esm.sh/@headlessui/react@1.7.3", "aleph/": "https://deno.land/x/aleph@1.0.0-beta.16/", "aleph/server": "https://deno.land/x/aleph@1.0.0-beta.16/server/mod.ts", "aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.16/server/dev.ts", "aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.16/runtime/react/client.ts", "aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.16/runtime/react/server.ts", "aleph/react": "https://deno.land/x/aleph@1.0.0-beta.16/runtime/react/mod.ts", "react": "https://esm.sh/react@18.2.0", "react-dom": "https://esm.sh/react-dom@18.2.0", "react-dom/": "https://esm.sh/react-dom@18.2.0/", "ky": "https://esm.sh/ky@0.31.1"}, "scopes": {}} +{"imports": {"nats": "https://deno.land/x/nats@v1.9.0/src/mod.ts"}} +{"imports": {"@app/": "./src/", "@assets/": "./public/"}} +{"imports": {}} +{"imports": {"solid-js": "https://unpkg.com/solid-js@1.4.4/dist/server.js", "solid-js/web": "https://unpkg.com/solid-js@1.4.4/web/dist/server.js"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.2/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "deno-dom": "https://deno.land/x/deno_dom@v0.1.36-alpha/deno-dom-wasm.ts"}} +{"imports": {"lume/": "https://deno.land/x/lume@v1.13.0/", "react/jsx-runtime": "https://deno.land/x/lume@v1.13.0/deps/react_runtime.ts"}} +{"imports": {"$fresh/": "https://deno.land/x/fresh@1.1.3/", "preact": "https://esm.sh/preact@10.13.0", "@twind/core": "https://esm.sh/@twind/core@1.1.3"}} +{"imports": {"@/": "./", "tailored/": "./system/", "quicklink": "https://esm.sh/quicklink@2.3.0", "$std/": "https://deno.land/std@0.144.0/", "$fresh/": "https://deno.land/x/fresh@1.1.4/", "preact": "https://esm.sh/preact@10.11.0", "preact/": "https://esm.sh/preact@10.11.0/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4", "@preact/signals": "https://esm.sh/*@preact/signals@1.0.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1", "@mdx-js/preact": "https://esm.sh/@mdx-js/preact@2.3.0", "twind": "https://esm.sh/twind@0.16.17", "twind/": "https://esm.sh/twind@0.16.17/", "twind/core": "https://esm.sh/@twind/core@1.1.3", "preset-tailwind": "https://esm.sh/@twind/preset-tailwind@1.1.4/", "preset-autoprefix": "https://esm.sh/@twind/preset-autoprefix@1.0.7/", "preset-typography": "https://esm.sh/@twind/preset-typography@1.0.7"}} diff --git a/schemas/importmap/schema.json b/schemas/importmap/schema.json new file mode 100644 index 0000000..bc59808 --- /dev/null +++ b/schemas/importmap/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/importmap.json", "properties": {"imports": {"description": "The Imports field", "type": "object", "additionalProperties": {"type": "string"}}, "scopes": {"description": "The Scopes field", "type": "object", "additionalProperties": {"type": "object", "additionalProperties": {"type": "string"}}}}, "title": "JSON schema for Import Maps files", "type": "object"} \ No newline at end of file diff --git a/schemas/jsconfig/instances.jsonl b/schemas/jsconfig/instances.jsonl new file mode 100644 index 0000000..102c972 --- /dev/null +++ b/schemas/jsconfig/instances.jsonl @@ -0,0 +1,981 @@ +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "src"}} +{"compilerOptions": {"baseUrl": ".", "disableSizeLimit": true, "target": "ES2020"}, "exclude": ["node_modules", "src/third_party"]} +{"include": ["./src/**/*.js", "./src/**/*.vue"], "compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"], "@dev/*": ["dev/*"]}}, "exclude": ["node_modules", "dist"]} +{"appenders": [{"type": "dateFile", "filename": "logs/log", "pattern": "-yyyy-MM-dd", "alwaysIncludePattern": true}, {"type": "console"}]} +{"compilerOptions": {"checkJs": true}, "updateImportsOnFileMove": "prompt", "include": ["js/**/*"]} +{"SPDX-FileCopyrightText": "2023 Leorize ", "SPDX-License-Identifier": "MPL-2.0"} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/datatableV2": ["datatableV2/datatableV2.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"include": ["src"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"ui/*": ["src/*"]}}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node"}} +{"port": "3003", "host": "0.0.0.0", "appRootUrl": "/", "asyncCSS": false, "serviceWorker": true, "serverSideRender": true, "singlePageApplication": false} +{"compilerOptions": {"jsx": "react", "baseUrl": "src", "noUnusedLocals": true, "noUnusedParameters": true}, "include": ["./src"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es2019", "module": "es2020", "lib": ["esnext", "dom"]}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es2017"}, "include": ["src/module/**/*", "src/module-system/**/*", "src/module-vendor/**/*", "src/suite/**/*", "src/suite-vendor/**/*", "packages/**/*"], "exclude": ["node_modules", "**/dist/**", "**/*.min.js", "backend/cli/templates"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"doc/*": ["./site/*"], "docs/*": ["./site/Components/*"], "shineout/*": ["./src/*"]}}, "include": ["./src", "./site"]} +{"compilerOptions": {"moduleResolution": "bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "es6", "experimentalDecorators": true}, "exclude": ["node_modules", "packages/**/node_modules", "test-packages/**/node_modules", "bower_components", "tmp", "vendor", ".git", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"docs/*": ["./*"]}}} +{"compilerOptions": {"module": "esnext", "target": "es6", "checkJs": true, "allowUmdGlobalAccess": true, "esModuleInterop": true, "baseUrl": "./", "paths": {"vue$": ["./node_modules/vue/dist/vue.esm.js"], "src/*": ["./src/*"], "module/*": ["./src/module/*"], "scss/*": ["./src/app/assets/scss/*"], "assets/*": ["./static/*"], "Shopware": ["./src/core/shopware"]}}, "include": ["src/**/*", "types/**/*"], "exclude": ["node_modules", "test/**/*", "**/fixtures/*.js"]} +{"include": ["../../node_modules/cypress", "cypress/**/*.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "jsx": "preserve", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}, "allowJs": true}} +{"baseUrl": "."} +{"compilerOptions": {"experimentalDecorators": true, "target": "es2015", "moduleResolution": "node"}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"pretty-text/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse/tests/*": ["../discourse/tests/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"resources/*": ["src/main/resources/*"], "scala/*": ["target/next-modules/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", ".nuxt", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"]}, "lib": ["es2020", "dom"], "jsx": "preserve"}} +{"compilerOptions": {"alwaysStrict": true, "target": "es2018", "module": "commonjs"}, "files": ["./bsb"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"client/*": ["client/*"], "server/*": ["server/*"]}}, "include": ["./src/client/*", "./src/server/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es6"}, "exclude": ["**/node_modules/*", "**/dist/*", "**/build/*"], "include": ["packages", "projects"]} +{"compilerOptions": {"target": "es2020", "lib": ["ES2020"], "module": "node16", "checkJs": true, "noEmit": true}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs"}} +{"compilerOptions": {"target": "es6", "module": "commonjs"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"ignoreDeprecations": "5.0"}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "allowJs": true}} +{"compilerOptions": {"lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["bun-types"]}} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "module": "commonjs", "target": "ES6", "baseUrl": ".", "paths": {"*": ["test/*", "server/*", "client/*"]}}, "exclude": ["public", "node_modules", "**/node_modules/*", "build", "**/build/*", "**/build-module/*", "**/build-style/*", "**/dist/*", "cached-results.json", "stats.json", "server/bundlers/assets-*.json", "server/devdocs/search-index.js"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"utils/*": ["utils/*"]}}, "exclude": ["node_modules", "dist", "es", "lib", "coverage"]} +{"compilerOptions": {"skipLibCheck": true, "baseUrl": ".", "paths": {"styles/*": ["./styles/*"]}}} +{"compilerOptions": {"allowJs": true}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es6", "checkJs": true}, "include": ["./**/*.js"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"~/*": ["*"]}, "experimentalDecorators": true}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"checkJs": true, "lib": ["es6"], "module": "es2020", "moduleResolution": "nodenext", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ESNext", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "typeRoots": ["./node_modules/@webgpu/types", "./node_modules/@types"]}, "include": ["build", ".", ".eslintrc.js"]} +{"compilerOptions": {"module": "commonjs", "target": "ES6"}} +{"compilerOptions": {"emitDeclarationOnly": true, "noEmit": false, "strict": true, "target": "es2017", "declaration": true, "checkJs": true, "noUnusedParameters": true, "noUnusedLocals": true, "outDir": "./dist/typings", "lib": ["es2017", "dom"]}, "include": ["lib/**/*"]} +{"compilerOptions": {"target": "es5", "module": "commonjs", "jsx": "react-jsx", "outDir": "./build", "esModuleInterop": true, "forceConsistentCasingInFileNames": true}} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@/*": ["../*"]}}} +{"compilerOptions": {"types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}} +{"extensions": [".vue"], "vueCompilerOptions": {"target": 2}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp", "distribution"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["tmp", ".pytest_cache", ".tox", "_build", "build", "dist", "plonecli.egg-info", "man", "htmlcov", ".cache", ".github", "parts", "selenium", "tmp_resources", "local", "node_modules", "**/node_modules/*"]} +{"compilerOptions": {"experimentalDecorators": true}, "include": ["packages/**/*", "node_modules/@wdio/mocha-framework", "packages/@webex"], "exclude": ["packages/**/dist/*", "node_modules/**/*", "dist"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@server/*": ["server/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "lib": ["dom", "es2015", "es2016", "es6", "es2017"], "target": "esnext", "module": "es6", "baseUrl": ".", "paths": {"root": ["."], "res": ["res"], "styles": ["styles"], "src": ["src"], "utilities": ["src/utilities"], "site": ["src/sites/twitch-twilight"]}}} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"exclude": ["node_modules", "platforms", "plugins"]} +{"compilerOptions": {"noEmit": true, "esModuleInterop": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "baseUrl": "./", "paths": {"$api/*": ["../api/*"], "api/*": ["../api/*"], "$web/*": ["../web/*"], "web/*": ["../web/*"], "$web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "types/*": ["../types/*", "../web/types/*", "../api/types/*"]}, "typeRoots": ["../node_modules/@types"], "jsx": "preserve"}, "include": [".", "../.redwood/types/includes/all-*", "../.redwood/types/includes/web-*", "../types"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"GLHelper": ["./src/index"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "."}} +{"vueCompilerOptions": {"target": 2.7}} +{"compilerOptions": {"target": "es6", "allowSyntheticDefaultImports": true, "baseUrl": "./"}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "./", "paths": {"@root/*": ["./*"], "@features/*": ["./src/features/*"], "@handlers/*": ["./src/handlers/*"], "@helpers/*": ["./src/helpers/*"], "@schemas/*": ["./src/database/schemas/*"], "@src/*": ["./src/*"], "@structures/*": ["./src/structures/*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"jsx": "react-jsx"}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"target": "es6", "checkJs": false, "baseUrl": "src", "jsx": "react", "module": "commonjs", "moduleResolution": "node", "paths": {"*": ["*"]}}, "include": ["./src/**/*"], "exclude": []} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["*"]}}} +{"compilerOptions": {"target": "ES6", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": "", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "es2018"}, "include": ["**/*.js", "../../Framework/Framework/obj/typescript-types/dotvvm.d.ts", "../../Framework/Framework/Resources/Scripts/**/*.d.ts"], "exclude": ["../../Framework/Framework/Resources/Scripts/tests"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@wordpress/*": ["./node_modules/@wordpress/*"], "~stackable/*": ["./src/*"]}}, "include": ["./src/**/*"], "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"target": "es5"}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules", "dist"], "include": ["src/**/*", "build/**/*", "test/**/*"]} +{"compilerOptions": {"moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2@v2.21100.20000/package/dist/cjs/popper.js/*", "../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/twbs/bootstrap@v5.3.0+incompatible/js/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*/**"]} +{"include": ["src/**/*", "docs/**/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "."}} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "outDir": "./dist/js", "removeComments": true, "strict": true}, "exclude": ["node_modules", "dist"], "include": ["src/js/**/*", "html/**"]} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"wizard/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"strict": true, "typeRoots": ["./node_modules/@types", "./node_modules/@gi-types"], "types": ["gjs-environment", "base-types", "gtk4-types", "adw1"], "lib": ["ES2022"], "allowSyntheticDefaultImports": true}, "exclude": ["./src/lib", "node_modules"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "jsx": "react-native", "lib": ["dom", "esnext"], "moduleResolution": "node", "noEmit": true, "skipLibCheck": true, "resolveJsonModule": true, "baseUrl": ".", "paths": {"@/*": ["src/*"], "stores/*": ["src/stores/*"], "screens/*": ["src/screens/*"], "locales/*": ["src/locales/*"], "utils/*": ["src/utils/*"]}}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "baseUrl": "./dev", "paths": {"*": ["*"]}}, "exclude": ["build", "data", "vendors", "rainloop", "plugins", "node_modules", "bower_components", "jspm_packages", "nbproject", "tests", "tmp", "temp"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "src"}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "src"}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "src"}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "src"}} +{"compilerOptions": {"baseUrl": ".", "disableSizeLimit": true, "target": "ES2020"}, "exclude": ["node_modules", "src/third_party"]} +{"compilerOptions": {"checkJs": true}, "updateImportsOnFileMove": "prompt", "include": ["js/**/*"]} +{"compilerOptions": {"checkJs": true}, "updateImportsOnFileMove": "prompt", "include": ["js/**/*"]} +{"compilerOptions": {"checkJs": true}, "updateImportsOnFileMove": "prompt", "include": ["js/**/*"]} +{"compilerOptions": {"checkJs": true}, "updateImportsOnFileMove": "prompt", "include": ["js/**/*"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/datatableV2": ["datatableV2/datatableV2.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/datatableV2": ["datatableV2/datatableV2.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/datatableV2": ["datatableV2/datatableV2.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"include": ["src"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"ui/*": ["src/*"]}}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node"}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node"}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node"}} +{"compilerOptions": {"jsx": "react", "baseUrl": "src", "noUnusedLocals": true, "noUnusedParameters": true}, "include": ["./src"]} +{"compilerOptions": {"jsx": "react", "baseUrl": "src", "noUnusedLocals": true, "noUnusedParameters": true}, "include": ["./src"]} +{"compilerOptions": {"jsx": "react", "baseUrl": "src", "noUnusedLocals": true, "noUnusedParameters": true}, "include": ["./src"]} +{"compilerOptions": {"jsx": "react", "baseUrl": "src", "noUnusedLocals": true, "noUnusedParameters": true}, "include": ["./src"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"moduleResolution": "bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "bundler", "target": "ESNext", "module": "ESNext", "verbatimModuleSyntax": true, "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"module": "esnext", "target": "es6", "checkJs": true, "allowUmdGlobalAccess": true, "esModuleInterop": true, "baseUrl": "./", "paths": {"vue$": ["./node_modules/vue/dist/vue.esm.js"], "src/*": ["./src/*"], "module/*": ["./src/module/*"], "scss/*": ["./src/app/assets/scss/*"], "assets/*": ["./static/*"], "Shopware": ["./src/core/shopware"]}}, "include": ["src/**/*", "types/**/*"], "exclude": ["node_modules", "test/**/*", "**/fixtures/*.js"]} +{"compilerOptions": {"module": "esnext", "target": "es6", "checkJs": true, "allowUmdGlobalAccess": true, "esModuleInterop": true, "baseUrl": "./", "paths": {"vue$": ["./node_modules/vue/dist/vue.esm.js"], "src/*": ["./src/*"], "module/*": ["./src/module/*"], "scss/*": ["./src/app/assets/scss/*"], "assets/*": ["./static/*"], "Shopware": ["./src/core/shopware"]}}, "include": ["src/**/*", "types/**/*"], "exclude": ["node_modules", "test/**/*", "**/fixtures/*.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "jsx": "preserve", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "jsx": "preserve", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "jsx": "preserve", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "jsx": "preserve", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}, "allowJs": true}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}, "allowJs": true}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}, "allowJs": true}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}, "allowJs": true}} +{"baseUrl": "."} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"pretty-text/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse/tests/*": ["../discourse/tests/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"pretty-text/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse/tests/*": ["../discourse/tests/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"pretty-text/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse/tests/*": ["../discourse/tests/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"pretty-text/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse/tests/*": ["../discourse/tests/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", ".nuxt", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"]}, "lib": ["es2020", "dom"], "jsx": "preserve"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"]}, "lib": ["es2020", "dom"], "jsx": "preserve"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"]}, "lib": ["es2020", "dom"], "jsx": "preserve"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"]}, "lib": ["es2020", "dom"], "jsx": "preserve"}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"client/*": ["client/*"], "server/*": ["server/*"]}}, "include": ["./src/client/*", "./src/server/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es2020", "lib": ["ES2020"], "module": "node16", "checkJs": true, "noEmit": true}} +{"compilerOptions": {"target": "es2020", "lib": ["ES2020"], "module": "node16", "checkJs": true, "noEmit": true}} +{"compilerOptions": {"target": "es2020", "lib": ["ES2020"], "module": "node16", "checkJs": true, "noEmit": true}} +{"compilerOptions": {"target": "es2020", "lib": ["ES2020"], "module": "node16", "checkJs": true, "noEmit": true}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs"}} +{"compilerOptions": {"target": "ES5", "module": "commonjs"}} +{"compilerOptions": {"target": "ES5", "module": "commonjs"}} +{"compilerOptions": {"target": "es6", "module": "commonjs"}} +{"compilerOptions": {"target": "es6", "module": "commonjs"}} +{"compilerOptions": {"target": "es6", "module": "commonjs"}} +{"compilerOptions": {"target": "es6", "module": "commonjs"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"ignoreDeprecations": "5.0"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"ignoreDeprecations": "5.0"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"ignoreDeprecations": "5.0"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"ignoreDeprecations": "5.0"}} +{"compilerOptions": {"lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["bun-types"]}} +{"compilerOptions": {"lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["bun-types"]}} +{"compilerOptions": {"lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["bun-types"]}} +{"compilerOptions": {"lib": ["ESNext"], "module": "esnext", "target": "esnext", "moduleResolution": "nodenext", "strict": true, "downlevelIteration": true, "skipLibCheck": true, "jsx": "preserve", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "allowJs": true, "types": ["bun-types"]}} +{"compilerOptions": {"allowJs": true}} +{"compilerOptions": {"allowJs": true}} +{"compilerOptions": {"allowJs": true}} +{"compilerOptions": {"allowJs": true}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es6", "checkJs": true}, "include": ["./**/*.js"]} +{"compilerOptions": {"target": "es6", "checkJs": true}, "include": ["./**/*.js"]} +{"compilerOptions": {"target": "es6", "checkJs": true}, "include": ["./**/*.js"]} +{"compilerOptions": {"target": "es6", "checkJs": true}, "include": ["./**/*.js"]} +{"compilerOptions": {"module": "commonjs", "target": "ES6"}} +{"compilerOptions": {"module": "commonjs", "target": "ES6"}} +{"compilerOptions": {"module": "commonjs", "target": "ES6"}} +{"compilerOptions": {"module": "commonjs", "target": "ES6"}} +{"compilerOptions": {"emitDeclarationOnly": true, "noEmit": false, "strict": true, "target": "es2017", "declaration": true, "checkJs": true, "noUnusedParameters": true, "noUnusedLocals": true, "outDir": "./dist/typings", "lib": ["es2017", "dom"]}, "include": ["lib/**/*"]} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@/*": ["../*"]}}} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@/*": ["../*"]}}} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@/*": ["../*"]}}} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@/*": ["../*"]}}} +{"compilerOptions": {"types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}} +{"compilerOptions": {"types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}} +{"compilerOptions": {"types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}} +{"compilerOptions": {"types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@server/*": ["server/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@server/*": ["server/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@server/*": ["server/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@server/*": ["server/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"noEmit": true, "esModuleInterop": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "baseUrl": "./", "paths": {"$api/*": ["../api/*"], "api/*": ["../api/*"], "$web/*": ["../web/*"], "web/*": ["../web/*"], "$web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "types/*": ["../types/*", "../web/types/*", "../api/types/*"]}, "typeRoots": ["../node_modules/@types"], "jsx": "preserve"}, "include": [".", "../.redwood/types/includes/all-*", "../.redwood/types/includes/web-*", "../types"]} +{"compilerOptions": {"noEmit": true, "esModuleInterop": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "baseUrl": "./", "paths": {"$api/*": ["../api/*"], "api/*": ["../api/*"], "$web/*": ["../web/*"], "web/*": ["../web/*"], "$web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "types/*": ["../types/*", "../web/types/*", "../api/types/*"]}, "typeRoots": ["../node_modules/@types"], "jsx": "preserve"}, "include": [".", "../.redwood/types/includes/all-*", "../.redwood/types/includes/web-*", "../types"]} +{"compilerOptions": {"noEmit": true, "esModuleInterop": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "baseUrl": "./", "paths": {"$api/*": ["../api/*"], "api/*": ["../api/*"], "$web/*": ["../web/*"], "web/*": ["../web/*"], "$web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "types/*": ["../types/*", "../web/types/*", "../api/types/*"]}, "typeRoots": ["../node_modules/@types"], "jsx": "preserve"}, "include": [".", "../.redwood/types/includes/all-*", "../.redwood/types/includes/web-*", "../types"]} +{"compilerOptions": {"noEmit": true, "esModuleInterop": true, "target": "esnext", "module": "esnext", "moduleResolution": "node", "baseUrl": "./", "paths": {"$api/*": ["../api/*"], "api/*": ["../api/*"], "$web/*": ["../web/*"], "web/*": ["../web/*"], "$web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "web/src/*": ["../web/src/*", "../.redwood/types/mirror/web/src/*"], "types/*": ["../types/*", "../web/types/*", "../api/types/*"]}, "typeRoots": ["../node_modules/@types"], "jsx": "preserve"}, "include": [".", "../.redwood/types/includes/all-*", "../.redwood/types/includes/web-*", "../types"]} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"vueCompilerOptions": {"target": 2.7}} +{"compilerOptions": {"jsx": "react-jsx"}} +{"compilerOptions": {"jsx": "react-jsx"}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"target": "es6", "checkJs": false, "baseUrl": "src", "jsx": "react", "module": "commonjs", "moduleResolution": "node", "paths": {"*": ["*"]}}, "include": ["./src/**/*"], "exclude": []} +{"compilerOptions": {"target": "es6", "checkJs": false, "baseUrl": "src", "jsx": "react", "module": "commonjs", "moduleResolution": "node", "paths": {"*": ["*"]}}, "include": ["./src/**/*"], "exclude": []} +{"compilerOptions": {"target": "es6", "checkJs": false, "baseUrl": "src", "jsx": "react", "module": "commonjs", "moduleResolution": "node", "paths": {"*": ["*"]}}, "include": ["./src/**/*"], "exclude": []} +{"compilerOptions": {"target": "es6", "checkJs": false, "baseUrl": "src", "jsx": "react", "module": "commonjs", "moduleResolution": "node", "paths": {"*": ["*"]}}, "include": ["./src/**/*"], "exclude": []} +{"compilerOptions": {"target": "ES6", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5"}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es5"}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es5"}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es5"}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules", "dist"], "include": ["src/**/*", "build/**/*", "test/**/*"]} +{"compilerOptions": {"moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs"}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*/**"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*/**"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*/**"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*/**"]} +{"include": ["src/**/*", "docs/**/*"]} +{"include": ["src/**/*", "docs/**/*"]} +{"include": ["src/**/*", "docs/**/*"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "outDir": "./dist/js", "removeComments": true, "strict": true}, "exclude": ["node_modules", "dist"], "include": ["src/js/**/*", "html/**"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "outDir": "./dist/js", "removeComments": true, "strict": true}, "exclude": ["node_modules", "dist"], "include": ["src/js/**/*", "html/**"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "outDir": "./dist/js", "removeComments": true, "strict": true}, "exclude": ["node_modules", "dist"], "include": ["src/js/**/*", "html/**"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "outDir": "./dist/js", "removeComments": true, "strict": true}, "exclude": ["node_modules", "dist"], "include": ["src/js/**/*", "html/**"]} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"wizard/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"wizard/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"wizard/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"extends": "../../../../jsconfig.base.json", "compilerOptions": {"baseUrl": ".", "paths": {"wizard/*": ["./addon/*"], "discourse/*": ["../discourse/app/*"], "discourse-common/*": ["../discourse-common/addon/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"target": "es2015", "module": "commonjs", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "baseUrl": "./dev", "paths": {"*": ["*"]}}, "exclude": ["build", "data", "vendors", "rainloop", "plugins", "node_modules", "bower_components", "jspm_packages", "nbproject", "tests", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"jsx": "react", "allowSyntheticDefaultImports": true, "module": "commonjs", "target": "ES6", "baseUrl": ".", "paths": {"*": ["test/*", "client/*"]}}, "exclude": ["public", "node_modules", "**/node_modules/*", "build", "**/build/*", "**/build-module/*", "**/build-style/*", "**/dist/*", "cached-results.json", "client/stats.json", "client/server/bundler/assets-*.json", "client/server/devdocs/search-index.js"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "./", "jsx": "react", "paths": {"Style/*": ["src/style/*"], "Component/*": ["src/component/*"], "Route/*": ["src/route/*"], "Store/*": ["src/store/*"], "Util/*": ["src/util/*"], "Query/*": ["src/query/*"], "Type/*": ["src/type/*"], "Pages/*": ["src/pages/*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": ".", "strict": true, "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "paths": {"@generator/*": ["*"]}}, "exclude": ["node_modules"]} +{"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", "docConfig": {"enableLineage": true, "doxyContent": {"readMe": "../../README.md"}, "outDirectory": "public/docs/static/sas"}, "macroFolders": ["sasjs/macros"], "programFolders": [], "serviceConfig": {"serviceFolders": ["sasjs/services/common", "sasjs/services/files"], "initProgram": "sasjs/services/serviceinit.sas"}, "streamConfig": {"streamWeb": false, "streamWebFolder": "webv", "webSourcePath": "build"}, "defaultTarget": "viya", "targets": [{"name": "viya", "serverUrl": "https://azureuse011059.my-trials.sas.com/", "serverType": "SASVIYA", "appLoc": "/Public/app/react-seed-app", "contextName": "SAS Job Execution compute context"}, {"name": "server", "serverUrl": "", "serverType": "SASJS", "appLoc": "/Public/app/react-seed-app", "streamConfig": {"streamLogo": "logo512.png", "streamServiceName": "React", "streamWeb": true, "streamWebFolder": "web", "webSourcePath": "build", "assetPaths": []}}, {"name": "sas9", "serverType": "SAS9", "appLoc": "/Shared Data/sasjs/react-seed-app", "deployConfig": {"deployServicePack": true}, "serverName": "SASApp", "repositoryName": "Foundation"}, {"name": "electron", "serverType": "SASJS", "serverUrl": "http://localhost:5000", "appLoc": "/Public/app/react-seed-app"}]} +{"compilerOptions": {"jsx": "react-jsx", "target": "esnext", "module": "esnext", "baseUrl": "src", "moduleResolution": "node"}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "experimentalDecorators": true, "lib": ["es7", "es2017.sharedmemory", "es2017.object"]}} +{"Gold1": {"money": 10, "backV": 8}, "Gold2": {"money": 20, "backV": 6}, "Gold3": {"money": 30, "backV": 4}, "Stone1": {"money": 2, "backV": 3}, "Stone2": {"money": 4, "backV": 2}, "Diamond": {"money": 900, "backV": 8}, "Kulou": {"money": 20, "backV": 3}, "Gutou": {"money": 7, "backV": 3}, "TNT": {"money": 2, "backV": 7}, "Mouse": {"money": 2, "backV": 7}, "MouseDiamond": {"money": 2, "backV": 7}, "RandomBag": {"money": "1-1000", "backV": "1-10"}} +{"exclude": ["**/bin", "**/bower_components", "**/jspm_packages", "**/node_modules", "**/obj", "**/platforms"], "DbConnection": {"documentDbEndPoint": "https://localhost:8081/", "documentDbKey": "C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==", "databaseName": "CommClient", "collectionDbs": [{"name": "clientCollection", "value": "Clients"}, {"name": "pageCollection", "value": "Pages"}]}} +{"compilerOptions": {"target": "es6", "experimentalDecorators": true}, "exclude": ["node_modules", "tmp", "vendor", ".git", "dist"]} +{"rewrites": [{"source": "/sitemap.xml", "destination": "/api/sitemap"}], "headers": [{"headers": [{"key": "Content-Type", "value": "application/xml"}, {"key": "Cache-Control", "value": "public, max-age=3600"}], "source": "/sitemap.xml"}]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"types": ["node"], "lib": ["es2016"], "allowJs": true, "checkJs": true}} +{"compilerOptions": {"target": "es5", "module": "es2015", "noImplicitAny": true, "strictNullChecks": true}, "include": ["./**/*.ts", "./**/*.js", "bin/www.cjs", "app.cjs", "models/user.controller.ks"]} +{"sslProtocol": "any", "ignoreSslErrors": true, "webSecurityEnabled": false} +{"compilerOptions": {"baseUrl": "..", "paths": {"@pages/*": ["web3-ui/pages/*"], "@components/*": ["web3-ui/components/*"], "@styles/*": ["web3-ui/styles/*"], "@content/*": ["web3-ui/content/*"], "@utils/*": ["web3-ui/utils/*"]}}} +{"map": {"*": {"canvas-to-blob": "blueimp-canvas-to-blob", "leaflet": "leaflet-dist"}}, "paths": {"angular": "../../bower_components/angular/angular", "underscore": "//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min", "angular-cookies": "../../bower_components/angular-cookies/angular-cookies", "angular-mocks": "../../bower_components/angular-mocks/angular-mocks", "angular-resource": "../../bower_components/angular-resource/angular-resource", "angular-sanitize": "../../bower_components/angular-sanitize/angular-sanitize", "angular-scenario": "../../bower_components/angular-scenario/angular-scenario", "jquery": "../bower_components/jquery/jquery", "elastic": "../../bower_components/elastic.js/dist/elastic", "elastic-angular-client": "../bower_components/elastic.js/dist/elastic-angular-client", "angular-bootstrap": "../../bower_components/angular-bootstrap/ui-bootstrap-tpls", "angular-animate": "../../bower_components/angular-animate/angular-animate", "angular-route": "../../bower_components/angular-route/angular-route", "i18next": "../../bower_components/i18next/release/i18next-1.6.3.min", "ng-i18next": "../../bower_components/ng-i18next/dist/ng-i18next", "angular-translate": "../../bower_components/angular-translate/angular-translate", "blueimp-canvas-to-blob": "../../bower_components/blueimp-canvas-to-blob/js/canvas-to-blob", "blueimp-tmpl": "../../bower_components/blueimp-tmpl/js/tmpl", "jquery.ui.widget": "../../bower_components/blueimp-file-upload/js/vendor/jquery.ui.widget", "jquery.fileupload-angular": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-angular", "jquery.fileupload-audio": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-audio", "jquery.fileupload-image": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-image", "jquery.fileupload-process": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-process", "jquery.fileupload-ui": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-ui", "jquery.fileupload-validate": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-validate", "jquery.fileupload-video": "../../bower_components/blueimp-file-upload/js/jquery.fileupload-video", "jquery.fileupload": "../../bower_components/blueimp-file-upload/js/jquery.fileupload", "jquery.iframe-transport": "../../bower_components/blueimp-file-upload/js/jquery.iframe-transport", "blueimp-helper": "../../bower_components/blueimp-gallery/js/blueimp-helper", "blueimp-gallery": "../../bower_components/blueimp-gallery/js/blueimp-gallery", "blueimp-gallery-fullscreen": "../../bower_components/blueimp-gallery/js/blueimp-gallery-fullscreen", "blueimp-gallery-indicator": "../../bower_components/blueimp-gallery/js/blueimp-gallery-indicator", "blueimp-gallery-video": "../../bower_components/blueimp-gallery/js/blueimp-gallery-video", "load-image": "../../bower_components/blueimp-load-image/js/load-image", "load-image-ios": "../../bower_components/blueimp-load-image/js/load-image-ios", "load-image-orientation": "../../bower_components/blueimp-load-image/js/load-image-orientation", "load-image-meta": "../../bower_components/blueimp-load-image/js/load-image-meta", "load-image-exif": "../../bower_components/blueimp-load-image/js/load-image-exif", "load-image-exif-map": "../../bower_components/blueimp-load-image/js/load-image-exif-map", "leaflet-dist": "../../bower_components/leaflet-dist/leaflet", "leaflet-plugin-google": "leaflet-plugins/layer/tile/Google", "angular-leaflet": "../../bower_components/angular-leaflet/dist/angular-leaflet-directive", "jquery.cloudinary": "jquery.cloudinary", "jquery.ui.core": "../../bower_components/jqueryui/ui/jquery.ui.core", "jquery.ui.datepicker": "../../bower_components/jqueryui/ui/jquery.ui.datepicker", "jqueryui": "../../bower_components/jqueryui/ui/jquery-ui"}, "shim": {"jquery": {"exports": "$"}, "jquery.ui.widget": {"deps": ["jquery"]}, "angular": {"exports": "angular"}, "elastic-angular-client": {"deps": ["angular"], "exports": "angular"}, "angular-bootstrap": {"deps": ["angular"]}, "angular-route": {"deps": ["angular"]}, "i18next": {"exports": "i18n"}, "ng-i18next": {"deps": ["angular", "i18next"]}, "jquery.ui.core": {"deps": ["jquery"]}, "jquery.ui.datepicker": {"deps": ["jquery.ui.core"]}, "jquery.fileupload": {"deps": ["jquery", "canvas-to-blob"]}, "jquery.fileupload-angular": {"deps": ["jquery", "jquery.fileupload", "angular"]}, "jquery.cloudinary": {"deps": ["jquery", "jquery.fileupload"]}, "leaflet": {"exports": "L"}, "angular-leaflet": {"deps": ["angular", "leaflet"]}, "leaflet-plugin-google": {"deps": ["leaflet"]}}, "baseUrl": "scripts/"} +{"compilerOptions": {"target": "es2015", "experimentalDecorators": true}} +{"compilerOptions": {"jsx": "react", "checkJs": true, "lib": ["es2017", "dom"]}, "include": ["src/**/*.js"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs"}, "include": ["jest.config.js"]} +{"compilerOptions": {"jsx": "react", "target": "es6", "module": "commonjs", "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "experimentalDecorators": true, "paths": {"~/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"common/*": ["./common/*"], "features/*": ["./client/src/features/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@Components/*": ["src/components/*", "src/components"], "@Configs/*": ["src/configs/*", "src/configs"], "@Assets/*": ["src/assets/*", "src/assets"], "@Containers/*": ["src/containers/*", "src/containers"], "@Screens/*": ["src/screens/*", "src/screens"]}}} +{"compilerOptions": {"baseUrl": ".", "strict": false, "jsx": "react", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "module": "commonJS", "paths": {"_components/*": ["./src/components/*"], "_assets/*": ["./src/assets/*"], "_screens/*": ["./src/screens/*"], "_redux/*": ["./src/redux/*"], "_utils/*": ["./src/utils/*"]}}, "exclude": ["node_modules", "android", "ios"]} +{"compilerOptions": {"checkJs": true, "lib": ["ES2017", "DOM"], "target": "ES2017", "moduleResolution": "classic"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"]}}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/formAbstract": ["formAbstract/formAbstract.js"], "c/formExample": ["formExample/formExample.js"], "c/formlette": ["formlette/formlette.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["src/components/*"], "@context/*": ["src/context/*"], "@hooks/*": ["src/hooks/*"], "@util/*": ["src/util/*"], "@public/*": ["public/*"], "@node_modules/*": ["node_modules/*"]}}} +{"exclude": ["node_modules", "**/node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["../../../../../../var/folders/6n/b63bhh497zl6y40dv0mknfzm0000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5@v5.0.0-20210629192904-559885af86b7/assets/*"]}}} +{"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json", "macroFolders": ["macros"], "jobConfig": {"jobFolders": ["jobs/extract", "jobs/load"], "initProgram": "jobs/jobinit.sas", "termProgram": "jobs/jobterm.sas", "macroVars": {}}, "testConfig": {"testFolders": ["tests"], "initProgram": "tests/testinit.sas", "termProgram": "tests/testterm.sas", "macroVars": {"testsuite": "SASjs Jobs Template"}, "testSetUp": "tests/testsetup.sas", "testTearDown": "tests/testteardown.sas"}, "programFolders": ["db/demolib", "includes"], "defaultTarget": "server", "targets": [{"name": "viya", "serverType": "SASVIYA", "appLoc": "/Public/sasjs/jobs", "contextName": "SAS Job Execution compute context"}, {"name": "server", "serverUrl": "", "serverType": "SASJS", "appLoc": "/Public/demo/server"}]} +{"extends": "../jsconfig.json", "compilerOptions": {"types": ["cypress", "cypress-real-events"]}, "include": ["../node_modules/cypress", "./**/*.js"]} +{"compilerOptions": {"target": "es6", "baseUrl": "src"}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~features/*": ["./src/features/*"], "~services/*": ["./src/services/*"], "~shared/*": ["./src/shared/*"]}}, "typeAcquisition": {"include": ["jest"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"checkJs": true, "experimentalDecorators": true, "module": "CommonJS", "target": "ES2022"}, "exclude": ["node_modules"]} +{"compilerOptions": {"checkJs": true, "allowJs": true, "lib": ["es2015"], "jsx": "react", "baseUrl": ".", "paths": {"/*": ["./*"]}}, "typeAcquisition": {"include": ["meteor"]}, "exclude": ["node_modules", ".meteor"]} +{"compilerOptions": {"module": "esnext", "target": "es6"}, "include": ["pkg/**/*", "js/**/*"]} +{"typeAcquisition": {"include": ["jest"]}, "compilerOptions": {"baseUrl": "src"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"]}}} +{"compilerOptions": {"baseUrl": "node_modules", "paths": {"@ui": ["../components/ui/index"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["*"], "@components/*": ["components/*"], "@assets/*": ["assets/*"], "@lib/*": ["lib/*"], "@middleware/*": ["middleware/*"], "@constants/*": ["constants/*"]}}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"components/*": ["src/components/*"], "styles/*": ["src/styles/*"], "assets/*": ["src/assets/*"]}}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@components/*": ["./components/*"], "@config/*": ["./config/*"], "@contexts/*": ["./contexts/*"], "@pages/*": ["./pages/*"], "@public/*": ["./public/*"], "@styles/*": ["./styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*": ["./*"]}, "types": ["@nuxt/types", "@nuxtjs/axios"]}, "exclude": ["node_modules", ".nuxt", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"], "@/pages/*": ["src/pages/*"], "@/components/*": ["src/components/*"], "@/hooks/*": ["src/hooks/*"], "@/lib/*": ["src/lib/*"], "@/context/*": ["src/context/*"], "@/layouts/*": ["src/layouts/*"], "@/settings": ["src/settings.js"], "@/content": ["src/content.js"], "@/helpers": ["src/helpers.js"], "@/css/*": ["src/css/*"]}}} +{"description": "This is to config VS Code to recongnise our aliases, aka https://medium.com/@justintulk/solve-module-import-aliasing-for-webpack-jest-and-vscode-74007ce4adc9", "compilerOptions": {"baseUrl": ".", "paths": {"~img": ["src/assets/img"], "~fonts": ["src/assets/fonts"], "~*": ["./src/*"]}}, "exclude": ["node_modules", "public"]} +{"compilerOptions": {"target": "es6", "jsx": "react"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@pages/*": ["src/pages/*"], "@components/*": ["src/components/*"], "@utils/*": ["src/utils/*"], "@styles/*": ["src/styles/*"], "@public/*": ["public/*"], "@lib/*": ["src/lib/*"]}}} +{"compilerOptions": {"checkJs": true, "module": "commonjs", "target": "es6"}, "include": ["src/**/*", "src/*.js", "src/**/*.js"], "exclude": ["node_modules", "**/node_modules/*", "assets", ".gitignore", "link_del_repo_en_GitHub.txt", "README.md"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"@pages/*": ["pages/*"], "@components/*": ["components/*"], "@containers/*": ["containers/*"], "@styles/*": ["styles/*"], "@hooks/*": ["hooks/*"], "@common/*": ["common/*"], "@layout/*": ["layout/*"], "@services/*": ["services/*"]}}} +{"include": ["."], "compilerOptions": {"baseUrl": ".", "paths": {"@src/*": ["./src/*"], "@request": ["./__tests__/setup.js"], "@user/*": ["./src/modules/user/*"]}, "checkJs": false, "resolveJsonModule": true, "moduleResolution": "node", "target": "es2018", "module": "es2015"}, "exclude": ["dist", "node_modules", "build", ".vscode", "coverage", "jspm_packages", "tmp", "temp", "bower_components", ".npm", ".yarn"], "typeAcquisition": {"enable": true, "include": ["jest", "node"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["./src/components/*"], "@assets/*": ["./src/assets/*"], "@styles/*": ["./src/styles/*"], "@hooks/*": ["./src/hooks/*"], "@contexts/*": ["./src/contexts/*"], "@atoms/*": ["./src/atoms/*"], "@molecules/*": ["./src/molecules/*"]}}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"experimentalDecorators": true, "paths": {"@themost/cache": ["src/index"], "@themost/cache/platform-server": ["platform-server/src/index"]}}} +{"compilerOptions": {"baseUrl": ".", "target": "esnext", "module": "esnext", "moduleResolution": "node", "maxNodeModuleJsDepth": 20, "allowSyntheticDefaultImports": true, "lib": ["DOM", "DOM.Iterable", "ESNext", "WebWorker"], "declaration": true, "declarationDir": ".", "declarationMap": true, "allowJs": true, "checkJs": true, "noEmit": true, "esModuleInterop": true, "skipLibCheck": true, "types": ["node"], "typeRoots": ["typings", "node_modules/@types"]}, "include": ["./types.js", "*.js", "bin/**/*.js", "lib/**/*.js", "src/**/*.js"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"paths": {"@/*": ["./app/*"]}}} +{"include": ["src/**/*"], "exclude": ["node_modules", "dist", "demo", "example"], "compilerOptions": {"baseUrl": "./src/"}} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "strictNullChecks": true, "strictFunctionTypes": true, "baseUrl": ".", "paths": {"@Tests/*": ["./__tests__/"], "@Components/*": ["src/components/*", "src/components"], "@Configs/*": ["src/configs/*", "src/configs"], "@Assets/*": ["src/assets/*", "src/assets"], "@Containers/*": ["src/containers/*", "src/containers"], "@Screens/*": ["src/screens/*", "src/screens"], "@Styles/*": ["src/styles/*", "src/styles"], "@Hooks/*": ["src/hooks/*", "src/hooks"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"include": ["**/*.js", "**/*.json"], "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"module": "commonjs", "target": "es2020", "jsx": "preserve", "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@hoc/*": ["components/hoc/*"], "@hooks/*": ["components/hooks/*"], "@layouts/*": ["components/layouts/*"], "@ui/*": ["components/ui/*"], "@util/*": ["util/*"], "@views/*": ["components/views/*"]}}} +{"include": ["types/**/*", "**/*.js", "**/*.html", "**/*.php"], "exclude": ["node_modules"], "compilerOptions": {"lib": ["esnext", "dom", "dom.iterable"], "esModuleInterop": true, "isolatedModules": true, "module": "esnext", "target": "esnext", "sourceMap": true, "moduleResolution": "node", "noEmit": true, "strict": true, "skipLibCheck": true, "resolveJsonModule": true, "useDefineForClassFields": false, "allowSyntheticDefaultImports": true, "verbatimModuleSyntax": false, "experimentalDecorators": true, "noImplicitOverride": true, "forceConsistentCasingInFileNames": true, "useUnknownInCatchVariables": true, "exactOptionalPropertyTypes": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "allowJs": true, "checkJs": true}} +{"compilerOptions": {"jsx": "react", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["./*"]}}, "include": ["src"], "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@src/*": ["src/*"], "@assets/*": ["src/@core/assets/*"], "@components/*": ["src/@core/components/*"], "@layouts/*": ["src/@core/layouts/*"], "@store/*": ["src/redux/*"], "@styles/*": ["src/@core/scss/*"], "@configs/*": ["src/configs/*"], "@utils": ["src/utility/Utils"], "@hooks/*": ["src/utility/hooks/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["types/*"]}, "module": "commonjs", "target": "es6", "checkJs": false, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@utils/*": ["utils/*"], "@styles/*": ["styles/*"]}}, "include": ["**/*.js", "**/*.jsx"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@ymc/*": ["./packages/*"], "@provate-pkgs/*": ["./private-pkgs/*"], "@script-pkgs/*": ["./scr/lib/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"exclude": ["node_modules", ".git", "bundle", "**/dist", "**/node_modules"]} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["./src"], "exclude": ["/node_modules"]} +{"include": ["src"], "compilerOptions": {"baseUrl": "src"}} +{"compilerOptions": {"baseUrl": "src", "module": "commonjs", "target": "es6"}, "include": ["src"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components": ["src/components"], "@hooks": ["src/hooks"], "@pages": ["src/pages"], "@sections": ["src/sections"], "@utils": ["src/utils"]}}} +{"compilerOptions": {"jsx": "react", "baseUrl": "./src", "paths": {"States/*": ["states/*"], "Utilities/*": ["utilities/*"], "Components/*": ["components/*"], "Api/*": ["api/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/context/*": ["context/*"], "@/hooks/*": ["hooks/*"], "@/slices/*": ["slices/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"], "@/public/*": ["public/*"]}}} +{"typeAcquisition": {"enable": true, "include": ["three"]}, "compilerOptions": {"target": "ES6", "module": "es6"}, "exclude": ["assets/js/build", "assets/js/build-min", "assets/js/vendor", "node_modules"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"fp": ["fp"], "view": ["view"], "app": ["app"], "test": ["test"]}, "checkJs": true, "skipLibCheck": true}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"$libs": ["src/libs"], "$libs/*": ["src/libs/*"]}}} +{"compilerOptions": {"target": "es5", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es6", "moduleResolution": "node", "checkJs": true, "esModuleInterop": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"$lib": ["src/lib"], "$lib/*": ["src/lib/*"]}}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte", "src/**/*.ts"]} +{"compilerOptions ": {"allowJs": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"], "@/utils/*": ["utils/*"], "@/themeConfig/*": ["themeConfig/*"]}}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"], "@c/*": ["src/components/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"allowJs": true, "checkJs": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "ignoreDeprecations": "5.0"}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/components/*": ["src/components/*"]}}, "include": ["src/**/*.js", "src/**/*.jsx"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "allowJs": true, "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"experimentalDecorators": true, "target": "es2017"}, "exclude": ["node_modules", "www", "scripts"], "include": ["src"]} +{"compilerOptions": {"module": "es6", "target": "es2020", "strict": false, "allowJs": true, "checkJs": false, "skipLibCheck": true, "isolatedModules": true, "esModuleInterop": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "jsx": "preserve", "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "moduleResolution": "node", "jsx": "react", "baseUrl": "src/", "paths": {"components/*": ["src/components/*"], "dialogs/*": ["src/dialogs/*"], "actions/*": ["src/actions/*"], "reducers/*": ["src/reducers/*"], "router": ["src/router.jsx"], "store/*": ["src/store/*"], "types/*": ["src/types/*"], "pages/*": ["src/pages/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["UI/*"], "@UI/*": ["UI/packages/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "stores/*": ["src/stores/*"], "vue$": ["node_modules/vue/dist/vue.runtime.esm-bundler.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"], "exclude": ["src/theme/overrides"]} +{"compilerOptions": {"target": "es6", "lib": ["dom", "webworker", "es7"]}} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "baseUrl": "src", "emitDecoratorMetadata": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "target": "es6", "jsx": "react", "lib": ["esnext", "dom", "webworker"], "module": "esnext", "moduleResolution": "node", "noEmitOnError": false, "noImplicitAny": false, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "plugins": [{"name": "tslint-language-service"}], "paths": {"*": ["*", "src/*"]}, "rootDirs": [".", "src"], "skipLibCheck": false, "sourceMap": true, "strictNullChecks": false, "suppressImplicitAnyIndexErrors": true}, "exclude": ["build", "config-overrides.js", "jest", "scripts"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"components/*": ["components/*"], "common/*": ["common/*"], "data/*": ["data/*"], "layouts/*": ["layouts/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"$lib": ["src/lib"], "$lib/*": ["src/lib/*"], "$comp": ["src/components"], "$comp/*": ["src/components/*"]}}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": "src"}, "includes": ["src"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"@components/": ["./src/ui/components/"]}}, "include": ["src"]} +{"compilerOptions": {"checkJs": true, "strict": true, "target": "esnext", "module": "commonjs", "strictNullChecks": false, "lib": ["esnext", "scripthost"]}} +{"compilerOptions": {"baseUrl": "src", "paths": {"redux": ["./src/redux"], "utils": ["./src/utils"], "assets": ["./src/assets"]}}, "include": ["src"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "src"}, "exclude": ["node_modules"], "include": ["src"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*": ["./*"]}}, "exclude": ["node_modules", ".nuxt", "dist", "src/static/sw.js", "__mocks__"]} +{"compilerOptions": {"target": "es2015", "expermentalDecorators": true}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"experimentalDecorators": true}} +{"compilerOptions": {"baseUrl": "src", "target": "es6"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/util/*": ["util/*"]}}} +{"compilerOptions": {"jsx": "react", "module": "commonjs", "target": "es2020", "checkJs": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@common/*": ["common/*", "common"]}}} +{"compilerOptions": {"baseUrl": "src", "paths": {"components/*": ["./components/*"]}}, "include": ["src"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": true, "strictNullChecks": true}, "include": ["./src/*"], "exclude": ["node_modules/", "coverage"]} +{"compilerOptions": {"target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "moduleResolution": "node"}, "exclude": ["node_modules"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "jsconfig.json"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@components/*": ["src/components/*"], "@common/*": ["src/common/*"], "@app/*": ["src/app/*"], "@src/*": ["src/*"]}}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "./", "paths": {"@components/*": ["components/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es6", "module": "amd", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "ES5"}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es5", "strict": true, "module": "es2015", "moduleResolution": "node", "allowJs": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./resources/js/*"]}}, "include": ["./resources/js/**/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"$lib": ["src/lib"], "$lib/*": ["src/lib/*"], "$components/*": ["src/components/*"]}}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"~/*": ["./*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}, "target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "es6", "baseUrl": ".", "paths": {"*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@lib/*": ["lib/*"], "@utils/*": ["utils/*"], "@styles/*": ["styles/*"], "@context/*": ["context/*"]}}} +{"include": ["src/**/*"], "compilerOptions": {"target": "ES6", "allowSyntheticDefaultImports": true, "baseUrl": "src/", "checkJs": false, "paths": {"services/*": ["shared/services/*"], "browser-services/*": ["browser/services/*"], "shared/*": ["shared/*"], "browser-components/*": ["browser/components/*"], "browser/*": ["browser/*"], "browser-styles/*": ["browser/styles/*"]}}} +{"include": ["**/**/*.js", "**/*.json", "node_modules/@wdio/sync", "node_modules/@wdio/mocha-framework", "test/specs/.spec.js"]} +{"compilerOptions": {"target": "ES6", "module": "ES6"}} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"target": "es6"}, "files": ["scripts/", "pages/"], "exclude": ["node_modules"], "typeAcquisition": {"include": []}} +{"typeAcquisition": {"include": ["chrome"]}} +{"exclude": ["node_modules"], "typeAcquisition": {"include": ["jquery"]}} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./src"}, "include": []} +{"compilerOptions": {"baseUrl": "./", "paths": {"@Clients": ["src/dfx_fleek_app_assets/public/clients"], "@Shared": ["src/dfx_fleek_app_assets/public/shared"], "~": ["src/dfx_fleek_app_assets/public"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"styles/*": ["./styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["src/*"], "images/*": ["./assets/images/*"]}}} +{"compilerOptions": {"module": "CommonJS", "target": "ES6", "strict": false, "moduleResolution": "node", "resolveJsonModule": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/data/*": ["data/*"], "@/hooks/*": ["hooks/*"], "@/img/*": ["img/*"], "@/layouts/*": ["layouts/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"checkJs": true, "strict": true, "target": "ES2015", "lib": ["ES2015", "DOM"], "baseUrl": ".", "paths": {"@/common/*": ["./src/*"], "@/modules/*": ["./src/modules/*"]}, "module": "NodeNext"}, "include": ["./src", "./typings"]} +{"compilerOptions": {"types": ["estree"], "target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist", "public"], "include": ["src/**/*"]} +{"compilerOptions": {"checkJs": false, "target": "es6", "lib": ["es2018", "dom"]}} +{"compilerOptions": {"baseUrl": "src"}} +{"compilerOptions": {"target": "es2015", "baseUrl": "./src/", "paths": {"core": ["./src/core/*"], "components": ["./src/components/*"], "controllers": ["./src/controllers/*"], "services": ["./src/services/*"], "constants": ["./src/constants/*"]}}, "exclude": ["node_modules"], "include": ["./src/**/*"]} +{"compilerOptions": {"resolveJsonModule": true, "allowSyntheticDefaultImports": true, "baseUrl": "./src", "paths": {"components/*": ["components/*"], "assets/*": ["assets/*"]}}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@ui/*": ["./src/components/uiComponents/*"], "@comp/*": ["./src/components/*"]}}, "include": ["src"], "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"paths": {"#utils/*": ["./src/utils/*"], "#controllers/*": ["./src/controllers/*"], "#services/*": ["./src/services/*"], "#routes/*": ["./src/routes/*"], "#models/*": ["./src/models/*"], "#validations/*": ["./src/validations/*"], "#middlewares/*": ["./src/middlewares/*"]}, "target": "ESNext"}, "exclude": ["node_modules"]} +{"compilerOptions": {"jsx": "react", "target": "ES6", "module": "commonjs", "baseUrl": "src"}, "exclude": ["dist", "node_modules", "**/node_modules/*"], "paths": {"@/*": ["./src/*"]}} +{"compilerOptions": {"baseUrl": ".", "moduleResolution": "node", "target": "es6", "paths": {"*": ["typings/*"]}}} +{"type": "npm", "script": "start", "isBackground": true, "presentation": {"focus": true, "panel": "dedicated"}, "group": {"kind": "build", "isDefault": true}, "problemMatcher": {"owner": "typescript", "source": "ts", "applyTo": "closedDocuments", "fileLocation": ["relative", "${cwd}"], "pattern": "$tsc", "background": {"activeOnStart": true, "beginsPattern": {"regexp": "(.*?)"}, "endsPattern": {"regexp": "Compiled |Failed to compile."}}}} +{"compilerOptions": {"baseUrl": "src", "module": "commonjs", "target": "es6"}, "paths": {"assets/*": ["/assets/*"], "components/*": ["/components/*"], "screens/*": ["/screens/*"], "provider/*": ["/provider/*"], "utils/*": ["/utils/*"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@styles/*": ["./styles/*"], "@common/*": ["./src/common/*"], "@components/*": ["./src/components/*"], "@pages/*": ["./src/pages/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "es2022", "module": "commonjs", "moduleResolution": "node", "typeRoots": ["./typings", "./node_modules/@types"], "allowJs": true, "checkJs": true, "maxNodeModuleJsDepth": 0, "noEmit": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitAny": true, "alwaysStrict": true, "skipLibCheck": true}, "include": ["*.js", "bin/**/*.js", "lib/**/*.js", "src/**/*.js"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/abis/*": ["abis/*"], "@/components/*": ["components/*"], "@/contexts/*": ["contexts/*"], "@/helpers/*": ["helpers/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"jsx": "react", "target": "es6", "module": "commonjs", "baseUrl": "."}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/pages/components/*": ["components/*"], "@/config/*": ["config/*"], "@/utils/*": ["utils/*"], "@/lib/*": ["lib/*"]}}} +{"include": [".eslintrc.js"], "extends": "./tsconfig.base.json", "compilerOptions": {"checkJs": true}} +{"compilerOptions": {"module": "es6", "target": "esnext", "lib": ["dom", "esnext", "dom.iterable", "webworker"], "noImplicitAny": true, "suppressImplicitAnyIndexErrors": false}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["resources/app/js/*", "../../../resources/js/*"], "@img/*": ["resources/app/img/*", "../../../resources/img/*"], "@modules/*": ["../../../resources/modules/*"]}}, "include": ["/resources/app/**/*", "../../../resources/**/*"], "exclude": ["node_modules", "public"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["resources/js/*"], "@Components/*": ["resources/js/components/*"]}}, "exclude": ["node_modules", "public"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/assets/*": ["public/assets/*"], "@/utils/*": ["utils/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./*"], "@helpers/*": ["./helpers/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@themes/*": ["themes/*"]}}} +{"compilerOptions": {"target": "ES6", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"components/*": ["./src/components/*"], "containers/*": ["./src/containers/*"], "reducers/*": ["./src/reducers/*"], "routes/*": ["./src/routes/*"], "utils/*": ["./src/utils/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@blog/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"include": ["./node_modules/cypress", "cypress/**/*.js"], "compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@context/*": ["context/*"], "@functions/*": ["functions/*"], "@lib/*": ["lib/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "jsx": "react", "paths": {"@/*": ["./*"], "@/components/*": ["./components/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "."}, "exclude": ["node_modules", ".next", "build"]} +{"compilerOptions": {"experimentalDecorators": true, "jsxImportSource": "react", "module": "es6", "moduleResolution": "node", "target": "es6", "allowSyntheticDefaultImports": true}, "include": ["./src/**/*", "./static/**/*"], "exclude": ["./.cache/**/*", "./.netlify/**/*", "./.vscode/**/*", "./node_modules/**/*", "./public/**/*"]} +{"compilerOptions": {"lib": ["es2017"], "target": "es6", "moduleResolution": "node", "checkJs": true, "esModuleInterop": true}} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": "src"}, "exclude": ["build", "coverage", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "module": "CommonJS", "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"rootDir": "./__tests__", "target": "es6", "module": "es6", "jsx": "react"}, "exclude": ["node_modules", "jspm_packages"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@public/*": ["public/*"]}}, "exclude": ["node_modules"]} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"], "test/*": ["tests/*"]}, "allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"]}}, "exclude": ["node_modules", ".next", "out"]} +{"compilerOptions": {"paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "experimentalDecorators": true}, "exclude": ["node_modules"]} +{"exclude": ["node_modules"], "include": ["./src/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "./", "jsx": "react", "paths": {"Style/*": ["src/style/*"], "Component/*": ["src/component/*"], "Route/*": ["src/route/*"], "Store/*": ["src/store/*"], "Util/*": ["src/util/*"], "Query/*": ["src/query/*"], "Type/*": ["src/type/*"], "Pages/*": ["src/pages/*"]}}} +{"compilerOptions": {"target": "es6", "experimentalDecorators": true}, "exclude": ["node_modules", "tmp", "vendor", ".git", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "es5", "module": "es2015", "noImplicitAny": true, "strictNullChecks": true}, "include": ["./**/*.ts", "./**/*.js", "bin/www.cjs", "app.cjs", "models/user.controller.ks"]} +{"compilerOptions": {"jsx": "react", "checkJs": true, "lib": ["es2017", "dom"]}, "include": ["src/**/*.js"]} +{"compilerOptions": {"jsx": "react", "checkJs": true, "lib": ["es2017", "dom"]}, "include": ["src/**/*.js"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"]}}} +{"exclude": ["node_modules", "**/node_modules"]} +{"compilerOptions": {"target": "es6", "baseUrl": "src"}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"description": "This is to config VS Code to recongnise our aliases, aka https://medium.com/@justintulk/solve-module-import-aliasing-for-webpack-jest-and-vscode-74007ce4adc9", "compilerOptions": {"baseUrl": ".", "paths": {"~img": ["src/assets/img"], "~fonts": ["src/assets/fonts"], "~*": ["./src/*"]}}, "exclude": ["node_modules", "public"]} +{"description": "This is to config VS Code to recongnise our aliases, aka https://medium.com/@justintulk/solve-module-import-aliasing-for-webpack-jest-and-vscode-74007ce4adc9", "compilerOptions": {"baseUrl": ".", "paths": {"~img": ["src/assets/img"], "~fonts": ["src/assets/fonts"], "~*": ["./src/*"]}}, "exclude": ["node_modules", "public"]} +{"description": "This is to config VS Code to recongnise our aliases, aka https://medium.com/@justintulk/solve-module-import-aliasing-for-webpack-jest-and-vscode-74007ce4adc9", "compilerOptions": {"baseUrl": ".", "paths": {"~img": ["src/assets/img"], "~fonts": ["src/assets/fonts"], "~*": ["./src/*"]}}, "exclude": ["node_modules", "public"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"paths": {"@/*": ["./app/*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es2020", "jsx": "preserve", "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"jsx": "react", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"experimentalDecorators": true, "target": "es2017"}, "exclude": ["node_modules", "www", "scripts"], "include": ["src"]} +{"compilerOptions": {"experimentalDecorators": true, "target": "es2017"}, "exclude": ["node_modules", "www", "scripts"], "include": ["src"]} +{"compilerOptions": {"experimentalDecorators": true, "target": "es2017"}, "exclude": ["node_modules", "www", "scripts"], "include": ["src"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "moduleResolution": "node", "jsx": "react", "baseUrl": "src/", "paths": {"components/*": ["src/components/*"], "dialogs/*": ["src/dialogs/*"], "actions/*": ["src/actions/*"], "reducers/*": ["src/reducers/*"], "router": ["src/router.jsx"], "store/*": ["src/store/*"], "types/*": ["src/types/*"], "pages/*": ["src/pages/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "moduleResolution": "node", "jsx": "react", "baseUrl": "src/", "paths": {"components/*": ["src/components/*"], "dialogs/*": ["src/dialogs/*"], "actions/*": ["src/actions/*"], "reducers/*": ["src/reducers/*"], "router": ["src/router.jsx"], "store/*": ["src/store/*"], "types/*": ["src/types/*"], "pages/*": ["src/pages/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src"}, "includes": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "includes": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "includes": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "includes": ["src"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}, "target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"exclude": ["node_modules"], "typeAcquisition": {"include": ["jquery"]}} +{"exclude": ["node_modules"], "typeAcquisition": {"include": ["jquery"]}} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "react", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"checkJs": false, "target": "es6", "lib": ["es2018", "dom"]}} +{"compilerOptions": {"baseUrl": "src"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["resources/app/js/*", "../../../resources/js/*"], "@img/*": ["resources/app/img/*", "../../../resources/img/*"], "@modules/*": ["../../../resources/modules/*"]}}, "include": ["/resources/app/**/*", "../../../resources/**/*"], "exclude": ["node_modules", "public"]} +{"compilerOptions": {"baseUrl": ".", "module": "CommonJS", "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "module": "CommonJS", "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "module": "CommonJS", "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "module": "CommonJS", "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": "./", "paths": {"@components/*": ["components/*"], "@styles/*": ["styles/*"], "@public/*": ["public/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"rootDir": ".", "module": "commonjs", "target": "es6"}, "exclude": ["**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*"]} +{"exclude": ["close-old-issues.js", "fix-tslint.js"], "compilerOptions": {"noUnusedLocals": true, "target": "es6", "module": "esnext", "strict": true, "baseUrl": "../types", "moduleResolution": "node", "resolveJsonModule": true, "typeRoots": ["../types"], "types": [], "checkJs": true, "forceConsistentCasingInFileNames": true, "lib": ["es2019"]}} +{"compilerOptions": {"typeRoots": ["./node_modules/@types", "./node_modules/iina-plugin-definition"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"store/*": ["./src/store/*"], "components/*": ["./src/components/*"], "styles/*": ["./src/styles/*"], "renderer/*": ["./src/renderer/*"], "utils/*": ["./src/utils/*"], "assets/*": ["./src/assets/*"], "proto_bundle/*": ["./proto_bundle/*"]}}, "exclude": ["node_modules"]} +{"appenders": [{"category": "server", "type": "console"}, {"category": "server", "type": "file", "filename": "logs/server.log"}, {"category": "client", "type": "console"}, {"category": "client", "type": "file", "filename": "logs/client.log"}], "levels": {"server": "ALL", "client": "ALL"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*": ["./*"]}, "types": ["@nuxtjs/axios"]}, "exclude": ["node_modules", ".nuxt", "dist"], "include": ["**/*"]} +{"include": ["js/**/*", "types/**/*"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@ui5/webcomponents-base/dist/*": ["../base/src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "./tests", "paths": {"@tests/*": ["./*"], "/*": ["./*"]}}} +{"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", "macroFolders": ["sasjs/macros"], "serviceConfig": {"serviceFolders": ["sasjs/services/common"]}, "targets": []} +{"compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true}} +{"compilerOptions": {"target": "ES2015", "module": "ES2015", "moduleResolution": "node", "experimentalDecorators": true, "jsx": "preserve", "lib": ["DOM", "DOM.Iterable", "ScriptHost", "ESNext"]}} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react", "paths": {"@": ["./src"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"components/*": ["components/*"], "tests/*": ["__tests__/*"]}}, "exclude": ["node_modules"]} +{"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json", "programFolders": ["db/demolib", "includes"], "defaultTarget": "viya", "targets": [{"name": "viya", "serverType": "SASVIYA", "appLoc": "/Public/sasjs/adventureworks"}]} +{"compilerOptions": {"target": "esnext", "module": "esnext", "jsx": "preserve", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": ".", "paths": {"@/*": ["./renderer/src/*"]}}} +{"$schema": "https://raw.githubusercontent.com/sasjs/utils/main/src/types/sasjsconfig-schema.json", "targets": [{"name": "viya", "serverType": "SASVIYA", "appLoc": "/Public/apps/sasjs/rockroller", "serverUrl": "http://sas.analytium.co.uk", "buildConfig": {"buildOutputFileName": "viyadeploy.sas"}, "deployConfig": {"deployServicePack": true}, "streamConfig": {"streamWeb": true, "streamWebFolder": "webv", "webSourcePath": "src"}}, {"name": "sas9", "serverType": "SAS9", "appLoc": "/User Folders/&sysuserid/My Folder", "serverUrl": "https://sas.analytium.co.uk:8080", "buildConfig": {"buildOutputFileName": "sas9deploy.sas"}, "deployConfig": {"deployScripts": ["sasjsbuild/sas9deploy.sas"]}, "streamConfig": {"streamWeb": true, "streamWebFolder": "webv", "webSourcePath": "src"}}]} +{"compilerOptions": {"target": "ES6", "module": "system"}} +{"compilerOptions": {"checkJs": true, "lib": ["dom", "esnext"], "module": "esnext", "moduleResolution": "node", "noImplicitAny": true, "target": "esnext"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "reactapp", "module": "CommonJS", "target": "ES6"}, "include": ["reactapp"], "exclude": ["node_modules", "tethysapp"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src": ["./src"], "Components": ["./src/components"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./src/*"], "~~/*": ["./*"], "@@/*": ["./*"]}}, "exclude": ["node_modules", ".cache", "dist"]} +{"compilerOptions": {"allowJs": true, "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "ES5", "noLib": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src/components", "checkJs": true, "javascript.preferences.importModuleSpecifier": "non-relative"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./app/", "jsx": "react", "paths": {"*": ["*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist", "build", "public"]} +{"compilerOptions": {"module": "es2015"}, "include": ["src/**/*"]} +{"compilerOptions": {"target": "es2015"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"components/*": ["src/components/common/*"], "hooks/*": ["src/hooks/*"], "pages/*": ["src/components/pages/*"], "providers/*": ["src/components/providers/*"], "styles/*": ["src/styles/*"], "utils/*": ["src/utils/*"], "public/*": ["public/*"], "images/*": ["public/images/*"], "constants/*": ["src/constants/*"], "stubs/*": ["src/stubs/*"], "lottie/*": ["public/lottie/*"], "entities/*": ["src/domain/entities/*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"module": "es6"}} +{"description": "This is to config VS Code to recongnise our aliases, aka https://medium.com/@justintulk/solve-module-import-aliasing-for-webpack-jest-and-vscode-74007ce4adc9", "compilerOptions": {"baseUrl": ".", "jsx": "preserve", "paths": {"~components": ["src/components"], "~img": ["src/assets/img"], "~fonts": ["src/assets/fonts"], "~styles": ["src/styles"], "~images": ["src/images"]}}, "exclude": ["node_modules", "public"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"*": ["types/*", "*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["src/*"]}}, "include": ["src/**/*", "components.d.ts"], "exclude": ["node_modules", "dist", "public", "report"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@native/*": ["src/lib/native/*"], "@browser/*": ["src/lib/browser/*"], "@shared/*": ["src/lib/shared/*"], "@components/*": ["src/components/*"], "@config/*": ["src/config/*"], "@ws-chat/*": ["src/lib/*"], "@audio/*": ["src/lib/audio/*"], "@enums/*": ["src/enums/*"], "@hooks/*": ["src/lib/hooks/*"], "@icons/*": ["src/components/atoms/Icons/*"], "@styles/*": ["src/styles/*"], "@utils/*": ["src/utils/*"], "@state/*": ["src/state/*"], "@types/*": ["src/types/*"], "@storybookHelpers/*": ["../.storybook/helpers/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "ES6", "allowSyntheticDefaultImports": true, "experimentalDecorators": true}, "exclude": ["dist", "node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/helpers/*": ["helpers/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["./src/*"]}}, "exclude": [".yarn", "build"]} +{"allowJs": true} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es2015", "experimentalDecorators": true}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"moduleResolution": "node", "module": "commonjs", "target": "es2016", "checkJs": true}} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"api/*": ["src/api/*"], "assets/*": ["assets/*"], "components/*": ["src/components/*"], "containers/*": ["src/containers/*"], "utils/*": ["src/utils/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "amd", "target": "ES6"}} +{"compilerOptions": {"moduleResolution": "node", "baseUrl": ".", "paths": {"pages/*": ["pages/*"], "mocks/*": ["mocks/*"], "data/*": ["data/*"]}}, "exclude": ["node_modules"], "include": ["node_modules/cypress", "./cypress/**/*.js"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~src/*": ["./src/*"], "~api/*": ["./src/api/*"], "~utils/*": ["./src/utils/*"], "~store/*": ["./src/store/*"], "~pages/*": ["./src/pages/*"], "~components/*": ["./src/components/*"]}}, "include": ["src/**/*"], "exclude": ["node_modules/**/*"]} +{"compilerOptions": {"baseUrl": ".", "checkJs": true, "target": "esnext", "moduleResolution": "node", "jsx": "preserve"}} +{"compilerOptions": {"checkJs": true, "allowJs": true, "target": "ES2020", "moduleResolution": "node"}, "include": ["./src/**/*.js"]} +{"extends": "../../jsconfig.json", "include": ["src", "./*.js"], "exclude": ["node_modules", "dist", "vendor", "rollup.config.js"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/hello": ["hello/hello.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["../../../../../../var/folders/zr/1lcy71z97n33bq1zyg3vtbp80000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5@v5.7.0/assets/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["../../../../../../var/folders/yc/lxh8w5lj0fb5kjlx59nc40m80000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-modules/wowchemy@v0.0.0-20210526223849-81ba17522966/assets/*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es2020", "outDir": "out", "lib": ["es2020"], "rootDir": "."}, "exclude": ["node_modules", ".vscode-test"]} +{"include": ["node_modules/cypress", "./cypress/integration/**/*.js"]} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react", "resolveJsonModule": true}} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/activityTimeline": ["activityTimeline/activityTimeline.js"], "c/addChildObjectProgressBar": ["addChildObjectProgressBar/addChildObjectProgressBar.js"], "c/addFilterToChildObject": ["addFilterToChildObject/addFilterToChildObject.js"], "c/apexClassRowItem": ["apexClassRowItem/apexClassRowItem.js"], "c/apexVerifyStepItem": ["apexVerifyStepItem/apexVerifyStepItem.js"], "c/diagnosticTestItem": ["diagnosticTestItem/diagnosticTestItem.js"], "c/getObjectNameFromConfig": ["getObjectNameFromConfig/getObjectNameFromConfig.js"], "c/linkedOutputText": ["linkedOutputText/linkedOutputText.js"], "c/logATask": ["logATask/logATask.js"], "c/logAnEvent": ["logAnEvent/logAnEvent.js"], "c/objectIconSelector": ["objectIconSelector/objectIconSelector.js"], "c/readonlyTextWithIcon": ["readonlyTextWithIcon/readonlyTextWithIcon.js"], "c/searchableDataTable": ["searchableDataTable/searchableDataTable.js"], "c/selectApexRecordProvider": ["selectApexRecordProvider/selectApexRecordProvider.js"], "c/selectChildObject": ["selectChildObject/selectChildObject.js"], "c/selectFieldsForConfig": ["selectFieldsForConfig/selectFieldsForConfig.js"], "c/selectObjectThemeColor": ["selectObjectThemeColor/selectObjectThemeColor.js"], "c/textComboBox": ["textComboBox/textComboBox.js"], "c/textComboBoxItem": ["textComboBoxItem/textComboBoxItem.js"], "c/timelineComposer": ["timelineComposer/timelineComposer.js"], "c/timelineDiagnostic": ["timelineDiagnostic/timelineDiagnostic.js"], "c/timelineFilterPanel": ["timelineFilterPanel/timelineFilterPanel.js"], "c/timelineItem": ["timelineItem/timelineItem.js"], "c/timelineItemCaseArticle": ["timelineItemCaseArticle/timelineItemCaseArticle.js"], "c/timelineItemDetail": ["timelineItemDetail/timelineItemDetail.js"], "c/timelineItemFile": ["timelineItemFile/timelineItemFile.js"], "c/timelineItemOtherObject": ["timelineItemOtherObject/timelineItemOtherObject.js"], "c/timelineItemTask": ["timelineItemTask/timelineItemTask.js"], "c/timelineMonth": ["timelineMonth/timelineMonth.js"], "c/verifyApexProvider": ["verifyApexProvider/verifyApexProvider.js"], "c/filterCriteria": ["filterCriteria/filterCriteria.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}, "paths": {"c/*": ["*"]}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}, "experimentalDecorators": true}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": "./src/", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@config/*": ["./src/config/*"], "@controller/*": ["./src/controllers/*"], "@model/*": ["./src/models/*"], "@route/*": ["./src/routes/*"], "@service/*": ["./src/services/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"], "#/*": ["src/styles/*"]}, "jsx": "react"}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "public"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "skipLibCheck": true, "lib": ["DOM", "ES2021"], "target": "ESNext", "checkJs": true, "moduleResolution": "classic", "noImplicitReturns": true, "strict": true, "noUnusedLocals": true}, "exclude": ["main.js"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "Makefile"]} +{"compilerOptions": {"target": "es2020", "lib": ["es2020"]}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "esnext", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@app/*": ["src/app/*"], "@helpers/*": ["src/helpers/*"], "@config/*": ["config/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"], "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/utils/*": ["utils/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["src/*"], "hooks": ["./src/hooks"], "views": ["./src/views"], "components": ["./src/components"], "assets": ["./src/assets"], "propTypes": ["./src/types"]}}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["build", "node_modules", "static", ".next"]} +{"compilerOptions": {"target": "es6", "baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"checkJs": true, "module": "nodenext", "target": "ES2022", "resolveJsonModule": true}, "exclude": ["node_modules", "test"]} +{"compilerOptions": {"module": "commonJS", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./src/*"], "@/*": ["./src/*"], "~~/*": ["./*"], "@@/*": ["./*"]}}, "exclude": ["node_modules", ".nuxt", "dist", ".nuxt-storybook", "storybook-static"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/utils/*": ["utils/*"], "@/assets/*": ["assets/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@contexts/*": ["context/*"], "@helpers/*": ["helpers/*"], "@modelos/*": ["modelos/*"], "@hooks/*": ["hooks/*"], "@assets/*": ["assets/*"], "@config/*": ["config/*"], "@pages/*": ["pages/*"]}}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "src/components", "src/config", "src/errors", "src/pages", "src/utils"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["./src/components/*"]}}, "exclude": ["node_modules", "build"], "target": "ES6", "allowSyntheticDefaultImports": true} +{"compilerOptions": {"baseUrl": "src", "paths": {"@/*": ["./*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"typeAcquisition": {"include": ["jest"]}, "compilerOptions": {}} +{"compilerOptions": {"baseUrl": "src", "paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./app/javascript/*"]}}, "exclude": ["node_modules", "build", "dist"]} +{"404": "Not Found"} +{"compilerOptions": {"baseUrl": "src", "paths": {"~/*": ["*"]}}} +{"compilerOptions": {"module": "es2020", "moduleResolution": "node", "checkJs": true, "target": "es6", "resolveJsonModule": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es2018", "experimentalDecorators": true, "baseUrl": "./"}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*", "src/*", "src/app/*", "src/theme/*", "src/assets/*"]}}} +{"jumpToAliasFile.alias": {"@": "/Users/xxx/project/src"}, "jumpToAliasFile.webpeckConfigPath": "./webpack.config.json", "compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"styles/*": ["src/config/*"], "components/*": ["src/components/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"], "@css/*": ["./src/pcss/*"], "@js/*": ["./src/js/*"]}}, "exclude": ["node_modules", "web", "storage"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/config": ["config/index.js"], "@/hooks/*": ["hooks/*"], "@/styles/*": ["styles/*"], "@/utils/*": ["utils/*"]}}} +{"include": ["./components/**/*", "./layouts/**/*", "./pages/**/*", "./store/**/*", "./utils/**/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"target": "ES6", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"include": ["src/**/**.js"]} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"src": ["./src/*"], "assets": ["./assets/*"], "appConstants": ["./appConstants"]}}} +{"compilerOptions": {"experimentalDecorators": true}, "exclude": ["node_modules", "build", "flow-typed", ".github"]} +{"compilerOptions": {"types": ["@league-of-foundry-developers/foundry-vtt-types"]}} +{"compilerOptions": {"module": "esnext", "target": "esnext", "strict": true, "checkJs": true, "forceConsistentCasingInFileNames": true, "useUnknownInCatchVariables": false, "moduleResolution": "node", "noImplicitAny": false}, "include": ["theme/modules/**/fields.js", "build/**/*"]} +{"compilerOptions": {"jsx": "react", "baseUrl": "src"}, "include": ["src", "pages/index.tsx"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["*"], "@/components/*": ["components/*"]}}} +{"compilerOptions": {"target": "es6", "module": "es6", "baseUrl": ".", "paths": {"MobiusUI": ["./src/libs/mobius-ui.js"], "MobiusJS": ["./src/libs/mobius-js.js"], "MobiusUtils": ["./src/libs/mobius-utils.js"], "Libs/*": ["./src/libs/*"], "Interface/*": ["./src/interface/*"], "Business/*": ["./src/business/*"]}}, "exclude": ["node_modules", "dist", "build"]} +{"compilerOptions": {"target": "ES6", "module": "es2015", "experimentalDecorators": true}, "exclude": ["node_modules", "bower_components"]} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\vinic\\.vscode\\extensions\\samplavigne.p5-vscode-1.2.11\\p5types\\global.d.ts"]} +{"compilerOptions": {"outDir": "./dist", "baseUrl": "./src", "target": "es2015", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*", "dist"]} +{"exclude": ["node_modules", "docs", "website"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./src/*"]}}, "include": ["src/**/*"], "exclude": ["dist", "node_modules"]} +{"checkJs": true, "jsx": "react", "compilerOptions": {"baseUrl": "src"}} +{"compilerOptions": {"allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@assets/*": ["./assets/*"], "@icons": ["./assets/icons"], "@styles/*": ["./src/styles/*"], "@utils": ["./src/utils"], "@utils/*": ["./src/utils/*"], "@components": ["./src/components"], "@components/*": ["./src/components/*"], "@containers": ["./src/containers"], "@containers/*": ["./src/containers/*"], "@selectors": ["./src/selectors"], "@selectors/*": ["./src/selectors/*"], "@slices": ["./src/modules"], "@slices/*": ["./src/modules/*"], "@layouts": ["./src/layouts"], "@layouts/*": ["./src/layouts/*"], "@pages": ["./src/pages"], "@pages/*": ["./src/pages/*"], "@sagas": ["./src/sagas"], "@sagas/*": ["./src/sagas/*"], "@api": ["./src/api"], "@api/*": ["./src/api/*"], "@types": ["./src/types"], "@types/*": ["./src/types/*"], "@src/*": ["./src/*"]}}, "exclude": ["node_modules", "dist", "docker"]} +{"compilerOptions": {"types": ["jest", "node"]}} +{"compilerOptions": {"target": "ES2022", "lib": ["ES2022"], "module": "NodeNext", "moduleResolution": "NodeNext"}} +{"compilerOptions": {"sourceMap": true, "target": "es6", "module": "esnext", "moduleResolution": "node", "baseUrl": ".", "paths": {"*": ["src/*", "*"]}}} +{"compilerOptions": {"baseUrl": ".", "forceConsistentCasingInFileNames": false, "paths": {"~/*": ["./*"], "@/*": ["./src/*"]}}, "exclude": ["node_modules", "dist"]} +{"baseUrl": ".", "include": ["src/**/*", "tests/**/*"]} +{"description": "DO NOT EDIT. THIS FILE IS GENERATED BY config/aliases.js.", "compilerOptions": {"baseUrl": "src", "paths": {"@": ["src/src"], "@styles": ["src/styles"], "@lib": ["src/lib"], "@store": ["src/store"], "@actions": ["src/actions"], "@hooks": ["src/hooks"], "@routes": ["src/routes"], "@components": ["src/components"], "@constants": ["src/constants"], "@assets": ["src/assets"], "@workers": ["src/workers"], "@messages": ["src/messages"]}}} +{"compilerOptions": {"paths": {"#public/*": ["./src/frontend/public/*"], "#assets/*": ["./src/frontend/public/assets/*"], "#helpers/*": ["./src/helpers/*.js"], "#hooks/*": ["./src/frontend/public/hooks/*"], "#pages/*": ["./src/frontend/public/pages/*"], "#utils/*": ["./src/frontend/public/utils/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@layouts/*": ["layouts/*"], "@components/*": ["components/*"], "@formatters/*": ["formatters/*"], "@ctf": ["ctf/*"], "@styles/*": ["styles/*"], "@hooks/*": ["hooks/*"], "@gstyles/*": ["gstyles/*"], "@services/*": ["services/*"], "@utils/*": ["utils/*"]}}} +{"compilerOptions": {"watch": true, "target": "ES6", "lib": ["es6", "ES2017", "dom", "dom.iterable", "scripthost"], "noImplicitAny": false, "noImplicitThis": false, "strictNullChecks": false, "sourceMap": true, "strictFunctionTypes": false, "strictPropertyInitialization": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": false, "allowJs": true, "strict": true, "alwaysStrict": false, "checkJs": false, "outDir": "../../public/dist", "jsx": "react", "allowSyntheticDefaultImports": false, "moduleResolution": "NodeNext", "allowUmdGlobalAccess": true, "noResolve": false, "module": "AMD", "baseUrl": ".", "paths": {"react": ["../../node_modules/react"], "react-dom": ["../../node_modules/react-dom"], "@pages/*": ["../../src/pages/"], "@router": ["../../src/router"]}}, "isolatedModules": false, "include": ["./src/*/*", "./"]} +{"compilerOptions": {"module": "commonjs", "target": "esnext", "jsx": "preserve"}, "exclude": ["dist", "node_modules", "**/node_modules/*"]} +{"compilerOptions": {"moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": false, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/animating-properties/*": ["/src/animating-properties/*"], "@/src/*": ["/src/*"]}}} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"/src/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"Models": ["src/models"], "Resolvers": ["src/resolvers"], "Helpers": ["src/helpers"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}, "types": ["@dcloudio/types", "miniprogram-api-typings", "mini-types"]}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "preserve", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["src", "setupProxy.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"contentlayer/generated": ["./.contentlayer/generated"]}}, "include": ["next-env.d.ts", "**/*.tsx", "**/*.ts", ".contentlayer/generated"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"components/*": ["src/components/*"], "data/*": ["src/data/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components": ["./components/index"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*": ["./*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"@jumbo*": ["@jumbo*"]}}} +{"compilerOptions": {"baseUrl": "src", "target": "es6"}, "baseUrl": ["src/"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@api/*": ["src/api/*"], "@config/*": ["src/config/*"], "@loaders/*": ["src/loaders/*"], "@models/*": ["src/models/*"], "@util/*": ["src/util/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "include": ["src/*"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"~/*": ["*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "esnext", "target": "ES6", "jsx": "react", "baseUrl": "./src"}} +{"compilerOptions": {"baseUrl": "./app/packs", "paths": {"@/*": ["./app/packs/*"]}}, "exclude": ["node_modules", "public"]} +{"source": {"includePattern": ".+\\.ts?$", "excludePattern": ".+\\.(test|spec).ts"}, "plugins": ["node_modules/jsdoc-babel"], "babel": {"extensions": ["ts"], "babelrc": false, "presets": [["@babel/preset-env", {"targets": {"node": true}}], "@babel/preset-typescript"], "plugins": ["@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"]}} +{"compilerOptions": {"target": "es6", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "system"}} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "module": "NodeNext", "moduleResolution": "NodeNext"}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["build", "node_modules", "temp", "tmp"]} +{"compilerOptions": {"baseUrl": "src", "jsx": "react"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*"], "dev/*": ["dev/*"], "src/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@assets": ["./src/assets"], "@components": ["./src/components"], "@services": ["./src/services"], "@store": ["./src/store"], "@routers": ["./src/routers"], "@utils": ["./src/utils"]}, "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": false, "forceConsistentCasingInFileNames": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", "noImplicitAny": false, "noFallthroughCasesInSwitch": true}, "include": ["src"]} +{"files": ["index.js"], "exclude": ["node_modules"], "typeAcquisition": {"enable": true}, "compilerOptions": {"module": "Node16", "checkJs": true, "resolveJsonModule": true, "types": ["jsonresume", "htmls"], "typeRoots": ["node_modules/@types", "types"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/resources/js/*"]}}, "exclude": ["node_modules", "public"]} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\lucas\\.vscode\\extensions\\samplavigne.p5-vscode-1.2.11\\p5types\\global.d.ts"]} +{"compilerOptions": {"jsx": "preserve", "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "./", "jsx": "preserve", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp", "*.min.*", "dist"]} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\harry\\.vscode\\extensions\\samplavigne.p5-vscode-1.2.11\\p5types\\global.d.ts"]} +{"compilerOptions": {"checkJs": true, "jsx": "react"}, "exclude": ["node_modules", "dist"], "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "stores/*": ["src/stores/*"], "vue$": ["node_modules/vue/dist/vue.runtime.esm-bundler.js"]}}, "exclude": ["dist", ".quasar", "node_modules"], "vueCompilerOptions": {"experimentalDisableTemplateSupport": true}} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["."]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "include": ["./**/*"], "typeAcquisition": {"include": ["discord.js"]}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"experimentalDecorators": true, "target": "es6", "module": "es6", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules", "bower_components", "jspm_packages", "tmp", "temp"]} +{"compilerOptions": {"baseUrl": "", "jsx": "preserve", "paths": {"@/*": ["./*"]}}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/layouts": ["layouts/"], "@/components": ["components/"], "@/data/*": ["data/*"], "@/lib/*": ["lib/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"strict": true, "checkJs": true, "target": "esnext", "lib": ["esnext", "scripthost"]}} +{"compilerOptions": {"jsx": "preserve", "baseUrl": "./src", "paths": {"@/assets/*": ["./assets/*"], "@/utils/*": ["./utils/*"], "@/app/*": ["./app/*"]}}} +{"compilerOptions": {"target": "ES6", "baseUrl": ".", "paths": {"@components/*": ["src/components/*"], "@config/*": ["src/config/*"], "@lib/*": ["src/lib/*"]}}} +{"compilerOptions": {"target": "esnext", "baseUrl": "./src", "jsx": "react", "paths": {"@application/*": ["./application/*"], "@infrastructure/*": ["./infrastructure/*"], "@presentation/*": ["./presentation/*"]}}, "exclude": ["node_modules", "**/node_modules/*", "build"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "baseUrl": ".", "paths": {"@zoo/*": ["./src/*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src/", "module": "es6"}, "exclude": ["bin", "build"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["app/*"]}}, "include": ["app/**/*"]} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "rootDirs": [".", "./.svelte-kit/types", "./$houdini/types"]}} +{"compilerOptions": {"target": "es2015", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*", "src/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "target": "ES6", "jsx": "react", "moduleResolution": "node", "paths": {"@src/*": ["./src/*"]}}, "exclude": ["node_modules", "public", "build", "coverage", "dist", "lib"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/context/*": ["context/*"], "@/styles/*": ["styles/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"src/*": ["./src/*"]}}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"], "@/uiComponents/*": ["src/uiComponents/*"], "@/hooks/*": ["src/hooks/*"], "@/utils/*": ["src/utils/*"], "@/services/*": ["src/services/*"], "@/redux/*": ["src/redux/*"], "@/context/*": ["src/context/*"], "@/api": ["src/utils/axiosInstance"], "@secureStorage": ["src/middleware/secureStorage"]}}} +{"compilerOptions": {"target": "ES5", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"root/*": ["./*"], "api/*": ["src/api/*"], "config/*": ["src/config/*"], "controllers/*": ["src/controllers/*"], "db/*": ["src/db/*"], "models/*": ["src/models/*"]}}, "exclude": ["dist", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}, "target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "ES6", "checkJs": false, "lib": ["ES6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["src/*"]}}} +{"include": ["packages/*/*.js"], "exclude": ["node_modules"], "compilerOptions": {"allowJs": true, "declaration": true, "declarationDir": ".", "declarationMap": true, "module": "esnext", "moduleResolution": "node", "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"common/*": ["./components/common/*"], "components/*": ["./components/pages/*"], "styles/*": ["./styles/*"], "util/*": ["./util/*"]}}} +{"compilerOptions": {"module": "ES2022", "target": "ES2022", "moduleResolution": "node"}, "include": ["fvtt", "module"], "exclude": ["**/node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "include": ["./client/**/*", "./server/**/*"]} +{"compilerOptions": {"moduleResolution": "node", "baseUrl": ".", "paths": {"_src/*": ["src/*"], "_store/*": ["src/store/*"], "_modulus/*": ["src/modulus/*"], "_apis/*": ["src/apis/*"], "_utils/*": ["src/utils/*"], "_static/*": ["public/static/*"], "_components/*": ["src/components/*"], "_router/*": ["src/router/*"], "_layout/*": ["src/layout/*"], "_constants/*": ["src/constants/*"], "_styles/*": ["src/styles/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"newLine": "lf", "target": "ES2021", "module": "CommonJS", "outDir": "lib", "esModuleInterop": true, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "declaration": false, "lib": ["ES6"]}, "include": ["src"], "exclude": []} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"], "@public/*": ["public/*"]}}} +{"compilerOptions": {"rootDir": ".", "module": "commonjs", "target": "es6"}, "exclude": ["**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*"]} +{"compilerOptions": {"rootDir": ".", "module": "commonjs", "target": "es6"}, "exclude": ["**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*"]} +{"compilerOptions": {"rootDir": ".", "module": "commonjs", "target": "es6"}, "exclude": ["**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*"]} +{"compilerOptions": {"rootDir": ".", "module": "commonjs", "target": "es6"}, "exclude": ["**/node_modules/*", ".git", ".npm", "**/.cache/*", "**/.tmp/*", "**/dist/*", "**/build/*", "**/*.test.js", "**/*.test.api.js", "**/examples/getstarted/*", "**/examples/kitchensink/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"store/*": ["./src/store/*"], "components/*": ["./src/components/*"], "styles/*": ["./src/styles/*"], "renderer/*": ["./src/renderer/*"], "utils/*": ["./src/utils/*"], "assets/*": ["./src/assets/*"], "proto_bundle/*": ["./proto_bundle/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"store/*": ["./src/store/*"], "components/*": ["./src/components/*"], "styles/*": ["./src/styles/*"], "renderer/*": ["./src/renderer/*"], "utils/*": ["./src/utils/*"], "assets/*": ["./src/assets/*"], "proto_bundle/*": ["./proto_bundle/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"store/*": ["./src/store/*"], "components/*": ["./src/components/*"], "styles/*": ["./src/styles/*"], "renderer/*": ["./src/renderer/*"], "utils/*": ["./src/utils/*"], "assets/*": ["./src/assets/*"], "proto_bundle/*": ["./proto_bundle/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@ui5/webcomponents-base/dist/*": ["../base/src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@ui5/webcomponents-base/dist/*": ["../base/src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@ui5/webcomponents-base/dist/*": ["../base/src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"target": "es2017", "allowSyntheticDefaultImports": false, "baseUrl": "./", "paths": {"@ui5/webcomponents-base/dist/*": ["../base/src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true}} +{"compilerOptions": {"target": "ES6", "module": "system"}} +{"compilerOptions": {"baseUrl": "reactapp", "module": "CommonJS", "target": "ES6"}, "include": ["reactapp"], "exclude": ["node_modules", "tethysapp"]} +{"compilerOptions": {"allowJs": true, "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"target": "ES6", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"*": ["types/*", "*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"*": ["types/*", "*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"*": ["types/*", "*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"*": ["types/*", "*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"allowJs": true} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/utils/*": ["utils/*"]}}} +{"compilerOptions": {"baseUrl": "src", "paths": {"@/*": ["./*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/modules/*": ["modules/*"], "@/packages/*": ["packages/*"], "@/containers/*": ["containers/*"], "@/hooks/*": ["hooks/*"], "@/hocs/*": ["hocs/*"], "@/utils/*": ["utils/*"], "@/services/*": ["services/*"], "@/layouts/*": ["layouts/*"], "@/imgs/*": ["assets/images/*"], "@/icons/*": ["assets/icons/*"], "@/locales/*": ["assets/locales/*"], "@/context/*": ["context/*"], "@/store/*": ["store/*"], "@/features/*": ["features/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": "./src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"src": ["./src/*"], "assets": ["./assets/*"], "appConstants": ["./appConstants"]}}} +{"compilerOptions": {"target": "ES6", "module": "es2015", "experimentalDecorators": true}, "exclude": ["node_modules", "bower_components"]} +{"compilerOptions": {"types": ["jest", "node"]}} +{"baseUrl": ".", "include": ["src/**/*", "tests/**/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "preserve", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "preserve", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "preserve", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "ESNext", "moduleResolution": "Node", "target": "ES2020", "jsx": "preserve", "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["src", "setupProxy.js"]} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["src", "setupProxy.js"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"@jumbo*": ["@jumbo*"]}}} +{"compilerOptions": {"target": "es6", "allowSyntheticDefaultImports": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "system"}} +{"compilerOptions": {"target": "ES6", "module": "system"}} +{"compilerOptions": {"jsx": "preserve", "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"jsx": "preserve", "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"jsx": "preserve", "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"jsx": "preserve", "target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\harry\\.vscode\\extensions\\samplavigne.p5-vscode-1.2.11\\p5types\\global.d.ts"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"extends": "./.svelte-kit/tsconfig.json", "compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "rootDirs": [".", "./.svelte-kit/types", "./$houdini/types"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["*", "src/*"]}}} +{"compilerOptions": {"baseUrl": "./", "paths": {"src/*": ["./src/*"]}}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "include": ["./client/**/*", "./server/**/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "include": ["./client/**/*", "./server/**/*"]} +{"compilerOptions": {"moduleResolution": "nodenext", "target": "ES2021", "checkJs": true, "allowJs": true}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"checkJs": true, "lib": ["es2017"]}, "include": ["src/**/*.js"]} +{"include": ["./components/**/*", "./layout/**/*", "./pages/**/*"]} +{"compilerOptions": {"target": "ES5"}, "exclude": ["node_modules", "dist", "test"]} +{"typeAcquisition": {"include": ["qooxdoo"]}, "include": ["source/**/*", "typings/*"]} +{"compilerOptions": {"checkJs": true, "jsx": "react"}} +{"include": ["./src/**/*"], "compilerOptions": {"module": "es2015", "moduleResolution": "node", "target": "es5", "sourceMap": true, "allowJs": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"/*": ["./*"]}}} +{"compilerOptions": {"target": "es2017"}, "include": ["src/module/**/*", "src/module-vendor/**/*", "src/suite/**/*", "src/suite-vendor/**/*", "node_modules/egg-born-*/**/*"], "exclude": ["node_modules", "**/dist/**", "**/*.min.js", "backend/cli/templates"]} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src", "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}} +{"compilerOptions": {"target": "es2017", "checkJs": true, "moduleResolution": "node", "esModuleInterop": true, "lib": ["es6"], "baseUrl": "./"}, "exclude": ["node_modules", "dist"], "include": ["./src/**/*", "tests/**/*", "./typings"]} +{"compilerOptions": {"baseUrl": "src"}} +{"SPDX-FileCopyrightText": "2023 Gonzalo Bulnes Guilpain", "SPDX-License-Identifier": "CC0-1.0"} +{"compilerOptions": {"target": "es2017", "baseUrl": ".", "module": "es6", "paths": {"Components/*": ["src/components/*"], "Styles/*": ["src/styles/*"], "Store/*": ["src/store/*"], "Containers/*": ["src/containers/*"], "Pages/*": ["src/pages/*"], "Utils/*": ["src/utils/*"]}}, "exclude": ["node_modules", "dist"]} +{"canvas": {"background": "rgba(0,0,0,0.75)"}, "particles": {"number": {"value": 80, "density": {"enable": true, "value_area": 800}}, "color": {"value": "#eee"}, "shape": {"type": "circle", "stroke": {"width": 0, "color": "#eeeeee"}, "polygon": {"nb_sides": 5}, "image": {"src": "img/github.svg", "width": 100, "height": 100}}, "opacity": {"value": 0.5, "random": false, "anim": {"enable": false, "speed": 1, "opacity_min": 0.1, "sync": false}}, "size": {"value": 1, "random": true, "anim": {"enable": false, "speed": 40, "size_min": 0.1, "sync": false}}, "line_linked": {"enable": true, "distance": 150, "color": "#ffffff", "opacity": 0.4, "width": 1}, "move": {"enable": true, "speed": 2, "direction": "none", "random": false, "straight": false, "out_mode": "out", "bounce": false, "attract": {"enable": false, "rotateX": 600, "rotateY": 1200}}}, "interactivity": {"detect_on": "canvas", "events": {"onhover": {"enable": true, "mode": "grab"}, "onclick": {"enable": true, "mode": "push"}, "resize": true}, "modes": {"grab": {"distance": 140, "line_linked": {"opacity": 1}}, "bubble": {"distance": 400, "size": 40, "duration": 2, "opacity": 8, "speed": 3}, "repulse": {"distance": 200, "duration": 0.4}, "push": {"particles_nb": 1}, "remove": {"particles_nb": 2}}}, "retina_detect": true} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"], "@": ["src/"]}}} +{"$schema": "https://cli.sasjs.io/sasjsconfig-schema.json", "macroFolders": ["macros"], "programFolders": ["programs"], "docConfig": {"displayMacroCore": false, "outDirectory": "sasjsbuild/docs"}} +{"particles": {"number": {"value": 5, "density": {"enable": true, "value_area": 800}}, "color": {"value": "#ff2e34"}, "shape": {"type": "circle", "stroke": {"width": 0, "color": "#000"}, "polygon": {"nb_sides": 6}, "image": {"src": "img/github.svg", "width": 100, "height": 100}}, "opacity": {"value": 0.05, "random": false, "anim": {"enable": false, "speed": 1, "opacity_min": 0.1, "sync": false}}, "size": {"value": 150, "random": true, "anim": {"enable": true, "speed": 10, "size_min": 10, "sync": false}}, "line_linked": {"enable": true, "distance": 200, "color": "#ffffff", "opacity": 0.1, "width": 4.5770563214671816}, "move": {"enable": true, "speed": 3, "direction": "none", "random": false, "straight": false, "out_mode": "out", "bounce": false, "attract": {"enable": false, "rotateX": 600, "rotateY": 1200}}}, "interactivity": {"detect_on": "canvas", "events": {"onhover": {"enable": false, "mode": "grab"}, "onclick": {"enable": false, "mode": "push"}, "resize": true}, "modes": {"grab": {"distance": 400, "line_linked": {"opacity": 1}}, "bubble": {"distance": 400, "size": 40, "duration": 2, "opacity": 8, "speed": 3}, "repulse": {"distance": 200, "duration": 0.4}, "push": {"particles_nb": 4}, "remove": {"particles_nb": 2}}}, "retina_detect": true} +{"compilerOptions": {"checkJs": true, "module": "commonjs", "target": "es2019"}, "exclude": ["node_modules"], "typeAcquisition": {"include": ["mocha", "chai"]}} +{"compilerOptions": {"target": "ES6", "module": "commonjs"}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "jsx": "react", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@moderntribe/tickets": ["./src/modules"], "@moderntribe/common": ["./common/src/modules"]}}, "include": ["src/modules", "common/src/modules"], "exclude": ["**/node_modules/*", "**/resources/*", "**/Tribe/*"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/lwcCmp": ["lwcCmp/lwcCmp.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"target": "es6", "module": "commonjs", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"module": "es6", "baseUrl": ".", "paths": {"@components/*": ["./components/*"], "@layout": ["./components/layout/"], "@svg/*": ["./components/svg/*"], "@content/*": ["./content/*"], "@images/*": ["./content/images/*"], "@data/*": ["./data/*"], "@pages/*": ["./pages/*"], "@public/*": ["./public/*"], "@styles/*": ["./styles/*"], "@utils/*": ["./utils/*"], "@hooks": ["./utils/hooks/"], "@hooks/*": ["./utils/hooks/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"checkJs": true, "jsx": "react-jsx", "skipLibCheck": true}} +{"compilerOptions": {"target": "es2015", "module": "esnext", "baseUrl": "./", "paths": {"@/*": ["src/*"]}, "jsx": "preserve"}, "include": ["src/**/*.vue", "src/**/*.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~components": ["./src/components"], "~image": ["./src/assets/image"], "~assets": ["./src/assets"], "~sections": ["./src/sections"], "~data": ["./src/data"], "~styled": ["./src/styles"]}}} +{"compilerOptions": {"baseUrl": "src", "jsx": "preserve"}, "exclude": ["node_modules", "build"], "include": ["src"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"~/*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": "."}} +{"compilerOptions": {"baseUrl": ".", "paths": {"_assets": ["src/assets/*"], "_components": ["src/components/*"], "_redux": ["src/redux/*"], "_routes": ["src/routes/*"], "_navigations": ["src/navigations/*"], "_services": ["src/services/*"], "_screens": ["src/screens/*"], "_styles": ["src/styles/*"], "_utils": ["src/utils/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/layouts/*": ["layouts/*"], "@/lib/*": ["lib/*"], "@/data/*": ["data/*"], "@/css/*": ["css/*"]}}} +{"compilerOptions": {"jsx": "react", "baseUrl": ".", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"jsx": "react", "module": "commonjs", "target": "es6"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "assets/*": ["src/assets/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/docs/vue.esm.js"]}}, "exclude": ["docs", ".quasar", "node_modules"]} +{"compilerOptions": {"baseUrl": ".", "types": ["cypress", "@testing-library/cypress"], "paths": {"$lib": ["src/lib"], "$lib/*": ["src/lib/*"], "$components": ["src/lib/shared/components"], "$components/*": ["src/lib/shared/components/*"], "$ui": ["src/lib/shared/ui"], "$ui/*": ["src/lib/shared/ui/*"], "$store": ["src/lib/core/stores"], "$store/*": ["src/lib/core/stores/*"], "$core": ["src/lib/core"], "$core/*": ["src/lib/core/*"], "$constants": ["src/lib/core/constants"], "$constants/*": ["src/lib/core/constants/*"], "$graphql": ["src/lib/core/graphql"], "$grapqhl/*": ["src/lib/core/graphql/*"], "$environment": ["src/lib/environments"], "$data": ["src/lib/data"], "$utils": ["src/lib/utils"]}}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte", "src/service-worker.js-"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@data/*": ["data/*"], "@utils/*": ["utils/*"], "@layouts/*": ["layouts/*"], "@lib/*": ["lib/*"], "@styles/*": ["styles/*"], "@hooks/*": ["hooks/*"], "@constants/*": ["constants/*"]}}} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\Raul Zaldana\\.vscode\\extensions\\samplavigne.p5-vscode-1.2.8\\p5types\\global.d.ts"]} +{"compilerOptions": {"target": "ES5", "module": "commonjs"}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES5"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "target": "es2019", "paths": {"src/*": ["src/*"], "app/*": ["*"], "components/*": ["src/components/*"], "layouts/*": ["src/layouts/*"], "pages/*": ["src/pages/*"], "boot/*": ["src/boot/*"], "vue$": ["node_modules/vue/dist/vue.esm.js"]}}, "exclude": ["dist", ".quasar", "node_modules"]} +{"compilerOptions": {"target": "es5", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"], "jsx": "preserve"}} +{"compilerOptions": {"module": "commonjs", "target": "es6", "checkJs": true, "lib": ["es6"]}, "exclude": ["node_modules"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "paths": {"c/*": ["*"]}, "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"checkJs": true, "module": "commonJS", "target": "es6", "lib": ["es2019"], "moduleResolution": "node", "sourceMap": true, "alwaysStrict": true, "resolveJsonModule": true}, "exclude": ["node_modules"]} +{"compilerOptions": {"target": "ES6"}, "files": ["src/"], "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./*"], "~~/*": ["./*"], "@@/*": ["./*"]}}, "exclude": [".nuxt", "dist", "node_modules"]} +{"wvue": true} +{"compilerOptions": {"allowSyntheticDefaultImports": true, "target": "es6", "module": "commonjs"}, "exclude": ["node_modules", "bower_components", "tmp", "temp", "jspm_packages"]} +{"compilerOptions": {"target": "es2015", "module": "es2015", "strict": true, "jsx": "preserve", "outDir": "dist"}, "exclude": ["dist", "node_modules", "public"]} +{"compilerOptions": {"jsx": "react", "allowSyntheticDefaultImports": true, "baseUrl": ".", "paths": {"*": ["*"], "app/*": ["src/*"], "oss-app/*": ["src/*"]}}, "include": ["src/**/*"], "exclude": ["node_modules", "dist"]} +{"include": ["*.js", "libraries/*.js", "/Users/air-ck/.vscode/extensions/samplavigne.p5-vscode-1.2.11/p5types/global.d.ts"]} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\0101162\\.vscode\\extensions\\wmcicompsci.cs30-p5-1.5.0\\p5types\\global.d.ts"]} +{"compilerOptions": {"target": "ES2022", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"module": "commonjs", "target": "esnext", "lib": ["esnext"], "strict": true, "noImplicitAny": false, "sourceMap": false}} +{"compilerOptions": {"paths": {"@/*": ["./src/*"], "@/controllers": ["./src/utils/database/controllers"], "@/models": ["./src/utils/database/models"], "@/style": ["./src/styles/components"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["src/*"], "test/*": ["test/*"]}}} +{"include": ["*.js", "libraries/*.js", "/Users/michelemauri/.vscode/extensions/samplavigne.p5-vscode-1.2.11/p5types/global.d.ts"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"*": ["*"]}}} +{"include": ["./example/src/**/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["../../../../../../../../var/folders/8l/n9c3jh5918q11gvbhk9rs4rm0000gn/T/hugo_cache/modules/filecache/modules/pkg/mod/github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5@v5.0.0-20220423180919-17d5d3f0ca43/assets/*"]}}} +{"compilerOptions": {"target": "es2020", "module": "esnext", "composite": true, "checkJs": true, "lib": ["esnext", "dom"], "esModuleInterop": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true}, "include": ["./**/*"], "typeAcquisition": {"enable": true}} +{"compilerOptions": {"module": "commonjs", "target": "es2016", "jsx": "preserve", "baseUrl": "./src"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "checkJs": false, "paths": {"@/*": ["./src/*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"jsx": "react-native", "allowSyntheticDefaultImports": false, "experimentalDecorators": true, "baseUrl": ".", "paths": {"~/*": ["src/*"]}}, "include": ["src/**/*"], "exclude": ["node_modules"]} +{"compilerOptions": {"experimentalDecorators": true, "baseUrl": ".", "paths": {"c/propertyFiltersLwcStep4": ["propertyFiltersLwcStep4/propertyFiltersLwcStep4.js"], "c/propertyFiltersLwcStep6": ["propertyFiltersLwcStep6/propertyFiltersLwcStep6.js"], "c/propertyTileListLwcStep3": ["propertyTileListLwcStep3/propertyTileListLwcStep3.js"], "c/propertyTileListLwcStep5": ["propertyTileListLwcStep5/propertyTileListLwcStep5.js"], "c/propertyTileListLwcStep6": ["propertyTileListLwcStep6/propertyTileListLwcStep6.js"], "c/propertyTileLwcStep2": ["propertyTileLwcStep2/propertyTileLwcStep2.js"], "c/propertyTileLwcStep3": ["propertyTileLwcStep3/propertyTileLwcStep3.js"]}}, "include": ["**/*", "../../../../.sfdx/typings/lwc/**/*.d.ts"], "typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"*": ["./src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"common/*": ["./common/*"], "controller/*": ["./controller/*"], "static/*": ["./static/*"], "pages/*": ["./pages/*"], "config/*": ["./config/*"]}}, "include": ["**/*.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/pages/*": ["pages/*"], "@/lib/*": ["lib/*"], "@/mappers/*": ["mappers/*"]}}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"], "exclude": ["nove_modules"]} +{"compilerOptions": {"module": "commonjs", "target": "es6"}, "typeAcquisition": {"include": ["jquery"]}} +{"compilerOptions": {"rootDir": "src", "baseUrl": "./src", "sourceMap": true, "jsx": "react", "moduleResolution": "node", "allowSyntheticDefaultImports": false, "esModuleInterop": true}, "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"allowJs": true, "checkJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": false}} +{"compilerOptions": {"moduleResolution": "node", "target": "es6", "module": "commonjs", "baseUrl": "./"}, "include": ["src/**/*"], "exclude": ["node_modules/*", "src/dist/*", "src/public/*", ".next"]} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "checkJs": true}, "exclude": ["node_modules"]} +{"exclude": ["node_modules", "**/node_modules/*", "public/build/*"], "include": ["**/*.js", "**/*.jsx"], "compilerOptions": {"lib": ["DOM", "DOM.Iterable", "ES2019"], "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx", "moduleResolution": "node", "resolveJsonModule": true, "target": "ES2019", "strict": true, "allowJs": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "paths": {"~/*": ["./app/*"]}, "noEmit": true}} +{"compilerOptions": {"target": "es6", "baseUrl": "src"}, "exclude": ["node_modules"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["./src/*"]}}} +{"compilerOptions": {"target": "ES6", "module": "commonjs", "allowSyntheticDefaultImports": true, "paths": {"*": ["*"]}}, "exclude": ["node_modules", "**/node_modules/*"]} +{"baseUrl": ".", "include": ["src/**/*", "tests/**/*"], "compilerOptions": {"baseUrl": ".", "target": "esnext", "module": "es2015", "paths": {"@/*": ["./*"], "@": ["./index.js", "./index.json", "./index.vue", "./index.scss", "./index.css"], "@src/*": ["src/*"], "@src": ["src/index.js", "src/index.json", "src/index.vue", "src/index.scss", "src/index.css"], "@router/*": ["src/router/*"], "@router": ["src/router/index.js", "src/router/index.json", "src/router/index.vue", "src/router/index.scss", "src/router/index.css"], "@views/*": ["src/router/views/*"], "@views": ["src/router/views/index.js", "src/router/views/index.json", "src/router/views/index.vue", "src/router/views/index.scss", "src/router/views/index.css"], "@layouts/*": ["src/router/layouts/*"], "@layouts": ["src/router/layouts/index.js", "src/router/layouts/index.json", "src/router/layouts/index.vue", "src/router/layouts/index.scss", "src/router/layouts/index.css"], "@components/*": ["src/components/*"], "@components": ["src/components/index.js", "src/components/index.json", "src/components/index.vue", "src/components/index.scss", "src/components/index.css"], "@assets/*": ["src/assets/*"], "@assets": ["src/assets/index.js", "src/assets/index.json", "src/assets/index.vue", "src/assets/index.scss", "src/assets/index.css"], "@utils/*": ["src/utils/*"], "@utils": ["src/utils/index.js", "src/utils/index.json", "src/utils/index.vue", "src/utils/index.scss", "src/utils/index.css"], "@state/*": ["src/state/*"], "@state": ["src/state/index.js", "src/state/index.json", "src/state/index.vue", "src/state/index.scss", "src/state/index.css"], "@design/*": ["src/design/index.scss/*"], "@design": ["src/design/index.scss"]}}} +{"compilerOptions": {"target": "es6", "module": "es2015"}, "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["./*"], "@/*": ["./src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"rootDir": ".", "outDir": "dist/", "baseUrl": "./server/", "target": "es2018"}, "include": ["**/*.js", "**/*.jsx"]} +{"compilerOptions": {"target": "es6", "checkJs": true, "rootDirs": ["lib"]}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["sr/components/*"], "@/controllers/*": ["controllers/*"], "@/lib/*": ["lib/*"]}}} +{"compilerOptions": {"baseUrl": ".", "jsx": "react"}, "exclude": ["node_modules", "build"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules", "dist"]} +{"compilerOptions": {"baseUrl": "lib/"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"#/*": ["src/*"]}}, "exclude": ["node_modules"]} +{"typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"baseUrl": "./src", "paths": {"app/*": ["app/*", "app/*/index.mjs"], "config": ["config/production.mjs"], "env/*": ["server/*"]}, "module": "commonJS", "target": "esnext", "moduleResolution": "classic", "jsx": "react"}, "exclude": ["node_modules", "lib", "static"]} +{"compilerOptions": {"baseUrl": "src/"}, "include": ["src/*/"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/pages/*": ["pages/*"], "@/styles/*": ["styles/*"], "@/utils/*": ["utils/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"$app/*": [".svelte/dev/runtime/app/*", ".svelte/build/runtime/app/*"], "$lib/*": ["src/lib/*"], "$stores/*": ["src/stores/*"], "$utils/*": ["src/utils/*"]}}, "include": ["src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "jsconfig.json"]} +{"include": ["*.js", "libraries/*.js", "c:\\Users\\willa\\.vscode\\extensions\\wmcicompsci.cs30-p5-1.5.0\\p5types\\global.d.ts"]} +{"compilerOptions": {"moduleResolution": "node", "target": "esnext", "module": "esnext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": false}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": "src", "checkJs": true, "jsx": "react"}} +{"compilerOptions": {"module": "ESNext", "target": "es2020", "lib": ["ESNext", "DOM"], "esModuleInterop": true, "strict": true, "strictNullChecks": true, "moduleResolution": "Node", "resolveJsonModule": true, "skipLibCheck": true, "types": ["vite/client", "vite-plugin-pages/client"]}, "exclude": ["**/dist", "**/node_modules", "**/test"]} +{"compilerOptions": {"module": "ES2022", "target": "ES6", "baseUrl": ".", "paths": {"@/*": ["src/*"], "@components/*": ["src/components/*"], "@pages/*": ["src/pages/*"], "@styles/*": ["src/styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["/components/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["resources/ts/*"]}}, "exclude": ["node_modules", "public"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@styles/*": ["styles/*"], "@lib/*": ["lib/*"], "@utils/*": ["utils/*"], "@modules/*": ["modules/*"], "@layouts/*": ["common/layouts/*"], "@elements/*": ["common/components/elements/*"], "@components/*": ["common/components/*"], "@hoc/*": ["common/hoc/*"], "types/*": ["common/types/*"], "@backend/*": ["backend/*"], "@apis/*": ["backend/apis/*"], "@models/*": ["backend/models/*"]}}, "exclude": ["node_modules"], "include": ["src/**/*"]} +{"compilerOptions": {"target": "es6", "module": "esnext", "baseUrl": "./", "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "paths": {"@/*": ["src/*"]}, "lib": ["esnext", "dom", "dom.iterable", "scripthost"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"], "@/main/*": ["src/main/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"], "@/styles/*": ["styles/*"], "@/apollo/*": ["apollo/*"], "@/store/*": ["store/*"], "@/hooks/*": ["hooks/*"], "@/generated/*": ["generated/*"], "@/graphql/*": ["graphql/*"], "@/ABIs/*": ["ABIs/*"], "@/pages/*": ["pages/*"]}}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "src/index.js", "src/App.js"]} +{"compilerOptions": {"lib": ["DOM", "DOM.Iterable", "ES2020", "ES2020.Intl"], "allowJs": true, "checkJs": true}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["components/*"]}}} +{"compilerOptions": {"module": "ES6", "jsx": "preserve", "checkJs": true, "moduleResolution": "node"}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"], "@/layouts/*": ["src/layouts/*"], "@/theme/*": ["src/theme/*"], "@/lib/*": ["src/lib/*"], "@/styles/*": ["src/styles/*"], "@/assets/*": ["src/assets/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@lib": ["src/lib"], "@lib/*": ["src/lib/*"]}}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"baseUrl": "./src", "paths": {"@@/*": ["./*"], "@config/*": ["config/*"], "@helpers/*": ["helpers/*"], "@logger": ["helpers/logger"], "@models/*": ["models/*"], "@dialogflow/*": ["dialogflow/*"], "@modules/*": ["modules/*"]}}} +{"compilerOptions": {"jsx": "react-jsx", "emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": "./", "paths": {"@/*": ["src/*"], "@dummy/*": ["dummy_data/*"], "@types/*": ["types/*"]}}} +{"compilerOptions": {"baseUrl": "."}, "include": ["src"]} +{"compilerOptions": {"lib": ["ES2019"], "module": "commonjs", "target": "ES2019", "jsx": "preserve", "strictFunctionTypes": true, "checkJs": true}, "exclude": ["node_modules", "**/node_modules/*"]} +{"compilerOptions": {"baseUrl": ".", "module": "commonjs", "paths": {"@createjs/*": ["./src/createjs.js"], "@/*": ["./src/*"]}}} +{"compilerOptions": {"target": "esnext", "module": "commonjs", "allowSyntheticDefaultImports": true, "baseUrl": "./", "paths": {"@/*": ["src/*"]}}, "exclude": ["node_modules"]} +{"compilerOptions": {"paths": {}, "baseUrl": "src"}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@component/*": ["src/ui/components/*"], "@page/*": ["src/ui/page/*"], "@store/*": ["src/ui/store/*"], "@pup/*": ["src/pup/*"], "@ui/*": ["src/ui/*"]}}} +{"include": ["./node_modules/cypress", "cypress/**/*.js"]} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src", "jest.config.js"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@contexts/*": ["contexts/*"], "@public/*": ["public/*"], "@styles/*": ["styles/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"webkit/*": ["./node_modules/san-webkit/lib/*"], "@/*": ["./src/*"], "@cmp/*": ["./src/components/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@c/*": ["components/*"]}}} +{"compilerOptions": {"moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "importsNotUsedAsValues": "error", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte", "src/main.js"]} +{"compilerOptions": {"baseUrl": "src", "paths": {"@pages/*": ["pages/*"], "@styles/*": ["styles/*"], "@assets/*": ["assets/*"], "@images/*": ["assets/images/*"], "@components/*": ["components/*"], "@config/*": ["config/*"], "@constants/*": ["constants/*"], "@helpers/*": ["helpers/*"]}}} +{"include": ["./src"], "exclude": ["node_modules", "config", "docs", "public", "html"], "compilerOptions": {"jsx": "react", "baseUrl": "./", "paths": {"@/*": ["src/*"]}, "experimentalDecorators": true}} +{"compilerOptions": {"baseUrl": "./src"}, "include": ["src"]} +{"compilerOptions": {"module": "commonjs", "target": "es2020"}, "include": ["src/**/*"]} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["src/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"~/*": ["src/*"]}}} +{"typeAcquisition": {"include": ["jest"]}} +{"compilerOptions": {"baseUrl": "./src"}} +{"compilerOptions": {"plugins": [{"name": "typescript-styled-plugin"}], "baseUrl": ".", "paths": {"~/*": ["src/*"], "@components/*": ["src/components/*"], "@pages/*": ["src/pages/*"], "@routes/*": ["src/routes/*"], "@hooks/*": ["src/hooks/*"], "@utils/*": ["src/utils/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@components/*": ["components/*"], "@data/*": ["data/*"], "@post/*": ["components/post/*"], "@sections/*": ["components/sections/*"], "@utils/*": ["utils/*"]}}} +{"compilerOptions": {"lib": ["es6"]}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/components/*": ["src/components/*"], "@/styles/*": ["src/styles/*"], "@/constants/*": ["src/constants/*"], "@/lib/*": ["src/lib/*"], "@/hocs/*": ["src/hocs/*"], "@/models/*": ["src/models/*"]}}} +{"compilerOptions": {"baseUrl": "src"}, "include": ["src"]} +{"compilerOptions": {"baseUrl": "src/", "paths": {"@/*": ["./*"]}}} +{"compilerOptions": {"target": "ES2015", "module": "ES2015", "moduleResolution": "Node16", "baseUrl": ".", "paths": {"@components/*": ["src/components/*/index.jsx"], "@assets/*": ["src/assets/*"]}, "strictNullChecks": true, "strictFunctionTypes": true}, "exclude": ["node_modules", "**/node_modules/*", "dist"]} +{"compilerOptions": {"baseUrl": "./", "paths": {"@pages/*": ["pages/*"], "@src/*": ["src/*"]}}} +{"compilerOptions": {"lib": ["esnext"], "baseUrl": ".", "jsx": "react", "paths": {"assets/*": ["./src/assets/*"], "components/*": ["./src/components/*"], "layouts/*": ["./src/layouts/*"], "pages/*": ["./src/pages/*"], "utils/*": ["./src/utils/*"]}}, "exclude": ["./node_modules/**/"]} +{"compilerOptions": {"checkJs": true, "strict": true, "strictNullChecks": true, "typeRoots": ["./node_modules/@types"], "target": "ES5", "lib": ["dom", "es5", "es2015.collection", "es2015.iterable"], "downlevelIteration": true}, "include": ["data/**/*.js", "src/**/*.js", "test/**/*.js", "types/**/*.js"]} +{"compilerOptions": {"moduleResolution": "Node", "target": "ESNext", "module": "ESNext", "isolatedModules": true, "resolveJsonModule": true, "sourceMap": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "baseUrl": ".", "checkJs": true}, "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.svelte"]} +{"compilerOptions": {"jsx": "react", "baseUrl": ".", "paths": {"@assets/*": ["./public/assets/*"], "@styles/*": ["./src/styles/*"], "@components/*": ["./src/components/*"], "@elements/*": ["./src/elements/*"], "@pages/*": ["./src/pages/*"], "@utils/*": ["./src/utils/*"], "@services/*": ["./src/services/*"], "@hooks/*": ["./src/hooks/*"], "@router/*": ["./src/router/*"], "@context/*": ["./src/context/*"], "@store/*": ["./src/store/*"], "@constants/*": ["./src/constants/*"]}}} +{"compilerOptions": {"baseUrl": ".", "paths": {"@/*": ["*"]}}, "exclude": ["node_modules", ".next"]} diff --git a/schemas/jsconfig/schema.json b/schemas/jsconfig/schema.json new file mode 100644 index 0000000..2fc80ec --- /dev/null +++ b/schemas/jsconfig/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "allOf": [{"$ref": "#/definitions/compilerOptionsDefinition"}, {"$ref": "#/definitions/compileOnSaveDefinition"}, {"$ref": "#/definitions/typeAcquisitionDefinition"}, {"$ref": "#/definitions/extendsDefinition"}, {"$ref": "#/definitions/watchOptionsDefinition"}, {"$ref": "#/definitions/buildOptionsDefinition"}, {"anyOf": [{"$ref": "#/definitions/filesDefinition"}, {"$ref": "#/definitions/excludeDefinition"}, {"$ref": "#/definitions/includeDefinition"}, {"$ref": "#/definitions/referencesDefinition"}]}], "definitions": {"//": {"explainer": "https://www.typescriptlang.org/docs/handbook/tsconfig-json.html#overview", "reference": "https://www.typescriptlang.org/tsconfig", "reference metadata": "https://github.com/microsoft/TypeScript-Website/blob/v2/packages/tsconfig-reference/scripts/tsconfigRules.ts"}, "filesDefinition": {"properties": {"files": {"description": "If no 'files' or 'include' property is present in a tsconfig.json, the compiler defaults to including all files in the containing directory and subdirectories except those specified by 'exclude'. When a 'files' property is specified, only those files and those specified by 'include' are included.", "type": "array", "uniqueItems": true, "items": {"type": "string"}}}}, "excludeDefinition": {"properties": {"exclude": {"description": "Specifies a list of files to be excluded from compilation. The 'exclude' property only affects the files included via the 'include' property and not the 'files' property. Glob patterns require TypeScript version 2.0 or later.", "type": "array", "uniqueItems": true, "items": {"type": "string"}}}}, "includeDefinition": {"properties": {"include": {"description": "Specifies a list of glob patterns that match files to be included in compilation. If no 'files' or 'include' property is present in a tsconfig.json, the compiler defaults to including all files in the containing directory and subdirectories except those specified by 'exclude'. Requires TypeScript version 2.0 or later.", "type": "array", "uniqueItems": true, "items": {"type": "string"}}}}, "compileOnSaveDefinition": {"properties": {"compileOnSave": {"description": "Enable Compile-on-Save for this project.", "type": "boolean"}}}, "extendsDefinition": {"properties": {"extends": {"description": "Path to base configuration file to inherit from (requires TypeScript version 2.1 or later), or array of base files, with the rightmost files having the greater priority (requires TypeScript version 5.0 or later).", "oneOf": [{"default": "", "type": "string"}, {"default": [], "items": {"type": "string"}, "type": "array"}]}}}, "buildOptionsDefinition": {"properties": {"buildOptions": {"properties": {"dry": {"description": "~", "type": "boolean", "default": false}, "force": {"description": "Build all projects, including those that appear to be up to date", "type": "boolean", "default": false, "markdownDescription": "Build all projects, including those that appear to be up to date\n\nSee more: https://www.typescriptlang.org/tsconfig#force"}, "verbose": {"description": "Enable verbose logging", "type": "boolean", "default": false, "markdownDescription": "Enable verbose logging\n\nSee more: https://www.typescriptlang.org/tsconfig#verbose"}, "incremental": {"description": "Save .tsbuildinfo files to allow for incremental compilation of projects.", "type": "boolean", "default": false, "markdownDescription": "Save .tsbuildinfo files to allow for incremental compilation of projects.\n\nSee more: https://www.typescriptlang.org/tsconfig#incremental"}, "assumeChangesOnlyAffectDirectDependencies": {"description": "Have recompiles in projects that use `incremental` and `watch` mode assume that changes within a file will only affect files directly depending on it.", "type": "boolean", "default": false, "markdownDescription": "Have recompiles in projects that use `incremental` and `watch` mode assume that changes within a file will only affect files directly depending on it.\n\nSee more: https://www.typescriptlang.org/tsconfig#assumeChangesOnlyAffectDirectDependencies"}, "traceResolution": {"description": "Log paths used during the `moduleResolution` process.", "type": "boolean", "default": false, "markdownDescription": "Log paths used during the `moduleResolution` process.\n\nSee more: https://www.typescriptlang.org/tsconfig#traceResolution"}}}}}, "watchOptionsDefinition": {"properties": {"watchOptions": {"type": "object", "description": "Settings for the watch mode in TypeScript.", "properties": {"force": {"description": "~", "type": "string"}, "watchFile": {"description": "Specify how the TypeScript watch mode works.", "type": "string", "markdownDescription": "Specify how the TypeScript watch mode works.\n\nSee more: https://www.typescriptlang.org/tsconfig#watchFile"}, "watchDirectory": {"description": "Specify how directories are watched on systems that lack recursive file-watching functionality.", "type": "string", "markdownDescription": "Specify how directories are watched on systems that lack recursive file-watching functionality.\n\nSee more: https://www.typescriptlang.org/tsconfig#watchDirectory"}, "fallbackPolling": {"description": "Specify what approach the watcher should use if the system runs out of native file watchers.", "type": "string", "markdownDescription": "Specify what approach the watcher should use if the system runs out of native file watchers.\n\nSee more: https://www.typescriptlang.org/tsconfig#fallbackPolling"}, "synchronousWatchDirectory": {"description": "Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively.", "type": "boolean", "markdownDescription": "Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively.\n\nSee more: https://www.typescriptlang.org/tsconfig#synchronousWatchDirectory"}, "excludeFiles": {"description": "Remove a list of files from the watch mode's processing.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Remove a list of files from the watch mode's processing.\n\nSee more: https://www.typescriptlang.org/tsconfig#excludeFiles"}, "excludeDirectories": {"description": "Remove a list of directories from the watch process.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Remove a list of directories from the watch process.\n\nSee more: https://www.typescriptlang.org/tsconfig#excludeDirectories"}}}}}, "compilerOptionsDefinition": {"properties": {"compilerOptions": {"type": "object", "description": "Instructs the TypeScript compiler how to compile .ts files.", "properties": {"allowArbitraryExtensions": {"description": "Enable importing files with any extension, provided a declaration file is present.", "type": "boolean", "markdownDescription": "Enable importing files with any extension, provided a declaration file is present.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions"}, "allowImportingTsExtensions": {"description": "Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.", "type": "boolean", "markdownDescription": "Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowImportingTsExtensions"}, "charset": {"description": "No longer supported. In early versions, manually set the text encoding for reading files.", "type": "string", "markdownDescription": "No longer supported. In early versions, manually set the text encoding for reading files.\n\nSee more: https://www.typescriptlang.org/tsconfig#charset"}, "composite": {"description": "Enable constraints that allow a TypeScript project to be used with project references.", "type": "boolean", "default": true, "markdownDescription": "Enable constraints that allow a TypeScript project to be used with project references.\n\nSee more: https://www.typescriptlang.org/tsconfig#composite"}, "customConditions": {"description": "Conditions to set in addition to the resolver-specific defaults when resolving imports.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Conditions to set in addition to the resolver-specific defaults when resolving imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#customConditions"}, "declaration": {"description": "Generate .d.ts files from TypeScript and JavaScript files in your project.", "type": "boolean", "default": false, "markdownDescription": "Generate .d.ts files from TypeScript and JavaScript files in your project.\n\nSee more: https://www.typescriptlang.org/tsconfig#declaration"}, "declarationDir": {"description": "Specify the output directory for generated declaration files.", "type": ["string", "null"], "markdownDescription": "Specify the output directory for generated declaration files.\n\nSee more: https://www.typescriptlang.org/tsconfig#declarationDir"}, "diagnostics": {"description": "Output compiler performance information after building.", "type": "boolean", "markdownDescription": "Output compiler performance information after building.\n\nSee more: https://www.typescriptlang.org/tsconfig#diagnostics"}, "disableReferencedProjectLoad": {"description": "Reduce the number of projects loaded automatically by TypeScript.", "type": "boolean", "markdownDescription": "Reduce the number of projects loaded automatically by TypeScript.\n\nSee more: https://www.typescriptlang.org/tsconfig#disableReferencedProjectLoad"}, "noPropertyAccessFromIndexSignature": {"description": "Enforces using indexed accessors for keys declared using an indexed type", "type": "boolean", "markdownDescription": "Enforces using indexed accessors for keys declared using an indexed type\n\nSee more: https://www.typescriptlang.org/tsconfig#noPropertyAccessFromIndexSignature"}, "emitBOM": {"description": "Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files.", "type": "boolean", "default": false, "markdownDescription": "Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files.\n\nSee more: https://www.typescriptlang.org/tsconfig#emitBOM"}, "emitDeclarationOnly": {"description": "Only output d.ts files and not JavaScript files.", "type": "boolean", "default": false, "markdownDescription": "Only output d.ts files and not JavaScript files.\n\nSee more: https://www.typescriptlang.org/tsconfig#emitDeclarationOnly"}, "exactOptionalPropertyTypes": {"description": "Differentiate between undefined and not present when type checking", "type": "boolean", "default": false, "markdownDescription": "Differentiate between undefined and not present when type checking\n\nSee more: https://www.typescriptlang.org/tsconfig#exactOptionalPropertyTypes"}, "incremental": {"description": "Enable incremental compilation. Requires TypeScript version 3.4 or later.", "type": "boolean"}, "tsBuildInfoFile": {"description": "Specify the folder for .tsbuildinfo incremental compilation files.", "default": ".tsbuildinfo", "type": "string", "markdownDescription": "Specify the folder for .tsbuildinfo incremental compilation files.\n\nSee more: https://www.typescriptlang.org/tsconfig#tsBuildInfoFile"}, "inlineSourceMap": {"description": "Include sourcemap files inside the emitted JavaScript.", "type": "boolean", "default": false, "markdownDescription": "Include sourcemap files inside the emitted JavaScript.\n\nSee more: https://www.typescriptlang.org/tsconfig#inlineSourceMap"}, "inlineSources": {"description": "Include source code in the sourcemaps inside the emitted JavaScript.", "type": "boolean", "default": false, "markdownDescription": "Include source code in the sourcemaps inside the emitted JavaScript.\n\nSee more: https://www.typescriptlang.org/tsconfig#inlineSources"}, "jsx": {"description": "Specify what JSX code is generated.", "enum": ["preserve", "react", "react-jsx", "react-jsxdev", "react-native"]}, "reactNamespace": {"description": "Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit.", "type": "string", "default": "React", "markdownDescription": "Specify the object invoked for `createElement`. This only applies when targeting `react` JSX emit.\n\nSee more: https://www.typescriptlang.org/tsconfig#reactNamespace"}, "jsxFactory": {"description": "Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'", "type": "string", "default": "React.createElement", "markdownDescription": "Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxFactory"}, "jsxFragmentFactory": {"description": "Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'.", "type": "string", "default": "React.Fragment", "markdownDescription": "Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxFragmentFactory"}, "jsxImportSource": {"description": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.", "type": "string", "default": "react", "markdownDescription": "Specify module specifier used to import the JSX factory functions when using `jsx: react-jsx`.\n\nSee more: https://www.typescriptlang.org/tsconfig#jsxImportSource"}, "listFiles": {"description": "Print all of the files read during the compilation.", "type": "boolean", "default": false, "markdownDescription": "Print all of the files read during the compilation.\n\nSee more: https://www.typescriptlang.org/tsconfig#listFiles"}, "mapRoot": {"description": "Specify the location where debugger should locate map files instead of generated locations.", "type": "string", "markdownDescription": "Specify the location where debugger should locate map files instead of generated locations.\n\nSee more: https://www.typescriptlang.org/tsconfig#mapRoot"}, "module": {"description": "Specify what module code is generated.", "type": "string", "anyOf": [{"enum": ["CommonJS", "AMD", "System", "UMD", "ES6", "ES2015", "ES2020", "ESNext", "None", "ES2022", "Node16", "NodeNext"]}, {"pattern": "^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|20(1[567]|2[02])|[Nn][Ee][Xx][Tt])|[Nn][Oo][dD][Ee]16|[Nn][Oo][Dd][Ee][Nn][Ee][Xx][Tt]|[Nn][Oo][Nn][Ee])$"}], "markdownDescription": "Specify what module code is generated.\n\nSee more: https://www.typescriptlang.org/tsconfig#module"}, "moduleResolution": {"description": "Specify how TypeScript looks up a file from a given module specifier.", "type": "string", "anyOf": [{"enum": ["classic", "node", "node16", "nodenext", "bundler"]}, {"pattern": "^(([Nn]ode)|([Nn]ode16)|([Nn]ode[Nn]ext)|([Cc]lassic)|([Bb]undler))$"}], "default": "classic", "markdownDescription": "Specify how TypeScript looks up a file from a given module specifier.\n\nSee more: https://www.typescriptlang.org/tsconfig#moduleResolution"}, "newLine": {"description": "Set the newline character for emitting files.", "type": "string", "anyOf": [{"enum": ["crlf", "lf"]}, {"pattern": "^(CRLF|LF|crlf|lf)$"}], "markdownDescription": "Set the newline character for emitting files.\n\nSee more: https://www.typescriptlang.org/tsconfig#newLine"}, "noEmit": {"description": "Disable emitting file from a compilation.", "type": "boolean", "default": false, "markdownDescription": "Disable emitting file from a compilation.\n\nSee more: https://www.typescriptlang.org/tsconfig#noEmit"}, "noEmitHelpers": {"description": "Disable generating custom helper functions like `__extends` in compiled output.", "type": "boolean", "default": false, "markdownDescription": "Disable generating custom helper functions like `__extends` in compiled output.\n\nSee more: https://www.typescriptlang.org/tsconfig#noEmitHelpers"}, "noEmitOnError": {"description": "Disable emitting files if any type checking errors are reported.", "type": "boolean", "default": false, "markdownDescription": "Disable emitting files if any type checking errors are reported.\n\nSee more: https://www.typescriptlang.org/tsconfig#noEmitOnError"}, "noImplicitAny": {"description": "Enable error reporting for expressions and declarations with an implied `any` type..", "type": "boolean", "markdownDescription": "Enable error reporting for expressions and declarations with an implied `any` type..\n\nSee more: https://www.typescriptlang.org/tsconfig#noImplicitAny"}, "noImplicitThis": {"description": "Enable error reporting when `this` is given the type `any`.", "type": "boolean", "markdownDescription": "Enable error reporting when `this` is given the type `any`.\n\nSee more: https://www.typescriptlang.org/tsconfig#noImplicitThis"}, "noUnusedLocals": {"description": "Enable error reporting when a local variables aren't read.", "type": "boolean", "default": false, "markdownDescription": "Enable error reporting when a local variables aren't read.\n\nSee more: https://www.typescriptlang.org/tsconfig#noUnusedLocals"}, "noUnusedParameters": {"description": "Raise an error when a function parameter isn't read", "type": "boolean", "default": false, "markdownDescription": "Raise an error when a function parameter isn't read\n\nSee more: https://www.typescriptlang.org/tsconfig#noUnusedParameters"}, "noLib": {"description": "Disable including any library files, including the default lib.d.ts.", "type": "boolean", "default": false, "markdownDescription": "Disable including any library files, including the default lib.d.ts.\n\nSee more: https://www.typescriptlang.org/tsconfig#noLib"}, "noResolve": {"description": "Disallow `import`s, `require`s or ``s from expanding the number of files TypeScript should add to a project.", "type": "boolean", "default": false, "markdownDescription": "Disallow `import`s, `require`s or ``s from expanding the number of files TypeScript should add to a project.\n\nSee more: https://www.typescriptlang.org/tsconfig#noResolve"}, "noStrictGenericChecks": {"description": "Disable strict checking of generic signatures in function types.", "type": "boolean", "default": false, "markdownDescription": "Disable strict checking of generic signatures in function types.\n\nSee more: https://www.typescriptlang.org/tsconfig#noStrictGenericChecks"}, "skipDefaultLibCheck": {"description": "Skip type checking .d.ts files that are included with TypeScript.", "type": "boolean", "default": false, "markdownDescription": "Skip type checking .d.ts files that are included with TypeScript.\n\nSee more: https://www.typescriptlang.org/tsconfig#skipDefaultLibCheck"}, "skipLibCheck": {"description": "Skip type checking all .d.ts files.", "type": "boolean", "default": false, "markdownDescription": "Skip type checking all .d.ts files.\n\nSee more: https://www.typescriptlang.org/tsconfig#skipLibCheck"}, "outFile": {"description": "Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output.", "type": "string", "markdownDescription": "Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output.\n\nSee more: https://www.typescriptlang.org/tsconfig#outFile"}, "outDir": {"description": "Specify an output folder for all emitted files.", "type": "string", "markdownDescription": "Specify an output folder for all emitted files.\n\nSee more: https://www.typescriptlang.org/tsconfig#outDir"}, "preserveConstEnums": {"description": "Disable erasing `const enum` declarations in generated code.", "type": "boolean", "default": false, "markdownDescription": "Disable erasing `const enum` declarations in generated code.\n\nSee more: https://www.typescriptlang.org/tsconfig#preserveConstEnums"}, "preserveSymlinks": {"description": "Disable resolving symlinks to their realpath. This correlates to the same flag in node.", "type": "boolean", "default": false, "markdownDescription": "Disable resolving symlinks to their realpath. This correlates to the same flag in node.\n\nSee more: https://www.typescriptlang.org/tsconfig#preserveSymlinks"}, "preserveValueImports": {"description": "Preserve unused imported values in the JavaScript output that would otherwise be removed", "type": "boolean", "default": false, "markdownDescription": "Preserve unused imported values in the JavaScript output that would otherwise be removed\n\nSee more: https://www.typescriptlang.org/tsconfig#preserveValueImports"}, "preserveWatchOutput": {"description": "Disable wiping the console in watch mode", "type": "boolean", "markdownDescription": "Disable wiping the console in watch mode\n\nSee more: https://www.typescriptlang.org/tsconfig#preserveWatchOutput"}, "pretty": {"description": "Enable color and formatting in output to make compiler errors easier to read", "type": "boolean", "default": true, "markdownDescription": "Enable color and formatting in output to make compiler errors easier to read\n\nSee more: https://www.typescriptlang.org/tsconfig#pretty"}, "removeComments": {"description": "Disable emitting comments.", "type": "boolean", "default": false, "markdownDescription": "Disable emitting comments.\n\nSee more: https://www.typescriptlang.org/tsconfig#removeComments"}, "rootDir": {"description": "Specify the root folder within your source files.", "type": "string", "markdownDescription": "Specify the root folder within your source files.\n\nSee more: https://www.typescriptlang.org/tsconfig#rootDir"}, "isolatedModules": {"description": "Ensure that each file can be safely transpiled without relying on other imports.", "type": "boolean", "default": false, "markdownDescription": "Ensure that each file can be safely transpiled without relying on other imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#isolatedModules"}, "sourceMap": {"description": "Create source map files for emitted JavaScript files.", "type": "boolean", "default": false, "markdownDescription": "Create source map files for emitted JavaScript files.\n\nSee more: https://www.typescriptlang.org/tsconfig#sourceMap"}, "sourceRoot": {"description": "Specify the root path for debuggers to find the reference source code.", "type": "string", "markdownDescription": "Specify the root path for debuggers to find the reference source code.\n\nSee more: https://www.typescriptlang.org/tsconfig#sourceRoot"}, "suppressExcessPropertyErrors": {"description": "Disable reporting of excess property errors during the creation of object literals.", "type": "boolean", "default": false, "markdownDescription": "Disable reporting of excess property errors during the creation of object literals.\n\nSee more: https://www.typescriptlang.org/tsconfig#suppressExcessPropertyErrors"}, "suppressImplicitAnyIndexErrors": {"description": "Suppress `noImplicitAny` errors when indexing objects that lack index signatures.", "type": "boolean", "default": false, "markdownDescription": "Suppress `noImplicitAny` errors when indexing objects that lack index signatures.\n\nSee more: https://www.typescriptlang.org/tsconfig#suppressImplicitAnyIndexErrors"}, "stripInternal": {"description": "Disable emitting declarations that have `@internal` in their JSDoc comments.", "type": "boolean", "markdownDescription": "Disable emitting declarations that have `@internal` in their JSDoc comments.\n\nSee more: https://www.typescriptlang.org/tsconfig#stripInternal"}, "target": {"description": "Set the JavaScript language version for emitted JavaScript and include compatible library declarations.", "type": "string", "default": "ES3", "anyOf": [{"enum": ["ES3", "ES5", "ES6", "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020", "ES2021", "ES2022", "ES2023", "ESNext"]}, {"pattern": "^([Ee][Ss]([356]|(20(1[56789]|2[0123]))|[Nn][Ee][Xx][Tt]))$"}], "markdownDescription": "Set the JavaScript language version for emitted JavaScript and include compatible library declarations.\n\nSee more: https://www.typescriptlang.org/tsconfig#target"}, "useUnknownInCatchVariables": {"description": "Default catch clause variables as `unknown` instead of `any`.", "type": "boolean", "default": false, "markdownDescription": "Default catch clause variables as `unknown` instead of `any`.\n\nSee more: https://www.typescriptlang.org/tsconfig#useUnknownInCatchVariables"}, "watch": {"description": "Watch input files.", "type": "boolean"}, "fallbackPolling": {"description": "Specify the polling strategy to use when the system runs out of or doesn't support native file watchers. Requires TypeScript version 3.8 or later.", "enum": ["fixedPollingInterval", "priorityPollingInterval", "dynamicPriorityPolling", "fixedInterval", "priorityInterval", "dynamicPriority", "fixedChunkSize"]}, "watchDirectory": {"description": "Specify the strategy for watching directories under systems that lack recursive file-watching functionality. Requires TypeScript version 3.8 or later.", "enum": ["useFsEvents", "fixedPollingInterval", "dynamicPriorityPolling", "fixedChunkSizePolling"], "default": "useFsEvents"}, "watchFile": {"description": "Specify the strategy for watching individual files. Requires TypeScript version 3.8 or later.", "enum": ["fixedPollingInterval", "priorityPollingInterval", "dynamicPriorityPolling", "useFsEvents", "useFsEventsOnParentDirectory", "fixedChunkSizePolling"], "default": "useFsEvents"}, "experimentalDecorators": {"description": "Enable experimental support for TC39 stage 2 draft decorators.", "type": "boolean", "markdownDescription": "Enable experimental support for TC39 stage 2 draft decorators.\n\nSee more: https://www.typescriptlang.org/tsconfig#experimentalDecorators"}, "emitDecoratorMetadata": {"description": "Emit design-type metadata for decorated declarations in source files.", "type": "boolean", "markdownDescription": "Emit design-type metadata for decorated declarations in source files.\n\nSee more: https://www.typescriptlang.org/tsconfig#emitDecoratorMetadata"}, "allowUnusedLabels": {"description": "Disable error reporting for unused labels.", "type": "boolean", "markdownDescription": "Disable error reporting for unused labels.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowUnusedLabels"}, "noImplicitReturns": {"description": "Enable error reporting for codepaths that do not explicitly return in a function.", "type": "boolean", "default": false, "markdownDescription": "Enable error reporting for codepaths that do not explicitly return in a function.\n\nSee more: https://www.typescriptlang.org/tsconfig#noImplicitReturns"}, "noUncheckedIndexedAccess": {"description": "Add `undefined` to a type when accessed using an index.", "type": "boolean", "markdownDescription": "Add `undefined` to a type when accessed using an index.\n\nSee more: https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess"}, "noFallthroughCasesInSwitch": {"description": "Enable error reporting for fallthrough cases in switch statements.", "type": "boolean", "default": false, "markdownDescription": "Enable error reporting for fallthrough cases in switch statements.\n\nSee more: https://www.typescriptlang.org/tsconfig#noFallthroughCasesInSwitch"}, "noImplicitOverride": {"description": "Ensure overriding members in derived classes are marked with an override modifier.", "type": "boolean", "default": false, "markdownDescription": "Ensure overriding members in derived classes are marked with an override modifier.\n\nSee more: https://www.typescriptlang.org/tsconfig#noImplicitOverride"}, "allowUnreachableCode": {"description": "Disable error reporting for unreachable code.", "type": "boolean", "markdownDescription": "Disable error reporting for unreachable code.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowUnreachableCode"}, "forceConsistentCasingInFileNames": {"description": "Ensure that casing is correct in imports.", "type": "boolean", "default": false, "markdownDescription": "Ensure that casing is correct in imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#forceConsistentCasingInFileNames"}, "generateCpuProfile": {"description": "Emit a v8 CPU profile of the compiler run for debugging.", "type": "string", "default": "profile.cpuprofile", "markdownDescription": "Emit a v8 CPU profile of the compiler run for debugging.\n\nSee more: https://www.typescriptlang.org/tsconfig#generateCpuProfile"}, "baseUrl": {"description": "Specify the base directory to resolve non-relative module names.", "type": "string", "markdownDescription": "Specify the base directory to resolve non-relative module names.\n\nSee more: https://www.typescriptlang.org/tsconfig#baseUrl"}, "paths": {"description": "Specify a set of entries that re-map imports to additional lookup locations.", "type": "object", "additionalProperties": {"type": "array", "uniqueItems": true, "items": {"type": "string", "description": "Path mapping to be computed relative to baseUrl option."}}, "markdownDescription": "Specify a set of entries that re-map imports to additional lookup locations.\n\nSee more: https://www.typescriptlang.org/tsconfig#paths"}, "plugins": {"description": "Specify a list of language service plugins to include.", "type": "array", "items": {"type": "object", "properties": {"name": {"description": "Plugin name.", "type": "string"}}}, "markdownDescription": "Specify a list of language service plugins to include.\n\nSee more: https://www.typescriptlang.org/tsconfig#plugins"}, "rootDirs": {"description": "Allow multiple folders to be treated as one when resolving modules.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Allow multiple folders to be treated as one when resolving modules.\n\nSee more: https://www.typescriptlang.org/tsconfig#rootDirs"}, "typeRoots": {"description": "Specify multiple folders that act like `./node_modules/@types`.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Specify multiple folders that act like `./node_modules/@types`.\n\nSee more: https://www.typescriptlang.org/tsconfig#typeRoots"}, "types": {"description": "Specify type package names to be included without being referenced in a source file.", "type": "array", "uniqueItems": true, "items": {"type": "string"}, "markdownDescription": "Specify type package names to be included without being referenced in a source file.\n\nSee more: https://www.typescriptlang.org/tsconfig#types"}, "traceResolution": {"description": "Enable tracing of the name resolution process. Requires TypeScript version 2.0 or later.", "type": "boolean", "default": false}, "allowJs": {"description": "Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files.", "type": "boolean", "default": false, "markdownDescription": "Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowJs"}, "noErrorTruncation": {"description": "Disable truncating types in error messages.", "type": "boolean", "default": false, "markdownDescription": "Disable truncating types in error messages.\n\nSee more: https://www.typescriptlang.org/tsconfig#noErrorTruncation"}, "allowSyntheticDefaultImports": {"description": "Allow 'import x from y' when a module doesn't have a default export.", "type": "boolean", "markdownDescription": "Allow 'import x from y' when a module doesn't have a default export.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowSyntheticDefaultImports"}, "noImplicitUseStrict": {"description": "Disable adding 'use strict' directives in emitted JavaScript files.", "type": "boolean", "default": false, "markdownDescription": "Disable adding 'use strict' directives in emitted JavaScript files.\n\nSee more: https://www.typescriptlang.org/tsconfig#noImplicitUseStrict"}, "listEmittedFiles": {"description": "Print the names of emitted files after a compilation.", "type": "boolean", "default": false, "markdownDescription": "Print the names of emitted files after a compilation.\n\nSee more: https://www.typescriptlang.org/tsconfig#listEmittedFiles"}, "disableSizeLimit": {"description": "Remove the 20mb cap on total source code size for JavaScript files in the TypeScript language server.", "type": "boolean", "default": false, "markdownDescription": "Remove the 20mb cap on total source code size for JavaScript files in the TypeScript language server.\n\nSee more: https://www.typescriptlang.org/tsconfig#disableSizeLimit"}, "lib": {"description": "Specify a set of bundled library declaration files that describe the target runtime environment.", "type": "array", "uniqueItems": true, "items": {"type": "string", "anyOf": [{"enum": ["ES5", "ES6", "ES2015", "ES2015.Collection", "ES2015.Core", "ES2015.Generator", "ES2015.Iterable", "ES2015.Promise", "ES2015.Proxy", "ES2015.Reflect", "ES2015.Symbol.WellKnown", "ES2015.Symbol", "ES2016", "ES2016.Array.Include", "ES2017", "ES2017.Intl", "ES2017.Object", "ES2017.SharedMemory", "ES2017.String", "ES2017.TypedArrays", "ES2018", "ES2018.AsyncGenerator", "ES2018.AsyncIterable", "ES2018.Intl", "ES2018.Promise", "ES2018.Regexp", "ES2019", "ES2019.Array", "ES2019.Intl", "ES2019.Object", "ES2019.String", "ES2019.Symbol", "ES2020", "ES2020.BigInt", "ES2020.Promise", "ES2020.String", "ES2020.Symbol.WellKnown", "ESNext", "ESNext.Array", "ESNext.AsyncIterable", "ESNext.BigInt", "ESNext.Intl", "ESNext.Promise", "ESNext.String", "ESNext.Symbol", "DOM", "DOM.Iterable", "ScriptHost", "WebWorker", "WebWorker.ImportScripts", "Webworker.Iterable", "ES7", "ES2021", "ES2020.SharedMemory", "ES2020.Intl", "ES2021.Promise", "ES2021.String", "ES2021.WeakRef", "ESNext.WeakRef", "es2021.intl", "ES2022", "ES2022.Array", "ES2022.Error", "ES2022.Intl", "ES2022.Object", "ES2022.String"]}, {"pattern": "^[Ee][Ss]5|[Ee][Ss]6|[Ee][Ss]7$"}, {"pattern": "^[Ee][Ss]2015(\\.([Cc][Oo][Ll][Ll][Ee][Cc][Tt][Ii][Oo][Nn]|[Cc][Oo][Rr][Ee]|[Gg][Ee][Nn][Ee][Rr][Aa][Tt][Oo][Rr]|[Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Pp][Rr][Oo][Xx][Yy]|[Rr][Ee][Ff][Ll][Ee][Cc][Tt]|[Ss][Yy][Mm][Bb][Oo][Ll].[Ww][Ee][Ll][Ll][Kk][Nn][Oo][Ww][Nn]|[Ss][Yy][Mm][Bb][Oo][Ll]))?$"}, {"pattern": "^[Ee][Ss]2016(\\.[Aa][Rr][Rr][Aa][Yy].[Ii][Nn][Cc][Ll][Uu][Dd][Ee])?$"}, {"pattern": "^[Ee][Ss]2017(\\.([Ii][Nn][Tt][Ll]|[Oo][Bb][Jj][Ee][Cc][Tt]|[Ss][Hh][Aa][Rr][Ee][Dd][Mm][Ee][Mm][Oo][Rr][Yy]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Tt][Yy][Pp][Ee][Dd][Aa][Rr][Rr][Aa][Yy][Ss]))?$"}, {"pattern": "^[Ee][Ss]2018(\\.([Aa][Ss][Yy][Nn][Cc][Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee]|[Ii][Nn][Tt][Ll]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Rr][Ee][Gg][Ee][Xx][Pp]))?$"}, {"pattern": "^[Ee][Ss]2019(\\.([Aa][Rr][Rr][Aa][Yy]|[Oo][Bb][Jj][Ee][Cc][Tt]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ss][Yy][Mm][Bb][Oo][Ll]))?$"}, {"pattern": "^[Ee][Ss]2020(\\.([Bb][Ii][Gg][Ii][Nn][Tt]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ss][Yy][Mm][Bb][Oo][Ll].[Ww][Ee][Ll][Ll][Kk][Nn][Oo][Ww][Nn]))?$"}, {"pattern": "^[Ee][Ss]2021(\\.([Ii][Nn][Tt][Ll]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ww][Ee][Aa][Kk][Rr][Ee][Ff]))?$"}, {"pattern": "^[Ee][Ss]2022(\\.([Aa][Rr][Rr][Aa][Yy]|[Ee][Rr][Rr][Oo][Rr]|[Ii][Nn][Tt][Ll]|[Oo][Bb][Jj][Ee][Cc][Tt]|[Ss][Tt][Rr][Ii][Nn][Gg]))?$"}, {"pattern": "^[Ee][Ss][Nn][Ee][Xx][Tt](\\.([Aa][Rr][Rr][Aa][Yy]|[Aa][Ss][Yy][Nn][Cc][Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee]|[Bb][Ii][Gg][Ii][Nn][Tt]|[Ii][Nn][Tt][Ll]|[Pp][Rr][Oo][Mm][Ii][Ss][Ee]|[Ss][Tt][Rr][Ii][Nn][Gg]|[Ss][Yy][Mm][Bb][Oo][Ll]|[Ww][Ee][Aa][Kk][Rr][Ee][Ff]))?$"}, {"pattern": "^[Dd][Oo][Mm](\\.[Ii][Tt][Ee][Rr][Aa][Bb][Ll][Ee])?$"}, {"pattern": "^[Ss][Cc][Rr][Ii][Pp][Tt][Hh][Oo][Ss][Tt]$"}, {"pattern": "^[Ww][Ee][Bb][Ww][Oo][Rr][Kk][Ee][Rr](\\.[Ii][Mm][Pp][Oo][Rr][Tt][Ss][Cc][Rr][Ii][Pp][Tt][Ss])?$"}]}, "markdownDescription": "Specify a set of bundled library declaration files that describe the target runtime environment.\n\nSee more: https://www.typescriptlang.org/tsconfig#lib"}, "strictNullChecks": {"description": "When type checking, take into account `null` and `undefined`.", "type": "boolean", "default": false, "markdownDescription": "When type checking, take into account `null` and `undefined`.\n\nSee more: https://www.typescriptlang.org/tsconfig#strictNullChecks"}, "maxNodeModuleJsDepth": {"description": "Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`.", "type": "number", "default": 0, "markdownDescription": "Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`.\n\nSee more: https://www.typescriptlang.org/tsconfig#maxNodeModuleJsDepth"}, "importHelpers": {"description": "Allow importing helper functions from tslib once per project, instead of including them per-file.", "type": "boolean", "default": false, "markdownDescription": "Allow importing helper functions from tslib once per project, instead of including them per-file.\n\nSee more: https://www.typescriptlang.org/tsconfig#importHelpers"}, "importsNotUsedAsValues": {"description": "Specify emit/checking behavior for imports that are only used for types.", "default": "remove", "enum": ["remove", "preserve", "error"]}, "alwaysStrict": {"description": "Ensure 'use strict' is always emitted.", "type": "boolean", "markdownDescription": "Ensure 'use strict' is always emitted.\n\nSee more: https://www.typescriptlang.org/tsconfig#alwaysStrict"}, "strict": {"description": "Enable all strict type checking options.", "type": "boolean", "default": false, "markdownDescription": "Enable all strict type checking options.\n\nSee more: https://www.typescriptlang.org/tsconfig#strict"}, "strictBindCallApply": {"description": "Check that the arguments for `bind`, `call`, and `apply` methods match the original function.", "type": "boolean", "default": false, "markdownDescription": "Check that the arguments for `bind`, `call`, and `apply` methods match the original function.\n\nSee more: https://www.typescriptlang.org/tsconfig#strictBindCallApply"}, "downlevelIteration": {"description": "Emit more compliant, but verbose and less performant JavaScript for iteration.", "type": "boolean", "default": false, "markdownDescription": "Emit more compliant, but verbose and less performant JavaScript for iteration.\n\nSee more: https://www.typescriptlang.org/tsconfig#downlevelIteration"}, "checkJs": {"description": "Enable error reporting in type-checked JavaScript files.", "type": "boolean", "default": false, "markdownDescription": "Enable error reporting in type-checked JavaScript files.\n\nSee more: https://www.typescriptlang.org/tsconfig#checkJs"}, "strictFunctionTypes": {"description": "When assigning functions, check to ensure parameters and the return values are subtype-compatible.", "type": "boolean", "default": false, "markdownDescription": "When assigning functions, check to ensure parameters and the return values are subtype-compatible.\n\nSee more: https://www.typescriptlang.org/tsconfig#strictFunctionTypes"}, "strictPropertyInitialization": {"description": "Check for class properties that are declared but not set in the constructor.", "type": "boolean", "default": false, "markdownDescription": "Check for class properties that are declared but not set in the constructor.\n\nSee more: https://www.typescriptlang.org/tsconfig#strictPropertyInitialization"}, "esModuleInterop": {"description": "Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility.", "type": "boolean", "default": false, "markdownDescription": "Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility.\n\nSee more: https://www.typescriptlang.org/tsconfig#esModuleInterop"}, "allowUmdGlobalAccess": {"description": "Allow accessing UMD globals from modules.", "type": "boolean", "default": false, "markdownDescription": "Allow accessing UMD globals from modules.\n\nSee more: https://www.typescriptlang.org/tsconfig#allowUmdGlobalAccess"}, "keyofStringsOnly": {"description": "Make keyof only return strings instead of string, numbers or symbols. Legacy option.", "type": "boolean", "default": false, "markdownDescription": "Make keyof only return strings instead of string, numbers or symbols. Legacy option.\n\nSee more: https://www.typescriptlang.org/tsconfig#keyofStringsOnly"}, "useDefineForClassFields": {"description": "Emit ECMAScript-standard-compliant class fields.", "type": "boolean", "default": false, "markdownDescription": "Emit ECMAScript-standard-compliant class fields.\n\nSee more: https://www.typescriptlang.org/tsconfig#useDefineForClassFields"}, "declarationMap": {"description": "Create sourcemaps for d.ts files.", "type": "boolean", "default": false, "markdownDescription": "Create sourcemaps for d.ts files.\n\nSee more: https://www.typescriptlang.org/tsconfig#declarationMap"}, "resolveJsonModule": {"description": "Enable importing .json files", "type": "boolean", "default": false, "markdownDescription": "Enable importing .json files\n\nSee more: https://www.typescriptlang.org/tsconfig#resolveJsonModule"}, "resolvePackageJsonExports": {"description": "Use the package.json 'exports' field when resolving package imports.", "type": "boolean", "default": false, "markdownDescription": "Use the package.json 'exports' field when resolving package imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#resolvePackageJsonExports"}, "resolvePackageJsonImports": {"description": "Use the package.json 'imports' field when resolving imports.", "type": "boolean", "default": false, "markdownDescription": "Use the package.json 'imports' field when resolving imports.\n\nSee more: https://www.typescriptlang.org/tsconfig#resolvePackageJsonImports"}, "assumeChangesOnlyAffectDirectDependencies": {"description": "Have recompiles in '--incremental' and '--watch' assume that changes within a file will only affect files directly depending on it. Requires TypeScript version 3.8 or later.", "type": "boolean"}, "extendedDiagnostics": {"description": "Output more detailed compiler performance information after building.", "type": "boolean", "default": false, "markdownDescription": "Output more detailed compiler performance information after building.\n\nSee more: https://www.typescriptlang.org/tsconfig#extendedDiagnostics"}, "listFilesOnly": {"description": "Print names of files that are part of the compilation and then stop processing.", "type": "boolean"}, "disableSourceOfProjectReferenceRedirect": {"description": "Disable preferring source files instead of declaration files when referencing composite projects", "type": "boolean", "markdownDescription": "Disable preferring source files instead of declaration files when referencing composite projects\n\nSee more: https://www.typescriptlang.org/tsconfig#disableSourceOfProjectReferenceRedirect"}, "disableSolutionSearching": {"description": "Opt a project out of multi-project reference checking when editing.", "type": "boolean", "markdownDescription": "Opt a project out of multi-project reference checking when editing.\n\nSee more: https://www.typescriptlang.org/tsconfig#disableSolutionSearching"}, "verbatimModuleSyntax": {"description": "Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting.", "type": "boolean", "markdownDescription": "Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting.\n\nSee more: https://www.typescriptlang.org/tsconfig#verbatimModuleSyntax"}}}}}, "typeAcquisitionDefinition": {"properties": {"typeAcquisition": {"type": "object", "description": "Auto type (.d.ts) acquisition options for this project. Requires TypeScript version 2.1 or later.", "properties": {"enable": {"description": "Enable auto type acquisition", "type": "boolean", "default": false}, "include": {"description": "Specifies a list of type declarations to be included in auto type acquisition. Ex. [\"jquery\", \"lodash\"]", "type": "array", "uniqueItems": true, "items": {"type": "string"}}, "exclude": {"description": "Specifies a list of type declarations to be excluded from auto type acquisition. Ex. [\"jquery\", \"lodash\"]", "type": "array", "uniqueItems": true, "items": {"type": "string"}}}}}}, "referencesDefinition": {"properties": {"references": {"type": "array", "uniqueItems": true, "description": "Referenced projects. Requires TypeScript version 3.0 or later.", "items": {"type": "object", "description": "Project reference.", "properties": {"path": {"type": "string", "description": "Path to referenced tsconfig or to folder containing tsconfig."}}}}}}}, "id": "https://json.schemastore.org/jsconfig.json", "title": "JSON schema for a JavaScript project using TypeScript tooling", "type": "object"} \ No newline at end of file diff --git a/schemas/jshintrc/instances.jsonl b/schemas/jshintrc/instances.jsonl new file mode 100644 index 0000000..578dce9 --- /dev/null +++ b/schemas/jshintrc/instances.jsonl @@ -0,0 +1,966 @@ +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": false, "maxparams": 20, "maxdepth": 6, "maxlen": 200, "asi": false, "boss": false, "debug": false, "eqnull": true, "esversion": 3, "module": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["global"]} +{"globals": {"$": true, "afterEach": true, "AnimatedPNG": true, "beforeEach": true, "console": true, "describe": true, "expect": true, "it": true, "jQuery": true, "loadFixtures": true, "module": true, "requestAnimationFrame": true, "require": true, "semantic": true}, "debug": false, "devel": true, "browser": true, "curly": true, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "undef": true, "sub": true, "laxbreak": true, "evil": true, "indent": false, "trailing": false} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "expr": true, "loopfunc": true, "sub": true, "globals": {"JX": false, "d3": false, "__DEV__": false}, "browser": true} +{"node": true, "validthis": true} +{"bitwise": false, "browser": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "maxdepth": 3, "mocha": true, "noarg": true, "nocomma": true, "node": true, "nonbsp": true, "predef": ["ActiveXObject", "app_id", "browser_fingerprint_id", "console", "define", "goog", "identity_id", "module", "session_id", "sinon", "testUtils"], "scripturl": true, "shadow": "inner", "strict": true, "sub": true, "trailing": true, "undef": true, "unused": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": true, "smarttabs": false, "globals": {"jasmine": true, "angular": true, "ApplicationConfiguration": true}, "predef": ["define", "require", "exports", "module", "describe", "before", "beforeEach", "after", "afterEach", "it", "inject", "expect"], "devel": true, "noempty": true} +{"maxerr": 500, "bitwise": false, "newcap": false, "plusplus": false, "strict": false, "unused": "vars", "evil": true, "funcscope": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "shadow": true, "sub": true, "supernew": true, "browser": true, "devel": true, "esversion": 6, "jquery": true, "qunit": true, "globals": {"$": false, "Blob": false, "colorbrewer": false, "d3": false, "error": false, "jsnx": false, "numeric": false, "Raphael": false, "saveAs": false, "THREE": false, "THREEx": false, "venn": false, "Whammy": false, "django_url": false, "STATIC_URL_JS": false, "CATMAID": true, "annotations": true, "AnalyzeArbor": true, "Colorizer": true, "Promise": true}} +{"esversion": 6, "curly": true, "eqeqeq": false, "regexp": false, "nonew": false, "latedef": false, "forin": false, "globalstrict": false, "node": true, "immed": true, "newcap": true, "noarg": true, "bitwise": true, "sub": true, "undef": true, "unused": true, "trailing": true, "devel": true, "jquery": true, "nonstandard": true, "boss": true, "eqnull": true, "browser": true, "debug": true, "globals": {"casper": true, "Raphael": true, "require": true, "console": true, "describe": true, "expect": true, "it": true, "runs": true, "waitsFor": true, "exports": true, "module": true, "prompt": true, "process": true}} +{"camelcase": true, "latedef": true, "noempty": true, "curly": true, "eqeqeq": true, "immed": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "forin": true, "strict": true} +{"esversion": 6, "curly": true, "eqeqeq": true, "eqnull": true, "bitwise": true, "camelcase": false, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "regexp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 10, "maxdepth": 3, "maxstatements": 50, "maxcomplexity": 5, "smarttabs": true, "browser": false, "node": true, "globals": {"process": true, "setTimeout": true, "require": true, "console": true, "module": true, "GLOBAL": true, "describe": true, "before": true, "it": true, "clientSockets": true, "__dirname": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "expr": true, "loopfunc": true, "strict": true, "sub": true, "globals": {"JX": true, "__DEV__": false}, "node": true} +{"expr": true, "asi": true, "strict": false, "undef": true, "unused": "strict", "multistr": true, "node": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "Backbone", "moment", "app", "angular"]} +{"maxerr": 500, "bitwise": false, "newcap": false, "plusplus": false, "strict": false, "evil": true, "funcscope": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "shadow": true, "sub": true, "supernew": true, "browser": true, "devel": true, "esversion": 6, "jquery": true, "qunit": true, "globals": {"$": false, "Blob": false, "colorbrewer": false, "d3": false, "error": false, "jsnx": false, "numeric": false, "Raphael": false, "saveAs": false, "THREE": false, "THREEx": false, "venn": false, "Whammy": false, "django_url": false, "STATIC_URL_JS": false, "CATMAID": true, "annotations": true, "AnalyzeArbor": true, "Colorizer": true, "Promise": true}} +{"browser": true} +{"curly": true, "eqeqeq": true, "eqnull": true, "bitwise": true, "camelcase": false, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "regexp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 10, "maxdepth": 3, "maxstatements": 50, "maxcomplexity": 5, "smarttabs": true, "browser": false, "node": true, "globals": {"process": true, "setTimeout": true, "require": true, "console": true, "module": true, "GLOBAL": true, "describe": true, "before": true, "it": true, "clientSockets": true, "__dirname": true}} +{"esversion": 8, "browser": true, "globals": {"confirm": true, "console": true}, "strict": "global"} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"strict": true, "bitwise": true, "curly": true, "eqeqeq": true, "latedef": false, "noarg": true, "undef": true, "unused": true, "validthis": true, "jasmine": true, "newcap": false, "globals": {"angular": false, "inject": false, "module": false, "moment": false, "$": false, "Dropzone": false, "console": false, "require": false, "FormData": false, "updatableLink": false, "setTimeout": false, "_": false, "s": false, "CryptoJS": false, "c3": false, "saveSvgAsPng": false, "Blob": false, "File": false, "hljs": false, "Base64": false, "url": false, "window": false, "saveAs": false}} +{"proto": true, "browser": true, "curly": true, "devel": true, "eqeqeq": true, "eqnull": true, "es5": false, "evil": false, "immed": false, "jquery": true, "latedef": false, "laxcomma": true, "newcap": false, "node": true, "noempty": false, "nonew": true, "predef": ["after", "afterEach", "before", "beforeEach", "describe", "it", "unescape", "par", "each"], "smarttabs": true, "trailing": false, "undef": true, "unused": true, "strict": false, "quotmark": false, "expr": true} +{"browser": true, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": false, "globalstrict": true, "quotmark": "single", "undef": true, "globals": {"DetectRTC": true}} +{"evil": true, "undef": false, "maxlen": 15} +{"node": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": false, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": false, "unused": false, "trailing": true, "smarttabs": true, "laxbreak": true, "boss": true, "sub": true, "predef": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "globals": {"jQuery": true, "angular": true, "toastr": true, "breeze": true, "moment": true, "q": true}, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": false, "unused": false, "strict": false, "sub": true, "maxparams": 10, "maxdepth": 4, "trailing": true, "maxlen": 120, "browser": true, "node": true, "expr": false, "validthis": true} +{"passfail": false, "maxerr": 100, "browser": true, "node": true, "jquery": true, "debug": false, "devel": true, "globals": {"define": true, "require": true, "jasmine": true, "describe": true, "xdescribe": true, "expect": true, "it": true, "xit": true, "beforeEach": true, "afterEach": true, "waitsFor": true, "spyOn": true, "Map": true, "Set": true}, "asi": false, "laxbreak": true, "bitwise": true, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "regexp": false, "regexdash": false, "scripturl": true, "shadow": true, "supernew": false, "undef": true, "strict": false, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "unused": true, "white": true, "smarttabs": true} +{"maxerr": 100, "maxlen": 120, "quotmark": "single", "bitwise": false, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "plusplus": false, "regexp": false, "strict": false, "trailing": true, "boss": true, "multistr": false, "eqnull": true, "expr": true, "node": true, "browser": true} +{"maxerr": 50, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": 80, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": true, "passfail": false, "white": true, "predef": ["gmu"], "withstmt": false, "zepto": true, "assignvarfirst": true, "varnewline": true, "strictchain": true, "strictindent": true, "operatorend": true, "strictlinebreak": true, "assignthisto": "me", "assignexceptionto": "ex", "strictcomment": true, "fileoverview": true, "novoid": true} +{"browser": true, "devel": true, "worker": true, "trailing": true, "strict": false, "boss": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "maxerr": 1000, "nonstandard": true, "sub": true, "validthis": true, "globals": {"_": false, "define": false, "module": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "$": false, "Modernizr": false, "PIXI": false, "GIF": false, "isJpg": false, "isPng": false, "DepthReader": false, "DepthyViewer": false, "DepthyDrawer": false, "GDepthEncoder": false, "Promise": false, "_": true, "requestAnimFrame": true, "screenfull": true, "IScroll": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": true, "predef": ["process", "module", "exports", "require", "define", "__dirname", "__filename"]} +{"node": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "scripturl": true} +{"predef": ["angular"], "browser": true, "strict": true} +{"shadow": "outer", "quotmark": "double", "curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "trailing": true, "node": true} +{"node": true, "esnext": true, "bitwise": true, "curly": true, "immed": true, "newcap": true, "noarg": true, "undef": true, "unused": "vars", "indent": 2} +{"maxerr": 100, "freeze": true, "node": true, "indent": 2, "predef": ["document", "window"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "expr": true, "validthis": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true, "-W116": true, "-W080": true, "-W038": true, "proto": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"$": false, "jQuery": false, "window": false, "sitedata_apps": false, "sitedata_keyboards": false}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true} +{"globals": {"angular": false}, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "globalstrict": true, "es3": true, "globals": {}} +{"strict": false, "newcap": false, "node": true, "expr": true, "supernew": true, "laxbreak": true, "esversion": 9, "white": true, "globals": {"define": true, "test": true, "expect": true, "module": true, "asyncTest": true, "start": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "window": true, "document": true, "performance": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": false, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": false, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": true, "wsh": false, "yui": false, "globals": {"Request": true, "Response": true, "Promise": true, "indexedDB": true}} +{"node": true, "unused": "vars", "multistr": true, "globals": {"describe": false, "it": false, "before": false, "beforeEach": false, "after": false, "afterEach": false}} +{"bitwise": true, "curly": true, "eqeqeq": true, "es3": true, "latedef": true, "maxlen": 78, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true} +{"node": true, "browser": true, "esversion": 6, "module": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "globals": {"utils": true, "picturefill": true}} +{"esversion": 8, "undef": true, "unused": true, "eqeqeq": true, "globals": {"window": true, "document": true, "exports": true, "define": true, "SVGElement": true, "Element": true, "module": true, "console": true, "global": true, "self": true, "cy": true, "context": true, "setTimeout": true, "clearTimeout": true, "Cypress": true, "afterAll": false, "afterEach": false, "beforeAll": false, "beforeEach": false, "check": false, "describe": false, "expect": false, "gen": false, "it": false, "fit": false, "jest": false, "pit": false, "require": false, "test": false, "xdescribe": false, "xit": false, "xtest": false}} +{"sub": true, "browserify": true, "browser": true} +{"curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 2, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "devel": true, "jquery": true, "node": true, "predef": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "start": false, "stop": false, "strictEqual": false, "test": false}} +{"esversion": 6, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": "nofunc", "loopfunc": true, "newcap": false, "noarg": true, "nonew": true, "plusplus": false, "quotmark": false, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "noempty": true, "maxdepth": 4, "maxparams": 8, "globals": {"console": true, "Buffer": true, "setTimeout": true, "clearTimeout": true, "setInterval": true, "clearInterval": true, "require": false, "module": false, "exports": true, "global": false, "process": true, "__dirname": false, "__filename": false, "describe": true, "it": true, "beforeEach": true, "BigInt": true}} +{"curly": true, "eqeqeq": true, "immed": true, "laxbreak": true, "latedef": "nofunc", "newcap": true, "noarg": true, "plusplus": true, "sub": true, "undef": true, "quotmark": "double", "unused": true, "indent": 4, "eqnull": true, "strict": false, "node": true, "browser": true, "mocha": true, "jasmine": true, "esnext": true, "globals": {"browser": false, "sinon": false, "___browserSync___": false, "assert": false, "by": false, "element": false, "protractor": false, "inject": false, "angular": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "nonbsp": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "JSON": false, "wp": false}} +{"asi": true, "esnext": true, "expr": true, "mocha": true, "node": true, "noyield": true, "strict": true, "unused": true, "validthis": true} +{"asi": true, "globalstrict": true, "moz": true} +{"browser": true, "jquery": true, "node": true, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 80, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true, "esnext": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "eqnull": true, "browser": true, "nomen": false, "expr": true, "globals": {"module": true, "console": true, "require": true, "define": true, "_": true, "$": true}} +{"white": false, "newcap": true, "regexp": true, "browser": true, "forin": false, "nomen": true, "bitwise": false, "maxerr": 100, "indent": 4, "plusplus": false, "curly": true, "eqeqeq": true, "freeze": true, "latedef": true, "noarg": true, "nonew": true, "quotmark": "double", "undef": true, "unused": true, "strict": true, "asi": false, "boss": false, "evil": false, "expr": false, "funcscope": false} +{"node": true, "browser": true, "devel": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": false, "globals": {"_throttle": true, "_mergeObj": true, "_getElemY": true, "_getScrollY": true, "define": true}} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "quotmark": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": true, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"globals": {"d3": false, "webvowl": false, "module": false, "require": false}, "bitwise": true, "eqeqeq": true, "forin": true, "latedef": "nofunc", "noarg": true, "nonew": true, "undef": true, "browser": true, "jasmine": true, "devel": true} +{"curly": true, "eqeqeq": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "sub": true, "undef": true, "unused": false, "trailing": true, "boss": true, "eqnull": true, "strict": true, "immed": true, "expr": true, "latedef": "nofunc", "quotmark": "single", "validthis": true, "indent": 2, "node": true, "browser": true, "esnext": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "curly": true, "eqeqeq": true, "funcscope": true, "immed": true, "indent": 2, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "strict": true, "globals": {"gapi": true, "Polymer": true, "GMail": true, "GPlus": true}} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxlen": 120, "browser": true, "devel": true, "node": true, "white": true, "onevar": true, "globals": {"require": false}} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require", "config", "mixpanel"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "undef": true, "unused": true, "node": true, "bitwise": true, "indent": 2, "noempty": true, "quotmark": "single", "strict": false, "trailing": true, "forin": true, "camelcase": "true"} +{"predef": ["angular"], "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": false, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "laxcomma": true, "white": false} +{"maxerr": 200, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": true, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "predef": {"getEvent": false, "addClass": false, "getStyle": false, "addEvent": false, "cancelEvent": false, "removeClass": false, "removeEvent": false, "onTouchClick": false, "isMobile": false, "L": false}} +{"esversion": 9, "node": true, "globals": {"describe": true, "it": true}} +{"asi": false, "boss": true, "browser": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "lastsemic": true, "latedef": true, "laxbreak": true, "laxcomma": true, "newcap": true, "noarg": true, "nomen": false, "plusplus": false, "sub": true, "undef": true, "white": false, "esversion": 6, "node": true} +{"node": true, "esnext": true, "bitwise": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "strict": false, "smarttabs": true, "expr": true, "evil": true, "browser": true, "regexdash": true, "wsh": true, "trailing": true, "sub": true, "unused": true, "laxcomma": true, "globals": {"after": false, "before": false, "afterEach": false, "beforeEach": false, "describe": false, "it": false, "angular": false, "Auth0Widget": false, "Auth0": false}} +{"indent": 4, "white": false, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "esnext": true, "browser": true, "jquery": true, "camelcase": false, "predef": {"BalancedApp": true, "module": true, "require": true, "Ember": true, "balanced": true, "moment": true, "DS": true, "ENV": true, "_": true, "Testing": true, "Raven": true, "prettyPrint": true}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "globals": {"angular": true, "Config": true}} +{"curly": false, "latedef": false, "unused": true, "node": true, "white": true, "bitwise": false, "eqnull": true, "eqeqeq": true, "forin": true, "immed": true, "expr": true, "indent": 2, "newcap": true, "noarg": true, "noempty": true, "undef": true, "quotmark": "single", "plusplus": false, "boss": true, "trailing": true, "laxbreak": true, "laxcomma": true, "validthis": true, "sub": true, "maxlen": 140, "-W084": true, "maxerr": 10} +{"globals": {"enyo": false, "$L": false, "onyx": false, "myapp": false}, "es3": true, "evil": false, "regexdash": true, "browser": true, "wsh": false, "trailing": false, "sub": true, "eqnull": true, "laxbreak": true, "curly": true, "indent": 4, "newcap": true, "undef": true, "unused": "vars"} +{"bitwise": true, "camelcase": true, "curly": false, "eqeqeq": false, "forin": true, "immed": true, "indent": 2, "latedef": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": true, "sub": true, "strict": false, "trailing": true, "undef": true, "unused": true, "shadow": true, "globals": {"FileReader": true, "window": true}} +{"globals": {"$": true}, "browser": true, "eqeqeq": false, "eqnull": true, "evil": true, "expr": true, "forin": false, "immed": true, "lastsemic": true, "laxbreak": true, "loopfunc": true, "multistr": true, "newcap": true, "noarg": true, "node": true, "noempty": false, "nomen": false, "nonew": false, "onevar": false, "plusplus": false, "strict": false, "sub": true, "undef": true, "unused": true, "maxdepth": 5, "maxstatements": 45} +{"curly": false, "noempty": true, "newcap": true, "eqeqeq": true, "eqnull": true, "undef": true, "devel": true, "node": true, "browser": true, "evil": false, "latedef": false, "nonew": true, "immed": true, "smarttabs": true, "strict": true, "laxcomma": true, "laxbreak": true, "asi": true} +{"maxerr": 50, "esversion": 6, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": false, "forin": true, "freeze": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {"d3": true}} +{"asi": true, "laxcomma": true, "laxbreak": true, "node": true, "strict": false, "es5": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "esversion": 3, "expr": true, "immed": true, "noarg": true, "nonbsp": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "JSON": false, "wp": false, "export": false, "module": false, "require": false, "WorkerGlobalScope": false, "self": false, "OffscreenCanvas": false, "Promise": false}} +{"curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "quotmark": "single", "latedef": true, "onevar": true, "noarg": true, "node": true, "trailing": true, "undef": true, "unused": true, "jasmine": true, "indent": 2, "browser": true, "globals": {"angular": true, "inject": true, "Modernizr": true}} +{"asi": true, "lastsemic": false, "laxcomma": true, "sub": true, "eqeqeq": false, "browser": true, "node": true, "jquery": true, "esnext": true, "strict": false, "globalstrict": true, "quotmark": false, "undef": false, "unused": true, "scripturl": true, "globals": {"define": false, "module": true, "export": true, "console": false}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2, "unused": true, "node": true, "globals": {"System": true}} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "node": true, "nomen": false, "onevar": true, "passfail": false, "white": true, "globals": {}} +{"esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": 3, "maxlen": 80, "browser": true, "devel": true, "jquery": true, "globals": {"angular": true, "app": true, "OC": true, "requestToken": true, "inject": true, "module": true, "protractor": true, "browser": true, "By": true, "it": true, "afterEach": true, "jasmine": true, "describe": true, "beforeEach": true, "expect": true, "exports": true, "t": true, "mdEdit": true, "require": true, "__dirname": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"history": false, "window": false, "_": false, "cordova": false, "angular": false}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": 3, "maxstatements": false, "maxcomplexity": 8, "maxlen": 80, "gcl": false, "browser": true, "devel": true, "node": true, "jquery": true, "globals": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "throws": false, "start": false, "stop": false, "strictEqual": false, "test": false, "sinon": false, "require": false, "define": false, "$dom": true, "$clock": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "esversion": 8, "expr": true, "immed": true, "noarg": true, "nonbsp": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "devel": true, "jquery": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "JSON": false, "wp": false, "export": false, "require": true, "module": true, "console": true, "document": true, "window": true, "redux_change": true, "redux": true, "tinyMCE": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": false, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": false, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": "vars", "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": true, "boss": true, "debug": false, "eqnull": true, "esversion": 6, "moz": false, "evil": true, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": true, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": true, "couch": false, "devel": true, "dojo": false, "jasmine": true, "jquery": false, "mocha": false, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"asi": true, "browser": false, "browserify": true, "curly": false, "expr": true, "indent": 2, "loopfunc": true, "node": true, "trailing": true, "undef": true, "white": true} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "es5": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "white": false, "trailing": true, "smarttabs": true, "predef": ["d3", "d4", "assert", "chai", "expect", "setup", "teardown", "suite", "test", "sinon"]} +{"maxerr": 50, "curly": true, "unused": true, "undef": true, "browser": true, "devel": true, "node": true, "globals": {"Promise": true}} +{"evil": false, "regexdash": true, "browser": true, "jquery": true, "trailing": false, "sub": true, "multistr": true, "expr": true} +{"maxerr": 5000, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": false, "forin": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "undef": true, "unused": "vars", "strict": false, "trailing": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": true, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "multistr": false, "proto": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": true, "browser": true, "devel": true, "couch": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "predef": ["define", "require"], "globals": {"define": false, "require": false, "O": false, "module": false}} +{"esversion": 6} +{"maxerr": 20, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": true, "boss": false, "debug": false, "eqnull": true, "es5": true, "esnext": true, "moz": true, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"predef": ["define", "require"], "browser": true, "devel": true, "curly": true, "evil": false, "forin": true, "latedef": true, "newcap": true, "noarg": true, "nonew": true, "smarttabs": true, "sub": false, "trailing": false, "undef": true, "wsh": false} +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": false, "maxparams": 20, "maxdepth": 6, "maxlen": 200, "asi": false, "boss": false, "debug": false, "eqnull": true, "esversion": 3, "module": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["global"]} +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": false, "maxparams": 20, "maxdepth": 6, "maxlen": 200, "asi": false, "boss": false, "debug": false, "eqnull": true, "esversion": 3, "module": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["global"]} +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": false, "maxparams": 20, "maxdepth": 6, "maxlen": 200, "asi": false, "boss": false, "debug": false, "eqnull": true, "esversion": 3, "module": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["global"]} +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": false, "maxparams": 20, "maxdepth": 6, "maxlen": 200, "asi": false, "boss": false, "debug": false, "eqnull": true, "esversion": 3, "module": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["global"]} +{"globals": {"$": true, "afterEach": true, "AnimatedPNG": true, "beforeEach": true, "console": true, "describe": true, "expect": true, "it": true, "jQuery": true, "loadFixtures": true, "module": true, "requestAnimationFrame": true, "require": true, "semantic": true}, "debug": false, "devel": true, "browser": true, "curly": true, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "undef": true, "sub": true, "laxbreak": true, "evil": true, "indent": false, "trailing": false} +{"globals": {"$": true, "afterEach": true, "AnimatedPNG": true, "beforeEach": true, "console": true, "describe": true, "expect": true, "it": true, "jQuery": true, "loadFixtures": true, "module": true, "requestAnimationFrame": true, "require": true, "semantic": true}, "debug": false, "devel": true, "browser": true, "curly": true, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "undef": true, "sub": true, "laxbreak": true, "evil": true, "indent": false, "trailing": false} +{"globals": {"$": true, "afterEach": true, "AnimatedPNG": true, "beforeEach": true, "console": true, "describe": true, "expect": true, "it": true, "jQuery": true, "loadFixtures": true, "module": true, "requestAnimationFrame": true, "require": true, "semantic": true}, "debug": false, "devel": true, "browser": true, "curly": true, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "undef": true, "sub": true, "laxbreak": true, "evil": true, "indent": false, "trailing": false} +{"globals": {"$": true, "afterEach": true, "AnimatedPNG": true, "beforeEach": true, "console": true, "describe": true, "expect": true, "it": true, "jQuery": true, "loadFixtures": true, "module": true, "requestAnimationFrame": true, "require": true, "semantic": true}, "debug": false, "devel": true, "browser": true, "curly": true, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "undef": true, "sub": true, "laxbreak": true, "evil": true, "indent": false, "trailing": false} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "expr": true, "loopfunc": true, "sub": true, "globals": {"JX": false, "d3": false, "__DEV__": false}, "browser": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "expr": true, "loopfunc": true, "sub": true, "globals": {"JX": false, "d3": false, "__DEV__": false}, "browser": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "expr": true, "loopfunc": true, "sub": true, "globals": {"JX": false, "d3": false, "__DEV__": false}, "browser": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "expr": true, "loopfunc": true, "sub": true, "globals": {"JX": false, "d3": false, "__DEV__": false}, "browser": true} +{"node": true, "validthis": true} +{"node": true, "validthis": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": true, "smarttabs": false, "globals": {"jasmine": true, "angular": true, "ApplicationConfiguration": true}, "predef": ["define", "require", "exports", "module", "describe", "before", "beforeEach", "after", "afterEach", "it", "inject", "expect"], "devel": true, "noempty": true} +{"esversion": 6, "curly": true, "eqeqeq": false, "regexp": false, "nonew": false, "latedef": false, "forin": false, "globalstrict": false, "node": true, "immed": true, "newcap": true, "noarg": true, "bitwise": true, "sub": true, "undef": true, "unused": true, "trailing": true, "devel": true, "jquery": true, "nonstandard": true, "boss": true, "eqnull": true, "browser": true, "debug": true, "globals": {"casper": true, "Raphael": true, "require": true, "console": true, "describe": true, "expect": true, "it": true, "runs": true, "waitsFor": true, "exports": true, "module": true, "prompt": true, "process": true}} +{"esversion": 6, "curly": true, "eqeqeq": false, "regexp": false, "nonew": false, "latedef": false, "forin": false, "globalstrict": false, "node": true, "immed": true, "newcap": true, "noarg": true, "bitwise": true, "sub": true, "undef": true, "unused": true, "trailing": true, "devel": true, "jquery": true, "nonstandard": true, "boss": true, "eqnull": true, "browser": true, "debug": true, "globals": {"casper": true, "Raphael": true, "require": true, "console": true, "describe": true, "expect": true, "it": true, "runs": true, "waitsFor": true, "exports": true, "module": true, "prompt": true, "process": true}} +{"esversion": 6, "curly": true, "eqeqeq": false, "regexp": false, "nonew": false, "latedef": false, "forin": false, "globalstrict": false, "node": true, "immed": true, "newcap": true, "noarg": true, "bitwise": true, "sub": true, "undef": true, "unused": true, "trailing": true, "devel": true, "jquery": true, "nonstandard": true, "boss": true, "eqnull": true, "browser": true, "debug": true, "globals": {"casper": true, "Raphael": true, "require": true, "console": true, "describe": true, "expect": true, "it": true, "runs": true, "waitsFor": true, "exports": true, "module": true, "prompt": true, "process": true}} +{"esversion": 6, "curly": true, "eqeqeq": false, "regexp": false, "nonew": false, "latedef": false, "forin": false, "globalstrict": false, "node": true, "immed": true, "newcap": true, "noarg": true, "bitwise": true, "sub": true, "undef": true, "unused": true, "trailing": true, "devel": true, "jquery": true, "nonstandard": true, "boss": true, "eqnull": true, "browser": true, "debug": true, "globals": {"casper": true, "Raphael": true, "require": true, "console": true, "describe": true, "expect": true, "it": true, "runs": true, "waitsFor": true, "exports": true, "module": true, "prompt": true, "process": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "expr": true, "loopfunc": true, "strict": true, "sub": true, "globals": {"JX": true, "__DEV__": false}, "node": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "expr": true, "loopfunc": true, "strict": true, "sub": true, "globals": {"JX": true, "__DEV__": false}, "node": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "expr": true, "loopfunc": true, "strict": true, "sub": true, "globals": {"JX": true, "__DEV__": false}, "node": true} +{"bitwise": true, "curly": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "expr": true, "loopfunc": true, "strict": true, "sub": true, "globals": {"JX": true, "__DEV__": false}, "node": true} +{"expr": true, "asi": true, "strict": false, "undef": true, "unused": "strict", "multistr": true, "node": true} +{"expr": true, "asi": true, "strict": false, "undef": true, "unused": "strict", "multistr": true, "node": true} +{"expr": true, "asi": true, "strict": false, "undef": true, "unused": "strict", "multistr": true, "node": true} +{"expr": true, "asi": true, "strict": false, "undef": true, "unused": "strict", "multistr": true, "node": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "Backbone", "moment", "app", "angular"]} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "Backbone", "moment", "app", "angular"]} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "Backbone", "moment", "app", "angular"]} +{"maxerr": 500, "bitwise": false, "newcap": false, "plusplus": false, "strict": false, "evil": true, "funcscope": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "shadow": true, "sub": true, "supernew": true, "browser": true, "devel": true, "esversion": 6, "jquery": true, "qunit": true, "globals": {"$": false, "Blob": false, "colorbrewer": false, "d3": false, "error": false, "jsnx": false, "numeric": false, "Raphael": false, "saveAs": false, "THREE": false, "THREEx": false, "venn": false, "Whammy": false, "django_url": false, "STATIC_URL_JS": false, "CATMAID": true, "annotations": true, "AnalyzeArbor": true, "Colorizer": true, "Promise": true}} +{"maxerr": 500, "bitwise": false, "newcap": false, "plusplus": false, "strict": false, "evil": true, "funcscope": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "shadow": true, "sub": true, "supernew": true, "browser": true, "devel": true, "esversion": 6, "jquery": true, "qunit": true, "globals": {"$": false, "Blob": false, "colorbrewer": false, "d3": false, "error": false, "jsnx": false, "numeric": false, "Raphael": false, "saveAs": false, "THREE": false, "THREEx": false, "venn": false, "Whammy": false, "django_url": false, "STATIC_URL_JS": false, "CATMAID": true, "annotations": true, "AnalyzeArbor": true, "Colorizer": true, "Promise": true}} +{"maxerr": 500, "bitwise": false, "newcap": false, "plusplus": false, "strict": false, "evil": true, "funcscope": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "shadow": true, "sub": true, "supernew": true, "browser": true, "devel": true, "esversion": 6, "jquery": true, "qunit": true, "globals": {"$": false, "Blob": false, "colorbrewer": false, "d3": false, "error": false, "jsnx": false, "numeric": false, "Raphael": false, "saveAs": false, "THREE": false, "THREEx": false, "venn": false, "Whammy": false, "django_url": false, "STATIC_URL_JS": false, "CATMAID": true, "annotations": true, "AnalyzeArbor": true, "Colorizer": true, "Promise": true}} +{"browser": true} +{"browser": true} +{"browser": true} +{"browser": true} +{"curly": true, "eqeqeq": true, "eqnull": true, "bitwise": true, "camelcase": false, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "regexp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 10, "maxdepth": 3, "maxstatements": 50, "maxcomplexity": 5, "smarttabs": true, "browser": false, "node": true, "globals": {"process": true, "setTimeout": true, "require": true, "console": true, "module": true, "GLOBAL": true, "describe": true, "before": true, "it": true, "clientSockets": true, "__dirname": true}} +{"curly": true, "eqeqeq": true, "eqnull": true, "bitwise": true, "camelcase": false, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "regexp": true, "undef": true, "unused": true, "trailing": true, "maxparams": 10, "maxdepth": 3, "maxstatements": 50, "maxcomplexity": 5, "smarttabs": true, "browser": false, "node": true, "globals": {"process": true, "setTimeout": true, "require": true, "console": true, "module": true, "GLOBAL": true, "describe": true, "before": true, "it": true, "clientSockets": true, "__dirname": true}} +{"strict": true, "bitwise": true, "curly": true, "eqeqeq": true, "latedef": false, "noarg": true, "undef": true, "unused": true, "validthis": true, "jasmine": true, "newcap": false, "globals": {"angular": false, "inject": false, "module": false, "moment": false, "$": false, "Dropzone": false, "console": false, "require": false, "FormData": false, "updatableLink": false, "setTimeout": false, "_": false, "s": false, "CryptoJS": false, "c3": false, "saveSvgAsPng": false, "Blob": false, "File": false, "hljs": false, "Base64": false, "url": false, "window": false, "saveAs": false}} +{"strict": true, "bitwise": true, "curly": true, "eqeqeq": true, "latedef": false, "noarg": true, "undef": true, "unused": true, "validthis": true, "jasmine": true, "newcap": false, "globals": {"angular": false, "inject": false, "module": false, "moment": false, "$": false, "Dropzone": false, "console": false, "require": false, "FormData": false, "updatableLink": false, "setTimeout": false, "_": false, "s": false, "CryptoJS": false, "c3": false, "saveSvgAsPng": false, "Blob": false, "File": false, "hljs": false, "Base64": false, "url": false, "window": false, "saveAs": false}} +{"proto": true, "browser": true, "curly": true, "devel": true, "eqeqeq": true, "eqnull": true, "es5": false, "evil": false, "immed": false, "jquery": true, "latedef": false, "laxcomma": true, "newcap": false, "node": true, "noempty": false, "nonew": true, "predef": ["after", "afterEach", "before", "beforeEach", "describe", "it", "unescape", "par", "each"], "smarttabs": true, "trailing": false, "undef": true, "unused": true, "strict": false, "quotmark": false, "expr": true} +{"browser": true, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": false, "globalstrict": true, "quotmark": "single", "undef": true, "globals": {"DetectRTC": true}} +{"browser": true, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": false, "globalstrict": true, "quotmark": "single", "undef": true, "globals": {"DetectRTC": true}} +{"browser": true, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": false, "globalstrict": true, "quotmark": "single", "undef": true, "globals": {"DetectRTC": true}} +{"browser": true, "camelcase": true, "curly": true, "devel": true, "eqeqeq": true, "forin": false, "globalstrict": true, "quotmark": "single", "undef": true, "globals": {"DetectRTC": true}} +{"evil": true, "undef": false, "maxlen": 15} +{"node": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": false, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": false, "unused": false, "trailing": true, "smarttabs": true, "laxbreak": true, "boss": true, "sub": true, "predef": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"node": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": false, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": false, "unused": false, "trailing": true, "smarttabs": true, "laxbreak": true, "boss": true, "sub": true, "predef": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"node": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": false, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": false, "unused": false, "trailing": true, "smarttabs": true, "laxbreak": true, "boss": true, "sub": true, "predef": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"node": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": false, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": false, "unused": false, "trailing": true, "smarttabs": true, "laxbreak": true, "boss": true, "sub": true, "predef": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "globals": {"jQuery": true, "angular": true, "toastr": true, "breeze": true, "moment": true, "q": true}, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": false, "unused": false, "strict": false, "sub": true, "maxparams": 10, "maxdepth": 4, "trailing": true, "maxlen": 120, "browser": true, "node": true, "expr": false, "validthis": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "globals": {"jQuery": true, "angular": true, "toastr": true, "breeze": true, "moment": true, "q": true}, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": false, "unused": false, "strict": false, "sub": true, "maxparams": 10, "maxdepth": 4, "trailing": true, "maxlen": 120, "browser": true, "node": true, "expr": false, "validthis": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "globals": {"jQuery": true, "angular": true, "toastr": true, "breeze": true, "moment": true, "q": true}, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": false, "unused": false, "strict": false, "sub": true, "maxparams": 10, "maxdepth": 4, "trailing": true, "maxlen": 120, "browser": true, "node": true, "expr": false, "validthis": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "globals": {"jQuery": true, "angular": true, "toastr": true, "breeze": true, "moment": true, "q": true}, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": false, "unused": false, "strict": false, "sub": true, "maxparams": 10, "maxdepth": 4, "trailing": true, "maxlen": 120, "browser": true, "node": true, "expr": false, "validthis": true} +{"passfail": false, "maxerr": 100, "browser": true, "node": true, "jquery": true, "debug": false, "devel": true, "globals": {"define": true, "require": true, "jasmine": true, "describe": true, "xdescribe": true, "expect": true, "it": true, "xit": true, "beforeEach": true, "afterEach": true, "waitsFor": true, "spyOn": true, "Map": true, "Set": true}, "asi": false, "laxbreak": true, "bitwise": true, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": true, "noarg": true, "regexp": false, "regexdash": false, "scripturl": true, "shadow": true, "supernew": false, "undef": true, "strict": false, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "unused": true, "white": true, "smarttabs": true} +{"maxerr": 50, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": 80, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": true, "passfail": false, "white": true, "predef": ["gmu"], "withstmt": false, "zepto": true, "assignvarfirst": true, "varnewline": true, "strictchain": true, "strictindent": true, "operatorend": true, "strictlinebreak": true, "assignthisto": "me", "assignexceptionto": "ex", "strictcomment": true, "fileoverview": true, "novoid": true} +{"maxerr": 50, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": 80, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": true, "passfail": false, "white": true, "predef": ["gmu"], "withstmt": false, "zepto": true, "assignvarfirst": true, "varnewline": true, "strictchain": true, "strictindent": true, "operatorend": true, "strictlinebreak": true, "assignthisto": "me", "assignexceptionto": "ex", "strictcomment": true, "fileoverview": true, "novoid": true} +{"browser": true, "devel": true, "worker": true, "trailing": true, "strict": false, "boss": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "maxerr": 1000, "nonstandard": true, "sub": true, "validthis": true, "globals": {"_": false, "define": false, "module": false}} +{"browser": true, "devel": true, "worker": true, "trailing": true, "strict": false, "boss": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "maxerr": 1000, "nonstandard": true, "sub": true, "validthis": true, "globals": {"_": false, "define": false, "module": false}} +{"browser": true, "devel": true, "worker": true, "trailing": true, "strict": false, "boss": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "maxerr": 1000, "nonstandard": true, "sub": true, "validthis": true, "globals": {"_": false, "define": false, "module": false}} +{"browser": true, "devel": true, "worker": true, "trailing": true, "strict": false, "boss": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "maxerr": 1000, "nonstandard": true, "sub": true, "validthis": true, "globals": {"_": false, "define": false, "module": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "$": false, "Modernizr": false, "PIXI": false, "GIF": false, "isJpg": false, "isPng": false, "DepthReader": false, "DepthyViewer": false, "DepthyDrawer": false, "GDepthEncoder": false, "Promise": false, "_": true, "requestAnimFrame": true, "screenfull": true, "IScroll": true}} +{"node": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "scripturl": true} +{"node": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "scripturl": true} +{"node": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "scripturl": true} +{"node": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "scripturl": true} +{"predef": ["angular"], "browser": true, "strict": true} +{"predef": ["angular"], "browser": true, "strict": true} +{"predef": ["angular"], "browser": true, "strict": true} +{"shadow": "outer", "quotmark": "double", "curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "trailing": true, "node": true} +{"shadow": "outer", "quotmark": "double", "curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "trailing": true, "node": true} +{"maxerr": 100, "freeze": true, "node": true, "indent": 2, "predef": ["document", "window"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "expr": true, "validthis": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true, "-W116": true, "-W080": true, "-W038": true, "proto": true} +{"maxerr": 100, "freeze": true, "node": true, "indent": 2, "predef": ["document", "window"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "expr": true, "validthis": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true, "-W116": true, "-W080": true, "-W038": true, "proto": true} +{"maxerr": 100, "freeze": true, "node": true, "indent": 2, "predef": ["document", "window"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "expr": true, "validthis": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true, "-W116": true, "-W080": true, "-W038": true, "proto": true} +{"maxerr": 100, "freeze": true, "node": true, "indent": 2, "predef": ["document", "window"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "expr": true, "validthis": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true, "-W116": true, "-W080": true, "-W038": true, "proto": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"$": false, "jQuery": false, "window": false, "sitedata_apps": false, "sitedata_keyboards": false}} +{"globals": {"angular": false}, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"globals": {"angular": false}, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"globals": {"angular": false}, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"globals": {"angular": false}, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"strict": false, "newcap": false, "node": true, "expr": true, "supernew": true, "laxbreak": true, "esversion": 9, "white": true, "globals": {"define": true, "test": true, "expect": true, "module": true, "asyncTest": true, "start": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "window": true, "document": true, "performance": true}} +{"strict": false, "newcap": false, "node": true, "expr": true, "supernew": true, "laxbreak": true, "esversion": 9, "white": true, "globals": {"define": true, "test": true, "expect": true, "module": true, "asyncTest": true, "start": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "window": true, "document": true, "performance": true}} +{"strict": false, "newcap": false, "node": true, "expr": true, "supernew": true, "laxbreak": true, "esversion": 9, "white": true, "globals": {"define": true, "test": true, "expect": true, "module": true, "asyncTest": true, "start": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "window": true, "document": true, "performance": true}} +{"strict": false, "newcap": false, "node": true, "expr": true, "supernew": true, "laxbreak": true, "esversion": 9, "white": true, "globals": {"define": true, "test": true, "expect": true, "module": true, "asyncTest": true, "start": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "window": true, "document": true, "performance": true}} +{"node": true, "browser": true, "esversion": 6, "module": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "globals": {"utils": true, "picturefill": true}} +{"curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 2, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "devel": true, "jquery": true, "node": true, "predef": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "start": false, "stop": false, "strictEqual": false, "test": false}} +{"curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 2, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "devel": true, "jquery": true, "node": true, "predef": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "start": false, "stop": false, "strictEqual": false, "test": false}} +{"curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 2, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "devel": true, "jquery": true, "node": true, "predef": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "start": false, "stop": false, "strictEqual": false, "test": false}} +{"curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 2, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "devel": true, "jquery": true, "node": true, "predef": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "start": false, "stop": false, "strictEqual": false, "test": false}} +{"curly": true, "eqeqeq": true, "immed": true, "laxbreak": true, "latedef": "nofunc", "newcap": true, "noarg": true, "plusplus": true, "sub": true, "undef": true, "quotmark": "double", "unused": true, "indent": 4, "eqnull": true, "strict": false, "node": true, "browser": true, "mocha": true, "jasmine": true, "esnext": true, "globals": {"browser": false, "sinon": false, "___browserSync___": false, "assert": false, "by": false, "element": false, "protractor": false, "inject": false, "angular": false}} +{"asi": true, "esnext": true, "expr": true, "mocha": true, "node": true, "noyield": true, "strict": true, "unused": true, "validthis": true} +{"browser": true, "jquery": true, "node": true, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 80, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true, "esnext": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "eqnull": true, "browser": true, "nomen": false, "expr": true, "globals": {"module": true, "console": true, "require": true, "define": true, "_": true, "$": true}} +{"white": false, "newcap": true, "regexp": true, "browser": true, "forin": false, "nomen": true, "bitwise": false, "maxerr": 100, "indent": 4, "plusplus": false, "curly": true, "eqeqeq": true, "freeze": true, "latedef": true, "noarg": true, "nonew": true, "quotmark": "double", "undef": true, "unused": true, "strict": true, "asi": false, "boss": false, "evil": false, "expr": false, "funcscope": false} +{"white": false, "newcap": true, "regexp": true, "browser": true, "forin": false, "nomen": true, "bitwise": false, "maxerr": 100, "indent": 4, "plusplus": false, "curly": true, "eqeqeq": true, "freeze": true, "latedef": true, "noarg": true, "nonew": true, "quotmark": "double", "undef": true, "unused": true, "strict": true, "asi": false, "boss": false, "evil": false, "expr": false, "funcscope": false} +{"node": true, "browser": true, "devel": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": false, "globals": {"_throttle": true, "_mergeObj": true, "_getElemY": true, "_getScrollY": true, "define": true}} +{"node": true, "browser": true, "devel": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": false, "globals": {"_throttle": true, "_mergeObj": true, "_getElemY": true, "_getScrollY": true, "define": true}} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "quotmark": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": true, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "quotmark": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": true, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"globals": {"d3": false, "webvowl": false, "module": false, "require": false}, "bitwise": true, "eqeqeq": true, "forin": true, "latedef": "nofunc", "noarg": true, "nonew": true, "undef": true, "browser": true, "jasmine": true, "devel": true} +{"globals": {"d3": false, "webvowl": false, "module": false, "require": false}, "bitwise": true, "eqeqeq": true, "forin": true, "latedef": "nofunc", "noarg": true, "nonew": true, "undef": true, "browser": true, "jasmine": true, "devel": true} +{"globals": {"d3": false, "webvowl": false, "module": false, "require": false}, "bitwise": true, "eqeqeq": true, "forin": true, "latedef": "nofunc", "noarg": true, "nonew": true, "undef": true, "browser": true, "jasmine": true, "devel": true} +{"curly": true, "eqeqeq": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "sub": true, "undef": true, "unused": false, "trailing": true, "boss": true, "eqnull": true, "strict": true, "immed": true, "expr": true, "latedef": "nofunc", "quotmark": "single", "validthis": true, "indent": 2, "node": true, "browser": true, "esnext": true} +{"curly": true, "eqeqeq": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "sub": true, "undef": true, "unused": false, "trailing": true, "boss": true, "eqnull": true, "strict": true, "immed": true, "expr": true, "latedef": "nofunc", "quotmark": "single", "validthis": true, "indent": 2, "node": true, "browser": true, "esnext": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxlen": 120, "browser": true, "devel": true, "node": true, "white": true, "onevar": true, "globals": {"require": false}} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxlen": 120, "browser": true, "devel": true, "node": true, "white": true, "onevar": true, "globals": {"require": false}} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "undef": true, "unused": true, "node": true, "bitwise": true, "indent": 2, "noempty": true, "quotmark": "single", "strict": false, "trailing": true, "forin": true, "camelcase": "true"} +{"node": true, "esnext": true, "bitwise": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "strict": false, "smarttabs": true, "expr": true, "evil": true, "browser": true, "regexdash": true, "wsh": true, "trailing": true, "sub": true, "unused": true, "laxcomma": true, "globals": {"after": false, "before": false, "afterEach": false, "beforeEach": false, "describe": false, "it": false, "angular": false, "Auth0Widget": false, "Auth0": false}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "globals": {"angular": true, "Config": true}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "globals": {"angular": true, "Config": true}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "globals": {"angular": true, "Config": true}} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "globals": {"angular": true, "Config": true}} +{"globals": {"enyo": false, "$L": false, "onyx": false, "myapp": false}, "es3": true, "evil": false, "regexdash": true, "browser": true, "wsh": false, "trailing": false, "sub": true, "eqnull": true, "laxbreak": true, "curly": true, "indent": 4, "newcap": true, "undef": true, "unused": "vars"} +{"bitwise": true, "camelcase": true, "curly": false, "eqeqeq": false, "forin": true, "immed": true, "indent": 2, "latedef": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "regexp": true, "sub": true, "strict": false, "trailing": true, "undef": true, "unused": true, "shadow": true, "globals": {"FileReader": true, "window": true}} +{"curly": false, "noempty": true, "newcap": true, "eqeqeq": true, "eqnull": true, "undef": true, "devel": true, "node": true, "browser": true, "evil": false, "latedef": false, "nonew": true, "immed": true, "smarttabs": true, "strict": true, "laxcomma": true, "laxbreak": true, "asi": true} +{"curly": false, "noempty": true, "newcap": true, "eqeqeq": true, "eqnull": true, "undef": true, "devel": true, "node": true, "browser": true, "evil": false, "latedef": false, "nonew": true, "immed": true, "smarttabs": true, "strict": true, "laxcomma": true, "laxbreak": true, "asi": true} +{"curly": false, "noempty": true, "newcap": true, "eqeqeq": true, "eqnull": true, "undef": true, "devel": true, "node": true, "browser": true, "evil": false, "latedef": false, "nonew": true, "immed": true, "smarttabs": true, "strict": true, "laxcomma": true, "laxbreak": true, "asi": true} +{"curly": false, "noempty": true, "newcap": true, "eqeqeq": true, "eqnull": true, "undef": true, "devel": true, "node": true, "browser": true, "evil": false, "latedef": false, "nonew": true, "immed": true, "smarttabs": true, "strict": true, "laxcomma": true, "laxbreak": true, "asi": true} +{"maxerr": 50, "esversion": 6, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": false, "forin": true, "freeze": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {"d3": true}} +{"maxerr": 50, "esversion": 6, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": false, "forin": true, "freeze": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {"d3": true}} +{"asi": true, "laxcomma": true, "laxbreak": true, "node": true, "strict": false, "es5": true} +{"asi": true, "laxcomma": true, "laxbreak": true, "node": true, "strict": false, "es5": true} +{"asi": true, "laxcomma": true, "laxbreak": true, "node": true, "strict": false, "es5": true} +{"asi": true, "laxcomma": true, "laxbreak": true, "node": true, "strict": false, "es5": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "esversion": 3, "expr": true, "immed": true, "noarg": true, "nonbsp": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "JSON": false, "wp": false, "export": false, "module": false, "require": false, "WorkerGlobalScope": false, "self": false, "OffscreenCanvas": false, "Promise": false}} +{"curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "quotmark": "single", "latedef": true, "onevar": true, "noarg": true, "node": true, "trailing": true, "undef": true, "unused": true, "jasmine": true, "indent": 2, "browser": true, "globals": {"angular": true, "inject": true, "Modernizr": true}} +{"curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "quotmark": "single", "latedef": true, "onevar": true, "noarg": true, "node": true, "trailing": true, "undef": true, "unused": true, "jasmine": true, "indent": 2, "browser": true, "globals": {"angular": true, "inject": true, "Modernizr": true}} +{"asi": true, "lastsemic": false, "laxcomma": true, "sub": true, "eqeqeq": false, "browser": true, "node": true, "jquery": true, "esnext": true, "strict": false, "globalstrict": true, "quotmark": false, "undef": false, "unused": true, "scripturl": true, "globals": {"define": false, "module": true, "export": true, "console": false}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2, "unused": true, "node": true, "globals": {"System": true}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2, "unused": true, "node": true, "globals": {"System": true}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2, "unused": true, "node": true, "globals": {"System": true}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2, "unused": true, "node": true, "globals": {"System": true}} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "browser": true, "camelcase": false, "curly": true, "devel": false, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "node": true, "noempty": true, "nonew": true, "quotmark": "single", "regexp": true, "smarttabs": false, "strict": true, "trailing": true, "undef": true, "unused": true, "maxparams": 4, "maxstatements": 15, "maxcomplexity": 10, "maxdepth": 4, "maxlen": 120, "multistr": true, "predef": ["after", "afterEach", "before", "beforeEach", "define", "describe", "exports", "it", "module", "require"]} +{"bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "node": true, "nomen": false, "onevar": true, "passfail": false, "white": true, "globals": {}} +{"bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "node": true, "nomen": false, "onevar": true, "passfail": false, "white": true, "globals": {}} +{"bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "node": true, "nomen": false, "onevar": true, "passfail": false, "white": true, "globals": {}} +{"bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "node": true, "nomen": false, "onevar": true, "passfail": false, "white": true, "globals": {}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"history": false, "window": false, "_": false, "cordova": false, "angular": false}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"history": false, "window": false, "_": false, "cordova": false, "angular": false}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"history": false, "window": false, "_": false, "cordova": false, "angular": false}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"history": false, "window": false, "_": false, "cordova": false, "angular": false}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": 3, "maxstatements": false, "maxcomplexity": 8, "maxlen": 80, "gcl": false, "browser": true, "devel": true, "node": true, "jquery": true, "globals": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "throws": false, "start": false, "stop": false, "strictEqual": false, "test": false, "sinon": false, "require": false, "define": false, "$dom": true, "$clock": true}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": 3, "maxstatements": false, "maxcomplexity": 8, "maxlen": 80, "gcl": false, "browser": true, "devel": true, "node": true, "jquery": true, "globals": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "throws": false, "start": false, "stop": false, "strictEqual": false, "test": false, "sinon": false, "require": false, "define": false, "$dom": true, "$clock": true}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": 3, "maxstatements": false, "maxcomplexity": 8, "maxlen": 80, "gcl": false, "browser": true, "devel": true, "node": true, "jquery": true, "globals": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "throws": false, "start": false, "stop": false, "strictEqual": false, "test": false, "sinon": false, "require": false, "define": false, "$dom": true, "$clock": true}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": 3, "maxstatements": false, "maxcomplexity": 8, "maxlen": 80, "gcl": false, "browser": true, "devel": true, "node": true, "jquery": true, "globals": {"asyncTest": false, "deepEqual": false, "equal": false, "expect": false, "module": false, "notDeepEqual": false, "notEqual": false, "notStrictEqual": false, "ok": false, "QUnit": false, "raises": false, "throws": false, "start": false, "stop": false, "strictEqual": false, "test": false, "sinon": false, "require": false, "define": false, "$dom": true, "$clock": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "es5": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": false, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "white": false, "trailing": true, "smarttabs": true, "predef": ["d3", "d4", "assert", "chai", "expect", "setup", "teardown", "suite", "test", "sinon"]} +{"maxerr": 50, "curly": true, "unused": true, "undef": true, "browser": true, "devel": true, "node": true, "globals": {"Promise": true}} +{"evil": false, "regexdash": true, "browser": true, "jquery": true, "trailing": false, "sub": true, "multistr": true, "expr": true} +{"evil": false, "regexdash": true, "browser": true, "jquery": true, "trailing": false, "sub": true, "multistr": true, "expr": true} +{"evil": false, "regexdash": true, "browser": true, "jquery": true, "trailing": false, "sub": true, "multistr": true, "expr": true} +{"evil": false, "regexdash": true, "browser": true, "jquery": true, "trailing": false, "sub": true, "multistr": true, "expr": true} +{"esversion": 6} +{"esversion": 6} +{"esversion": 6} +{"esversion": 6} +{"node": true, "camelcase": true, "eqeqeq": true, "undef": true, "unused": true, "curly": true, "newcap": true, "nonew": true, "trailing": true, "smarttabs": true, "noarg": true} +{"bitwise": true, "browser": true, "devel": true, "eqeqeq": true, "expr": true, "forin": true, "freeze": true, "latedef": false, "nonbsp": true, "strict": true, "undef": true, "unused": true} +{"extends": ".jshintrc", "globals": {"describe": true, "before": true, "after": true, "beforeEach": true, "afterEach": true, "module": true, "inject": true, "it": true, "expect": true, "browser": true, "element": true, "by": true, "Should": true, "sinon": true}} +{"node": true, "unused": true, "predef": ["require", "module"]} +{"predef": ["document", "window", "-Promise"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "esnext": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "moz": true, "newcap": true, "noarg": true, "node": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "unused": true, "mocha": true} +{"curly": true, "eqeqeq": true, "eqnull": true, "bitwise": true, "camelcase": false, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "regexp": true, "undef": true, "unused": false, "trailing": true, "maxparams": 10, "maxdepth": 3, "maxstatements": 50, "maxcomplexity": 5, "smarttabs": true, "browser": false, "node": true, "globals": {"process": true, "setTimeout": true, "require": true, "console": true, "module": true, "GLOBAL": true, "describe": true, "before": true, "it": true, "clientSockets": true, "__dirname": true}} +{"maxerr": 50, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": true, "quotmark": "double", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": 80, "asi": false, "boss": false, "debug": true, "eqnull": false, "esnext": true, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "qunit": true, "rhino": false, "shelljs": false, "worker": true, "wsh": false, "yui": false, "globals": {}, "predef": ["define"]} +{"nomen": false, "onevar": false, "passfail": false, "white": true, "node": true, "browser": false, "devel": false, "jquery": false, "bitwise": false, "curly": true, "eqeqeq": true, "plusplus": false, "camelcase": true, "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "mixed", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": 6, "maxdepth": 4, "maxstatements": 40, "maxcomplexity": 12, "maxlen": 120, "supernew": true, "esnext": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "validthis": false, "globals": {}} +{"asi": false, "bitwise": true, "boss": false, "browser": true, "camelcase": false, "couch": false, "curly": true, "debug": false, "devel": false, "dojo": false, "eqeqeq": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "forin": true, "funcscope": false, "globalstrict": false, "immed": true, "indent": 4, "iterator": false, "jquery": true, "lastsemic": false, "latedef": true, "laxbreak": false, "laxcomma": false, "loopfunc": false, "maxcomplexity": 10, "maxdepth": 5, "maxlen": 1000, "maxparams": 5, "maxstatements": 25, "mootools": false, "multistr": false, "newcap": true, "noarg": true, "node": false, "noempty": true, "nomen": false, "nonew": true, "nonstandard": false, "onecase": false, "onevar": true, "passfail": false, "plusplus": false, "proto": false, "prototypejs": false, "quotmark": true, "regexdash": false, "regexp": true, "rhino": false, "scripturl": false, "shadow": false, "smarttabs": true, "strict": true, "sub": false, "supernew": false, "trailing": true, "undef": true, "unused": true, "validthis": false, "white": false, "withstmt": false, "worker": false, "wsh": false, "yui": false, "globals": {"WOOF": true}} +{"node": true, "esversion": 6, "indent": 4, "asi": true, "smarttabs": true, "maxparams": 3, "maxdepth": 2, "maxstatements": 11, "maxcomplexity": 4, "maxlen": 100, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": false, "undef": true, "unused": "strict", "globalstrict": true, "trailing": true, "laxcomma": true, "laxbreak": true, "multistr": true, "maxerr": 5000} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"expr": true, "loopfunc": true, "newcap": false, "globals": {"sc": true, "SCScript": true, "context": true, "describe": true, "it": true, "chai": true, "sinon": true, "expect": true, "before": true, "beforeEach": true, "afterEach": true, "after": true, "esprima": true, "escodegen": true, "_": true}} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "indent": 4, "predef": ["define"]} +{"bitwise": true, "curly": true, "eqeqeq": true, "esversion": 11, "forin": true, "freeze": true, "futurehostile": true, "latedef": "nofunc", "leanswitch": true, "noarg": true, "nocomma": true, "nonbsp": true, "nonew": true, "noreturnawait": true, "regexpu": false, "shadow": false, "singleGroups": false, "strict": false, "trailingcomma": false, "undef": true, "unused": true, "varstmt": true, "asi": false, "boss": false, "debug": false, "elision": false, "eqnull": true, "evil": false, "expr": false, "funcscope": false, "iterator": false, "lastsemic": false, "loopfunc": false, "moz": false, "notypeof": false, "noyield": false, "plusplus": false, "proto": false, "scripturl": false, "supernew": false, "validthis": false, "withstmt": false, "browser": false, "browserify": false, "couch": false, "devel": false, "dojo": false, "jasmine": false, "jquery": false, "mocha": false, "module": false, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false} +{"node": true, "camelcase": true, "curly": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "boss": true, "expr": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "Backbone", "moment", "app"]} +{"passfail": false, "maxerr": 10000, "browser": true, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["__exportName"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": false, "latedef": true, "loopfunc": false, "noarg": true, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "trailing": false, "white": false} +{"curly": true, "eqeqeq": true, "immed": false, "latedef": false, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "browser": true, "strict": false, "globalstrict": true, "debug": true, "esnext": true, "globals": {"fail": true, "describe": true, "fdescribe": true, "xdescribe": true, "it": true, "fit": true, "xit": true, "spyOn": true, "beforeEach": true, "afterEach": true, "expect": true, "setImmediate": true, "setTimeout": true, "console": true, "require": true, "module": true}} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "boss": true, "eqnull": true, "node": true, "white": true, "predef": ["$", "angular", "describe", "ddescribe", "it", "iit", "beforeEach", "browser", "expect", "element", "by", "protractor"]} +{"extends": "./.jshintrc", "node": false, "browser": true, "predef": {"define": true, "require": true, "console": false, "-event": true, "-name": true}} +{"multistr": true, "undef": false, "expr": true, "-W018": false, "-W015": false, "-W058": false, "-W080": false, "-W010": false, "-W009": false, "-W082": false, "-W093": false, "-W041": false, "-W069": false, "-W099": false, "-W038": false, "-W014": false, "-W044": false, "-W083": false, "-W107": false, "-W016": false, "-W105": false} +{"curly": true, "eqeqeq": true, "immed": false, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "browser": true, "strict": false, "globalstrict": true, "debug": true, "globals": {"describe": true, "xdescribe": true, "it": true, "xit": true, "beforeEach": true, "afterEach": true, "expect": true, "setImmediate": true, "setTimeout": true, "console": true, "require": true, "module": true}} +{"extends": ".jshintrc", "globals": {"jasmine": true, "describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "expect": true, "assert": true, "sinon": true}} +{"node": true, "undef": true, "unused": true, "predef": ["MY_GLOBAL"]} +{"trailing": true, "freeze": true, "latedef": "nofunc", "node": true, "noarg": true, "smarttabs": true, "esnext": true, "sub": true, "boss": true, "eqeqeq": true, "newcap": true, "lastsemic": true, "devel": true, "immed": true, "browser": true, "bitwise": true, "curly": true, "undef": true, "nonew": true, "forin": true, "evil": true, "predef": ["requirejs", "define", "describe", "beforeEach", "it", "expect"]} +{"extends": ".jshintrc", "globals": {"describe": true, "it": true, "xit": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["require", "define"], "debug": false, "devel": true, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2} +{"extends": ".jshintrc", "globals": {"expect": true}, "expr": true} +{"jasmine": true, "browser": true, "debug": false, "devel": false, "eqnull": true, "forin": false, "undef": true, "unused": false, "prototypejs": false, "globalstrict": false, "strict": true, "validthis": true, "white": false, "quotmark": false, "globals": {"URL": false, "MashupPlatform": true, "Widget": true, "MockMP": true, "beforeAll": true, "afterAll": true, "getJSONFixture": true, "MyStrategy": true, "MockServer": true, "MockSocket": true, "$": true}} +{"eqnull": true, "laxcomma": true} +{"bitwise": true, "browserify": true, "camelcase": true, "esversion": 6, "freeze": true, "maxerr": 0, "maxparams": 3, "module": true, "node": true, "undef": true, "unused": true, "varstmt": false, "sub": true} +{"strict": true, "es5": true, "es6": true, "esversion": 6, "node": true} +{"undef": true, "strict": true, "es5": true, "es6": true, "node": true, "unused": true, "predef": ["MY_GLOBAL"]} +{"strict": true, "es5": true, "es6": true, "node": true} +{"strict": true, "indent": 4, "maxlen": 80, "unused": true, "undef": true, "browser": true, "devel": true, "debug": true, "globals": {"_": false, "Backbone": false}, "eqnull": true, "expr": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "es3": false, "esnext": false, "freeze": true, "immed": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "noarg": true, "nonbsp": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "browser": true, "devel": true, "jquery": false, "worker": true, "globals": {"angular": true, "_": true, "moment": true, "describe": true, "expect": true, "it": true, "xit": true, "browser": true, "jasmine": true, "beforeEach": true, "before": true, "afterEach": true, "after": true, "module": true, "inject": true}} +{"boss": true, "curly": true, "quotmark": "single", "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "onevar": true, "sub": true, "undef": true, "unused": true, "smarttabs": true, "trailing": true, "browser": true, "globals": {"module": false, "ActiveXObject": true, "require": true, "exports": true, "define": true, "setTimeout": true, "setInterval": true}} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["google", "Android"], "debug": false, "devel": true, "es5": true, "strict": false, "globalstrict": false, "asi": false, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": false, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true} +{"eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "nonbsp": true, "quotmark": "single", "undef": true, "maxlen": 100, "node": true, "browser": false, "strict": false, "globalstrict": false} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"node": true, "browser": true, "nonstandard": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "sub": true, "eqeqeq": true, "immed": true, "indent": 4, "forin": true, "latedef": true, "loopfunc": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": false, "trailing": true, "smarttabs": true, "maxlen": 120, "expr": true, "maxcomplexity": 10, "globals": {"alert": false, "angular": false, "devel": false, "describe": false, "it": false, "before": false, "beforeEach": false, "after": false, "afterEach": false, "sinon": false, "inject": false, "Mousetrap": false, "moment": true, "_": true, "expect": true, "helpers": true, "waitsFor": true, "runs": true, "protractor": true, "xit": true, "xdescribe": true}} +{"node": true, "es5": true, "esnext": true, "bitwise": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "latedef": "nofunc", "newcap": true, "noempty": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "multistr": true, "node": true, "strict": true, "globals": {"describe": true, "before": true, "it": true, "after": true, "jake": true, "desc": true, "task": true, "complete": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "mocha": true, "globals": {"$": false}} +{"futurehostile": true, "freeze": true, "latedef": true, "noarg": true, "nocomma": true, "nonbsp": true, "nonew": true, "undef": true, "node": true, "curly": true, "mocha": true, "loopfunc": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": false, "eqeqeq": true, "immed": true, "indent": false, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "globalstrict": true, "trailing": true, "smarttabs": true, "predef": ["angular", "_", "dc", "define", "d3"]} +{"browser": true, "jquery": true, "node": true, "camelcase": true, "eqeqeq": true, "eqnull": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "strict": true} +{"globals": {"_": false, "Backbone": false, "ListIt": false, "ActionQueue": false, "Lock": false, "WYSIHTML5_CSS": false, "debug": false, "DEBUG_MODE": false, "wysihtml5": false, "wysihtml5ParserRules": false, "KeyCode": false, "Features": false, "BlobBuilder": false, "saveAs": false}, "jquery": true, "browser": true, "curly": true, "camelcase": true, "eqeqeq": true, "forin": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "strict": true, "trailing": true, "sub": true} +{"laxbreak": true, "node": true, "browser": true, "predef": ["fetch", "it", "describe"], "esnext": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "strict": true, "trailing": true, "smarttabs": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true, "indent": 2} +{"passfail": false, "maxerr": 50, "browser": true, "couch": false, "dojo": false, "jquery": true, "mootools": false, "node": false, "prototypejs": false, "rhino": false, "wsh": false, "predef": ["app", "define", "require"], "debug": false, "devel": false, "asi": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": true, "immed": true, "latedef": false, "laxbreak": false, "loopfunc": false, "noarg": true, "regexdash": true, "regexp": false, "scripturl": false, "shadow": true, "supernew": false, "undef": true, "camelcase": true, "globalstrict": false, "indent": 4, "laxcomma": false, "newcap": true, "noempty": true, "nomen": false, "nonew": true, "onecase": false, "onevar": false, "plusplus": false, "quotmark": "single", "smarttabs": false, "sub": false, "strict": true, "trailing": true, "unused": true, "white": false} +{"browser": true, "expr": true, "white": true, "indent": 2, "curly": true, "strict": true, "laxcomma": true, "undef": true} +{"bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "newcap": false, "noarg": true, "noempty": false, "nonew": true, "regexp": true, "undef": true, "strict": true, "trailing": true, "unused": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": true, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": true, "maxerr": 100, "predef": ["Promise", "it", "describe", "xit", "xdescribe", "before", "beforeEach", "after", "afterEach"], "indent": 4} +{"predef": ["console", "THREE", "Physijs", "Fireworks", "dat", "Detector", "DC", "CONFIG", "assets"], "browser": true, "jquery": true, "newcap": true, "unused": true, "trailing": true, "globalstrict": true, "strict": false} +{"predef": ["console", "Ember", "DS", "Handlebars", "Metamorph", "ember_assert", "ember_warn", "ember_deprecate", "ember_deprecateFunc", "require", "equal", "asyncTest", "test", "raises", "deepEqual", "start", "stop", "ok", "strictEqual", "module", "expect", "minispade", "async", "invokeAsync", "requireModule", "throws", "notEqual", "notStrictEqual"], "node": false, "es5": true, "browser": true, "boss": true, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false} +{"bitwise": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "regexp": true, "undef": true, "strict": true, "trailing": true, "asi": true, "laxcomma": true, "loopfunc": false, "sub": true, "supernew": true, "node": true, "unused": true, "multistr": true, "maxlen": 150, "smarttabs": true, "globals": {"it": false, "xit": false, "describe": false, "xdescribe": false, "before": false, "after": false, "afterEach": false, "beforeEach": false, "spyOn": false, "should": false, "sinon": false, "SockJS": false, "jQuery": false, "$": false, "alert": false, "Worker": false, "window": false, "document": false}} +{"bitwise": true, "curly": true, "devel": true, "eqeqeq": true, "forin": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "quotmark": true, "undef": true, "unused": false, "strict": false, "trailing": true, "expr": true, "browser": true, "jquery": false, "node": true} +{"maxerr": 500, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": "strict", "strict": false, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": false, "es3": true, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["exports", "require", "define", "main", "builderNls"]} +{"strict": "global", "undef": true, "unused": "vars"} +{"node": true, "indent": 2, "browser": true, "es5": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "laxcomma": true} +{"browser": true, "node": true, "jquery": true, "devel": true, "curly": true, "bitwise": false, "immed": true, "latedef": true, "nonbsp": true, "nonew": true, "validthis": true, "debug": true, "boss": true, "eqeqeq": true, "expr": true, "eqnull": true, "quotmark": "single", "trailing": true, "sub": true, "undef": true, "laxbreak": true, "loopfunc": true, "indent": 4, "newcap": false, "esversion": 6, "-W138": true, "-W116": true, "asi": true, "globals": {"crypt": true, "fs": true, "gui": true, "https": true, "path": true, "spawn": true, "win": true, "Boot": true, "DragDrop": true, "Files": true, "Interface": true, "Keyboard": true, "Localization": true, "Misc": true, "Notify": true, "OsActions": true, "Themes": true, "Update": true, "OS": true, "PKJSON": true, "USERAGENT": true, "detectLang": true, "i18n": true, "mi": true, "got": true, "openSubtitles": true, "OSLANGS": true}} +{"globals": {"$": true, "jQuery": true, "exports": true, "module": true, "define": true, "require": true, "it": true, "before": true, "describe": true, "beforeEach": true, "process": true, "global": true, "GLOBAL": true, "__dirname": true, "afterEach": true}, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 50, "browser": true, "devel": true, "nonstandard": true, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": false, "quotmark": "false", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": true, "multistr": true, "proto": false, "onecase": true, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "-W065": false, "-W069": false} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "spyOn": false, "jasmine": false}} +{"evil": true, "validthis": true, "browser": true, "debug": true, "boss": true, "expr": true, "eqnull": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "laxbreak": true, "predef": ["_V_", "videojs", "vjs", "goog", "console", "require", "define", "module", "exports", "process", "PlayerTest", "asyncTest", "deepEqual", "equal", "expect", "module", "notDeepEqual", "notEqual", "notStrictEqual", "ok", "QUnit", "raises", "start", "stop", "strictEqual", "test", "sinon"]} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "unused": true, "node": true, "browser": true, "globals": {"$": false, "jQuery": false}} +{"node": false, "browser": false, "esnext": false, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": false, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": false, "quotmark": "single", "regexp": false, "undef": false, "unused": false, "strict": false, "trailing": false, "smarttabs": false} +{"predef": ["jasmine", "spyOn", "it", "console", "describe", "expect", "beforeEach", "waits", "waitsFor", "runs"], "node": true, "browser": true, "boss": false, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": true, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": true, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": true} +{"laxcomma": false, "expr": true, "node": true} +{"white": true, "globalstrict": true, "sub": true, "strict": "implied", "plusplus": true, "bitwise": false} +{"nonew": true, "jquery": false, "curly": true, "latedef": true, "unused": "vars", "noarg": true, "indent": 2, "trailing": true, "white": false, "forin": true, "noempty": true, "quotmark": "single", "eqeqeq": true, "strict": true, "undef": true, "bitwise": true, "newcap": true, "immed": true, "browser": false, "es3": true, "maxlen": 80, "nonbsp": true, "freeze": true, "node": true, "globals": {"module": true}} +{"node": true, "browser": true, "jquery": true, "globals": {"angular": true, "Promise": true}, "indent": 2, "onevar": true, "laxcomma": true, "laxbreak": true, "curly": true, "nonbsp": true, "eqeqeq": true, "immed": true, "undef": true, "unused": true, "latedef": true} +{"node": true} +{"predef": ["module", "require"], "bitwise": false, "camelcase": false, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "regexp": false, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": true, "loopfunc": false, "multistr": false, "onecase": true, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": false, "supernew": false, "browser": true} +{"eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "nonbsp": true, "quotmark": "single", "undef": true, "maxlen": 100, "node": false, "browser": true, "globalstrict": true, "predef": ["require", "console", "module"]} +{"node": true, "browser": false, "esnext": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "expr": true, "strict": false, "trailing": true, "smarttabs": true, "loopfunc": true, "validthis": true, "predef": ["inject", "describe", "describe", "schemator", "fail", "TYPES_EXCEPT_OBJECT", "TYPES_EXCEPT_STRING", "it", "xit", "before", "after", "beforeEach", "afterEach", "expect", "spyOn", "process", "module", "assert"]} +{"evil": true, "supernew": true, "expr": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "double", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false}, "devel": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es5": false, "forin": false, "immed": true, "latedef": true, "newcap": false, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": true, "trailing": true, "unused": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": true, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": true, "maxerr": 100, "predef": ["$"], "indent": 4} +{"esnext": true, "globals": {}, "predef": ["$", "Template"]} +{"strict": true, "indent": 2, "quotmark": "single", "expr": true} +{"maxerr": 50, "curly": true, "forin": true, "eqeqeq": true, "undef": true, "latedef": false, "newcap": true, "noempty": true, "nonew": true, "quotmark": false, "unused": true, "strict": false, "maxdepth": 4, "maxcomplexity": 10, "maxlen": 120, "evil": false, "browser": true, "debug": true, "node": true, "predef": ["define", "require"]} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": true, "undef": true, "strict": false, "trailing": true, "unused": true, "asi": false, "boss": false, "debug": true, "eqnull": false, "esnext": true, "evil": false, "expr": false, "funcscope": true, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": true, "nonstandard": false, "phantom": true, "prototypejs": false, "rhino": false, "wsh": false, "maxerr": 100, "predef": ["require"], "indent": 2, "globals": {"describe": true, "it": true, "expect": true}} +{"passfail": false, "maxerr": 50, "browser": true, "browserify": false, "couch": false, "devel": false, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "debug": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "freeze": true, "immed": true, "indent": 2, "latedef": true, "laxbreak": false, "loopfunc": false, "maxparams": 5, "maxdepth": 5, "maxstatements": 100, "maxcomplexity": false, "maxlen": 100, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": true, "strict": true, "undef": true, "unused": "strict", "asi": false, "boss": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxcomma": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "globals": {}} +{"node": true, "browser": false, "strict": false, "sub": true, "eqeqeq": true, "laxbreak": true, "bitwise": true, "curly": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "unused": true, "indent": 4, "predef": ["-Promise"]} +{"node": true, "devel": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "futurehostile": true, "latedef": true, "noarg": true, "nonbsp": true, "nonew": true, "singleGroups": true, "undef": true, "unused": true, "globals": {"jasmine": false, "spyOn": false, "it": false, "console": false, "describe": false, "expect": false, "beforeEach": false, "waits": false, "waitsFor": false, "runs": false}} +{"bitwise": true, "boss": true, "browser": true, "es3": true, "debug": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "iterator": true, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "maxlen": 120, "multistr": true, "newcap": true, "noarg": true, "onecase": true, "onevar": false, "plusplus": false, "proto": true, "regexdash": true, "regexp": true, "scripturl": true, "shadow": true, "smarttabs": true, "strict": false, "sub": true, "supernew": true, "undef": true, "validthis": true, "withstmt": true, "globals": {"window": true, "document": true, "console": true, "require": true, "define": true, "requirejs": true, "module": true, "describe": true, "it": true, "expect": true, "beforeEach": true, "afterEach": true, "waitsFor": true, "runs": true}} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "node": true, "loopfunc": true} +{"predef": ["module", "exports", "require", "console", "it", "describe", "beforeEach", "afterEach", "before", "after"], "expr": true, "proto": true, "strict": true, "indent": 2, "camelcase": true, "node": true, "browser": false, "boss": true, "curly": true, "latedef": "nofunc", "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "quotmark": true, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "unused": true, "sub": true, "trailing": true, "white": false, "eqnull": true, "esnext": true} +{"curly": true, "eqeqeq": true, "esnext": true, "expr": true, "mocha": true, "node": true, "undef": true, "unused": true, "shadow": true, "globals": {"setup": true, "teardown": true}} +{"trailing": true, "indent": 2, "laxcomma": true, "node": true} +{"esversion": 6, "jquery": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "sub": true, "browser": true, "es5": false, "globals": {"Hydra": true, "define": true, "module": true, "Event": true}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "maxdepth": 2, "maxstatements": 40, "maxlen": 80, "globals": {"chrome": false, "window": false, "document": false, "pinboard": false}} +{"browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "evil": false, "immed": true, "latedef": true, "loopfunc": true, "maxlen": 120, "multistr": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "sub": true, "undef": true, "unused": true, "globals": {"console": false, "crossfilter": false, "d3": false, "dc": false, "global": false, "module": false, "process": false, "require": false}} +{"node": true, "browser": true, "es5": false, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false}} +{"node": true, "strict": true, "shadow": true, "laxcomma": true, "eqeqeq": true, "eqnull": true, "undef": true, "sub": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"chrome": true}} +{"node": true, "bitwise": true, "camelcase": true, "curly": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "laxcomma": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "quotmark": "single", "nonew": true, "newcap": true, "immed": true, "noarg": true, "eqnull": true, "trailing": true, "undef": true, "unused": true, "browser": true, "node": true, "es3": true, "globals": {"modulex": false, "describe": false, "expect": false, "beforeEach": false, "afterEach": false, "Q": false, "$": false, "it": false}} +{"smarttabs": true, "latedef": true, "undef": true, "unused": true, "proto": true, "supernew": true, "quotmark": "double", "curly": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "regexp": false, "trailing": true, "boss": true, "eqnull": true, "expr": true, "browser": true, "globals": {"require": true, "module": true, "define": true}} +{"node": true, "curly": false, "indent": 2, "trailing": true, "boss": true, "latedef": false, "eqeqeq": true, "eqnull": true, "expr": true, "undef": true, "globals": {"TODO": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true, "globals": {"angular": true}} +{"jquery": true, "globals": {"$": false}} +{"bitwise": false, "camelcase": false, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 4, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": false, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 200, "maxcomplexity": false, "maxlen": 1000, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "maxerr": 1000, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "browserify": true, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "immed": true, "indent": false, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": true, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "laxbreak": true, "laxcomma": false, "loopfunc": false, "moz": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": false, "browser": true, "jquery": true, "node": true, "globals": {"CryptoJS": true, "Cryptocat": true, "Mustache": true, "Mousetrap": true, "OTR": true, "Strophe": true, "DSA": true, "Salsa20": true, "multiParty": true, "BigInt": true, "Curve25519": true, "CatFacts": true, "describe": true, "it": true, "Tinycon": true, "chrome": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "lastsemic": true, "latedef": true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true} +{"evil": true, "eqnull": true, "globals": {"Symbol": true}, "newcap": false, "predef": ["beforeEach", "console", "define", "describe", "it", "module", "process", "require"], "undef": true, "unused": true} +{"camelcase": true, "eqeqeq": true, "latedef": true, "noarg": true, "nonew": true, "undef": true, "unused": true, "trailing": true, "browser": true, "globals": {"jQuery": false}} +{"esversion": 6, "laxcomma": true, "strict": false, "globalstrict": true, "globals": {"require": false, "L": false, "module": false, "console": false}} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "devel": true, "jquery": true, "node": true, "nonstandard": true, "onevar": true} +{"eqnull": true, "unused": "vars", "bitwise": true, "eqeqeq": true, "forin": true, "freeze": true, "noarg": true, "maxdepth": 2, "laxbreak": true, "undef": true, "browser": true, "jquery": true, "node": true, "phantom": true, "worker": true, "esnext": true, "expr": true, "predef": ["describe", "it", "beforeEach", "afterEach"]} +{"maxerr": 50, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 100, "asi": true, "funcscope": true, "laxbreak": true, "laxcomma": true, "node": true, "predef": []} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "laxcomma": true, "node": true, "quotmark": false, "globals": {"jQuery": true, "require": true, "define": true, "module": true, "console": true, "expect": true, "it": true, "xit": true, "describe": true, "xdescribe": true, "jasmine": true, "beforeEach": true, "afterEach": true, "runs": true, "waitsFor": true, "waits": true, "spyOn": true}} +{"browser": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"$": false, "jQuery": false, "process": false, "require": false, "console": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": false, "mocha": true} +{"esversion": 10} +{"browser": true, "node": true, "jquery": true, "devel": true, "curly": true, "bitwise": false, "immed": true, "latedef": true, "nonbsp": true, "nonew": true, "validthis": true, "debug": true, "boss": true, "eqeqeq": true, "expr": true, "eqnull": true, "quotmark": "single", "trailing": true, "sub": true, "undef": true, "laxbreak": true, "loopfunc": true, "indent": 4, "newcap": false, "globals": {"App": true, "win": true, "i18n": true, "gui": true, "fs": true, "path": true, "Settings": true, "AdvSettings": true, "ScreenResolution": true, "Database": true, "detectLanguage": true, "Common": true, "indexedDB": true, "startupTime": true, "os": true, "deleteFolder": true, "Backbone": true, "Mousetrap": true, "_": true, "videojs": true}} +{"node": true, "es5": true, "esnext": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"globalstrict": false, "globals": {"angular": true, "describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false}} +{"esversion": 6, "unused": false, "bitwise": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": false, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": true, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 4, "mocha": true, "globals": {"WebSocket": false, "Buffer": false, "require": false, "exports": false, "module": false, "FormData": true, "XMLHttpRequest": true, "Promise": true, "WeakMap": true, "Map": true, "Set": true}} +{"browser": true, "jquery": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "strict": true, "trailing": true, "eqnull": true, "white": true, "globals": {"mixpanel": true, "Pusher": true, "FlashDetect": true, "Handlebars": true, "Modernizr": true}} +{"asi": true} +{"esversion": 6, "bitwise": false} +{"expr": true, "node": true, "esnext": true, "bitwise": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "undef": true, "smarttabs": true, "asi": true, "debug": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "quotmark": "double", "undef": true, "unused": true, "laxcomma": true, "laxbreak": false, "multistr": true, "sub": true, "validthis": true, "globals": {"jQuery": true, "sapeLibMod": true, "document": true, "Gumby": true}} +{"camelcase": false, "forin": false, "latedef": "nofunc", "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 80, "laxbreak": true, "eqnull": true, "expr": true, "maxerr": 1000, "regexdash": true, "laxcomma": true, "proto": true, "boss": true, "esnext": true, "browser": true, "devel": true, "nonstandard": true, "worker": true, "-W078": true, "predef": ["define", "caches", "Request", "Response"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "node": true, "predef": ["jQuery", "QUnit", "module", "test", "asyncTest", "expect", "start", "stop", "ok", "equal", "notEqual", "deepEqual", "notDeepEqual", "strictEqual", "notStrictEqual", "raises", "jasmine", "describe", "xdescribe", "it", "xit", "expect", "beforeEach", "spyOn", "afterEach", "runs", "waitsFor", "Ext"]} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": true, "quotmark": "double", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 5, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"require": true, "define": true, "notify": true, "requirejs": true, "jasmine": true, "expect": true, "beforeAll": true, "beforeEach": true, "afterEach": true, "afterAll": true, "spyOn": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxlen": 100, "eqnull": true, "esnext": true, "expr": true, "proto": true, "node": true, "predef": ["describe", "it", "before", "beforeEach", "after", "afterEach", "expect"]} +{"bitwise": false, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": 5, "maxdepth": 5, "maxstatements": 20, "maxcomplexity": 5, "maxlen": 80, "browser": true, "globals": {"m": true, "$": true, "jrvs": true, "EventSource": true, "Rickshaw": true, "moment": true}} +{"predef": {"document": true, "window": true, "location": true, "setTimeout": true, "angular": true, "$": true, "ENV": true, "module": true}, "asi": true, "node": true, "browser": false, "boss": true, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "smarttabs": true, "trailing": true, "undef": true, "unused": "vars", "browser": true, "node": true, "newcap": true, "boss": false, "eqnull": false, "quotmark": "single", "globals": {"jQuery": true, "$": true, "L": true, "angular": true, "console": false, "document": true}} +{"predef": [], "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "esversion": 9} +{"esversion": 5} +{"node": true, "browser": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "esversion": 5, "latedef": "nofunc", "newcap": true, "quotmark": "single", "noarg": true, "undef": true, "strict": "implied", "trailing": true, "smarttabs": true, "globals": {"alertify": true, "CKEDITOR": true, "jQuery": true, "angular": true, "_": true, "$": true, "d3": true, "toastr": true, "ace": true, "SockJS": true, "L": true, "moment": true, "txt_html_differ": true}} +{"node": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": true, "eqnull": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true, "unused": true} +{"passfail": false, "maxerr": 100, "browser": false, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["describe", "it"], "debug": false, "devel": false, "strict": true, "globalstrict": false, "asi": true, "laxbreak": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": false, "eqnull": false, "evil": false, "expr": true, "forin": false, "immed": true, "latedef": false, "loopfunc": false, "noarg": false, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "validthis": false, "smarttabs": true, "proto": false, "onecase": false, "nonstandard": false, "multistr": false, "laxcomma": false, "lastsemic": false, "iterator": false, "funcscope": false, "esnext": false, "newcap": false, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "trailing": true, "white": true, "indent": 4, "esversion": 6} +{"maxerr": 50, "bitwise": false, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {"angular": false, "$": false, "moment": false, "module": true, "_": false, "google": false}} +{"browser": true, "indent": 2, "bitwise": false, "curly": true, "eqeqeq": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "strict": true, "trailing": true, "devel": true} +{"globals": {"angular": false, "describe": false, "it": false, "expect": false, "browser": false, "element": false, "by": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false, "controller": false, "jasmine": false, "console": false, "db": false, "isNotMobile": false, "$cordovaSQLite": false}} +{"bitwise": true, "curly": true, "eqeqeq": true, "indent": 2, "immed": true, "latedef": true, "nonew": true, "noarg": true, "node": true, "newcap": true, "quotmark": "single", "unused": true, "undef": true, "strict": false, "trailing": true, "predef": ["describe", "it", "before", "after", "beforeEach", "escape", "afterEach"]} +{"passfail": false, "maxerr": 100, "browser": false, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "predef": [], "debug": false, "devel": false, "strict": true, "globalstrict": true, "asi": false, "laxbreak": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": true, "forin": false, "immed": true, "latedef": false, "loopfunc": false, "noarg": false, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "validthis": false, "smarttabs": true, "proto": false, "onecase": false, "nonstandard": false, "multistr": false, "laxcomma": false, "lastsemic": false, "iterator": false, "funcscope": false, "esnext": true, "newcap": false, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": false, "indent": 4, "white": false, "quotmark": true, "maxparams": 5, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 6} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "undef": true, "globals": {"jQuery": true}} +{"bitwise": true, "curly": true, "devel": true, "eqeqeq": true, "forin": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "quotmark": true, "undef": true, "unused": false, "strict": false, "trailing": true, "expr": true, "browser": false, "jquery": false, "node": true} +{"browser": true, "node": true, "esversion": 6, "camelcase": false, "eqeqeq": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true, "globals": {"Ext": true, "R": true, "Glyphs": true, "Common": true, "DB": true, "log": true, "io": true, "sails": true, "Settings": true, "window": true, "RV": true, "Locales": true, "UTIL": true, "SMTP": true, "RM": true, "MAIL": true, "LDAP": true, "IM": true, "CRON": true, "CM": true, "AM": true, "moment": true, "Document": true, "CHARTS": true, "MAP": true, "LOG": true, "IMAP": true, "SENDMAIL": true, "test": true, "it": true, "beforeEach": true, "afterEach": true, "describe": true, "expect": true}} +{"indent": 4, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxdepth": 2, "maxcomplexity": 10, "node": true, "mocha": true} +{"node": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "predef": ["exports"]} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "undef": true, "unused": true, "trailing": true, "smarttabs": true, "devel": true, "globals": {"browser": false, "element": false, "by": false, "describe": false, "beforeEach": false, "it": false, "expect": false, "oo": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "trailing": true, "sub": true, "mocha": true, "maxlen": 80} +{"browser": true, "esnext": true, "globals": {}, "strict": "global", "undef": true, "unused": true} +{"curly": true, "multistr": true, "quotmark": "single", "camelcase": false, "bitwise": false, "unused": true, "eqeqeq": true, "indent": 2, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "boss": true, "eqnull": true, "evil": true, "scripturl": true, "smarttabs": true, "maxparams": 5, "maxdepth": 3, "maxlen": 100, "globals": {"Pro": false, "ProAct": false, "P": false}} +{"globals": {"__dirname": true, "steal": true, "can": true, "QUnit": true, "test": true, "asyncTest": true, "expect": true, "module": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "notDeepEqual": true, "strictEqual": true, "notStrictEqual": true, "raises": true, "start": true, "stop": true, "global": true}, "strict": false, "curly": true, "eqeqeq": true, "freeze": true, "indent": 2, "latedef": true, "noarg": true, "undef": true, "unused": "vars", "trailing": true, "maxdepth": 4, "boss": true, "eqnull": true, "evil": true, "loopfunc": true, "smarttabs": true, "maxerr": 200, "jquery": true, "dojo": true, "mootools": true, "yui": true, "browser": true, "phantom": true, "rhino": true, "node": true} +{"esversion": 6, "loopfunc": true, "unused": true, "node": true, "strict": "implied"} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "inject": false, "describe": true, "it": true, "before": true, "after": true, "expect": true, "beforeEach": true, "afterEach": true, "by": true, "browser": true, "element": true}, "maxparams": 10, "maxdepth": 4, "maxstatements": 20, "maxlen": 200, "maxcomplexity": 7} +{"camelcase": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "esnext": true, "globalstrict": true, "browser": true, "node": true, "globals": {"require": false, "__dirname": false, "__DEV__": false, "__SERVER__": false}, "bitwise": true, "curly": true, "eqeqeq": true, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "trailing": true, "node": true} +{"node": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "regexp": true, "undef": false, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true, "sub": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": false, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": true, "boss": false, "debug": false, "eqnull": false, "esnext": true, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"define": true, "RAD": true, "DEG": true, "PI": true, "PI2": true, "E": true, "LN2": true, "LN10": true, "LOG2E": true, "LOG10E": true, "SQRT_1_2": true, "SQRT2": true, "string": true, "bool": true, "boolean": true, "float32": true, "float": true, "float64": true, "double": true, "int8": true, "uint8": true, "half": true, "int16": true, "short": true, "uint16": true, "int32": true, "int": true, "long": true, "uint32": true, "ivec2": true, "ivec3": true, "ivec4": true, "bvec2": true, "bvec3": true, "bvec4": true, "vec2": true, "vec3": true, "vec4": true, "mat2": true, "mat3": true, "mat4": true, "quat": true, "Enum": true, "flow": true, "sin": true, "cos": true, "tan": true, "asin": true, "acos": true, "atan": true, "atan2": true, "pow": true, "exp": true, "log": true, "exp2": true, "log2": true, "sqrt": true, "inversesqrt": true, "abs": true, "floor": true, "round": true, "ceil": true, "min": true, "max": true, "mod": true, "random": true, "sign": true, "fract": true, "clamp": true, "mix": true, "smoothstep": true, "length": true, "distance": true, "dot": true, "cross": true, "normalize": true, "Event": true, "Mark": true, "wire": true, "Config": true, "Animate": true}} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["define"], "indent": 4} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "maxerr": 50, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "node": true, "globals": {"angular": false}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "jQuery": false}} +{"globals": {"el": false}} +{"curly": true, "eqeqeq": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "strict": true, "node": true, "immed": true, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 5, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": false, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"define": true, "require": true}} +{"predef": ["define"], "browser": true, "couch": false, "node": true, "rhino": false, "worker": false, "wsh": false, "devel": false, "es5": true, "esnext": false, "nonstandard": false, "indent": 4, "smarttabs": true, "trailing": true, "maxparams": 5, "maxdepth": 3, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 0, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": "vars", "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": true, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": true, "browser": false, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {"define": false, "describe": false, "it": false, "expect": false, "beforeEach": false, "jasmine": false, "Promise": false}} +{"esnext": true, "node": true, "browser": true, "quotmark": "single", "unused": true, "undef": true, "mocha": true, "eqeqeq": true, "maxcomplexity": 10} +{"predef": {"document": true, "window": true, "AnotamelaENV": true}, "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"esversion": 8, "eqeqeq": true, "latedef": true, "strict": "implied", "undef": true, "unused": true, "varstmt": true, "eqnull": true, "asi": true, "node": true} +{"node": true, "browser": false, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": false} +{"globals": {"steal": true, "can": true, "QUnit": true, "System": true, "SimpleDOM": true, "test": true, "asyncTest": true, "expect": true, "module": true, "ok": true, "equal": true, "notEqual": true, "deepEqual": true, "propEqual": true, "notDeepEqual": true, "strictEqual": true, "notStrictEqual": true, "raises": true, "start": true, "stop": true, "global": true, "Promise": true, "Symbol": true, "ActiveXObject": true}, "strict": false, "curly": true, "eqeqeq": true, "freeze": true, "indent": 2, "latedef": true, "noarg": true, "undef": true, "unused": "vars", "trailing": true, "maxdepth": 4, "boss": true, "eqnull": true, "evil": true, "loopfunc": true, "smarttabs": true, "maxerr": 200, "jquery": true, "dojo": true, "mootools": true, "browser": true, "phantom": true, "node": true} +{"esnext": true, "validthis": true} +{"curly": true, "eqeqeq": true, "immed": true, "indent": 2, "eqnull": true, "latedef": true, "noarg": true, "noempty": true, "quotmark": "true", "undef": true, "unused": "vars", "strict": true, "trailing": true, "white": true, "browser": true, "devel": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": false, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": true, "moz": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": true, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": true, "jquery": false, "mocha": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "-W079": false, "globals": {}} +{"browser": true, "devel": true, "esversion": 9, "globals": {}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "jquery": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"asi": true, "strict": false, "undef": true, "unused": "strict", "browser": true, "predef": ["define", "require", "console"]} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"maxerr": 5000, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": false, "undef": true, "unused": false, "strict": false, "trailing": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": true, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "multistr": false, "proto": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "devel": true, "couch": false, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "predef": ["define", "require"], "globals": {"define": false, "require": false}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "browser": true, "globals": {"define": false, "require": false}} +{"passfail": false, "maxerr": 100, "browser": true, "node": true, "predef": ["setImmediate", "clearImmediate"], "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "debug": true, "devel": true, "es5": true, "strict": false, "globalstrict": true, "asi": false, "laxbreak": false, "laxcomma": true, "bitwise": false, "boss": true, "curly": false, "eqeqeq": true, "eqnull": true, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": false, "loopfunc": false, "noarg": true, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": false} +{"browser": true, "undef": true, "unused": true, "curly": true, "laxcomma": true, "boss": true, "evil": false, "scripturl": true, "latedef": true, "noarg": true, "globals": {"define": true, "escape": true, "unescape": true, "moxie": true, "o": true, "mOxie": true, "plupload": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {"require": true}} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "indent": 4, "latedef": true, "newcap": true, "nonew": true, "undef": true, "unused": true, "trailing": true, "white": true, "globalstrict": true, "browser": true, "jquery": true, "devel": true, "globals": {"angular": false, "ace": false, "io": true, "browser": false, "element": false, "jasmine": false, "it": false, "describe": false, "expect": false, "beforeEach": false, "sleep": false, "input": false, "diff_match_patch": false}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "eqeqeq": false, "eqnull": true, "immed": true, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "trailing": true, "sub": true, "shadow": "inner", "funcscope": false, "maxlen": 500, "maxdepth": 5, "maxerr": 100, "maxparams": 6} +{"maxerr": 50, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "freeze": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": true, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": false, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"console": false, "define": false, "module": false, "require": false, "requirejs": false, "$": false}} +{"curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": false, "noarg": true, "strict": true, "undef": true, "expr": true, "node": true} +{"node": true, "camelcase": true, "eqeqeq": true, "undef": true, "unused": true, "curly": true, "newcap": true, "nonew": true, "trailing": true, "smarttabs": true, "noarg": true} +{"node": true, "camelcase": true, "eqeqeq": true, "undef": true, "unused": true, "curly": true, "newcap": true, "nonew": true, "trailing": true, "smarttabs": true, "noarg": true} +{"node": true, "camelcase": true, "eqeqeq": true, "undef": true, "unused": true, "curly": true, "newcap": true, "nonew": true, "trailing": true, "smarttabs": true, "noarg": true} +{"node": true, "camelcase": true, "eqeqeq": true, "undef": true, "unused": true, "curly": true, "newcap": true, "nonew": true, "trailing": true, "smarttabs": true, "noarg": true} +{"extends": ".jshintrc", "globals": {"describe": true, "before": true, "after": true, "beforeEach": true, "afterEach": true, "module": true, "inject": true, "it": true, "expect": true, "browser": true, "element": true, "by": true, "Should": true, "sinon": true}} +{"extends": ".jshintrc", "globals": {"describe": true, "before": true, "after": true, "beforeEach": true, "afterEach": true, "module": true, "inject": true, "it": true, "expect": true, "browser": true, "element": true, "by": true, "Should": true, "sinon": true}} +{"node": true, "unused": true, "predef": ["require", "module"]} +{"node": true, "unused": true, "predef": ["require", "module"]} +{"node": true, "unused": true, "predef": ["require", "module"]} +{"node": true, "unused": true, "predef": ["require", "module"]} +{"predef": ["document", "window", "-Promise"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "esnext": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "moz": true, "newcap": true, "noarg": true, "node": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "unused": true, "mocha": true} +{"nomen": false, "onevar": false, "passfail": false, "white": true, "node": true, "browser": false, "devel": false, "jquery": false, "bitwise": false, "curly": true, "eqeqeq": true, "plusplus": false, "camelcase": true, "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "mixed", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": 6, "maxdepth": 4, "maxstatements": 40, "maxcomplexity": 12, "maxlen": 120, "supernew": true, "esnext": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "validthis": false, "globals": {}} +{"nomen": false, "onevar": false, "passfail": false, "white": true, "node": true, "browser": false, "devel": false, "jquery": false, "bitwise": false, "curly": true, "eqeqeq": true, "plusplus": false, "camelcase": true, "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "mixed", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": 6, "maxdepth": 4, "maxstatements": 40, "maxcomplexity": 12, "maxlen": 120, "supernew": true, "esnext": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "validthis": false, "globals": {}} +{"asi": false, "bitwise": true, "boss": false, "browser": true, "camelcase": false, "couch": false, "curly": true, "debug": false, "devel": false, "dojo": false, "eqeqeq": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "forin": true, "funcscope": false, "globalstrict": false, "immed": true, "indent": 4, "iterator": false, "jquery": true, "lastsemic": false, "latedef": true, "laxbreak": false, "laxcomma": false, "loopfunc": false, "maxcomplexity": 10, "maxdepth": 5, "maxlen": 1000, "maxparams": 5, "maxstatements": 25, "mootools": false, "multistr": false, "newcap": true, "noarg": true, "node": false, "noempty": true, "nomen": false, "nonew": true, "nonstandard": false, "onecase": false, "onevar": true, "passfail": false, "plusplus": false, "proto": false, "prototypejs": false, "quotmark": true, "regexdash": false, "regexp": true, "rhino": false, "scripturl": false, "shadow": false, "smarttabs": true, "strict": true, "sub": false, "supernew": false, "trailing": true, "undef": true, "unused": true, "validthis": false, "white": false, "withstmt": false, "worker": false, "wsh": false, "yui": false, "globals": {"WOOF": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "indent": 4, "predef": ["define"]} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "indent": 4, "predef": ["define"]} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "indent": 4, "predef": ["define"]} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "indent": 4, "predef": ["define"]} +{"passfail": false, "maxerr": 10000, "browser": true, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["__exportName"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": false, "latedef": true, "loopfunc": false, "noarg": true, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "newcap": true, "noempty": true, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "trailing": false, "white": false} +{"extends": "./.jshintrc", "node": false, "browser": true, "predef": {"define": true, "require": true, "console": false, "-event": true, "-name": true}} +{"multistr": true, "undef": false, "expr": true, "-W018": false, "-W015": false, "-W058": false, "-W080": false, "-W010": false, "-W009": false, "-W082": false, "-W093": false, "-W041": false, "-W069": false, "-W099": false, "-W038": false, "-W014": false, "-W044": false, "-W083": false, "-W107": false, "-W016": false, "-W105": false} +{"extends": ".jshintrc", "globals": {"describe": true, "it": true, "xit": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"extends": ".jshintrc", "globals": {"describe": true, "it": true, "xit": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"extends": ".jshintrc", "globals": {"describe": true, "it": true, "xit": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"strict": true, "es5": true, "es6": true, "esversion": 6, "node": true} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "latedef": true, "loopfunc": false, "noarg": true, "node": true, "regexp": true, "regexdash": false, "strict": false, "scripturl": true, "shadow": false, "supernew": false, "sub": true, "undef": true, "white": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "latedef": "nofunc", "newcap": true, "noempty": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "multistr": true, "node": true, "strict": true, "globals": {"describe": true, "before": true, "it": true, "after": true, "jake": true, "desc": true, "task": true, "complete": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "mocha": true, "globals": {"$": false}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "mocha": true, "globals": {"$": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "strict": true, "trailing": true, "smarttabs": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "strict": true, "trailing": true, "smarttabs": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true, "indent": 2} +{"passfail": false, "maxerr": 50, "browser": true, "couch": false, "dojo": false, "jquery": true, "mootools": false, "node": false, "prototypejs": false, "rhino": false, "wsh": false, "predef": ["app", "define", "require"], "debug": false, "devel": false, "asi": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": true, "immed": true, "latedef": false, "laxbreak": false, "loopfunc": false, "noarg": true, "regexdash": true, "regexp": false, "scripturl": false, "shadow": true, "supernew": false, "undef": true, "camelcase": true, "globalstrict": false, "indent": 4, "laxcomma": false, "newcap": true, "noempty": true, "nomen": false, "nonew": true, "onecase": false, "onevar": false, "plusplus": false, "quotmark": "single", "smarttabs": false, "sub": false, "strict": true, "trailing": true, "unused": true, "white": false} +{"node": true, "indent": 2, "browser": true, "es5": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "laxcomma": true} +{"globals": {"$": true, "jQuery": true, "exports": true, "module": true, "define": true, "require": true, "it": true, "before": true, "describe": true, "beforeEach": true, "process": true, "global": true, "GLOBAL": true, "__dirname": true, "afterEach": true}, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 50, "browser": true, "devel": true, "nonstandard": true, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": false, "quotmark": "false", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": true, "multistr": true, "proto": false, "onecase": true, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "-W065": false, "-W069": false} +{"globals": {"$": true, "jQuery": true, "exports": true, "module": true, "define": true, "require": true, "it": true, "before": true, "describe": true, "beforeEach": true, "process": true, "global": true, "GLOBAL": true, "__dirname": true, "afterEach": true}, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 50, "browser": true, "devel": true, "nonstandard": true, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": false, "quotmark": "false", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": true, "multistr": true, "proto": false, "onecase": true, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "-W065": false, "-W069": false} +{"globals": {"$": true, "jQuery": true, "exports": true, "module": true, "define": true, "require": true, "it": true, "before": true, "describe": true, "beforeEach": true, "process": true, "global": true, "GLOBAL": true, "__dirname": true, "afterEach": true}, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 50, "browser": true, "devel": true, "nonstandard": true, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": false, "quotmark": "false", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": true, "multistr": true, "proto": false, "onecase": true, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "-W065": false, "-W069": false} +{"globals": {"$": true, "jQuery": true, "exports": true, "module": true, "define": true, "require": true, "it": true, "before": true, "describe": true, "beforeEach": true, "process": true, "global": true, "GLOBAL": true, "__dirname": true, "afterEach": true}, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 50, "browser": true, "devel": true, "nonstandard": true, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "plusplus": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": false, "quotmark": "false", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": false, "loopfunc": true, "multistr": true, "proto": false, "onecase": true, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false, "-W065": false, "-W069": false} +{"evil": true, "validthis": true, "browser": true, "debug": true, "boss": true, "expr": true, "eqnull": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "laxbreak": true, "predef": ["_V_", "videojs", "vjs", "goog", "console", "require", "define", "module", "exports", "process", "PlayerTest", "asyncTest", "deepEqual", "equal", "expect", "module", "notDeepEqual", "notEqual", "notStrictEqual", "ok", "QUnit", "raises", "start", "stop", "strictEqual", "test", "sinon"]} +{"laxcomma": false, "expr": true, "node": true} +{"node": true, "browser": true, "jquery": true, "globals": {"angular": true, "Promise": true}, "indent": 2, "onevar": true, "laxcomma": true, "laxbreak": true, "curly": true, "nonbsp": true, "eqeqeq": true, "immed": true, "undef": true, "unused": true, "latedef": true} +{"node": true} +{"predef": ["module", "require"], "bitwise": false, "camelcase": false, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "regexp": false, "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": true, "loopfunc": false, "multistr": false, "onecase": true, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": true, "shadow": false, "sub": false, "supernew": false, "browser": true} +{"maxerr": 50, "curly": true, "forin": true, "eqeqeq": true, "undef": true, "latedef": false, "newcap": true, "noempty": true, "nonew": true, "quotmark": false, "unused": true, "strict": false, "maxdepth": 4, "maxcomplexity": 10, "maxlen": 120, "evil": false, "browser": true, "debug": true, "node": true, "predef": ["define", "require"]} +{"maxerr": 50, "curly": true, "forin": true, "eqeqeq": true, "undef": true, "latedef": false, "newcap": true, "noempty": true, "nonew": true, "quotmark": false, "unused": true, "strict": false, "maxdepth": 4, "maxcomplexity": 10, "maxlen": 120, "evil": false, "browser": true, "debug": true, "node": true, "predef": ["define", "require"]} +{"maxerr": 50, "curly": true, "forin": true, "eqeqeq": true, "undef": true, "latedef": false, "newcap": true, "noempty": true, "nonew": true, "quotmark": false, "unused": true, "strict": false, "maxdepth": 4, "maxcomplexity": 10, "maxlen": 120, "evil": false, "browser": true, "debug": true, "node": true, "predef": ["define", "require"]} +{"maxerr": 50, "curly": true, "forin": true, "eqeqeq": true, "undef": true, "latedef": false, "newcap": true, "noempty": true, "nonew": true, "quotmark": false, "unused": true, "strict": false, "maxdepth": 4, "maxcomplexity": 10, "maxlen": 120, "evil": false, "browser": true, "debug": true, "node": true, "predef": ["define", "require"]} +{"node": true, "browser": false, "strict": false, "sub": true, "eqeqeq": true, "laxbreak": true, "bitwise": true, "curly": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "unused": true, "indent": 4, "predef": ["-Promise"]} +{"predef": ["module", "exports", "require", "console", "it", "describe", "beforeEach", "afterEach", "before", "after"], "expr": true, "proto": true, "strict": true, "indent": 2, "camelcase": true, "node": true, "browser": false, "boss": true, "curly": true, "latedef": "nofunc", "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "quotmark": true, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "unused": true, "sub": true, "trailing": true, "white": false, "eqnull": true, "esnext": true} +{"curly": true, "eqeqeq": true, "esnext": true, "expr": true, "mocha": true, "node": true, "undef": true, "unused": true, "shadow": true, "globals": {"setup": true, "teardown": true}} +{"curly": true, "eqeqeq": true, "esnext": true, "expr": true, "mocha": true, "node": true, "undef": true, "unused": true, "shadow": true, "globals": {"setup": true, "teardown": true}} +{"node": true, "browser": true, "es5": false, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false}} +{"node": true, "browser": true, "es5": false, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"chrome": true}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"chrome": true}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"chrome": true}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"chrome": true}} +{"node": true, "bitwise": true, "camelcase": true, "curly": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "laxcomma": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "quotmark": "single", "nonew": true, "newcap": true, "immed": true, "noarg": true, "eqnull": true, "trailing": true, "undef": true, "unused": true, "browser": true, "node": true, "es3": true, "globals": {"modulex": false, "describe": false, "expect": false, "beforeEach": false, "afterEach": false, "Q": false, "$": false, "it": false}} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "indent": 4, "latedef": "nofunc", "quotmark": "single", "nonew": true, "newcap": true, "immed": true, "noarg": true, "eqnull": true, "trailing": true, "undef": true, "unused": true, "browser": true, "node": true, "es3": true, "globals": {"modulex": false, "describe": false, "expect": false, "beforeEach": false, "afterEach": false, "Q": false, "$": false, "it": false}} +{"smarttabs": true, "latedef": true, "undef": true, "unused": true, "proto": true, "supernew": true, "quotmark": "double", "curly": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "regexp": false, "trailing": true, "boss": true, "eqnull": true, "expr": true, "browser": true, "globals": {"require": true, "module": true, "define": true}} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "devel": true, "jquery": true, "node": true, "nonstandard": true, "onevar": true} +{"eqnull": true, "unused": "vars", "bitwise": true, "eqeqeq": true, "forin": true, "freeze": true, "noarg": true, "maxdepth": 2, "laxbreak": true, "undef": true, "browser": true, "jquery": true, "node": true, "phantom": true, "worker": true, "esnext": true, "expr": true, "predef": ["describe", "it", "beforeEach", "afterEach"]} +{"maxerr": 50, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 100, "asi": true, "funcscope": true, "laxbreak": true, "laxcomma": true, "node": true, "predef": []} +{"maxerr": 50, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 100, "asi": true, "funcscope": true, "laxbreak": true, "laxcomma": true, "node": true, "predef": []} +{"maxerr": 50, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 100, "asi": true, "funcscope": true, "laxbreak": true, "laxcomma": true, "node": true, "predef": []} +{"maxerr": 50, "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 100, "asi": true, "funcscope": true, "laxbreak": true, "laxcomma": true, "node": true, "predef": []} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": false, "mocha": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": false, "mocha": true} +{"esversion": 10} +{"esversion": 10} +{"esversion": 10} +{"esversion": 10} +{"browser": true, "node": true, "jquery": true, "devel": true, "curly": true, "bitwise": false, "immed": true, "latedef": true, "nonbsp": true, "nonew": true, "validthis": true, "debug": true, "boss": true, "eqeqeq": true, "expr": true, "eqnull": true, "quotmark": "single", "trailing": true, "sub": true, "undef": true, "laxbreak": true, "loopfunc": true, "indent": 4, "newcap": false, "globals": {"App": true, "win": true, "i18n": true, "gui": true, "fs": true, "path": true, "Settings": true, "AdvSettings": true, "ScreenResolution": true, "Database": true, "detectLanguage": true, "Common": true, "indexedDB": true, "startupTime": true, "os": true, "deleteFolder": true, "Backbone": true, "Mousetrap": true, "_": true, "videojs": true}} +{"node": true, "es5": true, "esnext": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"node": true, "es5": true, "esnext": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"node": true, "es5": true, "esnext": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"node": true, "es5": true, "esnext": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true} +{"globalstrict": false, "globals": {"angular": true, "describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false}} +{"globalstrict": false, "globals": {"angular": true, "describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false}} +{"globalstrict": false, "globals": {"angular": true, "describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false}} +{"globalstrict": false, "globals": {"angular": true, "describe": false, "it": false, "expect": false, "beforeEach": false, "afterEach": false, "module": false, "inject": false}} +{"asi": true} +{"asi": true} +{"esversion": 6, "bitwise": false} +{"expr": true, "node": true, "esnext": true, "bitwise": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "undef": true, "smarttabs": true, "asi": true, "debug": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "quotmark": "double", "undef": true, "unused": true, "laxcomma": true, "laxbreak": false, "multistr": true, "sub": true, "validthis": true, "globals": {"jQuery": true, "sapeLibMod": true, "document": true, "Gumby": true}} +{"camelcase": false, "forin": false, "latedef": "nofunc", "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 80, "laxbreak": true, "eqnull": true, "expr": true, "maxerr": 1000, "regexdash": true, "laxcomma": true, "proto": true, "boss": true, "esnext": true, "browser": true, "devel": true, "nonstandard": true, "worker": true, "-W078": true, "predef": ["define", "caches", "Request", "Response"]} +{"camelcase": false, "forin": false, "latedef": "nofunc", "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 80, "laxbreak": true, "eqnull": true, "expr": true, "maxerr": 1000, "regexdash": true, "laxcomma": true, "proto": true, "boss": true, "esnext": true, "browser": true, "devel": true, "nonstandard": true, "worker": true, "-W078": true, "predef": ["define", "caches", "Request", "Response"]} +{"camelcase": false, "forin": false, "latedef": "nofunc", "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 80, "laxbreak": true, "eqnull": true, "expr": true, "maxerr": 1000, "regexdash": true, "laxcomma": true, "proto": true, "boss": true, "esnext": true, "browser": true, "devel": true, "nonstandard": true, "worker": true, "-W078": true, "predef": ["define", "caches", "Request", "Response"]} +{"camelcase": false, "forin": false, "latedef": "nofunc", "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "undef": true, "unused": "vars", "trailing": true, "maxlen": 80, "laxbreak": true, "eqnull": true, "expr": true, "maxerr": 1000, "regexdash": true, "laxcomma": true, "proto": true, "boss": true, "esnext": true, "browser": true, "devel": true, "nonstandard": true, "worker": true, "-W078": true, "predef": ["define", "caches", "Request", "Response"]} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxlen": 100, "eqnull": true, "esnext": true, "expr": true, "proto": true, "node": true, "predef": ["describe", "it", "before", "beforeEach", "after", "afterEach", "expect"]} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxlen": 100, "eqnull": true, "esnext": true, "expr": true, "proto": true, "node": true, "predef": ["describe", "it", "before", "beforeEach", "after", "afterEach", "expect"]} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "smarttabs": true, "trailing": true, "undef": true, "unused": "vars", "browser": true, "node": true, "newcap": true, "boss": false, "eqnull": false, "quotmark": "single", "globals": {"jQuery": true, "$": true, "L": true, "angular": true, "console": false, "document": true}} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "smarttabs": true, "trailing": true, "undef": true, "unused": "vars", "browser": true, "node": true, "newcap": true, "boss": false, "eqnull": false, "quotmark": "single", "globals": {"jQuery": true, "$": true, "L": true, "angular": true, "console": false, "document": true}} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "smarttabs": true, "trailing": true, "undef": true, "unused": "vars", "browser": true, "node": true, "newcap": true, "boss": false, "eqnull": false, "quotmark": "single", "globals": {"jQuery": true, "$": true, "L": true, "angular": true, "console": false, "document": true}} +{"curly": true, "eqeqeq": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "smarttabs": true, "trailing": true, "undef": true, "unused": "vars", "browser": true, "node": true, "newcap": true, "boss": false, "eqnull": false, "quotmark": "single", "globals": {"jQuery": true, "$": true, "L": true, "angular": true, "console": false, "document": true}} +{"esversion": 5} +{"esversion": 5} +{"node": true, "browser": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "esversion": 5, "latedef": "nofunc", "newcap": true, "quotmark": "single", "noarg": true, "undef": true, "strict": "implied", "trailing": true, "smarttabs": true, "globals": {"alertify": true, "CKEDITOR": true, "jQuery": true, "angular": true, "_": true, "$": true, "d3": true, "toastr": true, "ace": true, "SockJS": true, "L": true, "moment": true, "txt_html_differ": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true, "unused": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "node": true, "sub": true, "undef": true, "unused": true} +{"browser": true, "indent": 2, "bitwise": false, "curly": true, "eqeqeq": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "strict": true, "trailing": true, "devel": true} +{"indent": 4, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxdepth": 2, "maxcomplexity": 10, "node": true, "mocha": true} +{"indent": 4, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxdepth": 2, "maxcomplexity": 10, "node": true, "mocha": true} +{"browser": true, "esnext": true, "globals": {}, "strict": "global", "undef": true, "unused": true} +{"browser": true, "esnext": true, "globals": {}, "strict": "global", "undef": true, "unused": true} +{"browser": true, "esnext": true, "globals": {}, "strict": "global", "undef": true, "unused": true} +{"404": "Not Found"} +{"camelcase": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "esnext": true, "globalstrict": true, "browser": true, "node": true, "globals": {"require": false, "__dirname": false, "__DEV__": false, "__SERVER__": false}, "bitwise": true, "curly": true, "eqeqeq": true, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"camelcase": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "esnext": true, "globalstrict": true, "browser": true, "node": true, "globals": {"require": false, "__dirname": false, "__DEV__": false, "__SERVER__": false}, "bitwise": true, "curly": true, "eqeqeq": true, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"camelcase": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "esnext": true, "globalstrict": true, "browser": true, "node": true, "globals": {"require": false, "__dirname": false, "__DEV__": false, "__SERVER__": false}, "bitwise": true, "curly": true, "eqeqeq": true, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"camelcase": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "quotmark": "single", "esnext": true, "globalstrict": true, "browser": true, "node": true, "globals": {"require": false, "__dirname": false, "__DEV__": false, "__SERVER__": false}, "bitwise": true, "curly": true, "eqeqeq": true, "noarg": true, "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "trailing": true, "node": true} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "trailing": true, "node": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "maxerr": 50, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "node": true, "globals": {"angular": false}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "maxerr": 50, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "node": true, "globals": {"angular": false}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "maxerr": 50, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "node": true, "globals": {"angular": false}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": false, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": false, "strict": false, "maxparams": 10, "maxdepth": 5, "maxstatements": 40, "maxcomplexity": 8, "maxlen": 120, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": true, "maxerr": 50, "moz": false, "multistr": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": true, "supernew": false, "validthis": false, "noyield": false, "browser": true, "node": true, "globals": {"angular": false}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "jQuery": false}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "jQuery": false}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "jQuery": false}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "jQuery": false}} +{"curly": true, "eqeqeq": true, "immed": true, "indent": 2, "eqnull": true, "latedef": true, "noarg": true, "noempty": true, "quotmark": "true", "undef": true, "unused": "vars", "strict": true, "trailing": true, "white": true, "browser": true, "devel": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": false, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": true, "moz": false, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": true, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": true, "jquery": false, "mocha": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "-W079": false, "globals": {}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "unused": true, "node": true} +{"browser": true, "undef": true, "unused": true, "curly": true, "laxcomma": true, "boss": true, "evil": false, "scripturl": true, "latedef": true, "noarg": true, "globals": {"define": true, "escape": true, "unescape": true, "moxie": true, "o": true, "mOxie": true, "plupload": true}} +{"browser": true, "undef": true, "unused": true, "curly": true, "laxcomma": true, "boss": true, "evil": false, "scripturl": true, "latedef": true, "noarg": true, "globals": {"define": true, "escape": true, "unescape": true, "moxie": true, "o": true, "mOxie": true, "plupload": true}} +{"browser": true, "undef": true, "unused": true, "curly": true, "laxcomma": true, "boss": true, "evil": false, "scripturl": true, "latedef": true, "noarg": true, "globals": {"define": true, "escape": true, "unescape": true, "moxie": true, "o": true, "mOxie": true, "plupload": true}} +{"browser": true, "undef": true, "unused": true, "curly": true, "laxcomma": true, "boss": true, "evil": false, "scripturl": true, "latedef": true, "noarg": true, "globals": {"define": true, "escape": true, "unescape": true, "moxie": true, "o": true, "mOxie": true, "plupload": true}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "eqeqeq": false, "eqnull": true, "immed": true, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "trailing": true, "sub": true, "shadow": "inner", "funcscope": false, "maxlen": 500, "maxdepth": 5, "maxerr": 100, "maxparams": 6} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "eqeqeq": false, "eqnull": true, "immed": true, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "trailing": true, "sub": true, "shadow": "inner", "funcscope": false, "maxlen": 500, "maxdepth": 5, "maxerr": 100, "maxparams": 6} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "eqeqeq": false, "eqnull": true, "immed": true, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "trailing": true, "sub": true, "shadow": "inner", "funcscope": false, "maxlen": 500, "maxdepth": 5, "maxerr": 100, "maxparams": 6} +{"node": true, "esnext": true, "bitwise": true, "camelcase": false, "eqeqeq": false, "eqnull": true, "immed": true, "latedef": "nofunc", "newcap": true, "nonew": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "trailing": true, "sub": true, "shadow": "inner", "funcscope": false, "maxlen": 500, "maxdepth": 5, "maxerr": 100, "maxparams": 6} +{"curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": false, "noarg": true, "strict": true, "undef": true, "expr": true, "node": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "esnext": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "laxbreak": true, "maxlen": 10000, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonbsp": true, "nonew": true, "strict": true, "undef": true, "unused": true, "loopfunc": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": ["$", "_", "angular", "moment", "app"]} +{"extends": ".jshintrc", "expr": true, "globals": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "browser": true, "expect": true}} +{"laxcomma": true, "laxbreak": true, "node": true, "sub": true, "esversion": 6} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"after": false, "afterEach": false, "angular": false, "before": false, "beforeEach": false, "browser": false, "describe": false, "expect": false, "inject": false, "it": false, "jasmine": false, "spyOn": false, "iceUnit": true}} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "indent": 4, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "node": true, "predef": ["module"]} +{"browser": true, "es3": true, "immed": true, "latedef": "nofunc", "nonbsp": true, "undef": true, "unused": true, "newcap": false, "noempty": false, "strict": false, "boss": true, "eqnull": true, "evil": true, "expr": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "validthis": true, "predef": ["CKEDITOR", "assert", "arrayAssert", "bender", "JSON", "objectAssert", "resume", "sinon", "wait", "YUITest"]} +{"extends": "./.jshintrc", "node": false, "browser": true, "predef": {"define": true, "require": true, "console": false, "-event": true}} +{"node": true, "browser": false, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "strict": true, "trailing": true, "smarttabs": false, "globals": {}, "predef": ["require", "exports", "module", "describe", "it", "before", "after", "beforeEach", "afterEach"], "indent": 4, "devel": true, "noempty": true} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": "strict", "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": true, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"node": true, "predef": ["document", "window", "-Promise"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true} +{"node": true, "mocha": true, "jasmine": true, "indent": 4, "asi": true, "smarttabs": true, "maxparams": 3, "maxdepth": 2, "maxstatements": 22, "maxcomplexity": 1, "maxlen": 100, "bitwise": true, "curly": true, "eqeqeq": true, "expr": true, "forin": true, "freeze": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": true, "undef": true, "unused": "strict", "globalstrict": true, "trailing": true, "laxcomma": true, "laxbreak": true, "multistr": true, "maxerr": 5000, "globals": {}} +{"bitwise": true, "browser": true, "curly": true, "eqeqeq": true, "esnext": true, "freeze": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "predef": ["assert", "afterEach", "beforeEach", "describe", "it", "inject"]} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "predef": ["module", "require", "console", "kity", "KityMinder", "KM", "Minder", "MinderNode", "MinderEvent", "Command", "KITYMINDER_CONFIG", "keymap", "Utils", "utils", "$", "KM", "keymap", "baidu", "browser", "FUI", "fio", "Promise"]} +{"undef": true, "unused": "vars", "eqnull": true, "eqeqeq": true, "maxstatements": 40, "asi": true, "globals": {"document": true, "bootloader": true, "jQuery": true, "define": true, "module": true, "_importStyle_": true, "_tag_": true, "is": true, "when": true, "to": true, "console": true, "window": true, "localStorage": true, "_": true, "require": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": "vars", "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": false, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "predef": []} +{"camelcase": true, "curly": true, "eqeqeq": true, "freeze": true, "funcscope": true, "indent": 2, "lastsemic": true, "latedef": true, "laxcomma": false, "newcap": false, "noarg": true, "node": true, "nonew": true, "quotmark": "single", "strict": true, "sub": true, "trailing": true, "undef": true, "unused": true, "white": true} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 2, "latedef": true, "maxdepth": 6, "maxparams": 6, "maxstatements": 50, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "trailing": true, "undef": true, "unused": "vars", "immed": true, "jquery": true, "predef": ["alert", "confirm", "console", "escape", "define", "module", "require"]} +{"node": true, "jquery": true, "predef": ["OpenProject", "_", "moment", "angular", "inject", "module", "I18n", "gon", "Ajax", "context", "expect", "element", "describe", "xdescribe", "it", "xit", "beforeEach", "before", "afterEach", "after", "sinon", "Factory", "browser", "by"], "asi": false, "bitwise": true, "browser": true, "camelcase": true, "curly": true, "forin": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonew": true, "maxlen": 120, "quotmark": true, "sub": true, "undef": true, "unused": true, "eqeqeq": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "quotmark": "double", "strict": true, "undef": true, "unused": true, "globals": {"CSSLint": true}} +{"globals": {"sails": true}, "node": true, "asi": true, "esversion": 6} +{"node": true, "browser": false, "es5": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": false, "trailing": true, "smarttabs": true, "globals": {}} +{"asi": false, "bitwise": true, "boss": false, "browser": true, "curly": true, "debug": false, "devel": false, "eqeqeq": true, "evil": false, "expr": true, "forin": false, "immed": true, "latedef": false, "laxbreak": false, "loopfunc": true, "multistr": true, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "onevar": false, "plusplus": false, "regexp": false, "strict": false, "globalstrict": true, "sub": false, "trailing": true, "undef": true, "unused": "vars", "node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "sub": true, "browser": true, "globals": {"jQuery": true, "define": true, "module": true}} +{"node": true, "indent": 4, "browser": true, "freeze": true, "boss": true, "curly": true, "devel": true, "esnext": true, "eqnull": true, "eqeqeq": true, "expr": true, "notypeof": true, "noarg": true, "funcscope": true, "globalstrict": false, "loopfunc": true, "noempty": true, "nonstandard": true, "onecase": true, "sub": true, "regexdash": true, "trailing": true, "undef": true, "unused": "vars", "globals": {"L": true, "describe": true, "it": true, "sinon": true, "_": true, "before": true, "beforeEach": true, "afterEach": true, "WebGLRenderingContext": true, "makeScene": true}} +{"esversion": 9, "laxbreak": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "$", "console", "$f", "picturefill", "videojs"]} +{"globals": {"setTimeout": false, "clearTimeout": false, "require": false, "ArrayBuffer": false, "Uint8Array": false, "Int8Array": false, "Uint16Array": false, "Int16Array": false, "Uint32Array": false, "Int32Array": false, "Float32Array": false, "module": false}} +{"extends": ".jshintrc", "expr": true, "globals": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "browser": true, "expect": true}} +{"browser": true, "node": true, "curly": true, "eqeqeq": true, "newcap": false, "noarg": true, "nonew": true, "quotmark": "double", "strict": true, "trailing": true, "undef": true, "unused": true, "globals": {"bootstrap": false, "cajaVM": false, "define": false, "ReturnValue": false, "ses": false, "setImmediate": false, "Q": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"maxerr": 100, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "globals": {"after": true, "afterEach": true, "before": true, "beforeEach": true, "describe": true, "define": true, "expect": true, "it": true, "runs": true, "spyOn": true, "unescape": true, "waits": true, "waitsFor": true, "require": true, "DJ": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "evil": true, "globalstrict": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true, "white": true, "globals": {"MessageChannel": false, "self": false}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "freeze": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"nonbsp": true, "trailing": true, "indent": 4, "quotmark": "single", "eqeqeq": true, "curly": true, "forin": true, "latedef": true, "immed": true, "newcap": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "browser": true, "globals": {"jQuery": false}} +{"predef": ["document", "window", "describe", "it", "jasmine", "expect"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"predef": ["document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach"], "node": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": false, "trailing": false, "globalstrict": true, "nonstandard": true, "white": false, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars"} +{"evil": true} +{"browser": true, "node": true, "jquery": true, "devel": true, "curly": true, "bitwise": false, "immed": true, "latedef": true, "nonbsp": true, "nonew": true, "validthis": true, "debug": true, "boss": true, "eqeqeq": true, "expr": true, "eqnull": true, "quotmark": "single", "trailing": true, "sub": true, "undef": true, "laxbreak": true, "loopfunc": true, "indent": 4, "newcap": false, "globals": {"App": true, "Settings": true, "AdvSettings": true, "ScreenResolution": true, "Database": true, "detectLanguage": true, "Common": true, "indexedDB": true, "startupTime": true, "deleteFolder": true, "deleteCookies": true, "isVideo": true, "minimizeToTray": true, "promisifyDb": true, "db": true, "Promise": true, "_": true, "async": true, "inherits": true, "Q": true, "os": true, "dayjs": true, "crypt": true, "semver": true, "fs": true, "path": true, "mkdirp": true, "rimraf": true, "tar": true, "AdmZip": true, "zlib": true, "charsetDetect": true, "iconv": true, "gui": true, "win": true, "data_path": true, "i18n": true, "url": true, "tls": true, "http": true, "request": true, "querystring": true, "URI": true, "child": true, "WebTorrent": true, "torrentCollection": true, "trakt": true, "Backbone": true, "Mousetrap": true, "videojs": true, "vjs": true}} +{"browser": true, "node": true, "nonstandard": true, "worker": true, "globals": {"define": false, "URL": false, "File": false, "FileReaderSync": false, "Promise": false, "VBArray": false, "jDataView": false, "NODE": false, "BROWSER": false}, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "expr": true, "immed": true, "indent": 4, "lastsemic": true, "latedef": true, "laxbreak": true, "newcap": false, "noarg": true, "noempty": true, "nonew": true, "quotmark": "single", "smarttabs": true, "trailing": true, "undef": true} +{"predef": ["console", "setImmediate"], "globals": {"Promise": true, "setImmediate": false}, "node": true, "browser": false, "devel": true, "jquery": false, "bitwise": false, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "regexp": false, "undef": true, "unused": false, "strict": false, "trailing": true, "white": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": true, "evil": false, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": true, "supernew": true, "validthis": false} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": true, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "jasmine": true, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["module", "angular", "inject"], "indent": 4} +{"node": true, "browser": true, "esnext": true, "camelcase": true, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "smarttabs": true, "jquery": true, "evil": true, "globals": {"angular": false, "FileAPI": false, "ngFileUpload": true, "FormData": true, "Blob": true, "ActiveXObject": false, "$document": false}} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "expr": true, "jquery": true, "noarg": true, "onevar": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true} +{"node": true, "strict": false, "unused": false} +{"curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "globals": {"exports": true, "module": false}} +{"laxcomma": true, "sub": true, "onecase": true, "node": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": true, "eqnull": false, "es5": true, "esnext": true, "moz": true, "evil": false, "expr": true, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": true, "laxcomma": true, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"angular": false, "debug": false}} +{"predef": ["require", "provide", "module", "exports", "process", "describe", "context", "it", "beforeEach", "afterEach"], "indent": 2, "maxdepth": 6, "maxlen": 120, "bitwise": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": true, "asi": true, "boss": true, "eqnull": true, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "nonstandard": true, "nomen": false, "onevar": false, "passfail": false, "devel": false} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "newcap": false, "undef": true, "unused": true, "strict": true, "trailing": true, "expr": true, "browser": true, "node": true, "onevar": true, "globals": {"setImmediate": false, "describe": false, "it": false, "before": false, "after": false, "beforeEach": false, "afterEach": false}} +{"eqeqeq": false, "laxbreak": true, "undef": true, "newcap": true, "noarg": true, "strict": false, "trailing": true, "onecase": true, "boss": true, "eqnull": true, "onevar": false, "evil": true, "regexdash": true, "browser": true, "wsh": true, "sub": true, "globals": {"cordova": true}} +{"passfail": false, "maxerr": 50, "browser": false, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "predef": [], "debug": false, "devel": false, "es5": false, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": false, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": false, "latedef": false, "loopfunc": false, "noarg": false, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "validthis": false, "smarttabs": false, "proto": false, "onecase": false, "nonstandard": false, "multistr": false, "laxcomma": false, "lastsemic": false, "iterator": false, "funcscope": false, "esnext": false, "newcap": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "trailing": true, "white": false, "indent": 4} +{"immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "unused": true, "boss": true, "eqnull": true, "browser": true} +{"predef": ["jasmine", "spyOn", "it", "console", "describe", "expect", "beforeEach", "waits", "waitsFor", "runs", "unescape", "alert", "confirm", "prompt", "assert", "assertEqual", "define"], "node": true, "es5": true, "browser": true, "jquery": true, "boss": false, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": true, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": true, "smarttabs": true, "loopfunc": true, "globalstrict": true} +{"eqeqeq": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "browser": true, "laxcomma": true, "laxbreak": true, "strict": true, "unused": true, "predef": {"jQuery": false, "define": false, "module": false, "require": false}} +{"globals": {"before": true, "beforeAll": true, "after": true, "afterAll": true, "describe": true, "it": true, "property": true, "define": true, "set": true, "getApp": true, "put": true, "get": true, "post": true, "del": true, "beforeEach": true}, "nonstandard": true, "expr": true, "node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": false, "trailing": true, "smarttabs": true} +{"globals": {"define": false, "Promise": false}, "node": true, "browser": true, "devel": true, "sub": true, "expr": true, "undef": true, "unused": true, "smarttabs": true, "laxbreak": true, "curly": true, "eqeqeq": true, "nonew": true, "latedef": true, "loopfunc": true} +{"globalstrict": true, "debug": false, "node": false, "devel": true, "boss": true, "curly": false, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "loopfunc": true, "noarg": true, "onevar": false, "quotmark": "single", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "globals": {"angular": false, "$": false, "jQuery": false, "Backbone": false, "_": false, "document": false, "module": false, "exports": false}} +{"browserify": true, "latedef": "nofunc", "unused": true} +{"extends": "../.jshintrc", "globals": {"hot": true}} +{"noarg": true, "noempty": true, "latedef": true, "undef": true, "unused": true, "strict": false, "trailing": true, "node": true} +{"esversion": 6, "undef": true, "node": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 2, "bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 4, "latedef": true, "noarg": true, "node": true, "noempty": true, "nonbsp": true, "undef": true, "unused": true, "globals": {"$": true}} +{"browser": false, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": false, "forin": true, "immed": true, "indent": 4, "jquery": true, "laxbreak": false, "laxcomma": true, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "nomen": false, "onevar": true, "plusplus": false, "regexp": false, "trailing": true, "undef": true, "sub": false, "strict": true, "globalstrict": true, "white": true, "node": true} +{"curly": true, "eqnull": true, "eqeqeq": true, "undef": true, "unused": true, "trailing": true, "strict": true, "maxlen": 78, "node": true, "browser": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"indent": 3, "quotmark": "single", "laxbreak": true, "sub": true} +{"browser": true, "devel": true, "strict": true, "undef": true, "unused": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "node": true, "esnext": true, "globals": {"afterEach": false, "beforeEach": false, "define": false, "describe": false, "it": false}} +{"node": true, "quotmark": "single", "jasmine": true, "multistr": true, "jquery": true, "browser": true, "globals": {"Morpho": false, "CodeMirror": false, "yaml": false}} +{"node": true, "browser": true} +{"laxbreak": true} +{"globals": {"jQuery": false, "$": false}, "predef": {"define": false, "module": false, "require": false}, "node": false, "browser": true, "boss": true, "camelcase": false, "curly": true, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "expr": true, "forin": true, "immed": true, "indent": 2, "laxbreak": false, "latedef": true, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "strict": false, "trailing": true, "white": true, "undef": true, "unused": true} +{"esnext": true, "node": true, "browser": true, "nomen": false, "bitwise": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "unused": true, "trailing": true, "indent": 4, "onevar": true, "white": true, "quotmark": "single", "predef": {}} +{"passfail": false, "maxerr": 50, "browser": true, "couch": false, "dojo": false, "jquery": true, "mootools": false, "node": false, "prototypejs": false, "rhino": false, "wsh": false, "predef": ["app", "define", "require", "log", "console"], "debug": false, "devel": false, "asi": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "latedef": false, "laxbreak": false, "loopfunc": false, "noarg": true, "regexdash": true, "regexp": false, "scripturl": false, "shadow": true, "supernew": false, "undef": true, "camelcase": true, "globalstrict": false, "indent": 4, "laxcomma": false, "newcap": true, "noempty": true, "nomen": false, "nonew": true, "onecase": false, "onevar": false, "plusplus": false, "quotmark": "single", "smarttabs": false, "sub": false, "strict": true, "trailing": true, "unused": true, "white": false} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": false, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": false} +{"maxerr": 50, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 4, "noempty": true, "nonbsp": true, "nonew": false, "quotmark": "single", "undef": true, "unused": true, "strict": false, "devel": false, "node": true, "globals": {}, "esversion": 10, "asi": true} +{"node": true, "browser": true, "es5": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": true, "smarttabs": false, "predef": ["define", "require", "exports", "module", "describe", "before", "beforeEach", "after", "afterEach", "it"], "indent": 2, "maxlen": 240, "devel": false, "noempty": true} +{"indent": 4, "asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "unused": true, "node": true} +{"esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": 3, "maxlen": 120, "browser": true, "devel": true, "jquery": true, "globals": {"angular": true, "app": true, "OC": true, "csrfToken": true, "inject": true, "module": true, "protractor": true, "browser": true, "By": true, "it": true, "afterEach": true, "jasmine": true, "describe": true, "beforeEach": true, "expect": true, "exports": true, "reverse": true, "items": true, "enumerate": true, "News": true, "t": true, "navigator": true, "oc_requesttoken": true, "_": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "strict": true, "trailing": true, "undef": false, "unused": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "asi": true, "eqnull": true, "funcscope": true, "sub": true, "browser": true, "jquery": true} +{"bitwise": false, "camelcase": true, "curly": false, "eqeqeq": true, "forin": true, "funcscope": true, "immed": true, "indent": 4, "latedef": false, "newcap": true, "noarg": true, "nocomma": true, "noempty": true, "nonbsp": true, "nonew": true, "notypeof": true, "quotmark": "single", "undef": true, "unused": true, "strict": false, "trailing": true, "asi": true, "debug": true, "plusplus": false, "node": true, "browserify": true} +{"predef": ["angular"], "passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "debug": false, "devel": true, "strict": true, "globalstrict": false, "asi": false, "bitwise": true, "boss": false, "camelcase": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "laxbreak": false, "laxcomma": true, "latedef": true, "loopfunc": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "sub": false, "supernew": false, "trailing": true, "undef": true, "white": true} +{"esversion": 11, "bitwise": true, "browser": true, "curly": true, "eqeqeq": true, "eqnull": true, "forin": true, "freeze": true, "futurehostile": true, "latedef": true, "noarg": true, "nocomma": true, "nonbsp": true, "nonew": true, "quotmark": true, "singleGroups": true, "strict": true, "undef": true, "unused": true, "varstmt": true, "globals": {"ill": true}} +{"browser": true, "node": true, "esnext": true, "devel": true, "curly": false, "undef": true, "globals": {"React": true}, "-W030": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "indent": 4, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": true, "eqnull": false, "es5": true, "esnext": true, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": true, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {"_": true, "rivets": true}} +{"curly": true, "eqeqeq": true, "freeze": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "undef": true, "unused": true, "trailing": true, "asi": true, "eqnull": true, "expr": true, "laxbreak": true, "multistr": true, "sub": true, "browser": true, "predef": ["jQuery"]} +{"indent": 4, "quotmark": "single", "maxparams": 4, "maxdepth": 4, "maxstatements": 20, "maxlen": 80, "node": true, "white": true, "sub": true, "globals": {"describe": false, "beforeEach": false, "it": false, "sinon": false, "should": false}} +{"multistr": true} +{"node": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "predef": ["window", "document", "Image", "unused", "Editor", "EditorUI", "Helper", "_Scene", "Mousetrap", "Polymer", "sinon", "after", "afterAll", "afterEach", "assert", "before", "beforeAll", "beforeEach", "describe", "expect", "it", "cc", "CC_EDITOR", "CC_TEST"]} +{"asi": false, "boss": false, "debug": false, "evil": false, "bitwise": true, "browser": true, "browserify": true, "curly": true, "eqeqeq": true, "funcscope": true, "jasmine": true, "mocha": true, "maxcomplexity": 32, "maxdepth": 12, "maxparams": 12, "nocomma": true, "nonbsp": true, "nonew": true, "notypeof": false, "node": true, "esnext": true, "globals": {"jquery": true, "$": true}, "globalstrict": false, "immed": true, "newcap": true, "plusplus": true, "predef": ["$"], "phantom": true, "shadow": true, "singleGroups": false, "quotmark": "double", "strict": false, "undef": true, "unused": true, "validthis": true, "withstmt": false} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "esversion": 6, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "devel": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "JSON": false, "wp": false}} +{"curly": true, "eqeqeq": true, "esversion": 6, "immed": true, "latedef": true, "laxbreak": true, "newcap": true, "noarg": true, "nonew": true, "onevar": true, "proto": true, "trailing": true, "unused": "vars"} +{"node": true} +{"globals": {"Ext": false, "Bancha": false, "TraceKit": false, "window": false}, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": "vars", "strict": false, "trailing": true, "maxparams": 5, "maxdepth": 3, "maxstatements": 25, "maxcomplexity": 10, "maxlen": 135} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": true, "trailing": true, "unused": "strict", "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 4} +{"unused": true, "esversion": 6, "curly": true, "strict": "global", "globals": {"django": true, "gettext": true, "ReconnectingWebSocket": true, "notificationApiHost": true, "notificationSound": true, "notificationSocket": true, "owNotifyObjectId": true, "owNotifyAppLabel": true, "owNotifyModelName": true, "owIsChangeForm": true, "getAbsoluteUrl": true, "dateTimeStampToDateTimeLocaleString": true, "firmwareUpgraderSchema": true}, "browser": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "_": false, "d3": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["angular", "test", "ok", "require", "process", "assert", "it", "describe", "should", "module", "__dirname"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": true, "unused": true, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2, "maxdepth": 3, "maxcomplexity": 7, "maxparams": 3, "maxstatements": 40} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "unused": true, "trailing": true, "smarttabs": true, "jquery": true} +{"maxerr": 50, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "trailing": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "globals": {}} +{"quotmark": true, "camelcase": false, "curly": false, "node": true, "esnext": true, "bitwise": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "regexp": true, "undef": true, "strict": false, "smarttabs": true, "expr": true, "evil": true, "browser": true, "regexdash": true, "wsh": true, "trailing": true, "sub": true, "unused": true, "laxcomma": true, "globals": {"after": false, "before": false, "afterEach": false, "beforeEach": false, "describe": false, "it": false}} +{"curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "maxerr": 100000, "browser": true, "globals": {"exports": true, "ENV": true}} +{"indent": 2, "maxdepth": 6, "maxlen": 200, "esnext": false, "expr": true, "trailing": true, "node": true, "globals": {"_": true, "sails": true, "describe": true, "it": true, "before": true, "Permission": true}} +{"predef": ["define", "ActiveXObject", "XDomainRequest"], "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false} +{"maxerr": 10, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "forin": true, "freeze": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": "implied", "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": false, "mootools": false, "node": true, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": 3, "maxlen": 80, "asi": true, "laxcomma": true, "white": false, "node": true, "predef": ["describe", "it", "before", "after", "beforeEach", "afterEach", "done"]} +{"laxbreak": true} +{"curly": true, "globalstrict": true, "quotmark": "single", "smarttabs": true, "eqeqeq": true, "eqnull": true, "browser": true, "indent": 4, "undef": true, "unused": true, "evil": true, "devel": true, "jquery": true, "node": true} +{"curly": false, "eqeqeq": false, "immed": true, "latedef": true, "newcap": false, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "browser": true, "expr": true, "globals": {"jQuery": true, "define": true, "exports": true, "require": true}} +{"browser": true, "es5": true, "esnext": true, "expr": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "trailing": true, "smarttabs": true, "globals": {"matchMedia": false, "module": false, "require": false}} +{"esversion": 6} +{"globals": {"beforeEach": false, "before": false, "after": false, "afterEach": false, "console": false, "describe": false, "xdescribe": false, "expect": false, "inject": false, "it": false, "xit": false, "jasmine": false, "moment": false, "require": false, "requirejs": false, "runs": false, "spyOn": false, "waits": false, "waitsFor": false, "assert": false, "sinon": false, "element": false, "by": false, "browser": false}, "predef": ["beforeEach", "before", "afterEach", "after", "console", "describe", "xdescribe", "expect", "inject", "it", "xit", "jasmine", "moment", "require", "requirejs", "runs", "spyOn", "waits", "waitsFor", "assert", "sinon", "element", "by", "browser"], "bitwise": true, "browser": true, "camelcase": false, "curly": true, "debug": false, "devel": true, "dojo": true, "forin": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 5, "newcap": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "unused": false, "strict": true} +{"esnext": true, "node": true, "browser": true, "predef": ["Event"], "globalstrict": true, "newcap": false, "sub": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"predef": ["define", "module", "require", "jasmine", "describe", "xdescribe", "it", "xit", "beforeEach", "afterEach", "expect", "runs", "waits", "waitsFor", "spyOn", "console", "-Promise"], "browser": true, "asi": false, "camelcase": false, "curly": true, "eqeqeq": true, "esnext": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": false, "noarg": true, "noempty": false, "nonew": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "maxdepth": 5} +{"curly": true, "eqeqeq": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true, "es5": true, "loopfunc": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "asi": false, "boss": false, "lastsemic": true, "laxbreak": false, "laxcomma": false, "loopfunc": false, "shadow": true, "multistr": false, "browser": true, "jquery": true, "node": true} +{"node": true, "bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "esnext": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "smarttabs": true, "strict": true, "sub": true, "trailing": true, "undef": true, "unused": true, "jquery": true, "es3": true, "globalstrict": true, "laxcomma": true, "predef": {"_": true, "_n": true, "alert": true, "angular": true, "Modernizr": true, "window": true}} +{"strict": true, "node": true, "esversion": 6} +{"browser": true, "node": true, "strict": false} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": false, "unused": false, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"browser": true, "esnext": true, "bitwise": false, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "undef": true, "strict": true, "quotmark": "single", "predef": ["define", "require"], "scripturl": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": [], "indent": 2} +{"indent": 2, "predef": ["Arguments", "alert", "console", "exports", "localStorage", "module", "parseInt", "sessionStorage", "window", "$", "__dirname", "__filename", "suite", "test", "before", "beforeEach", "after", "afterEach"], "bitwise": true, "curly": false, "eqeqeq": true, "forin": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "strict": false, "trailing": true, "undef": true, "asi": false, "boss": false, "debug": false, "eqnull": true, "es5": true, "evil": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "loopfunc": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "browser": true, "couch": false, "devel": false, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": true} +{"curly": false, "eqeqeq": true, "immed": true, "latedef": false, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "strict": true, "node": true, "mocha": true} +{"esversion": 6, "expr": true, "loopfunc": true} +{"browser": true, "evil": true, "wsh": true, "trailing": false, "smarttabs": false, "sub": true, "supernew": true, "laxbreak": true, "eqeqeq": false, "eqnull": true, "loopfunc": true, "boss": true, "shadow": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["describe", "it", "before"], "indent": 4} +{"esversion": 6, "debug": true, "loopfunc": true, "latedef": false, "curly": true, "nonstandard": true, "asi": true, "jquery": true, "devel": true, "browser": true, "iterator": true, "globals": {"chrome": true}} +{"predef": ["document", "window", "-Promise"], "browser": true, "jquery": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": true, "mocha": true, "globals": {"root": true, "define": true, "corbel": true, "expect": true, "sinon": true, "mocha": true, "chai": true}} +{"node": true, "esversion": 6} +{"eqeqeq": true, "eqnull": true, "expr": true, "latedef": "nofunc", "onevar": true, "noarg": true, "node": true, "trailing": true, "undef": true, "unused": true, "esversion": 6, "browser": true, "mocha": true, "globals": {"define": true, "expect": true, "assert": true, "Diva": true}, "validthis": true} +{"predef": ["$"]} +{"browser": true, "devel": true, "node": true, "globals": {"L": false, "jQuery": false, "MTB": true}, "strict": false, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "quotmark": "single", "indent": 4, "trailing": true, "maxlen": 120} +{"browser": true, "bitwise": true, "curly": false, "eqeqeq": true, "eqnull": true, "forin": true, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "maxlen": 80, "globals": {"require": false, "exports": true, "module": false}} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "node": true, "esnext": true} +{"esnext": true, "evil": true, "shadow": true, "node": true, "browser": true, "proto": true, "loopfunc": true, "boss": true, "globals": {"HTMLElement": true, "Element": true}} +{"browser": true, "bitwise": true, "undef": true, "trailing": true, "quotmark": false, "indent": 4, "unused": "vars", "latedef": "nofunc", "globals": {"module": false, "exports": false, "require": false}} +{"globalstrict": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "quotmark": "double", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": true, "validthis": true, "globals": {"angular": false, "FieldDB": false, "console": false, "inject": false, "module": false, "describe": false, "xdescribe": false, "it": false, "xit": false, "before": false, "beforeEach": false, "after": false, "afterEach": false, "expect": false}} +{"browser": true, "node": true, "predef": [], "esversion": 6, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true} +{"node": true, "browser": true, "bitwise": true, "camelcase": true, "curly": true, "immed": true, "latedef": true, "newcap": true, "trailing": true, "quotmark": "single", "strict": true, "multistr": true, "debug": false, "forin": true, "undef": true, "plusplus": true, "eqeqeq": true, "validthis": false, "unused": true, "jasmine": true} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "devel": false, "predef": ["require", "module"]} +{"passfail": false, "maxerr": 200, "browser": false, "node": true, "dojo": false, "jquery": false, "devel": true, "predef": ["casper", "Backbone", "_", "sinon", "Handlebars", "app", "define", "require", "jasmine", "spyOn", "afterEach", "it", "describe", "expect", "beforeEach", "after", "before", "waits", "waitsFor", "runs", "window", "ok", "to", "be"], "debug": false, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": true, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "newcap": true, "noempty": true, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": false, "multistr": true} +{"browser": false, "node": true, "indent": 2, "predef": ["describe", "it", "expect"]} +{"camelcase": true, "eqeqeq": true, "expr": true, "freeze": true, "immed": true, "newcap": true, "noarg": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "laxbreak": true, "node": true, "globals": {"beforeEach": false, "describe": false, "it": false, "Map": true, "Set": true}} +{"predef": ["QUnit"], "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "browser": true} +{"browser": true, "node": true, "esnext": true, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": false, "maxlen": 100, "newcap": true, "quotmark": "single", "strict": false, "undef": true, "unused": true, "loopfunc": true, "eqnull": true} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "predef": ["app", "$", "FormBot", "socket", "confirm", "alert", "require", "__dirname", "process", "exports", "console", "Buffer", "module"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true} +{"predef": ["document", "window", "-Promise", "anychart"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esversion": 6, "unused": true} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "browser": true, "indent": 2, "globals": {"angular": false, "JSONEditor": false}} +{"esversion": 6, "leanswitch": true, "noarg": true, "nocomma": true, "nonbsp": true, "nonew": true, "browser": true, "devel": true, "undef": true, "unused": false} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "globals": {"angular": false, "$": false, "it": false, "describe": false, "beforeEach": false, "expect": false, "inject": false, "jasmine": false}} +{"undef": true, "unused": true, "esnext": true, "node": true} +{"predef": ["console", "Ember", "Emberella", "Handlebars", "Metamorph", "ember_assert", "ember_warn", "ember_deprecate", "ember_deprecateFunc", "require", "equal", "test", "asyncTest", "testBoth", "testWithDefault", "raises", "throws", "deepEqual", "start", "stop", "ok", "strictEqual", "module", "expect", "minispade", "clickRelLink", "appendIntoDOM", "isAppendedToDOM", "isDestroyed", "documentHasSelector", "destroyIfNecessary"], "node": false, "browser": true, "boss": true, "curly": false, "debug": false, "devel": false, "eqeqeq": false, "eqnull": true, "evil": true, "expr": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false} +{"bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "globals": {"console": true, "prompt": true, "alert": true}} +{"node": false, "browser": true, "esnext": true, "bitwise": true, "curly": true, "eqeqeq": true, "eqnull": true, "forin": false, "immed": true, "indent": 4, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "onevar": true, "strict": true, "trailing": true, "undef": true, "unused": true, "quotmark": "single", "maxcomplexity": 10, "maxerr": 50, "maxlen": 120, "globals": {"angular": false}} +{"asi": true, "curly": true, "eqeqeq": true, "freeze": true, "indent": 2, "newcap": false, "quotmark": "single", "maxdepth": 3, "maxstatements": 50, "maxlen": 80, "eqnull": true, "funcscope": true, "undef": true, "unused": true, "node": true, "mocha": true} +{"bitwise": true, "camelcase": true, "boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": true, "regexp": true, "strict": true, "sub": true, "trailing": true, "undef": true, "unused": true, "white": true} +{"maxerr": 100, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "indent": 2, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": true, "trailing": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": true, "esnext": true, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "nomen": false, "onevar": false, "passfail": false, "white": true, "globals": {"_": false, "it": false, "underscore": false, "define": false, "describe": false, "expect": false, "module": true, "Intention": true}} +{"globals": {"require": false, "module": false, "exports": false, "console": false, "self": false, "alert": false, "llmr": false}, "newcap": false, "browser": true, "globalstrict": true, "trailing": true, "undef": true, "unused": true, "debug": true} +{"esnext": true, "node": true, "browser": true, "nomen": false, "bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "regexp": true, "undef": true, "unused": false, "trailing": true, "indent": 4, "onevar": true, "white": true, "quotmark": "single", "predef": {"module": true, "require": true, "cordova": true, "AllJoynWinRTComponent": true, "AllJoyn": true, "it": true, "expect": true, "describe": true, "beforeEach": true, "afterEach": true}} +{"node": true, "esnext": true, "esversion": 6, "asi": true, "curly": true, "latedef": true, "quotmark": true, "undef": true, "unused": true, "trailing": true} +{"strict": false, "quotmark": false, "onevar": true, "sub": true, "boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "globals": {"window": true, "module": true, "define": true, "Cookie": true, "DataAPI": true, "escape": true, "unescape": true, "console": true, "sjcl": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "smarttabs": true, "trailing": true, "unused": true, "node": true} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "eqnull": true, "esnext": true, "evil": true, "forin": false, "immed": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 4, "newcap": true, "noarg": true, "node": true, "nonew": true, "onevar": true, "quotmark": "single", "smarttabs": true, "strict": true, "trailing": true, "undef": true, "unused": "vars", "white": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "browser": true, "devel": true, "globals": {"define": true, "require": true}} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "_selectonic"]} +{"asi": true, "lastsemic": true, "laxbreak": true, "sub": true} +{"browser": true, "devel": true, "eqeqeq": true, "esversion": 8, "globals": {"browser": false, "self": false}, "laxbreak": true, "newcap": false, "nonew": false, "strict": "global", "sub": true, "undef": true, "unused": true, "validthis": true} +{"browser": true, "node": true, "es5": true, "predef": ["define", "module", "system"], "boss": true, "curly": true, "eqnull": true, "expr": true, "globalstrict": false, "laxbreak": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "quotmark": "single", "strict": false, "trailing": true, "undef": true, "unused": true, "maxdepth": 3, "maxcomplexity": 4} +{"asi": false, "bitwise": true, "boss": false, "curly": true, "debug": false, "devel": false, "eqeqeq": true, "evil": false, "expr": true, "forin": false, "immed": true, "latedef": false, "laxbreak": false, "multistr": true, "newcap": true, "noarg": true, "node": true, "noempty": false, "nonew": true, "onevar": false, "plusplus": false, "regexp": false, "strict": false, "sub": false, "trailing": true, "undef": true, "unused": "vars", "browser": true} +{"bitwise": true, "camelcase": false, "freeze": true, "indent": 2, "nonbsp": true, "nonew": true, "unused": true, "strict": true, "trailing": true, "curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "undef": true, "laxcomma": true, "node": true} +{"browser": true, "unused": true, "undef": true, "globals": {"Zdog": false}} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "undef": true, "strict": false, "trailing": false, "smarttabs": true, "globals": {"RocknrollcallYeoman": true, "jQuery": true, "Ember": true, "Handlebars": true, "DS": true}} +{"browser": true, "browserify": true, "indent": 2, "maxlen": 200, "mocha": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "strict": false, "sub": true, "trailing": true, "undef": true, "unused": true, "globals": {"assert": true, "sinon": true}} +{"undef": true, "unused": true, "predef": ["require", "angular", "gapi", "Util"]} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": false, "noarg": true, "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": true, "smarttabs": true, "white": false, "globals": {"it": true, "describe": true, "before": true, "beforeEach": true, "after": true, "afterEach": true}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": false, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": false, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": true, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": true, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {"require": true, "exports": true, "module": true}} +{"bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "latedef": "nofunc", "newcap": true, "noarg": true, "nonew": true, "quotmark": "single", "strict": false, "maxdepth": 3, "maxstatements": 15, "maxlen": 100, "esnext": true, "funcscope": true, "globalstrict": true, "node": true, "mocha": true, "globals": {"define": false, "expect": false}} +{"browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": true, "newcap": false, "noarg": true, "quotmark": "single", "undef": true, "unused": "vars", "strict": true, "trailing": true, "nonew": true, "maxlen": 110, "white": true, "globals": {"angular": false, "define": false, "require": false}} +{"predef": ["document", "window", "-Promise", "_"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "esnext": true, "forin": true, "freeze": true, "immed": true, "indent": 2, "laxbreak": true, "maxlen": 10000, "newcap": true, "noarg": true, "node": true, "noempty": true, "nonbsp": true, "nonew": true, "strict": true, "undef": true, "unused": true, "loopfunc": true} +{"extends": ".jshintrc", "expr": true, "globals": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "browser": true, "expect": true}} +{"extends": ".jshintrc", "expr": true, "globals": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "browser": true, "expect": true}} +{"bitwise": true, "immed": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "trailing": true, "maxlen": 200, "boss": true, "eqnull": true, "expr": true, "globalstrict": true, "laxbreak": true, "loopfunc": true, "sub": true, "undef": true, "indent": 2} +{"browser": true, "es3": true, "immed": true, "latedef": "nofunc", "nonbsp": true, "undef": true, "unused": true, "newcap": false, "noempty": false, "strict": false, "boss": true, "eqnull": true, "evil": true, "expr": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "validthis": true, "predef": ["CKEDITOR", "assert", "arrayAssert", "bender", "JSON", "objectAssert", "resume", "sinon", "wait", "YUITest"]} +{"browser": true, "es3": true, "immed": true, "latedef": "nofunc", "nonbsp": true, "undef": true, "unused": true, "newcap": false, "noempty": false, "strict": false, "boss": true, "eqnull": true, "evil": true, "expr": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "validthis": true, "predef": ["CKEDITOR", "assert", "arrayAssert", "bender", "JSON", "objectAssert", "resume", "sinon", "wait", "YUITest"]} +{"browser": true, "es3": true, "immed": true, "latedef": "nofunc", "nonbsp": true, "undef": true, "unused": true, "newcap": false, "noempty": false, "strict": false, "boss": true, "eqnull": true, "evil": true, "expr": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "validthis": true, "predef": ["CKEDITOR", "assert", "arrayAssert", "bender", "JSON", "objectAssert", "resume", "sinon", "wait", "YUITest"]} +{"browser": true, "es3": true, "immed": true, "latedef": "nofunc", "nonbsp": true, "undef": true, "unused": true, "newcap": false, "noempty": false, "strict": false, "boss": true, "eqnull": true, "evil": true, "expr": true, "funcscope": true, "globalstrict": true, "loopfunc": true, "validthis": true, "predef": ["CKEDITOR", "assert", "arrayAssert", "bender", "JSON", "objectAssert", "resume", "sinon", "wait", "YUITest"]} +{"node": true, "browser": false, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": "vars", "strict": true, "trailing": true, "smarttabs": false, "globals": {}, "predef": ["require", "exports", "module", "describe", "it", "before", "after", "beforeEach", "afterEach"], "indent": 4, "devel": true, "noempty": true} +{"undef": true, "unused": false, "strict": false, "curly": false, "newcap": true, "trailing": true, "white": false, "quotmark": false, "browser": true, "boss": true, "predef": ["module", "require", "console", "kity", "KityMinder", "KM", "Minder", "MinderNode", "MinderEvent", "Command", "KITYMINDER_CONFIG", "keymap", "Utils", "utils", "$", "KM", "keymap", "baidu", "browser", "FUI", "fio", "Promise"]} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 2, "latedef": true, "maxdepth": 6, "maxparams": 6, "maxstatements": 50, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "trailing": true, "undef": true, "unused": "vars", "immed": true, "jquery": true, "predef": ["alert", "confirm", "console", "escape", "define", "module", "require"]} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 2, "latedef": true, "maxdepth": 6, "maxparams": 6, "maxstatements": 50, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "trailing": true, "undef": true, "unused": "vars", "immed": true, "jquery": true, "predef": ["alert", "confirm", "console", "escape", "define", "module", "require"]} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 2, "latedef": true, "maxdepth": 6, "maxparams": 6, "maxstatements": 50, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "trailing": true, "undef": true, "unused": "vars", "immed": true, "jquery": true, "predef": ["alert", "confirm", "console", "escape", "define", "module", "require"]} +{"bitwise": true, "browser": true, "camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "indent": 2, "latedef": true, "maxdepth": 6, "maxparams": 6, "maxstatements": 50, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "nonew": true, "quotmark": "single", "trailing": true, "undef": true, "unused": "vars", "immed": true, "jquery": true, "predef": ["alert", "confirm", "console", "escape", "define", "module", "require"]} +{"node": true, "jquery": true, "predef": ["OpenProject", "_", "moment", "angular", "inject", "module", "I18n", "gon", "Ajax", "context", "expect", "element", "describe", "xdescribe", "it", "xit", "beforeEach", "before", "afterEach", "after", "sinon", "Factory", "browser", "by"], "asi": false, "bitwise": true, "browser": true, "camelcase": true, "curly": true, "forin": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "noempty": true, "nonew": true, "maxlen": 120, "quotmark": true, "sub": true, "undef": true, "unused": true, "eqeqeq": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "es3": true, "forin": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonbsp": true, "quotmark": "double", "strict": true, "undef": true, "unused": true, "globals": {"CSSLint": true}} +{"globals": {"sails": true}, "node": true, "asi": true, "esversion": 6} +{"globals": {"sails": true}, "node": true, "asi": true, "esversion": 6} +{"globals": {"sails": true}, "node": true, "asi": true, "esversion": 6} +{"globals": {"sails": true}, "node": true, "asi": true, "esversion": 6} +{"node": true, "indent": 4, "browser": true, "freeze": true, "boss": true, "curly": true, "devel": true, "esnext": true, "eqnull": true, "eqeqeq": true, "expr": true, "notypeof": true, "noarg": true, "funcscope": true, "globalstrict": false, "loopfunc": true, "noempty": true, "nonstandard": true, "onecase": true, "sub": true, "regexdash": true, "trailing": true, "undef": true, "unused": "vars", "globals": {"L": true, "describe": true, "it": true, "sinon": true, "_": true, "before": true, "beforeEach": true, "afterEach": true, "WebGLRenderingContext": true, "makeScene": true}} +{"esversion": 9, "laxbreak": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "$", "console", "$f", "picturefill", "videojs"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "$", "console", "$f", "picturefill", "videojs"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "$", "console", "$f", "picturefill", "videojs"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": true, "boss": true, "eqnull": true, "browser": true, "predef": ["jQuery", "$", "console", "$f", "picturefill", "videojs"]} +{"globals": {"setTimeout": false, "clearTimeout": false, "require": false, "ArrayBuffer": false, "Uint8Array": false, "Int8Array": false, "Uint16Array": false, "Int16Array": false, "Uint32Array": false, "Int32Array": false, "Float32Array": false, "module": false}} +{"globals": {"setTimeout": false, "clearTimeout": false, "require": false, "ArrayBuffer": false, "Uint8Array": false, "Int8Array": false, "Uint16Array": false, "Int16Array": false, "Uint32Array": false, "Int32Array": false, "Float32Array": false, "module": false}} +{"extends": ".jshintrc", "expr": true, "globals": {"describe": true, "it": true, "before": true, "beforeEach": true, "after": true, "afterEach": true, "browser": true, "expect": true}} +{"browser": true, "node": true, "curly": true, "eqeqeq": true, "newcap": false, "noarg": true, "nonew": true, "quotmark": "double", "strict": true, "trailing": true, "undef": true, "unused": true, "globals": {"bootstrap": false, "cajaVM": false, "define": false, "ReturnValue": false, "ses": false, "setImmediate": false, "Q": true}} +{"browser": true, "node": true, "curly": true, "eqeqeq": true, "newcap": false, "noarg": true, "nonew": true, "quotmark": "double", "strict": true, "trailing": true, "undef": true, "unused": true, "globals": {"bootstrap": false, "cajaVM": false, "define": false, "ReturnValue": false, "ses": false, "setImmediate": false, "Q": true}} +{"browser": true, "node": true, "curly": true, "eqeqeq": true, "newcap": false, "noarg": true, "nonew": true, "quotmark": "double", "strict": true, "trailing": true, "undef": true, "unused": true, "globals": {"bootstrap": false, "cajaVM": false, "define": false, "ReturnValue": false, "ses": false, "setImmediate": false, "Q": true}} +{"browser": true, "node": true, "curly": true, "eqeqeq": true, "newcap": false, "noarg": true, "nonew": true, "quotmark": "double", "strict": true, "trailing": true, "undef": true, "unused": true, "globals": {"bootstrap": false, "cajaVM": false, "define": false, "ReturnValue": false, "ses": false, "setImmediate": false, "Q": true}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": true, "unused": true, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"maxerr": 100, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": true, "mootools": false, "node": false, "nonstandard": false, "prototypejs": false, "rhino": false, "worker": false, "wsh": false, "yui": false, "globals": {"after": true, "afterEach": true, "before": true, "beforeEach": true, "describe": true, "define": true, "expect": true, "it": true, "runs": true, "spyOn": true, "unescape": true, "waits": true, "waitsFor": true, "require": true, "DJ": true}} +{"camelcase": true, "curly": true, "eqeqeq": true, "evil": true, "globalstrict": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true, "white": true, "globals": {"MessageChannel": false, "self": false}} +{"camelcase": true, "curly": true, "eqeqeq": true, "evil": true, "globalstrict": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "node": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true, "white": true, "globals": {"MessageChannel": false, "self": false}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "freeze": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "freeze": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "freeze": true, "forin": true, "immed": false, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "es5": false, "esnext": false, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"nonbsp": true, "trailing": true, "indent": 4, "quotmark": "single", "eqeqeq": true, "curly": true, "forin": true, "latedef": true, "immed": true, "newcap": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "browser": true, "globals": {"jQuery": false}} +{"nonbsp": true, "trailing": true, "indent": 4, "quotmark": "single", "eqeqeq": true, "curly": true, "forin": true, "latedef": true, "immed": true, "newcap": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "browser": true, "globals": {"jQuery": false}} +{"nonbsp": true, "trailing": true, "indent": 4, "quotmark": "single", "eqeqeq": true, "curly": true, "forin": true, "latedef": true, "immed": true, "newcap": true, "noempty": true, "nonew": true, "undef": true, "unused": true, "strict": true, "browser": true, "globals": {"jQuery": false}} +{"predef": ["document", "window", "describe", "it", "jasmine", "expect"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"predef": ["document", "window", "describe", "it", "jasmine", "expect"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"predef": ["document", "window", "describe", "it", "jasmine", "expect"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"predef": ["document", "window", "describe", "it", "jasmine", "expect"], "browser": true, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": true, "forin": false, "immed": false, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": false, "eqnull": true, "esnext": true, "unused": true} +{"predef": ["document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach"], "node": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": false, "trailing": false, "globalstrict": true, "nonstandard": true, "white": false, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars"} +{"predef": ["document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach"], "node": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": false, "trailing": false, "globalstrict": true, "nonstandard": true, "white": false, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars"} +{"predef": ["document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach"], "node": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": false, "trailing": false, "globalstrict": true, "nonstandard": true, "white": false, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars"} +{"predef": ["document", "module", "require", "__dirname", "process", "console", "it", "xit", "describe", "xdescribe", "before", "beforeEach", "after", "afterEach"], "node": true, "bitwise": true, "curly": true, "eqeqeq": true, "forin": false, "immed": true, "latedef": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "undef": true, "strict": false, "trailing": false, "globalstrict": true, "nonstandard": true, "white": false, "indent": 2, "expr": true, "multistr": true, "onevar": false, "unused": "vars"} +{"evil": true} +{"node": true, "browser": true, "esnext": true, "camelcase": true, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "smarttabs": true, "jquery": true, "evil": true, "globals": {"angular": false, "FileAPI": false, "ngFileUpload": true, "FormData": true, "Blob": true, "ActiveXObject": false, "$document": false}} +{"node": true, "browser": true, "esnext": true, "camelcase": true, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "smarttabs": true, "jquery": true, "evil": true, "globals": {"angular": false, "FileAPI": false, "ngFileUpload": true, "FormData": true, "Blob": true, "ActiveXObject": false, "$document": false}} +{"node": true, "browser": true, "esnext": true, "camelcase": true, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "smarttabs": true, "jquery": true, "evil": true, "globals": {"angular": false, "FileAPI": false, "ngFileUpload": true, "FormData": true, "Blob": true, "ActiveXObject": false, "$document": false}} +{"node": true, "browser": true, "esnext": true, "camelcase": true, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "indent": 4, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "trailing": true, "smarttabs": true, "jquery": true, "evil": true, "globals": {"angular": false, "FileAPI": false, "ngFileUpload": true, "FormData": true, "Blob": true, "ActiveXObject": false, "$document": false}} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "expr": true, "jquery": true, "noarg": true, "onevar": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "expr": true, "jquery": true, "noarg": true, "onevar": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "expr": true, "jquery": true, "noarg": true, "onevar": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true} +{"browser": true, "curly": true, "eqnull": true, "eqeqeq": true, "expr": true, "jquery": true, "noarg": true, "onevar": true, "quotmark": "double", "trailing": true, "undef": true, "unused": true} +{"laxcomma": true, "sub": true, "onecase": true, "node": true} +{"laxcomma": true, "sub": true, "onecase": true, "node": true} +{"predef": ["require", "provide", "module", "exports", "process", "describe", "context", "it", "beforeEach", "afterEach"], "indent": 2, "maxdepth": 6, "maxlen": 120, "bitwise": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": true, "asi": true, "boss": true, "eqnull": true, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "nonstandard": true, "nomen": false, "onevar": false, "passfail": false, "devel": false} +{"predef": ["require", "provide", "module", "exports", "process", "describe", "context", "it", "beforeEach", "afterEach"], "indent": 2, "maxdepth": 6, "maxlen": 120, "bitwise": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": true, "asi": true, "boss": true, "eqnull": true, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "nonstandard": true, "nomen": false, "onevar": false, "passfail": false, "devel": false} +{"predef": ["require", "provide", "module", "exports", "process", "describe", "context", "it", "beforeEach", "afterEach"], "indent": 2, "maxdepth": 6, "maxlen": 120, "bitwise": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": true, "asi": true, "boss": true, "eqnull": true, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "nonstandard": true, "nomen": false, "onevar": false, "passfail": false, "devel": false} +{"predef": ["require", "provide", "module", "exports", "process", "describe", "context", "it", "beforeEach", "afterEach"], "indent": 2, "maxdepth": 6, "maxlen": 120, "bitwise": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": false, "noempty": true, "nonew": false, "plusplus": false, "quotmark": "single", "regexp": false, "undef": true, "unused": "vars", "strict": false, "trailing": true, "asi": true, "boss": true, "eqnull": true, "es5": false, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": true, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "nonstandard": true, "nomen": false, "onevar": false, "passfail": false, "devel": false} +{"passfail": false, "maxerr": 50, "browser": false, "node": true, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "predef": [], "debug": false, "devel": false, "es5": false, "strict": false, "globalstrict": false, "asi": false, "laxbreak": false, "bitwise": false, "boss": true, "curly": true, "eqeqeq": false, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": false, "latedef": false, "loopfunc": false, "noarg": false, "regexp": false, "regexdash": false, "scripturl": false, "shadow": false, "supernew": false, "undef": true, "validthis": false, "smarttabs": false, "proto": false, "onecase": false, "nonstandard": false, "multistr": false, "laxcomma": false, "lastsemic": false, "iterator": false, "funcscope": false, "esnext": false, "newcap": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "sub": true, "trailing": true, "white": false, "indent": 4} +{"predef": ["jasmine", "spyOn", "it", "console", "describe", "expect", "beforeEach", "waits", "waitsFor", "runs", "unescape", "alert", "confirm", "prompt", "assert", "assertEqual", "define"], "node": true, "es5": true, "browser": true, "jquery": true, "boss": false, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": true, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": true, "smarttabs": true, "loopfunc": true, "globalstrict": true} +{"predef": ["jasmine", "spyOn", "it", "console", "describe", "expect", "beforeEach", "waits", "waitsFor", "runs", "unescape", "alert", "confirm", "prompt", "assert", "assertEqual", "define"], "node": true, "es5": true, "browser": true, "jquery": true, "boss": false, "curly": false, "debug": false, "devel": false, "eqeqeq": true, "evil": true, "forin": false, "immed": true, "laxbreak": false, "newcap": true, "noarg": true, "noempty": false, "nonew": false, "nomen": false, "onevar": false, "plusplus": false, "regexp": false, "undef": true, "sub": true, "strict": false, "white": true, "smarttabs": true, "loopfunc": true, "globalstrict": true} +{"globals": {"define": false, "Promise": false}, "node": true, "browser": true, "devel": true, "sub": true, "expr": true, "undef": true, "unused": true, "smarttabs": true, "laxbreak": true, "curly": true, "eqeqeq": true, "nonew": true, "latedef": true, "loopfunc": true} +{"browserify": true, "latedef": "nofunc", "unused": true} +{"browserify": true, "latedef": "nofunc", "unused": true} +{"browserify": true, "latedef": "nofunc", "unused": true} +{"browserify": true, "latedef": "nofunc", "unused": true} +{"esversion": 6, "undef": true, "node": true} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"maxerr": 50, "bitwise": true, "camelcase": false, "curly": true, "eqeqeq": true, "forin": true, "freeze": true, "immed": false, "latedef": false, "newcap": false, "noarg": true, "noempty": true, "nonbsp": true, "nonew": false, "plusplus": false, "quotmark": false, "undef": true, "unused": true, "strict": true, "maxparams": false, "maxdepth": false, "maxstatements": false, "maxcomplexity": false, "maxlen": false, "varstmt": false, "asi": false, "boss": false, "debug": false, "eqnull": false, "esversion": 6, "moz": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "noyield": false, "notypeof": false, "proto": false, "scripturl": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "browserify": false, "couch": false, "devel": true, "dojo": false, "jasmine": false, "jquery": false, "mocha": true, "mootools": false, "node": false, "nonstandard": false, "phantom": false, "prototypejs": false, "qunit": false, "rhino": false, "shelljs": false, "typed": false, "worker": false, "wsh": false, "yui": false, "globals": {}} +{"browser": false, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": false, "forin": true, "immed": true, "indent": 4, "jquery": true, "laxbreak": false, "laxcomma": true, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "nomen": false, "onevar": true, "plusplus": false, "regexp": false, "trailing": true, "undef": true, "sub": false, "strict": true, "globalstrict": true, "white": true, "node": true} +{"browser": false, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": false, "forin": true, "immed": true, "indent": 4, "jquery": true, "laxbreak": false, "laxcomma": true, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "nomen": false, "onevar": true, "plusplus": false, "regexp": false, "trailing": true, "undef": true, "sub": false, "strict": true, "globalstrict": true, "white": true, "node": true} +{"browser": false, "boss": true, "curly": true, "debug": false, "devel": true, "eqeqeq": true, "evil": false, "forin": true, "immed": true, "indent": 4, "jquery": true, "laxbreak": false, "laxcomma": true, "newcap": true, "noarg": false, "noempty": true, "nonew": true, "nomen": false, "onevar": true, "plusplus": false, "regexp": false, "trailing": true, "undef": true, "sub": false, "strict": true, "globalstrict": true, "white": true, "node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"indent": 3, "quotmark": "single", "laxbreak": true, "sub": true} +{"indent": 3, "quotmark": "single", "laxbreak": true, "sub": true} +{"indent": 3, "quotmark": "single", "laxbreak": true, "sub": true} +{"indent": 3, "quotmark": "single", "laxbreak": true, "sub": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "node": true, "esnext": true, "globals": {"afterEach": false, "beforeEach": false, "define": false, "describe": false, "it": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "node": true, "esnext": true, "globals": {"afterEach": false, "beforeEach": false, "define": false, "describe": false, "it": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "node": true, "esnext": true, "globals": {"afterEach": false, "beforeEach": false, "define": false, "describe": false, "it": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "smarttabs": true, "trailing": true, "undef": true, "unused": true, "node": true, "esnext": true, "globals": {"afterEach": false, "beforeEach": false, "define": false, "describe": false, "it": false}} +{"node": true, "browser": true} +{"node": true, "browser": true} +{"laxbreak": true} +{"laxbreak": true} +{"laxbreak": true} +{"laxbreak": true} +{"esnext": true, "node": true, "browser": true, "nomen": false, "bitwise": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "unused": true, "trailing": true, "indent": 4, "onevar": true, "white": true, "quotmark": "single", "predef": {}} +{"esnext": true, "node": true, "browser": true, "nomen": false, "bitwise": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "unused": true, "trailing": true, "indent": 4, "onevar": true, "white": true, "quotmark": "single", "predef": {}} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": false, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": false} +{"node": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": false, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "white": false} +{"node": true, "browser": true, "es5": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": false, "strict": false, "trailing": true, "smarttabs": false, "predef": ["define", "require", "exports", "module", "describe", "before", "beforeEach", "after", "afterEach", "it"], "indent": 2, "maxlen": 240, "devel": false, "noempty": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "strict": true, "trailing": true, "undef": false, "unused": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "asi": true, "eqnull": true, "funcscope": true, "sub": true, "browser": true, "jquery": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "strict": true, "trailing": true, "undef": false, "unused": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "asi": true, "eqnull": true, "funcscope": true, "sub": true, "browser": true, "jquery": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "strict": true, "trailing": true, "undef": false, "unused": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "asi": true, "eqnull": true, "funcscope": true, "sub": true, "browser": true, "jquery": true} +{"camelcase": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "strict": true, "trailing": true, "undef": false, "unused": true, "maxparams": 10, "maxdepth": 5, "maxstatements": 25, "maxcomplexity": 10, "asi": true, "eqnull": true, "funcscope": true, "sub": true, "browser": true, "jquery": true} +{"predef": ["angular"], "passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "debug": false, "devel": true, "strict": true, "globalstrict": false, "asi": false, "bitwise": true, "boss": false, "camelcase": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "laxbreak": false, "laxcomma": true, "latedef": true, "loopfunc": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "sub": false, "supernew": false, "trailing": true, "undef": true, "white": true} +{"predef": ["angular"], "passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "debug": false, "devel": true, "strict": true, "globalstrict": false, "asi": false, "bitwise": true, "boss": false, "camelcase": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "laxbreak": false, "laxcomma": true, "latedef": true, "loopfunc": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "sub": false, "supernew": false, "trailing": true, "undef": true, "white": true} +{"predef": ["angular"], "passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": false, "jquery": false, "prototypejs": false, "mootools": false, "dojo": false, "debug": false, "devel": true, "strict": true, "globalstrict": false, "asi": false, "bitwise": true, "boss": false, "camelcase": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": false, "expr": false, "forin": false, "immed": true, "indent": 2, "laxbreak": false, "laxcomma": true, "latedef": true, "loopfunc": false, "newcap": true, "noarg": true, "noempty": false, "nonew": true, "nomen": false, "onevar": false, "plusplus": false, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "sub": false, "supernew": false, "trailing": true, "undef": true, "white": true} +{"multistr": true} +{"node": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "predef": ["window", "document", "Image", "unused", "Editor", "EditorUI", "Helper", "_Scene", "Mousetrap", "Polymer", "sinon", "after", "afterAll", "afterEach", "assert", "before", "beforeAll", "beforeEach", "describe", "expect", "it", "cc", "CC_EDITOR", "CC_TEST"]} +{"node": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "predef": ["window", "document", "Image", "unused", "Editor", "EditorUI", "Helper", "_Scene", "Mousetrap", "Polymer", "sinon", "after", "afterAll", "afterEach", "assert", "before", "beforeAll", "beforeEach", "describe", "expect", "it", "cc", "CC_EDITOR", "CC_TEST"]} +{"node": true, "esnext": true, "bitwise": false, "camelcase": false, "curly": false, "eqeqeq": true, "immed": true, "indent": 2, "latedef": false, "newcap": false, "noarg": true, "quotmark": "single", "undef": true, "unused": true, "strict": true, "predef": ["window", "document", "Image", "unused", "Editor", "EditorUI", "Helper", "_Scene", "Mousetrap", "Polymer", "sinon", "after", "afterAll", "afterEach", "assert", "before", "beforeAll", "beforeEach", "describe", "expect", "it", "cc", "CC_EDITOR", "CC_TEST"]} +{"asi": false, "boss": false, "debug": false, "evil": false, "bitwise": true, "browser": true, "browserify": true, "curly": true, "eqeqeq": true, "funcscope": true, "jasmine": true, "mocha": true, "maxcomplexity": 32, "maxdepth": 12, "maxparams": 12, "nocomma": true, "nonbsp": true, "nonew": true, "notypeof": false, "node": true, "esnext": true, "globals": {"jquery": true, "$": true}, "globalstrict": false, "immed": true, "newcap": true, "plusplus": true, "predef": ["$"], "phantom": true, "shadow": true, "singleGroups": false, "quotmark": "double", "strict": false, "undef": true, "unused": true, "validthis": true, "withstmt": false} +{"asi": false, "boss": false, "debug": false, "evil": false, "bitwise": true, "browser": true, "browserify": true, "curly": true, "eqeqeq": true, "funcscope": true, "jasmine": true, "mocha": true, "maxcomplexity": 32, "maxdepth": 12, "maxparams": 12, "nocomma": true, "nonbsp": true, "nonew": true, "notypeof": false, "node": true, "esnext": true, "globals": {"jquery": true, "$": true}, "globalstrict": false, "immed": true, "newcap": true, "plusplus": true, "predef": ["$"], "phantom": true, "shadow": true, "singleGroups": false, "quotmark": "double", "strict": false, "undef": true, "unused": true, "validthis": true, "withstmt": false} +{"asi": false, "boss": false, "debug": false, "evil": false, "bitwise": true, "browser": true, "browserify": true, "curly": true, "eqeqeq": true, "funcscope": true, "jasmine": true, "mocha": true, "maxcomplexity": 32, "maxdepth": 12, "maxparams": 12, "nocomma": true, "nonbsp": true, "nonew": true, "notypeof": false, "node": true, "esnext": true, "globals": {"jquery": true, "$": true}, "globalstrict": false, "immed": true, "newcap": true, "plusplus": true, "predef": ["$"], "phantom": true, "shadow": true, "singleGroups": false, "quotmark": "double", "strict": false, "undef": true, "unused": true, "validthis": true, "withstmt": false} +{"asi": false, "boss": false, "debug": false, "evil": false, "bitwise": true, "browser": true, "browserify": true, "curly": true, "eqeqeq": true, "funcscope": true, "jasmine": true, "mocha": true, "maxcomplexity": 32, "maxdepth": 12, "maxparams": 12, "nocomma": true, "nonbsp": true, "nonew": true, "notypeof": false, "node": true, "esnext": true, "globals": {"jquery": true, "$": true}, "globalstrict": false, "immed": true, "newcap": true, "plusplus": true, "predef": ["$"], "phantom": true, "shadow": true, "singleGroups": false, "quotmark": "double", "strict": false, "undef": true, "unused": true, "validthis": true, "withstmt": false} +{"node": true} +{"node": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "double", "smarttabs": true, "trailing": true, "undef": true, "unused": true, "browser": true, "jquery": true, "globals": {"Globalize": false}} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["angular", "test", "ok", "require", "process", "assert", "it", "describe", "should", "module", "__dirname"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": true, "unused": true, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2, "maxdepth": 3, "maxcomplexity": 7, "maxparams": 3, "maxstatements": 40} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["angular", "test", "ok", "require", "process", "assert", "it", "describe", "should", "module", "__dirname"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": true, "unused": true, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2, "maxdepth": 3, "maxcomplexity": 7, "maxparams": 3, "maxstatements": 40} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["angular", "test", "ok", "require", "process", "assert", "it", "describe", "should", "module", "__dirname"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": true, "unused": true, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2, "maxdepth": 3, "maxcomplexity": 7, "maxparams": 3, "maxstatements": 40} +{"passfail": false, "maxerr": 100, "browser": true, "node": false, "rhino": false, "couch": false, "wsh": true, "jquery": true, "prototypejs": false, "mootools": false, "dojo": false, "predef": ["angular", "test", "ok", "require", "process", "assert", "it", "describe", "should", "module", "__dirname"], "debug": false, "devel": true, "es5": false, "strict": false, "globalstrict": false, "asi": true, "laxbreak": true, "bitwise": true, "boss": false, "curly": true, "eqeqeq": true, "eqnull": false, "evil": true, "expr": false, "forin": false, "immed": true, "latedef": true, "loopfunc": false, "noarg": true, "regexp": true, "regexdash": false, "scripturl": true, "shadow": false, "supernew": false, "undef": true, "unused": true, "newcap": true, "noempty": true, "nonew": true, "nomen": true, "onevar": false, "plusplus": false, "sub": false, "trailing": true, "white": true, "indent": 2, "maxdepth": 3, "maxcomplexity": 7, "maxparams": 3, "maxstatements": 40} +{"predef": ["define", "ActiveXObject", "XDomainRequest"], "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false} +{"predef": ["define", "ActiveXObject", "XDomainRequest"], "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false} +{"predef": ["define", "ActiveXObject", "XDomainRequest"], "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false} +{"predef": ["define", "ActiveXObject", "XDomainRequest"], "bitwise": true, "camelcase": false, "curly": false, "eqeqeq": false, "forin": false, "immed": false, "latedef": false, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": false, "quotmark": true, "regexp": false, "undef": true, "unused": true, "strict": false, "trailing": true, "maxlen": 120, "asi": true, "boss": true, "debug": true, "eqnull": true, "esnext": true, "evil": true, "expr": true, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": true, "laxbreak": true, "laxcomma": true, "loopfunc": true, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": true, "smarttabs": false, "shadow": false, "sub": true, "supernew": false, "validthis": true, "browser": true, "couch": false, "devel": false, "dojo": false, "mootools": false, "node": true, "nonstandard": true, "prototypejs": false, "rhino": false, "worker": true, "wsh": false, "nomen": false, "onevar": false, "passfail": false} +{"laxbreak": true} +{"laxbreak": true} +{"laxbreak": true} +{"laxbreak": true} +{"esversion": 6} +{"esversion": 6} +{"esversion": 6} +{"esversion": 6} +{"globals": {"beforeEach": false, "before": false, "after": false, "afterEach": false, "console": false, "describe": false, "xdescribe": false, "expect": false, "inject": false, "it": false, "xit": false, "jasmine": false, "moment": false, "require": false, "requirejs": false, "runs": false, "spyOn": false, "waits": false, "waitsFor": false, "assert": false, "sinon": false, "element": false, "by": false, "browser": false}, "predef": ["beforeEach", "before", "afterEach", "after", "console", "describe", "xdescribe", "expect", "inject", "it", "xit", "jasmine", "moment", "require", "requirejs", "runs", "spyOn", "waits", "waitsFor", "assert", "sinon", "element", "by", "browser"], "bitwise": true, "browser": true, "camelcase": false, "curly": true, "debug": false, "devel": true, "dojo": true, "forin": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 5, "newcap": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "unused": false, "strict": true} +{"globals": {"beforeEach": false, "before": false, "after": false, "afterEach": false, "console": false, "describe": false, "xdescribe": false, "expect": false, "inject": false, "it": false, "xit": false, "jasmine": false, "moment": false, "require": false, "requirejs": false, "runs": false, "spyOn": false, "waits": false, "waitsFor": false, "assert": false, "sinon": false, "element": false, "by": false, "browser": false}, "predef": ["beforeEach", "before", "afterEach", "after", "console", "describe", "xdescribe", "expect", "inject", "it", "xit", "jasmine", "moment", "require", "requirejs", "runs", "spyOn", "waits", "waitsFor", "assert", "sinon", "element", "by", "browser"], "bitwise": true, "browser": true, "camelcase": false, "curly": true, "debug": false, "devel": true, "dojo": true, "forin": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 5, "newcap": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "unused": false, "strict": true} +{"globals": {"beforeEach": false, "before": false, "after": false, "afterEach": false, "console": false, "describe": false, "xdescribe": false, "expect": false, "inject": false, "it": false, "xit": false, "jasmine": false, "moment": false, "require": false, "requirejs": false, "runs": false, "spyOn": false, "waits": false, "waitsFor": false, "assert": false, "sinon": false, "element": false, "by": false, "browser": false}, "predef": ["beforeEach", "before", "afterEach", "after", "console", "describe", "xdescribe", "expect", "inject", "it", "xit", "jasmine", "moment", "require", "requirejs", "runs", "spyOn", "waits", "waitsFor", "assert", "sinon", "element", "by", "browser"], "bitwise": true, "browser": true, "camelcase": false, "curly": true, "debug": false, "devel": true, "dojo": true, "forin": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 5, "newcap": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "unused": false, "strict": true} +{"globals": {"beforeEach": false, "before": false, "after": false, "afterEach": false, "console": false, "describe": false, "xdescribe": false, "expect": false, "inject": false, "it": false, "xit": false, "jasmine": false, "moment": false, "require": false, "requirejs": false, "runs": false, "spyOn": false, "waits": false, "waitsFor": false, "assert": false, "sinon": false, "element": false, "by": false, "browser": false}, "predef": ["beforeEach", "before", "afterEach", "after", "console", "describe", "xdescribe", "expect", "inject", "it", "xit", "jasmine", "moment", "require", "requirejs", "runs", "spyOn", "waits", "waitsFor", "assert", "sinon", "element", "by", "browser"], "bitwise": true, "browser": true, "camelcase": false, "curly": true, "debug": false, "devel": true, "dojo": true, "forin": true, "indent": 4, "latedef": true, "maxdepth": 4, "maxparams": 5, "newcap": true, "node": true, "noempty": true, "nonstandard": true, "quotmark": "single", "sub": true, "trailing": true, "undef": true, "unused": false, "strict": true} +{"esnext": true, "node": true, "browser": true, "predef": ["Event"], "globalstrict": true, "newcap": false, "sub": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"node": true, "browser": true, "esnext": true, "bitwise": false, "curly": false, "eqeqeq": true, "eqnull": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "quotmark": "single", "undef": true, "strict": false, "trailing": true, "smarttabs": true} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": false, "unused": false, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": false, "unused": false, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": false, "unused": false, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"boss": true, "curly": true, "eqeqeq": true, "eqnull": true, "es3": true, "expr": true, "immed": true, "noarg": true, "onevar": true, "quotmark": "single", "trailing": true, "undef": false, "unused": false, "browser": true, "globals": {"_": false, "Backbone": false, "jQuery": false, "wp": false}} +{"browser": true, "evil": true, "wsh": true, "trailing": false, "smarttabs": false, "sub": true, "supernew": true, "laxbreak": true, "eqeqeq": false, "eqnull": true, "loopfunc": true, "boss": true, "shadow": true} +{"browser": true, "evil": true, "wsh": true, "trailing": false, "smarttabs": false, "sub": true, "supernew": true, "laxbreak": true, "eqeqeq": false, "eqnull": true, "loopfunc": true, "boss": true, "shadow": true} +{"browser": true, "evil": true, "wsh": true, "trailing": false, "smarttabs": false, "sub": true, "supernew": true, "laxbreak": true, "eqeqeq": false, "eqnull": true, "loopfunc": true, "boss": true, "shadow": true} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["describe", "it", "before"], "indent": 4} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["describe", "it", "before"], "indent": 4} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["describe", "it", "before"], "indent": 4} +{"bitwise": true, "curly": true, "eqeqeq": true, "forin": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "noempty": true, "nonew": true, "plusplus": true, "regexp": true, "undef": true, "strict": false, "trailing": true, "asi": false, "boss": false, "debug": false, "eqnull": false, "esnext": false, "evil": false, "expr": false, "funcscope": false, "globalstrict": false, "iterator": false, "lastsemic": false, "laxbreak": false, "laxcomma": false, "loopfunc": false, "multistr": false, "onecase": false, "proto": false, "regexdash": false, "scripturl": false, "smarttabs": false, "shadow": false, "sub": false, "supernew": false, "validthis": false, "browser": true, "couch": false, "devel": true, "dojo": false, "jquery": false, "mootools": false, "node": true, "nonstandard": false, "prototypejs": false, "rhino": false, "wsh": false, "nomen": false, "onevar": false, "passfail": false, "white": false, "maxerr": 100, "predef": ["describe", "it", "before"], "indent": 4} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": true, "mocha": true, "globals": {"root": true, "define": true, "corbel": true, "expect": true, "sinon": true, "mocha": true, "chai": true}} +{"node": true, "browser": true, "esnext": true, "bitwise": true, "camelcase": true, "curly": true, "eqeqeq": true, "immed": true, "indent": 4, "latedef": false, "newcap": true, "noarg": true, "quotmark": "single", "regexp": true, "undef": true, "unused": true, "strict": true, "trailing": true, "smarttabs": true, "jquery": true, "mocha": true, "globals": {"root": true, "define": true, "corbel": true, "expect": true, "sinon": true, "mocha": true, "chai": true}} +{"predef": ["$"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "node": true, "esnext": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "node": true, "esnext": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": "nofunc", "newcap": true, "noarg": true, "sub": true, "undef": true, "unused": "vars", "boss": true, "eqnull": true, "node": true, "esnext": true} +{"browser": true, "bitwise": true, "undef": true, "trailing": true, "quotmark": false, "indent": 4, "unused": "vars", "latedef": "nofunc", "globals": {"module": false, "exports": false, "require": false}} +{"browser": true, "bitwise": true, "undef": true, "trailing": true, "quotmark": false, "indent": 4, "unused": "vars", "latedef": "nofunc", "globals": {"module": false, "exports": false, "require": false}} +{"browser": true, "node": true, "predef": [], "esversion": 6, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true} +{"browser": true, "node": true, "predef": [], "esversion": 6, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true} +{"browser": true, "node": true, "predef": [], "esversion": 6, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true} +{"browser": true, "node": true, "predef": [], "esversion": 6, "camelcase": true, "eqeqeq": true, "indent": 2, "latedef": true, "maxlen": 120, "newcap": true, "quotmark": "single", "strict": true, "undef": true, "unused": true, "eqnull": true} +{"camelcase": true, "eqeqeq": true, "expr": true, "freeze": true, "immed": true, "newcap": true, "noarg": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "laxbreak": true, "node": true, "globals": {"beforeEach": false, "describe": false, "it": false, "Map": true, "Set": true}} +{"camelcase": true, "eqeqeq": true, "expr": true, "freeze": true, "immed": true, "newcap": true, "noarg": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "laxbreak": true, "node": true, "globals": {"beforeEach": false, "describe": false, "it": false, "Map": true, "Set": true}} +{"camelcase": true, "eqeqeq": true, "expr": true, "freeze": true, "immed": true, "newcap": true, "noarg": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "laxbreak": true, "node": true, "globals": {"beforeEach": false, "describe": false, "it": false, "Map": true, "Set": true}} +{"camelcase": true, "eqeqeq": true, "expr": true, "freeze": true, "immed": true, "newcap": true, "noarg": true, "quotmark": true, "trailing": true, "undef": true, "unused": true, "laxbreak": true, "node": true, "globals": {"beforeEach": false, "describe": false, "it": false, "Map": true, "Set": true}} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "predef": ["app", "$", "FormBot", "socket", "confirm", "alert", "require", "__dirname", "process", "exports", "console", "Buffer", "module"]} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "predef": ["app", "$", "FormBot", "socket", "confirm", "alert", "require", "__dirname", "process", "exports", "console", "Buffer", "module"]} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "predef": ["app", "$", "FormBot", "socket", "confirm", "alert", "require", "__dirname", "process", "exports", "console", "Buffer", "module"]} +{"asi": false, "expr": true, "loopfunc": true, "curly": false, "evil": true, "white": true, "undef": true, "browser": true, "predef": ["app", "$", "FormBot", "socket", "confirm", "alert", "require", "__dirname", "process", "exports", "console", "Buffer", "module"]} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true} +{"curly": true, "eqeqeq": true, "immed": true, "latedef": true, "newcap": true, "noarg": true, "sub": true, "undef": true, "boss": true, "eqnull": true, "node": true} diff --git a/schemas/jshintrc/schema.json b/schemas/jshintrc/schema.json new file mode 100644 index 0000000..2b4ab6a --- /dev/null +++ b/schemas/jshintrc/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/jshintrc", "properties": {"bitwise": {"description": "Prohibit the use of bitwise operators (&, |, ^, etc.)", "type": "boolean", "default": false}, "curly": {"description": "Requires you to always put curly braces around blocks in loops and conditionals", "type": "boolean", "default": false}, "eqeqeq": {"description": "Prohibits the use of `==` and `!=` in favor of `===` and `!==`", "type": "boolean", "default": false}, "esversion": {"description": "The ECMAScript version to which the code must adhere", "type": "integer", "default": 5, "enum": [3, 5, 6, 7, 8, 9, 10, 11]}, "forin": {"description": "Requires all `for in` loops to filter object's items with obj.hasOwnProperty()", "type": "boolean", "default": false}, "freeze": {"description": "Prohibits overwriting prototypes of native objects such as Array, Date and so on", "type": "boolean", "default": false}, "funcscope": {"description": "Suppresses warnings about declaring variables inside of control structures while accessing them later from the outside", "type": "boolean", "default": false}, "futurehostile": {"description": "Enables warnings about the use of identifiers which are defined in future versions of JavaScript", "type": "boolean", "default": false}, "iterator": {"description": "Suppresses warnings about the __iterator__ property.", "type": "boolean", "default": false}, "latedef": {"description": "Prohibits the use of a variable before it was defined", "enum": [true, false, "nofunc"], "default": false}, "leanswitch": {"description": "Prohibits unnecessary clauses within `switch` statements", "type": "boolean", "default": false}, "maxcomplexity": {"description": "Max cyclomatic complexity per function", "type": ["boolean", "integer"], "default": false}, "maxdepth": {"description": "Max depth of nested blocks", "type": ["boolean", "integer"], "default": false}, "maxerr": {"description": "Maximum amount of warnings JSHint will produce before giving up", "type": "integer", "default": 50}, "maxparams": {"description": "Max number of formal parameters allowed per function", "type": ["boolean", "integer"]}, "maxstatements": {"description": "Max number statements per function", "type": ["boolean", "integer"], "default": false}, "noarg": {"description": "Prohibits the use of `arguments.caller` and `arguments.callee`", "type": "boolean", "default": false}, "nocomma": {"description": "Prohibits the use of the comma operator", "type": "boolean", "default": false}, "nonbsp": {"description": "Warns about `non-breaking whitespace` characters", "type": "boolean", "default": false}, "nonew": {"description": "Prohibits the use of constructors for side-effects (without assignment)", "type": "boolean", "default": false}, "notypeof": {"description": "Suppresses warnings about invalid `typeof`operator values", "type": "boolean", "default": false}, "noreturnawait": {"description": "Async functions resolve on their return value. In most cases, this makes returning the result of an AwaitExpression (which is itself a Promise instance) unnecessary", "type": "boolean", "default": false}, "regexpu": {"description": "Enables warnings for regular expressions which do not include the 'u' flag", "type": "boolean", "default": false}, "shadow": {"description": "Suppresses warnings about variable shadowing. i.e. declaring a variable that had been already declared somewhere in the outer scope", "type": ["boolean", "string"], "default": false, "enum": [true, false, "inner", "outer"]}, "singleGroups": {"description": "Prohibits the use of the grouping operator when it is not strictly required.", "type": "boolean", "default": false}, "strict": {"description": "Requires all code to run in ES5 strict mode", "type": ["boolean", "string"], "default": false, "enum": [true, false, "implied", "global", "func"]}, "trailingcomma": {"description": "Warns when a comma is not placed after the last element in an array or object literal", "type": "boolean", "default": false}, "undef": {"description": "Prohibits the use of explicitly undeclared variables", "type": "boolean", "default": false}, "unused": {"description": "Warns when you define and never use your variables", "type": ["boolean", "string"], "default": false, "enum": [true, false, "vars", "strict"]}, "varstmt": {"description": "Forbids the use of VariableStatements (`var`) in favor of `let` and `const`", "type": "boolean", "default": false}, "asi": {"description": "Suppresses warnings about missing semicolons", "type": "boolean", "default": false}, "boss": {"description": "Suppresses warnings about the use of assignments in cases where comparisons are expected", "type": "boolean", "default": false}, "debug": {"description": "Suppresses warnings about the `debugger` statements in your code", "type": "boolean", "default": false}, "elision": {"description": "Tells JSHint that your code uses ES3 array elision elements, or empty elements", "type": "boolean", "default": false}, "eqnull": {"description": "Suppresses warnings about `== null` comparisons", "type": "boolean", "default": false}, "evil": {"description": "Suppresses warnings about the use of `eval`", "type": "boolean", "default": false}, "expr": {"description": "Suppresses warnings about the use of expressions where normally you would expect to see assignments or function calls", "type": "boolean", "default": false}, "lastsemic": {"description": "Suppresses warnings about missing semicolons, but only when the semicolon is omitted for the last statement in a one-line block", "type": "boolean", "default": false}, "loopfunc": {"description": "Suppresses warnings about functions inside of loops", "type": "boolean", "default": false}, "moz": {"description": "Tells JSHint that your code uses Mozilla JavaScript extensions", "type": "boolean", "default": false}, "noyield": {"description": "Suppresses warnings about generator functions with no `yield` statement in them", "type": "boolean", "default": false}, "plusplus": {"description": "Prohibits the use of `++` and `--`", "type": "boolean", "default": false}, "proto": {"description": "Suppresses warnings about the `__proto__` property", "type": "boolean", "default": false}, "scripturl": {"description": "Suppresses warnings about the use of script-targeted URLs", "type": "boolean", "default": false}, "supernew": {"description": "Suppresses warnings about constructions like `new function () { ... };` and `new Object;`", "type": "boolean", "default": false}, "validthis": {"description": "Suppresses warnings about possible strict violations when the code is running in strict mode and you use `this` in a non-constructor function", "type": "boolean", "default": false}, "withstmt": {"description": "Suppresses warnings about the use of the `with` statement", "type": "boolean", "default": false}, "browser": {"description": "[Environment] Web Browser (window, document, etc)", "type": "boolean", "default": false}, "browserify": {"description": "[Environment] Browserify", "type": "boolean", "default": false}, "couch": {"description": "[Environment] CouchDB", "type": "boolean", "default": false}, "devel": {"description": "[Environment] Development/debugging (alert, confirm, etc)", "type": "boolean", "default": false}, "dojo": {"description": "[Environment] Dojo Toolkit", "type": "boolean", "default": false}, "jasmine": {"description": "[Environment] Jasmine unit testing framework", "type": "boolean", "default": false}, "jquery": {"description": "[Environment] jQuery", "type": "boolean", "default": false}, "mocha": {"description": "[Environment] Mocha unit testing framework", "type": "boolean", "default": false}, "module": {"description": "[Environment] ES6 module", "type": "boolean", "default": false}, "mootools": {"description": "[Environment] MooTools", "type": "boolean", "default": false}, "node": {"description": "[Environment] Node.js", "type": "boolean", "default": false}, "nonstandard": {"description": "[Environment] Widely adopted globals (escape, unescape, etc)", "type": "boolean", "default": false}, "phantom": {"description": "[Environment] PhantomJS runtime environment", "type": "boolean", "default": false}, "prototypejs": {"description": "[Environment] Prototype JavaScript framework", "type": "boolean", "default": false}, "rhino": {"description": "[Environment] Rhino", "type": "boolean", "default": false}, "shelljs": {"description": "[Environment] Defines globals exposed by the ShellJS library", "type": "boolean", "default": false}, "typed": {"description": "[Environment] Defines globals for typed array constructors", "type": "boolean", "default": false}, "worker": {"description": "[Environment] Web Workers", "type": "boolean", "default": false}, "wsh": {"description": "[Environment] Windows Scripting Host", "type": "boolean", "default": false}, "yui": {"description": "[Environment] Yahoo User Interface", "type": "boolean", "default": false}, "globals": {"description": "Specify a white list of global variables that are not formally defined in the source code", "type": "object", "additionalProperties": {"description": "Name of the global. Set to `true` for read/write, `false` for read-only.", "type": "boolean"}}, "extends": {"description": "Specify the path to another configuration file to use as a base, relative to the current file", "type": "string"}, "overrides": {"description": "Specify the options that should only be applied to files matching a given path pattern", "type": "object", "additionalProperties": {"description": "The path pattern to apply the given options to", "type": "object"}}}, "title": "JSON schema for JSHint configuration files", "type": "object"} \ No newline at end of file diff --git a/schemas/omnisharp/instances.jsonl b/schemas/omnisharp/instances.jsonl new file mode 100644 index 0000000..1d718f8 --- /dev/null +++ b/schemas/omnisharp/instances.jsonl @@ -0,0 +1,987 @@ +{"fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": ["**/*.csx", "src/BlazorWebView/src/WindowsForms/Microsoft.AspNetCore.Components.WebView.WindowsForms.csproj", "src/BlazorWebView/samples/BlazorWpfApp/BlazorWpfApp.csproj", "src/BlazorWebView/src/WindowsForms/Microsoft.AspNetCore.Components.WebView.WindowsForms.csproj", "src/BlazorWebView/src/Wpf/Microsoft.AspNetCore.Components.WebView.Wpf.csproj", "src/Compatibility/ControlGallery/**", "src/Compatibility/Maps/**", "src/Compatibility/Material/**", "src/Controls/samples/Controls.Sample.Profiling/Maui.Controls.Sample.Profiling.csproj", "src/Controls/src/BuildTasks/Controls.BuildTasks.csproj", "src/Controls/src/Core.Design/Controls.Core.Design.csproj", "src/Controls/src/SourceGen/Controls.SourceGen.csproj", "src/Controls/src/Xaml/Controls.Xaml.csproj", "src/Controls/src/Xaml.Design/Controls.Xaml.Design.csproj", "src/Controls/tests/Xaml.UnitTests/Controls.Xaml.UnitTests.csproj", "src/Controls/Foldable/**", "src/Core/tests/Benchmarks/Core.Benchmarks.csproj", "src/Templates/**", "Microsoft.Maui.Packages.slnf", "Microsoft.Maui.Samples.slnf", "Microsoft.Maui.sln", "Microsoft.Maui.Packages-mac.slnf", "Microsoft.Maui.BuildTasks.slnf", "Microsoft.Maui-mac.slnf"]}} +{"msbuild": {"loadProjectsOnDemand": true, "Configuration": "@CONFIGURATION@"}, "RenameOptions": {"RenameInComments": false, "RenameOverloads": true, "RenameInStrings": false}, "sdk": {"IncludePreleases": true, "Path": "@DOTNET_SDK_PATH@"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "N/A"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "analyzeOpenDocumentsOnly": true, "LocationPaths": ["/home/mkarlic/renode-models-analyzer/ModelsAnalyzer/Analyzers/bin/Debug/net6.0/"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "DocumentAnalysisTimeoutMs": 60000}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"SPDX-FileCopyrightText": "2022, Collabora, Ltd", "SPDX-License-Identifier": "CC0-1.0"} +{"remap": {"importer": "vnen.tiled_importer", "type": "PackedScene", "valid": false}, "deps": {"source_file": "res://omnisharp.json"}, "params": {"custom_properties": true, "tile_metadata": false, "uv_clip": true, "image_flags": 7, "collision_layer": 1, "embed_internal_images": false, "save_tiled_properties": false, "add_background": true, "post_import_script": ""}} +{"fileOptions": {"userExcludeSearchPatterns": ["**/obj/**/*", "**/bin/**/*"]}} +{"RenameOptions": {"RenameInComments": false, "RenameOverloads": true, "RenameInStrings": false}, "FormattingOptions": {"OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"script": {"enabled": false}} +{"script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"fileOptions": {"excludeSearchPatterns": ["**/*.Docs.csproj", "**/*.DotSettings", "**/*.sln", "**/*.Mono.csproj", "**/*.Docs.csproj", "**/*.Algorithms.csproj", "**/*.Tests.csproj"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "MsBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "EnableEditorConfigSupport": false, "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"FormattingOptions": {"SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false, "EnableDecompilationSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true}, "msbuild": {"loadProjectsOnDemand": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "OrganizeImports": true}} +{"cake": {"bakeryPath": "C:/Projects/MicroElements.DevOps/tools/cake.bakery/0.3.0/tools/Cake.Bakery.exe"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net7.0"}} +{"SDK": {"includePrereleases": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"IndentSwitchSection": false, "LabelPositioning": "oneLess", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": true, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"newLine": "\r\n", "useTabs": false, "tabSize": 4, "indentationSize": 4}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "enableEditorConfigSupport": true, "organizeImports": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": false, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FileOptions": {"ExcludeSearchPatterns": ["modules/**/*.*"]}} +{"FormattingOptions": {"NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"FormattingOptions": {"TabSize": 2, "IndentationSize": 2}} +{"FormattingOptions": {"OrganizeImports": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["icon/**/*", "images/**/*", "scripts/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "OrganizeImports": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties", "InsertionBehavior": "WithOtherMembersOfTheSameKind"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "msbuild": {"enabled": true}, "cake": {"enabled": false}, "script": {"enabled": false}, "FileOptions": {"ExcludeSearchPatterns": ["build/**/*", "**/Library/**/*", "**/code/**/*", "**/.local/**/*", "**/code/oss/**/*"], "SystemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "FormattingOptions": {"EnableEditorConfigSupport": false}, "ImplementTypeOptions": {"InsertionBehavior": "WithOtherMembersOfTheSameKind", "PropertyGenerationBehavior": "PreferAutoProperties"}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true, "DocumentAnalysisTimeoutMs": 100}, "RenameOptions": {"RenameInComments": true, "RenameInStrings": true, "RenameOverloads": true}} +{"FormattingOptions": {"SpaceAfterCast": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": false, "NewLineForFinally": false, "SpaceAfterControlFlowStatementKeyword": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true, "enableImportCompletion": true}, "FormattingOptions": {"OrganizeImports": true, "enableEditorConfigSupport": true}, "RenameOptions": {"RenameOverloads": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/target/**/*", "**/deploy/**/*"], "excludeSearchPatterns": []}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://ghproxy.net/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://ghproxy.net/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://ghproxy.net/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://ghproxy.net/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"FileWidth": 80, "TabWidth": 8, "IndentWidth": 8, "scope": "text/x-csharp", "IndentSwitchSection": false, "LabelPositioning": "NoIndent", "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceWithinMethodCallParentheses": true, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/Microsoft.Unity.Analyzers.1.9.0"]}} +{"msbuild": {"MSBuildExtensionsPath": "/usr/lib/mono/xbuild"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0"]}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 10000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "diagnosticWorkersThreadCount": 8, "inlayHintsOptions": {"enableForParameters": true, "forLiteralParameters": true, "forIndexerParameters": true, "forObjectCreationParameters": true, "forOtherParameters": true, "suppressForParametersThatDifferOnlyBySuffix": false, "suppressForParametersThatMatchMethodIntent": false, "suppressForParametersThatMatchArgumentName": false, "enableForTypes": true, "forImplicitVariableTypes": true, "forLambdaParameterTypes": true, "forImplicitObjectCreation": true}}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"MsBuild": {"MSBuildSdksPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\MSBuild\\Current\\Bin"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInControlBlocks": false, "NewLineForElse": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceAfterControlFlowStatementKeyword": false, "OrganizeImports": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0"]}} +{"FormattingOptions": {"IndentationSize": 4, "UseTabs": true, "NewLinesForBracesInMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLineForElse": false, "NewLineForCatch": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "IndentationSize": 4}} +{"FormattingOptions": {"UseTabs": false, "IndentationSize": 4, "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceWithinCastParentheses": false, "SpaceAfterCast": true, "SpaceBeforeOpenSquareBracket": false, "SpaceWithinSquareBrackets": false, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinOtherParentheses": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInControlBlocks": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForClausesInQuery": false, "LabelPositioning": "oneLess"}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "TabSize": 2, "SpaceAfterCast": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "OrganizeImports": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"formattingOptions": {"NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"useTabs": false, "tabSize": 4, "indentationSize": 4, "smartIndent": 2, "newLine": "\n"}} +{"FormattingOptions": {"EnableEditorConfigSupport": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../../../analyzers/microsoft.unity.analyzers.1.17.0/analyzers/dotnet/cs"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "N/A"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "DocumentAnalysisTimeoutMs": 60000}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "DocumentAnalysisTimeoutMs": 60000}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "DocumentAnalysisTimeoutMs": 60000}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "DocumentAnalysisTimeoutMs": 60000}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "EnableEditorConfigSupport": false, "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net7.0"}} +{"SDK": {"includePrereleases": true}} +{"SDK": {"includePrereleases": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"IndentSwitchSection": false, "LabelPositioning": "oneLess", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"FormattingOptions": {"IndentSwitchSection": false, "LabelPositioning": "oneLess", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"FormattingOptions": {"IndentSwitchSection": false, "LabelPositioning": "oneLess", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"FormattingOptions": {"IndentSwitchSection": false, "LabelPositioning": "oneLess", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": true, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": true, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": true, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": true, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"newLine": "\r\n", "useTabs": false, "tabSize": 4, "indentationSize": 4}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "enableEditorConfigSupport": true, "organizeImports": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1"}} +{"FormattingOptions": {"TabSize": 2, "IndentationSize": 2}} +{"FormattingOptions": {"OrganizeImports": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true, "enableImportCompletion": true}, "FormattingOptions": {"OrganizeImports": true, "enableEditorConfigSupport": true}, "RenameOptions": {"RenameOverloads": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/target/**/*", "**/deploy/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"FileWidth": 80, "TabWidth": 8, "IndentWidth": 8, "scope": "text/x-csharp", "IndentSwitchSection": false, "LabelPositioning": "NoIndent", "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceWithinMethodCallParentheses": true, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"NewLinesForBracesInControlBlocks": false, "NewLineForElse": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0"]}} +{"FormattingOptions": {"EnableEditorConfigSupport": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false, "EnableDecompilationSupport": false}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"$schema": "http://json-schema.org/draft-04/schema#", "description": "Setting of omnisharp", "properties": {"csharp.format.enable": {"default": true, "description": "Enable/disable default C# formatter (requires restart).", "type": "boolean"}, "csharp.maxProjectFileCountForDiagnosticAnalysis": {"default": 1000, "description": "Specifies the maximum number of files for which diagnostics are reported for the whole workspace. If this limit is exceeded, diagnostics will be shown for currently opened files only. Specify 0 or less to disable the limit completely.", "type": "number"}, "csharp.referencesCodeLens.enabled": {"default": true, "description": "Specifies whether the references CodeLens should be shown.", "type": "boolean"}, "csharp.referencesCodeLens.filteredSymbols": {"default": [], "description": "Array of custom symbol names for which CodeLens should be disabled.", "items": {"type": "string"}, "type": "array"}, "csharp.semanticHighlighting.enabled": {"default": true, "description": "Enable/disable Semantic Highlighting for C# files (Razor files currently unsupported). Defaults to false. Close open files for changes to take effect.", "scope": "window", "type": "boolean"}, "csharp.showOmnisharpLogOnError": {"default": true, "description": "Shows the OmniSharp log in the Output pane when OmniSharp reports an error.", "type": "boolean"}, "csharp.suppressBuildAssetsNotification": {"default": false, "description": "Suppress the notification window to add missing assets to build or debug the application.", "type": "boolean"}, "csharp.suppressDotnetInstallWarning": {"default": false, "description": "Suppress the warning that the .NET Core SDK is not on the path.", "type": "boolean"}, "csharp.suppressDotnetRestoreNotification": {"default": false, "description": "Suppress the notification window to perform a 'dotnet restore' when dependencies can't be resolved.", "type": "boolean"}, "csharp.suppressHiddenDiagnostics": {"default": true, "description": "Suppress 'hidden' diagnostics (such as 'unnecessary using directives') from appearing in the editor or the Problems pane.", "type": "boolean"}, "csharp.suppressProjectJsonWarning": {"default": false, "description": "Suppress the warning that project.json is no longer a supported project format for .NET Core applications", "type": "boolean"}, "csharp.testsCodeLens.enabled": {"default": true, "description": "Specifies whether the run and debug test CodeLens should be shown.", "type": "boolean"}, "csharp.unitTestDebuggingOptions": {"default": {}, "description": "Options to use with the debugger when launching for unit test debugging.", "properties": {"allowFastEvaluate": {"default": true, "description": "When true (the default state), the debugger will attempt faster evaluation by simulating execution of simple properties and methods.", "type": "boolean"}, "debugServer": {"default": 4711, "description": "For debug extension development only: if a port is specified VS Code tries to connect to a debug adapter running in server mode", "type": "number"}, "enableStepFiltering": {"default": true, "markdownDescription": "Flag to enable stepping over Properties and Operators. This option defaults to `true`.", "type": "boolean"}, "justMyCode": {"default": true, "markdownDescription": "Flag to only show user code. This option defaults to `true`.", "type": "boolean"}, "logging": {"default": {}, "description": "Flags to determine what types of messages should be logged to the output window.", "properties": {"browserStdOut": {"default": true, "markdownDescription": "Flag to determine if stdout text from the launching the web browser should be logged to the output window. This option defaults to `true`.", "type": "boolean"}, "elapsedTiming": {"default": false, "markdownDescription": "If true, engine logging will include `adapterElapsedTime` and `engineElapsedTime` properties to indicate the amount of time, in microseconds, that a request took. This option defaults to `false`.", "type": "boolean"}, "engineLogging": {"default": false, "markdownDescription": "Flag to determine whether diagnostic engine logs should be logged to the output window. This option defaults to `false`.", "type": "boolean"}, "exceptions": {"default": true, "markdownDescription": "Flag to determine whether exception messages should be logged to the output window. This option defaults to `true`.", "type": "boolean"}, "moduleLoad": {"default": true, "markdownDescription": "Flag to determine whether module load events should be logged to the output window. This option defaults to `true`.", "type": "boolean"}, "processExit": {"default": true, "markdownDescription": "Controls if a message is logged when the target process exits, or debugging is stopped. This option defaults to `true`.", "type": "boolean"}, "programOutput": {"default": true, "markdownDescription": "Flag to determine whether program output should be logged to the output window when not using an external console. This option defaults to `true`.", "type": "boolean"}, "threadExit": {"default": false, "markdownDescription": "Controls if a message is logged when a thread in the target process exits. This option defaults to `false`.", "type": "boolean"}}, "required": [], "type": "object"}, "requireExactSource": {"default": true, "markdownDescription": "Flag to require current source code to match the pdb. This option defaults to `true`.", "type": "boolean"}, "sourceFileMap": {"additionalProperties": {"type": "string"}, "markdownDescription": "Maps build-time paths to local source locations. All instances of build-time path will be replaced with the local source path.\n\nExample:\n\n`{\"\":\"\"}`", "type": "object"}, "sourceLinkOptions": {"additionalItems": {"properties": {"enabled": {"default": "true", "markdownDescription": "Is Source Link enabled for this URL? If unspecified, this option defaults to `true`.", "title": "boolean"}}, "type": "object"}, "default": {"*": {"enabled": true}}, "markdownDescription": "Options to control how Source Link connects to web servers. [More information](https://aka.ms/VSCode-CS-LaunchJson#source-link-options)", "type": "object"}, "suppressJITOptimizations": {"default": false, "markdownDescription": "If true, when an optimized module (.dll compiled in the Release configuration) loads in the target process, the debugger will ask the Just-In-Time compiler to generate code with optimizations disabled. [More information](https://aka.ms/VSCode-CS-LaunchJson#suppress-jit-optimizations)", "type": "boolean"}, "symbolOptions": {"default": {"searchMicrosoftSymbolServer": false, "searchNuGetOrgSymbolServer": false, "searchPaths": []}, "description": "Options to control how symbols (.pdb files) are found and loaded.", "properties": {"cachePath": {"default": "", "description": "Directory where symbols downloaded from symbol servers should be cached. If unspecified, on Windows the debugger will default to %TEMP%\\SymbolCache, and on Linux and macOS the debugger will default to ~/.dotnet/symbolcache.", "type": "string"}, "moduleFilter": {"default": {"excludedModules": [], "mode": "loadAllButExcluded"}, "description": "Provides options to control which modules (.dll files) the debugger will attempt to load symbols (.pdb files) for.", "properties": {"excludedModules": {"default": [], "description": "Array of modules that the debugger should NOT load symbols for. Wildcards (example: MyCompany.*.dll) are supported.\n\nThis property is ignored unless 'mode' is set to 'loadAllButExcluded'.", "items": {"type": "string"}, "type": "array"}, "includeSymbolsNextToModules": {"default": true, "description": "If true, for any module NOT in the 'includedModules' array, the debugger will still check next to the module itself and the launching executable, but it will not check paths on the symbol search list. This option defaults to 'true'.\n\nThis property is ignored unless 'mode' is set to 'loadOnlyIncluded'.", "type": "boolean"}, "includedModules": {"default": [], "description": "Array of modules that the debugger should load symbols for. Wildcards (example: MyCompany.*.dll) are supported.\n\nThis property is ignored unless 'mode' is set to 'loadOnlyIncluded'.", "items": {"type": "string"}, "type": "array"}, "mode": {"default": "loadAllButExcluded", "description": "Controls which of the two basic operating modes the module filter operates in.", "enum": ["loadAllButExcluded", "loadOnlyIncluded"], "enumDescriptions": ["Load symbols for all modules unless the module is in the 'excludedModules' array.", "Do not attempt to load symbols for ANY module unless it is in the 'includedModules' array, or it is included through the 'includeSymbolsNextToModules' setting."], "type": "string"}}, "required": ["mode"], "type": "object"}, "searchMicrosoftSymbolServer": {"default": false, "description": "If 'true' the Microsoft Symbol server (https\u200b://msdl.microsoft.com\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.", "type": "boolean"}, "searchNuGetOrgSymbolServer": {"default": false, "description": "If 'true' the NuGet.org symbol server (https\u200b://symbols.nuget.org\u200b/download/symbols) is added to the symbols search path. If unspecified, this option defaults to 'false'.", "type": "boolean"}, "searchPaths": {"default": [], "description": "Array of symbol server URLs (example: http\u200b://MyExampleSymbolServer) or directories (example: /build/symbols) to search for .pdb files. These directories will be searched in addition to the default locations -- next to the module and the path where the pdb was originally dropped to.", "items": {"type": "string"}, "type": "array"}}, "type": "object"}, "targetArchitecture": {"enum": ["x86_64", "arm64"], "markdownDescription": "[Only supported in local macOS debugging]\n\nThe architecture of the debuggee. This will automatically be detected unless this parameter is set. Allowed values are `x86_64` or `arm64`.", "type": "string"}, "type": {"default": "coreclr", "description": "Type type of code to debug. Can be either 'coreclr' for .NET Core debugging, or 'clr' for Desktop .NET Framework. 'clr' only works on Windows as the Desktop framework is Windows-only.", "enum": ["coreclr", "clr"], "type": "string"}}, "type": "object"}, "dotnet.server.useOmnisharp": {"default": false, "description": "Switches to use the Omnisharp server for language features when enabled (requires restart). This option will not work with C# Dev Kit.", "order": 0, "type": "boolean"}, "omnisharp.analyzeOpenDocumentsOnly": {"default": false, "description": "Only run analyzers against open files when 'enableRoslynAnalyzers' is true", "type": "boolean"}, "omnisharp.autoStart": {"default": true, "description": "Specifies whether the OmniSharp server will be automatically started or not. If false, OmniSharp can be started with the 'Restart OmniSharp' command", "type": "boolean"}, "omnisharp.disableMSBuildDiagnosticWarning": {"default": false, "description": "Specifies whether notifications should be shown if OmniSharp encounters warnings or errors loading a project. Note that these warnings/errors are always emitted to the OmniSharp log", "type": "boolean"}, "omnisharp.dotNetCliPaths": {"description": "Paths to a local download of the .NET CLI to use for running any user code.", "items": {"type": "string"}, "type": "array", "uniqueItems": true}, "omnisharp.enableAsyncCompletion": {"default": false, "description": "(EXPERIMENTAL) Enables support for resolving completion edits asynchronously. This can speed up time to show the completion list, particularly override and partial method completion lists, at the cost of slight delays after inserting a completion item. Most completion items will have no noticeable impact with this feature, but typing immediately after inserting an override or partial method completion, before the insert is completed, can have unpredictable results.", "type": "boolean"}, "omnisharp.enableDecompilationSupport": {"default": false, "description": "Enables support for decompiling external references instead of viewing metadata.", "scope": "machine", "type": "boolean"}, "omnisharp.enableEditorConfigSupport": {"default": true, "description": "Enables support for reading code style, naming convention and analyzer settings from .editorconfig.", "type": "boolean"}, "omnisharp.enableLspDriver": {"default": false, "description": "Enables support for the experimental language protocol based engine (requires reload to setup bindings correctly)", "type": "boolean"}, "omnisharp.enableMsBuildLoadProjectsOnDemand": {"default": false, "description": "If true, MSBuild project system will only load projects for files that were opened in the editor. This setting is useful for big C# codebases and allows for faster initialization of code navigation features only for projects that are relevant to code that is being edited. With this setting enabled OmniSharp may load fewer projects and may thus display incomplete reference lists for symbols.", "type": "boolean"}, "omnisharp.enableRoslynAnalyzers": {"default": false, "description": "Enables support for roslyn analyzers, code fixes and rulesets.", "type": "boolean"}, "omnisharp.loggingLevel": {"default": "information", "description": "Specifies the level of logging output from the OmniSharp server.", "enum": ["trace", "debug", "information", "warning", "error", "critical"], "type": "string"}, "omnisharp.maxFindSymbolsItems": {"default": 1000, "description": "The maximum number of items that 'Go to Symbol in Workspace' operation can show. The limit is applied only when a positive number is specified here.", "type": "number"}, "omnisharp.maxProjectResults": {"default": 250, "description": "The maximum number of projects to be shown in the 'Select Project' dropdown (maximum 250).", "type": "number"}, "omnisharp.minFindSymbolsFilterLength": {"default": 0, "description": "The minimum number of characters to enter before 'Go to Symbol in Workspace' operation shows any results.", "type": "number"}, "omnisharp.monoPath": {"description": "Specifies the path to a mono installation to use when \"useModernNet\" is set to false, instead of the default system one. Example: \"/Library/Frameworks/Mono.framework/Versions/Current\"", "scope": "machine", "type": "string"}, "omnisharp.organizeImportsOnFormat": {"default": false, "description": "Specifies whether 'using' directives should be grouped and sorted during document formatting.", "type": "boolean"}, "omnisharp.projectFilesExcludePattern": {"default": "**/node_modules/**,**/.git/**,**/bower_components/**", "description": "The exclude pattern used by OmniSharp to find all project files.", "type": "string"}, "omnisharp.projectLoadTimeout": {"default": 60, "description": "The time Visual Studio Code will wait for the OmniSharp server to start. Time is expressed in seconds.", "type": "number"}, "omnisharp.sdkIncludePrereleases": {"default": true, "description": "Specifies whether to include preview versions of the .NET SDK when determining which version to use for project loading. Applies when \"useModernNet\" is set to true.", "scope": "window", "type": "boolean"}, "omnisharp.sdkPath": {"description": "Specifies the path to a .NET SDK installation to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: /home/username/dotnet/sdks/6.0.300.", "scope": "window", "type": "string"}, "omnisharp.sdkVersion": {"description": "Specifies the version of the .NET SDK to use for project loading instead of the highest version installed. Applies when \"useModernNet\" is set to true. Example: 6.0.300.", "scope": "window", "type": "string"}, "omnisharp.testRunSettings": {"description": "Path to the .runsettings file which should be used when running unit tests.", "type": "string"}, "omnisharp.useEditorFormattingSettings": {"default": true, "description": "Specifes whether OmniSharp should use VS Code editor settings for C# code formatting (use of tabs, indentation size).", "type": "boolean"}, "omnisharp.useModernNet": {"default": true, "description": "Use OmniSharp build for .NET 6. This version _does not_ support non-SDK-style .NET Framework projects, including Unity. SDK-style Framework, .NET Core, and .NET 5+ projects should see significant performance improvements.", "scope": "window", "title": "Use .NET 6 build of OmniSharp", "type": "boolean"}, "razor.devmode": {"default": false, "description": "Forces the omnisharp-vscode extension to run in a mode that enables local Razor.VSCode deving.", "type": "boolean"}, "razor.format.enable": {"default": true, "description": "Enable/disable default Razor formatter.", "scope": "window", "type": "boolean"}, "razor.plugin.path": {"description": "Overrides the path to the Razor plugin dll.", "scope": "machine", "type": "string"}}} +{"FormattingOptions": {"IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "cake": {"enabled": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net7.0"}} +{"FormattingOptions": {"SpacingAfterMethodDeclarationName": true}, "FileOptions": {"SystemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"script": {"enabled": true, "defaultTargetFramework": "net403", "enableScriptNuGetReferences": false, "rspFilePath": "./macro-csx.rsp"}, "FormattingOptions": {"IndentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.11.0/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": []}, "MsBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"OrganizeImports": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableAnalyzersSupport": true, "enableImportCompletion": true, "enableAsyncCompletion": true, "documentAnalysisTimeoutMs": 200000}} +{"dotnet": {"enabled": true, "enablePackageRestore": false}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./#nuget/microsoft.unity.analyzers.1.11.0"]}} +{"FormattingOptions": {"NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInTypes": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["/Users/administrator/.vscode/extensions/josefpihrt-vscode.roslynator-4.2.0/roslyn/common", "/Users/administrator/.vscode/extensions/josefpihrt-vscode.roslynator-4.2.0/roslyn/analyzers", "/Users/administrator/.vscode/extensions/josefpihrt-vscode.roslynator-4.2.0/roslyn/refactorings", "/Users/administrator/.vscode/extensions/josefpihrt-vscode.roslynator-4.2.0/roslyn/fixes"]}} +{"dotnet": {"projects": "src/*/project.json;test/*/project.json;scripts/*/project.json", "enablePackageRestore": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["."]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "organizeImports": false, "UseTabs": false, "TabSize": 2, "IndentationSize": 2}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": true, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"fileOptions": {"excludeSearchPatterns": ["**/DiabloProject/**"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"], "enableDecompileSupport": true}, "projectLoadTimeout": 3000, "useModernNet": true, "quickload": false, "FormattingOptions": {"enableEditorConfigSupport": true}, "MSBuild": {"MBSBuildOverride": {"MSBuildPath": "/usr/lib/mono/msbuild/Current/bin/"}}} +{"IgnoredCodeIssues": ["^Name should have prefix '_'. \\(Rule 'Fields'\\).$"]} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": true, "TabSize": 2, "SpaceAfterCast": false, "IndentationSize": 2}} +{"fileOptions": {"userExcludeSearchPatterns": ["home/.vim/pack/**/*"], "excludeSearchPatterns": ["home/.vim/pack/**/*"]}} +{"MsBuild": {"UseLegacySdkResolver": true, "EnablePackageAutoRestore": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"enableImportCompletion": true, "enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": false}} +{"MSBuild": {"UseLegacySdkResolver": false}} +{"FormattingOptions": {"enableEditorConfigSupport": false, "organizeImports": false, "NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": false, "IndentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "IndentBraces": false, "IndentBlock": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"Script": {"RspFilePath": "omnisharp.rsp"}} +{"DotNet": {"EnablePackageRestore": true}, "FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false}, "MSBuild": {"EnablePackageAutoRestore": true, "LoadProjectsOnDemand": false}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 10000, "EnableAnalyzersSupport": false, "EnableAsyncCompletion": false, "EnableDecompilationSupport": true, "EnableImportCompletion": false}} +{"msbuild": {"useBundledOnly": true}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": "../.abbot/references.rsp"}} +{"homepage": "http://www.omnisharp.net", "description": "a .NET development platform based on roslyn workspaces", "version": "1.32.19", "license": "MIT", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x64.zip", "hash": "86806a3ac552da12c843eb29e92f9ec4bdf4606b80794edb88ef483d3387dfae"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.32.19/omnisharp.http-win-x86.zip", "hash": "502fc39472137c86aaa0010abc91c46d0c35e685d56ebdc1b90bb673172c86ec"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp.http-win-x86.zip"}}}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"useTabs": false, "tabSize": 4, "indentationSize": 4, "smartIndent": 4, "newLine": "\r\n"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}, "cake": {"bakeryPath": "tools/Cake.Bakery/tools/Cake.Bakery.exe"}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "SpaceAfterCast": true}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLineForElse": false, "NewlineForTry": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true}} +{"FormattingOptions": {"OrganizeImports": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": "..\\..\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}} +{"FormattingOptions": {"NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": true, "NewLineForElse": false, "TabSize": 4, "UseTabs": false}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"RenameOptions": {"RenameInComments": false, "RenameOverloads": true, "RenameInStrings": false}, "FormattingOptions": {"OrganizeImports": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"TabSize": 2, "IndentationSize": 2}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableRoslynAnalyzers": true, "enableEditorConfigSupport": true, "analyzeOpenDocumentsOnly": true, "sdkIncludePrereleases": false, "organizeImportsOnFormat": true, "threadsToUseForAnalyzers": true, "useModernNet": true, "documentAnalysisTimeoutMs": 600000}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers"]}, "FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"omnisharp": {}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "TabSize": 4, "UseTabs": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties", "InsertionBehavior": "AtTheEnd"}, "RenameOptions": {"RenameInComments": false, "RenameOverloads": false, "RenameInStrings": false}, "RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "diagnosticWorkersThreadCount": 8}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net7.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "script": {"enableScriptNuGetReferences": true}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"dotnet": {"enabled": true, "enablePackageRestore": false}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["."]}} +{"MSBuild": {"UseLegacySdkResolver": false}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": "../.abbot/references.rsp"}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": "../.abbot/references.rsp"}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": "../.abbot/references.rsp"}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": "../.abbot/references.rsp"}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": "..\\..\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": "..\\..\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": "..\\..\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "msbuild": {"MSBuildSDKsPath": "..\\..\\.dotnet", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"RenameOptions": {"RenameInComments": false, "RenameOverloads": true, "RenameInStrings": false}, "FormattingOptions": {"OrganizeImports": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"$schema": "https://json.schemastore.org/omnisharp.json", "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"FormattingOptions": {"enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./Linting/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs", "./Linting/stylecop.analyzers.1.1.118/analyzers/dotnet/cs"]}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false}} +{"formattingOptions": {"UseTabs": false, "TabSize": 2, "IndentationSize": 2, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"IndentationSize": 2, "IndentSwitchCaseSectionWhenBlock": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"IndentationSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "SpaceAfterCast": true, "SpaceBetweenEmptySquareBrackets": false}} +{"FileOptions": {"ExcludeSearchPatterns": ["./src/Whim/Template/**/*"]}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}, "script": {"enabled": true, "defaultTargetFramework": "net7.0-windows10.0.19041.0", "enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInAccessors": false, "NewLinesForBracesInControlBlocks": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "IndentSwitchCaseSectionWhenBlock": false, "OrganizeImports": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../analyzers/microsoft.unity.analyzers.1.17.0/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"script": {"enabled": true, "defaultTargetFramework": "netcoreapp3.1", "RspFilePath": "script.rsp"}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"], "userExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"IndentationSize": 2, "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./.NuGet/microsoft.unity.analyzers.1.13.0"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"FormattingOptions": {"useTabs": false, "tabSize": 4, "indentationSize": 4, "smartIndent": 4, "newLine": "\n"}} +{"FormattingOptions": {"NewLine": "\r\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"msbuild": {"msbuildextensionspath": "C:\\Program Files\\dotnet\\sdk\\3.0.101\\"}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"fileOptions": {"excludeSearchPatterns": ["mods/**/*.*"]}} +{"fileOptions": {"userExcludeSearchPatterns": ["build", "obj", ".vscode", ".emacs", "markdown-assets", "packages", "refs", "*.pdf", "*.docx"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"csharp.inlayHints.types.enabled": true, "omnisharp.useEditorFormattingSettings": false, "csharp.inlayHints.parameters.enabled": true, "omnisharp.organizeImportsOnFormat": true, "omnisharp.loggingLevel": "error", "csharp.showOmnisharpLogOnError": true, "omnisharp.enableAsyncCompletion": true, "omnisharp.sdkIncludePrereleases": false} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.0"}} +{"MsBuild": {"MSBuildSdksPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\MSBuild\\Current\\Bin"}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"_comment": "To avoid Exception in Debug: Connection properties can not be changed after a connection is established", "FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableImportCompletion": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "OrganizeImports": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "Script": {"enabled": true, "enableScriptNuGetReferences": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.13.0"]}, "FormattingOptions": {"enableEditorConfigSupport": true, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"display-name": "", "package-name": "omnisharp", "is-portable": true, "portable": {"display-name": "", "package-name": "omnisharp", "latest-version": "1.37.8", "1.37.8": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.37.8/omnisharp-win-x64.zip", "file-type": ".zip", "bin": ["omnisharp.exe"], "shortcuts": [], "persist": []}, "auto-update": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip", "version-check": {"webpage": "http://www.omnisharp.net"}}}} +{"msbuild": {"enabled": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForClausesInQuery": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForMembersInObjectInit": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "FormattingOptions": {"organizeImports": true, "enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLineForElse": true, "NewLinesForBracesInAccessors": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceAfterCast": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "enableDecompilationSupport": true, "enableAnalyzersSupport": true, "enableImportCompletion": true, "enableAsyncCompletion": true, "documentAnalysisTimeoutMs": 600000000, "LocationPaths": ["c:/Users/Vahid/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/common", "c:/Users/Vahid/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/analyzers", "c:/Users/Vahid/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/refactorings", "c:/Users/Vahid/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/fixes"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://ghproxy.com/github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://ghproxy.com/github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://ghproxy.com/github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://ghproxy.com/github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"version": "1.39.1", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://pd.zwc365.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.1/omnisharp-win-x64.zip", "hash": "5cc5974bf5427573a764bb8ef45dcbbe7a5d33fcf2d582d01be286ca7af2888a"}, "32bit": {"url": "https://pd.zwc365.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.1/omnisharp-win-x86.zip", "hash": "01e001b608aa1deab29c6b2b2b6c43c44f476145e6be31dda07fb7d9e668c13b"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"$schema": "https://json.schemastore.org/omnisharp", "FormattingOptions": {"OrganizeImports": true, "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "newLine": "\r\n", "useTabs": true}, "RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.13.0"], "inlayHintsOptions": {"enableForParameters": true, "forLiteralParameters": true, "forIndexerParameters": true, "forObjectCreationParameters": true, "forOtherParameters": true, "suppressForParametersThatDifferOnlyBySuffix": true, "suppressForParametersThatMatchMethodIntent": true, "suppressForParametersThatMatchArgumentName": true}}} +{"FormattingOptions": {"NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInTypes": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}, "script": {"defaultTargetFramework": "net461"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"useTabs": true}} +{"RoslynExtensionsOptions": {"LocationPaths": ["/home/cobra/.omnisharp/Rozlynator"], "enableAnalyzersSupport": true}, "FormattingOptions": {"OrganizeImports": true, "enableEditorConfigSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableDecompilationSupport": true, "EnableAnalyzersSupport": true}, "FormattingOptions": {"IndentationSize": 4, "TabSize": 4, "UseTabs": true, "enableEditorConfigSupport": false}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"useTabs": false, "tabSize": 2, "indentationSize": 2, "smartIndent": 2, "newLine": "\r\n"}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"TextEditorOptions": {"tabsToSpaces": true}, "FormattingOptions": {"useTabs": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": false}} +{"msbuild": {"useBundledOnly": true}} +{"plugins": [{"name": "OmniSharp.Dnx", "version": "1.0.0-*"}, {"name": "OmniSharp.MSBuild", "version": "1.0.0-*"}]} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"IndentationSize": 2, "IndentSwitchCaseSectionWhenBlock": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"IndentationSize": 2, "IndentSwitchCaseSectionWhenBlock": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"IndentationSize": 2, "IndentSwitchCaseSectionWhenBlock": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"IndentationSize": 2, "IndentSwitchCaseSectionWhenBlock": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./.NuGet/microsoft.unity.analyzers.1.13.0"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./.NuGet/microsoft.unity.analyzers.1.13.0"]}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"userExcludeSearchPatterns": ["build", "obj", ".vscode", ".emacs", "markdown-assets", "packages", "refs", "*.pdf", "*.docx"]}} +{"csharp.inlayHints.types.enabled": true, "omnisharp.useEditorFormattingSettings": false, "csharp.inlayHints.parameters.enabled": true, "omnisharp.organizeImportsOnFormat": true, "omnisharp.loggingLevel": "error", "csharp.showOmnisharpLogOnError": true, "omnisharp.enableAsyncCompletion": true, "omnisharp.sdkIncludePrereleases": false} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceAfterCast": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "newLine": "\r\n", "useTabs": true}, "RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.13.0"], "inlayHintsOptions": {"enableForParameters": true, "forLiteralParameters": true, "forIndexerParameters": true, "forObjectCreationParameters": true, "forOtherParameters": true, "suppressForParametersThatDifferOnlyBySuffix": true, "suppressForParametersThatMatchMethodIntent": true, "suppressForParametersThatMatchArgumentName": true}}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"TextEditorOptions": {"tabsToSpaces": true}, "FormattingOptions": {"useTabs": false}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"enableEditorConfigSupport": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnetcli", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 5000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "LocationPaths": ["/Users/ec/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/common", "/Users/ec/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/analyzers", "/Users/ec/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/refactorings", "/Users/ec/.vscode/extensions/josefpihrt-vscode.roslynator-3.2.2/roslyn/fixes"]}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FileOptions": {"ExcludeSearchPatterns": ["data"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableImportCompletion": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"script": {"enabled": true, "RspFilePath": "opentemple.rsp", "defaultTargetFramework": "net6.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"formattingOptions": {"NewLinesForBracesInMethods": false, "NewLinesForBracesInControlBlocks": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableAnalyzersSupport": true, "enableImportCompletion": true, "enableAsyncCompletion": true, "documentAnalysisTimeoutMs": 200000}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MsBuild": {"UseLegacySdkResolver": true}, "omnisharp.enableEditorConfigSupport": true, "omnisharp.enableRoslynAnalyzers": true, "omnisharp.path": "latest", "omnisharp.useGlobalMono": "always"} +{"FormattingOptions": {"organizeImports": true}} +{"formattingOptions": {"tabSize": 2, "useTabs": false, "indentationSize": 2, "newLine": "\n"}} +{"msbuild": {"enabled": true, "Configuration": "Debug", "Platform": "x64", "EnablePackageAutoRestore": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": true, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.16.1/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties", "InsertionBehavior": "WithOtherMembersOfTheSameKind"}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true, "enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "TabSize": 4, "UseTabs": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["."]}} +{"FormattingOptions": {"NewLine": "\n", "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"script": {"enabled": false}} +{"msbuild": {"useBundledOnly": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["/home/josh/.vscode/extensions/josefpihrt-vscode.roslynator-2.2.0/roslyn/common", "/home/josh/.vscode/extensions/josefpihrt-vscode.roslynator-2.2.0/roslyn/analyzers", "/home/josh/.vscode/extensions/josefpihrt-vscode.roslynator-2.2.0/roslyn/refactorings", "/home/josh/.vscode/extensions/josefpihrt-vscode.roslynator-2.2.0/roslyn/fixes"]}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp2.1", "omnisharp.loggingLevel": "debug"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./Nuget/Microsoft.Unity.Analyzers"]}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"\u201cFormattingOptions\u201d": {"\u201cnewLine\u201d": "\u201c\\n\u201d", "\u201cuseTabs\u201d": false, "\u201ctabSize\u201d": 2, "\u201cindentationSize\u201d": 2, "\u201cNewLinesForBracesInTypes\u201d": false, "\u201cNewLinesForBracesInMethods\u201d": false, "\u201cNewLinesForBracesInProperties\u201d": false, "\u201cNewLinesForBracesInAccessors\u201d": false, "\u201cNewLinesForBracesInAnonymousMethods\u201d": false, "\u201cNewLinesForBracesInControlBlocks\u201d": false, "\u201cNewLinesForBracesInAnonymousTypes\u201d": false, "\u201cNewLinesForBracesInObjectCollectionArrayInitializers\u201d": false, "\u201cNewLinesForBracesInLambdaExpressionBody\u201d": false, "\u201cNewLineForElse\u201d": false, "\u201cNewLineForCatch\u201d": false, "\u201cNewLineForFinally\u201d": false, "\u201cNewLineForMembersInObjectInit\u201d": false, "\u201cNewLineForMembersInAnonymousTypes\u201d": false, "\u201cNewLineForClausesInQuery\u201d": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\r\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLinesForBracesInLambdaExpressionBody": false, "newLinesForBracesInAnonymousMethods": false, "newLinesForBracesInAnonymousTypes": false, "newLinesForBracesInControlBlocks": false, "newLinesForBracesInTypes": false, "newLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "newLineForElse": false, "newLineForCatch": false, "newLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": true, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 10000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "locationPaths": ["//path_to/code_actions.dll"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "IndentSwitchSection": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "OrganizeImports": true}} +{"FormattingOptions": {"IndentationSize": 2, "TabSize": 2, "UseTabs": false, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"SpacingAfterMethodDeclarationName": true, "OrganizeImports": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "RenameOptions": {"RenameOverloads": true}} +{"FormattingOptions": {"OrganizeImports": true, "EnableEditorConfigSupport": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "IndentationSize": 4}, "MsBuild": {"MSBuildSDKsPath": "C:\\Program Files\\dotnet\\sdk\\3.0.102\\Sdks", "UseLegacySdkResolver": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0"]}} +{"script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 10000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": true, "locationPaths": ["//path_to/code_actions.dll"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"csharp.format.enable": true, "omnisharp.organizeImportsOnFormat": true} +{"FormattingOptions": {"enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableImportCompletion": true, "enableAnalyzersSupport": true, "inlayHintsOptions": {"enableForParameters": true, "forLiteralParameters": true, "forIndexerParameters": true, "forObjectCreationParameters": true, "forOtherParameters": true, "suppressForParametersThatDifferOnlyBySuffix": false, "suppressForParametersThatMatchMethodIntent": false, "suppressForParametersThatMatchArgumentName": false, "enableForTypes": true, "forImplicitVariableTypes": true, "forLambdaParameterTypes": true, "forImplicitObjectCreation": true}}} +{"FormattingOptions": {"NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/TestFixtures/**/*.csx", "**/ScriptPackages/**/*.csx"], "userExcludeSearchPatterns": []}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}, "FormattingOptions": {"organizeImports": true, "enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableImportCompletion": true, "enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"UseTabs": true, "IndentSwitchSection": false, "NewLinesForBracesInLambdaExpressionBody": false}, "MSBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true, "cake": false, "dotnet": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceWithinMethodCallParentheses": true, "SpaceWithinSquareBrackets": true}} +{"FormattingOptions": {"SpaceAfterCast": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./analyzers/"]}} +{"FormattingOptions": {"UseTabs": true, "IndentSwitchCaseSection": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "OrganizeImports": true, "SpaceBetweenEmptyMethodCallParentheses": true, "SpaceAfterCast": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineAfterImports": true, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}, "MsBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"omnisharp.enableRoslynAnalyzers": true} +{"msbuild": {"useBundledOnly": true}} +{"msbuild": {"useBundledOnly": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"enableEditorConfigSupport": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnetcli", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"enableEditorConfigSupport": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnetcli", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"enableEditorConfigSupport": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnetcli", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": []}, "FormattingOptions": {"enableEditorConfigSupport": true}, "msbuild": {"MSBuildSDKsPath": ".\\.dotnetcli", "EnablePackageAutoRestore": true, "loadProjectsOnDemand": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableImportCompletion": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableImportCompletion": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableImportCompletion": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties", "InsertionBehavior": "WithOtherMembersOfTheSameKind"}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"NewLine": "\n", "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"FormattingOptions": {"newLinesForBracesInLambdaExpressionBody": false, "newLinesForBracesInAnonymousMethods": false, "newLinesForBracesInAnonymousTypes": false, "newLinesForBracesInControlBlocks": false, "newLinesForBracesInTypes": false, "newLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "newLineForElse": false, "newLineForCatch": false, "newLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "IndentSwitchSection": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "IndentSwitchSection": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "IndentSwitchSection": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": false, "SpaceSize": 4, "SpaceAfterCast": false, "SpaceAfterControlFlowStatementKeyword": false, "IndentSwitchSection": false}} +{"script": {"enableScriptNuGetReferences": true}} +{"script": {"enableScriptNuGetReferences": true}} +{"script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"msbuild": {"useBundledOnly": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "OrganizeImports": true, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceWithinCastParentheses": false, "SpaceAfterCast": false, "SpaceBeforeOpenSquareBracket": false, "SpaceWithinSquareBrackets": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceAfterComma": true, "SpaceBeforeDot": false, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"IndentationSize": 4, "UseTabs": false}} +{"script": {"enabled": true, "defaultTargetFramework": "net48", "enableScriptNuGetReferences": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true, "LocationPaths": []}, "FormattingOptions": {"TabSize": 4, "UseTabs": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "WrappingPreserveSingleLine": true, "SpaceAfterCast": true, "WrappingKeepStatementsOnSingleLine": true}} +{"FormattingOptions": {"NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": true, "NewLineForElse": false, "TabSize": 4, "UseTabs": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "IndentSwitchCaseSection": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RenameOptions": {"RenameInComments": true, "RenameInStrings": true, "RenameOverloads": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "RenameOptions": {"RenameInStrings": true, "RenameOverloads": true, "RenameInComments": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.10.0"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./.vscode/NuGet/microsoft.unity.analyzers.1.15.0/analyzers/dotnet/cs"]}} +{"fileOptions": {"excludeSearchPatterns": ["**/aspnetcore/**"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"OrganizeImports": true}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties", "InsertionBehavior": "WithOtherMembersOfTheSameKind"}} +{"MSBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./nugget/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2}, "editor.tabSize": 2, "editor.insertSpaces": true} +{"formattingOptions": {"useTabs": true, "tabSize": 4, "indentationSize": 4, "newLinesForBracesInTypes": false, "newLinesForBracesInMethods": false, "newLinesForBracesInProperties": false, "newLinesForBracesInAccessors": false, "newLinesForBracesInAnonymousMethods": false, "newLinesForBracesInControlBlocks": false, "newLinesForBracesInAnonymousTypes": false, "newLinesForBracesInObjectCollectionArrayInitializers": false, "newLinesForBracesInLambdaExpressionBody": false, "newLineForElse": true, "newLineForCatch": true, "newLineForFinally": true, "newLineForMembersInObjectInit": false, "newLineForMembersInAnonymousTypes": false, "newLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGetNugetUnityWarningsHelper"]}} +{"FormattingOptions": {}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"FormattingOptions": {"newLine": "\r\n", "useTabs": true, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FileOptions": {"ExcludeSearchPatterns": ["**/obj/Release/**/*"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpaceAfterCast": false, "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./"]}} +{"FormattingOptions": {"newLine": "\n", "enableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 100000000}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}} +{"omnisharp.useModernNet": true} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"msbuild": {"useBundledOnly": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}, "fileOptions": {"userExcludeSearchPatterns": ["**/scripts/**/*"]}, "excludeSearchPatterns": ["**/scripts/**/*"], "files.exclude": {"**/scripts/**/*": true}, "files.watcherExclude": {"**/scripts/**/*": true}, "search.exclude": {"**/scripts/**/*": true}} +{"msbuild": {"EnablePackageAutoRestore": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}, "script": {"enabled": true, "defaultTargetFramework": "netcoreapp3.1", "enableScriptNuGetReferences": false, "rspFilePath": "starter.rsp"}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", ".old-stuff/**/*"], "excludeSearchPatterns": []}} +{"emmet.includeLanguages": {"aspnetcorerazor": "html"}, "FormattingOptions": {"enableEditorConfigSupport": false, "organizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpaceAfterComma": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 30000, "enableDecompilationSupport": true, "enableImportCompletion": false, "enableAnalyzersSupport": true, "diagnosticWorkersThreadCount": 8, "locationPaths": []}} +{"FormattingOptions": {"WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "enableEditorConfigSupport": true, "OrganizeImports": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}} +{"fileOptions": {"excludeSearchPatterns": ["./Library/**/*", "**/obj/**/*", "**/ios/**/*"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.10.0.nupkg/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 600000, "EnableAnalyzersSupport": true}} +{"FormattingOptions": {"UseTabs": true, "TabSize": 2, "IndentationSize": 2}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "IndentBraces": false, "IndentBlock": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 10000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": false, "locationPaths": []}, "RenameOptions": {"RenameInComments": false, "RenameOverloads": true, "RenameInStrings": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "enableEditorConfigSupport": true}} +{"formattingOptions": {"SpacingAfterMethodDeclarationName": true, "SpaceAfterCast": true, "NewLinesForBracesInMethods": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true, "SpaceAfterCast": true, "SpaceAfterControlFlowStatementKeyword": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "IndentSwitchSection": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}} +{"FormattingOptions": {"tabSize": 2, "indentationSize": 2, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}, "RoslynExtensionsOptions": {"enableDecompilationSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"dnx": {"projects": "src/*/project.json"}} +{"script": {"enableScriptNuGetReferences": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "IndentSwitchCaseSectionWhenBlock": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"], "Location": "./Assets/"}, "fileOptions": {"userExcludeSearchPatterns": ["Library/*"], "excludeSearchPatterns": ["Library/*"]}} +{"FormattingOptions": {"IndentationSize": 4}} +{"fileOptions": {"excludeSearchPatterns": ["**/test/**/*.cs"]}, "FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.11.1"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.15.0/analyzers/dotnet/cs/"]}} +{"FormattingOptions": {"organizeImports": true, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"IndentationSize": 4, "UseTabs": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "WrappingPreserveSingleLine": true, "SpaceAfterCast": true, "WrappingKeepStatementsOnSingleLine": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./nugget/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "enableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 100000000}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"newLine": "\n", "enableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 100000000}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"newLine": "\n", "enableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 100000000}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"msbuild": {"EnablePackageAutoRestore": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}, "script": {"enabled": true, "defaultTargetFramework": "netcoreapp3.1", "enableScriptNuGetReferences": false, "rspFilePath": "starter.rsp"}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}} +{"fileOptions": {"excludeSearchPatterns": ["./Library/**/*", "**/obj/**/*", "**/ios/**/*"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 600000, "EnableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 600000, "EnableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 600000, "EnableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 600000, "EnableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"script": {"enableScriptNuGetReferences": true}} +{"script": {"enableScriptNuGetReferences": true}} +{"fileOptions": {"excludeSearchPatterns": ["**/test/**/*.cs"]}, "FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.15.0/analyzers/dotnet/cs/"]}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/TestFixtures/**/*.csx", "**/ScriptPackages/**/*.csx"], "userExcludeSearchPatterns": []}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}, "FormattingOptions": {"organizeImports": true, "enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableImportCompletion": true, "enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "locationPaths": ["lib"]}, "FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*", "**/lib/**/*", "**/Logs/**/*", "**/Assets/**/*"]}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": false, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/TestFixtures/**/*", "**/ScriptPackages/**/*"], "excludeSearchPatterns": []}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 2, "IndentationSize": 2}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["NuGet"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"404": "Not Found"} +{"readme": "see https://www.strathweb.com/2017/01/c-code-formatting-settings-in-vs-code-and-omnisharp/", "FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MSBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "useTabs": false, "tabSize": 4, "indentSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "TabSize": 2}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": true, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "EnableDecompilationSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/TestFixtures/**/*.csx", "**/ScriptPackages/**/*.csx"], "userExcludeSearchPatterns": []}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}, "FormattingOptions": {"organizeImports": true, "enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableImportCompletion": true, "enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInMethods": false, "NewLineForClausesInQuery": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "UseTabs": true, "TabSize": 4, "SpaceAfterCast": false}} +{"FormattingOptions": {"OrganizeImports": true, "newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}, "RoslynExtensionsOptions": {"EnableEditorConfigSupport": true, "EnableAnalyzersSupport": true, "enableDecompilationSupport": true, "enableImportCompletion": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.15.0/analyzers/dotnet/cs"]}, "fileOptions": {"excludeSearchPatterns": ["**/.DS_Store**/*", "**/.git**/*", "**.zip", "**/build/**/*", "**/Build/**/*", "**/Library/**/*", "**/library/**/*", "**/Hellion_Data/**/*", "**/obj/**/*", "**/Obj/**/*", "**/ProjectSettings/**/*", "**/.github/**/*", "**/temp/**/*", "**/Temp/**/*", "**/NodeDependencyCache/**/*", "**/Logs/**/*", "**/Assets/Test**/*", "**/Assets/Wwise**/*", "**/Assets/Plugins**/*", "**/Assets/InputManager**/*", "**/Assets/Scene**/*", "**/Assets/StreamingAssets**/*", "**/Assets/TextMesh Pro**/*", "**/Assets/Textures**/*", "**/Assets/Materials**/*", "**/Assets/BulletUnity**/*", "**/Assets/Generic**/*", "**/Assets/Photon**/*", "**/Assets/Resources**/*", "**/Assets/Fonts**/*", "**/Assets/FontsTMPro**/*", "**/Assets/ScriptedObjects**/*", "**.meta", "**/Packages**/*", "**/UserSettings**/*", "**/WwiseProject**/*"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"script": {"enabled": false, "defaultTargetFramework": "netcoreapp3.1", "enableScriptNuGetReferences": false}, "cake": {"enabled": false, "bakeryPath ": null}, "msbuild": {"enabled": true, "enablePackageAutoRestore": true}, "roslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableImportCompletion": true, "enableDecompilationSupport": true, "documentAnalysisTimeoutMs": 90000}, "formattingOptions": {"enableEditorConfigSupport": true, "organizeImports": true}, "renameOptions": {"renameInComments": true, "renameOverloads": true, "renameInStrings": true}, "implementTypeOptions": {"propertyGenerationBehavior": "PreferAutoProperties", "insertionBehavior": "WithOtherMembersOfTheSameKind"}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*", "**/artifacts/**/*", "**/tmp/**/*"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": false, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false}} +{"RoslynExtensionsOptions": {"enableDecompilationSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./.vscode/analyzers/"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true}} +{"omnisharp.useMordernNet": true, "omnisharp.useGlobalMono": "never"} +{"FormattingOptions": {"UseTabs": true, "NewLine": "\n", "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinCastParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./nuget"]}} +{"fileOptions": {"excludeSearchPatterns": ["/Handyman.VisualStudio/**/*"]}} +{"version": "1.39.2", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.2/omnisharp-win-x64.zip", "hash": "2c7557017c95af49853b7073d560a93c4bc80dc5dcec08e85c95e24c1abd7df1"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.2/omnisharp-win-x86.zip", "hash": "d2b2d10fa5122669771f86b0898fdbcbbc144c60d1deb350217ba1a14689c5f8"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"IndentationSize": 4, "IndentBlock": true, "IndentBraces": false, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "leftmost", "NewLine": "\n", "NewLineForCatch": true, "NewLineForClausesInQuery": true, "NewLineForElse": true, "NewLineForFinally": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForMembersInObjectInit": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInTypes": true, "SpaceAfterCast": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterControlFlowStatementKeyword": true, "SpaceAfterDot": false, "SpaceAfterMethodCallName": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBeforeSemicolonsInForStatement": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceBetweenEmptySquareBrackets": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceWithinCastParentheses": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinMethodCallParentheses": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceWithinOtherParentheses": false, "SpaceWithinSquareBrackets": false, "SpacingAfterMethodDeclarationName": false, "SpacingAroundBinaryOperator": "single", "TabSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": false, "WrappingPreserveSingleLine": true}} +{"RoslynExtensionOptions": {"EnableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"MSBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": true, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinCastParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeSemicolonsInForStatement": false, "SpaceAfterDot": false, "SpaceBeforeDot": false, "SpaceAfterComma": true, "SpaceBeforeComma": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/Microsoft.Unity.Analyzers.dll"]}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"script": {"enableScriptNuGetReferences": false, "defaultTargetFramework": "net6.0"}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceBeforeColonInBaseTypeDeclaration": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"fileOptions": {"excludeSearchPatterns": ["./Source/ApplicationModel/Tooling/Templates/templates/**/*.csproj", "./Source/ApplicationModel/Tooling/Templates/templates/**/*.Specs.csproj"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet"]}} +{"formattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInProperties": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLineForCatch": true, "NewLineForMembersInObjectInit": false, "IndentBraces": false}} +{"FormattingOptions": {"useTabs": true, "tabSize": 4, "indentationSize": 4}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "UseTabs": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"FormattingOptions": {"UseTabs": true}} +{"FormattingOptions": {"useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"msbuild": {"enabled": true, "Platform": "x64"}} +{"files.exclude": {"**/.DS_Store": true, "**/.git": true, "**/.gitmodules": true, "**/*.booproj": true, "**/*.pidb": true, "**/*.suo": true, "**/*.user": true, "**/*.userprefs": true, "**/*.unityproj": true, "**/*.dll": true, "**/*.exe": true, "**/*.pdf": true, "**/*.mid": true, "**/*.midi": true, "**/*.wav": true, "**/*.gif": true, "**/*.ico": true, "**/*.jpg": true, "**/*.jpeg": true, "**/*.png": true, "**/*.psd": true, "**/*.tga": true, "**/*.tif": true, "**/*.tiff": true, "**/*.3ds": true, "**/*.3DS": true, "**/*.fbx": true, "**/*.FBX": true, "**/*.lxo": true, "**/*.LXO": true, "**/*.ma": true, "**/*.MA": true, "**/*.obj": true, "**/*.OBJ": true, "**/*.asset": true, "**/*.cubemap": true, "**/*.flare": true, "**/*.mat": true, "**/*.meta": true, "**/*.prefab": true, "**/*.unity": true, "build/": true, "Build/": true, "Library/": true, "library/": true, "obj/": true, "Obj/": true, "ProjectSettings/": true, "temp/": true, "Temp/": true}, "FormattingOptions": {"EnableEditorConfigSupport": false, "newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"SpaceAfterCast": true, "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "IndentBlock": true, "NewLineForCatch": true, "NewLineForElse": true, "NewLineForClausesInQuery": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInLambdaExpressionBody": true}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net5.0"}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["NuGet"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"404": "Not Found"} +{"404": "Not Found"} +{"readme": "see https://www.strathweb.com/2017/01/c-code-formatting-settings-in-vs-code-and-omnisharp/", "FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"MSBuild": {"UseLegacySdkResolver": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "useTabs": false, "tabSize": 4, "indentSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "useTabs": false, "tabSize": 4, "indentSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLine": "\n", "useTabs": false, "tabSize": 4, "indentSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInAccessors": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "WrappingPreserveSingleLine": false, "WrappingKeepStatementsOnSingleLine": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"EnableEditorConfigSupport": false, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"FormattingOptions": {"UseTabs": true, "NewLine": "\n", "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinCastParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": true, "NewLine": "\n", "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinCastParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": true, "NewLine": "\n", "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinCastParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"UseTabs": true, "NewLine": "\n", "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceWithinCastParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": true, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": true, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./nuget"]}} +{"version": "1.39.2", "description": "A .NET development platform based on roslyn workspaces", "homepage": "http://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.2/omnisharp-win-x64.zip", "hash": "2c7557017c95af49853b7073d560a93c4bc80dc5dcec08e85c95e24c1abd7df1"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.2/omnisharp-win-x86.zip", "hash": "d2b2d10fa5122669771f86b0898fdbcbbc144c60d1deb350217ba1a14689c5f8"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"IndentationSize": 4, "IndentBlock": true, "IndentBraces": false, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "leftmost", "NewLine": "\n", "NewLineForCatch": true, "NewLineForClausesInQuery": true, "NewLineForElse": true, "NewLineForFinally": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForMembersInObjectInit": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInTypes": true, "SpaceAfterCast": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterControlFlowStatementKeyword": true, "SpaceAfterDot": false, "SpaceAfterMethodCallName": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBeforeSemicolonsInForStatement": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceBetweenEmptySquareBrackets": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceWithinCastParentheses": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinMethodCallParentheses": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceWithinOtherParentheses": false, "SpaceWithinSquareBrackets": false, "SpacingAfterMethodDeclarationName": false, "SpacingAroundBinaryOperator": "single", "TabSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": false, "WrappingPreserveSingleLine": true}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"IndentationSize": 4, "IndentBlock": true, "IndentBraces": false, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "leftmost", "NewLine": "\n", "NewLineForCatch": true, "NewLineForClausesInQuery": true, "NewLineForElse": true, "NewLineForFinally": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForMembersInObjectInit": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInTypes": true, "SpaceAfterCast": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterControlFlowStatementKeyword": true, "SpaceAfterDot": false, "SpaceAfterMethodCallName": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBeforeSemicolonsInForStatement": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceBetweenEmptySquareBrackets": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceWithinCastParentheses": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinMethodCallParentheses": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceWithinOtherParentheses": false, "SpaceWithinSquareBrackets": false, "SpacingAfterMethodDeclarationName": false, "SpacingAroundBinaryOperator": "single", "TabSize": 4, "UseTabs": false, "WrappingKeepStatementsOnSingleLine": false, "WrappingPreserveSingleLine": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceBeforeColonInBaseTypeDeclaration": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceBeforeColonInBaseTypeDeclaration": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceBeforeColonInBaseTypeDeclaration": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false, "SpaceBeforeColonInBaseTypeDeclaration": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "UseTabs": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}, "FormattingOptions": {"enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true, "enableDecompilationSupport": true}, "SDK": {"includePrereleases": true}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/omnisharp.json", "properties": {"FormattingOptions": {"type": "object", "description": "Used to control C# formatting", "properties": {"EnableEditorConfigSupport": {"type": "boolean", "default": false}, "NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSectionWhenBlock": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}, "RoslynExtensionsOptions": {"type": "object", "description": "Used to define refactorings, code actions and analyzer locations that OmniSharp should use (i.e. Roslynator)", "properties": {"EnableDecompilationSupport": {"type": "boolean", "default": false}, "EnableAnalyzersSupport": {"type": "boolean", "description": "If set to false, only refactorings are available", "default": false}, "DocumentAnalysisTimeoutMs": {"type": "integer", "default": 10000}, "LocationPaths": {"type": "array", "items": {"type": "string"}, "default": null}}}, "FileOptions": {"type": "object", "description": "Used to define which directories and files should be included in OmniSharp's project file / solution file discovery process. Not individual .cs files.", "properties": {"SystemExcludeSearchPatterns": {"type": "array", "description": "Recommended for manual editing", "items": {"type": "string"}, "default": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "ExcludeSearchPatterns": {"type": "array", "description": "Can be used by tools such as VS Code to automatically share its exclusion settings with OmniSharp", "items": {"type": "string"}, "default": []}}}, "RenameOptions": {"type": "object", "properties": {"RenameOverloads": {"type": "boolean", "default": false}, "RenameInStrings": {"type": "boolean", "default": false}, "RenameInComments": {"type": "boolean", "default": false}}}, "ImplementTypeOptions": {"type": "object", "properties": {"InsertionBehavior": {"type": "string", "enum": ["WithOtherMembersOfTheSameKind", "AtTheEnd"], "default": "WithOtherMembersOfTheSameKind"}, "PropertyGenerationBehavior": {"type": "string", "enum": ["PreferThrowingProperties", "PreferAutoProperties"], "default": "PreferThrowingProperties"}}}, "Plugins": {"type": "object", "properties": {"LocationPaths": {"type": "array", "items": {"type": "string"}, "default": []}}}, "msbuild": {"type": "object", "description": "Used to configure MSBuild solutions and projects", "properties": {"enabled": {"type": "boolean", "default": true}, "ToolsVersion": {"type": "string", "default": null, "description": "Value of ToolsVersion to use when building projects passed to this task", "anyOf": [{"enum": ["Current", "2.0", "3.5", "4.0", "15.0"]}, {"type": "string"}]}, "VisualStudioVersion": {"type": "string", "default": null}, "Configuration": {"default": null, "description": "Build configuration used for project evaluation", "anyOf": [{"enum": ["Debug", "Release"]}, {"type": "string"}]}, "Platform": {"default": "AnyCPU", "description": "Specifies which version of the Common Language Runtime (CLR) use for project evaluation", "anyOf": [{"enum": ["AnyCPU", "x86", "x64", "ARM", "ARM64", "Itanium"]}, {"type": "string"}]}, "EnablePackageAutoRestore": {"type": "boolean", "default": false}, "MSBuildExtensionsPath": {"type": "string", "description": "MSBuild extensions path. On Standalone this defaults to the MSBuild folder. In VisualStudio mode this folder will be %VSINSTALLDIR%\\MSBuild", "default": null}, "TargetFrameworkRootPath": {"type": "string", "description": "Root directory where the target framework will be looked for. Uses default path if this is null", "default": null}, "MSBuildSDKsPath": {"type": "string", "description": "Path to the Sdks folder for this MSBuild instance", "default": null}, "RoslynTargetsPath": {"type": "string", "default": null}, "CscToolPath": {"type": "string", "description": "Local Roslyn path (e.g. /Current/Bin/Roslyn)", "default": null}, "CscToolExe": {"type": "string", "description": "FileName of C# compiler", "default": "csc.exe"}, "loadProjectsOnDemand": {"type": "boolean", "description": "If true, MSBuild project system will only be loading projects for files that were opened in the editor as well as referenced projects, recursively", "default": false}}}, "script": {"type": "object", "description": "Used to configure C# scripting (CSX files)", "properties": {"enabled": {"type": "boolean", "default": true}, "defaultTargetFramework": {"type": "string", "default": "net461", "anyOf": [{"enum": ["netstandard1.0", "netstandard1.1", "netstandard1.2", "netstandard1.3", "netstandard1.4", "netstandard1.5", "netstandard1.6", "netstandard2.0", "netstandard2.1", "netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1", "netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1", "net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452", "net46", "net461", "net462", "net47", "net471", "net472", "net48"]}, {"type": "string"}]}, "enableScriptNuGetReferences": {"type": "boolean", "default": false}, "rspFilePath": {"type": "string", "default": "", "description": "A response file (.rsp) is used to provide the command line arguments that are used to run the roslyn script compiler process. You can use this to override the default namespace includes among other things."}}}, "cake": {"type": "object", "description": "Used to configure Cake (cake files)", "properties": {"enabled": {"type": "boolean", "default": true}, "bakeryPath": {"type": "string", "default": null}}}}, "type": "object"} +{"formattingOptions": {"UseTabs": false, "TabSize": 2, "IndentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "diagnosticWorkersThreadCount": 2, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"version": "1.39.8", "description": "A .NET development platform based on roslyn workspaces", "homepage": "https://www.omnisharp.net", "license": "MIT", "notes": "For omnisharp-net6, please install 'versions/omnisharp-net6", "architecture": {"64bit": {"url": "https://ghproxy.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x64.zip", "hash": "82ec63808e4e4c7dcc7735e471350c1861e5eae0a2b198c67ebc38caaf325535"}, "32bit": {"url": "https://ghproxy.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v1.39.8/omnisharp-win-x86.zip", "hash": "10949c8ab268510cb086d520fa7a7053d56d49d4cdb8e00954b18986d7cf72ed"}}, "bin": "omnisharp.exe", "checkver": {"github": "https://github.com/OmniSharp/omnisharp-roslyn"}, "autoupdate": {"architecture": {"64bit": {"url": "https://ghproxy.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x64.zip"}, "32bit": {"url": "https://ghproxy.com/https://github.com/OmniSharp/omnisharp-roslyn/releases/download/v$version/omnisharp-win-x86.zip"}}}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"formattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"FormattingOptions": {"useTabs": false, "tabSize": 2, "indentationSize": 2, "smartIndent": 2, "newLine": "\n"}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"IndentationSize": 2}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "enableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"DocumentAnalysisTimeoutMs": 100000000}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": ["**/AcadeMedia.Frontend.csproj"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {}, "Plugins": {}, "FormattingOptions": {"NewLine": "\n", "IndentBlock": true, "EnableEditorConfigSupport": true}} +{"FormattingOptions": {"SpaceWithinMethodDeclarationParenthesis": true, "SpaceWithinMethodCallParentheses": true, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": true, "SpaceWithinCastParentheses": true, "SpaceWithinOtherParentheses": true, "SpaceAfterCast": true, "IndentSwitchSection": false}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"FormattingOptions": {"SpaceAfterCast": true, "EnableEditorConfigSupport": false}} +{"MsBuild": {"UseLegacySdkResolver": true}} +{"404": "Not Found"} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"fileOptions": {"excludeSearchPatterns": ["build/**/*", "**/plugins/**/*", "plugins/*"]}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"MsBuild": {"UseLegacySdkResolver": true, "EnablePackageAutoRestore": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": false, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": false, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "none"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./Assets/Analyzers"]}} +{"FormattingOptions": {"TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInControlBlocks": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForCatch": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false}} +{"FormattingOptions": {"useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInControlBlocks": true}} +{"$schema": "http://json-schema.org/draft-04/schema#", "properties": {"FormattingOptions": {"type": "object", "description": "Used to control C# formatting", "properties": {"EnableEditorConfigSupport": {"type": "boolean", "default": false}, "NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSectionWhenBlock": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}, "RoslynExtensionsOptions": {"type": "object", "description": "Used to define refactorings, code actions and analyzer locations that OmniSharp should use (i.e. Roslynator)", "properties": {"EnableDecompilationSupport": {"type": "boolean", "default": false}, "EnableAnalyzersSupport": {"type": "boolean", "description": "If set to false, only refactorings are available", "default": false}, "DocumentAnalysisTimeoutMs": {"type": "integer", "default": 10000}, "LocationPaths": {"type": "array", "items": {"type": "string"}, "default": null}}}, "FileOptions": {"type": "object", "description": "Used to define which directories and files should be included in OmniSharp's project file / solution file discovery process. Not individual .cs files.", "properties": {"SystemExcludeSearchPatterns": {"type": "array", "description": "Recommended for manual editing", "items": {"type": "string"}, "default": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "ExcludeSearchPatterns": {"type": "array", "description": "Can be used by tools such as VS Code to automatically share its exclusion settings with OmniSharp", "items": {"type": "string"}, "default": []}}}, "RenameOptions": {"type": "object", "properties": {"RenameOverloads": {"type": "boolean", "default": false}, "RenameInStrings": {"type": "boolean", "default": false}, "RenameInComments": {"type": "boolean", "default": false}}}, "ImplementTypeOptions": {"type": "object", "properties": {"InsertionBehavior": {"type": "string", "enum": ["WithOtherMembersOfTheSameKind", "AtTheEnd"], "default": "WithOtherMembersOfTheSameKind"}, "PropertyGenerationBehavior": {"type": "string", "enum": ["PreferThrowingProperties", "PreferAutoProperties"], "default": "PreferThrowingProperties"}}}, "Plugins": {"type": "object", "properties": {"LocationPaths": {"type": "array", "items": {"type": "string"}, "default": []}}}, "msbuild": {"type": "object", "description": "Used to configure MSBuild solutions and projects", "properties": {"enabled": {"type": "boolean", "default": true}, "ToolsVersion": {"type": "string", "default": null, "description": "Value of ToolsVersion to use when building projects passed to this task", "anyOf": [{"enum": ["Current", "2.0", "3.5", "4.0", "15.0"]}, {"type": "string"}]}, "VisualStudioVersion": {"type": "string", "default": null}, "Configuration": {"default": null, "description": "Build configuration used for project evaluation", "anyOf": [{"enum": ["Debug", "Release"]}, {"type": "string"}]}, "Platform": {"default": "AnyCPU", "description": "Specifies which version of the Common Language Runtime (CLR) use for project evaluation", "anyOf": [{"enum": ["AnyCPU", "x86", "x64", "ARM", "ARM64", "Itanium"]}, {"type": "string"}]}, "EnablePackageAutoRestore": {"type": "boolean", "default": false}, "MSBuildExtensionsPath": {"type": "string", "description": "MSBuild extensions path. On Standalone this defaults to the MSBuild folder. In VisualStudio mode this folder will be %VSINSTALLDIR%\\MSBuild", "default": null}, "TargetFrameworkRootPath": {"type": "string", "description": "Root directory where the target framework will be looked for. Uses default path if this is null", "default": null}, "MSBuildSDKsPath": {"type": "string", "description": "Path to the Sdks folder for this MSBuild instance", "default": null}, "RoslynTargetsPath": {"type": "string", "default": null}, "CscToolPath": {"type": "string", "description": "Local Roslyn path (e.g. /Current/Bin/Roslyn)", "default": null}, "CscToolExe": {"type": "string", "description": "FileName of C# compiler", "default": "csc.exe"}, "loadProjectsOnDemand": {"type": "boolean", "description": "If true, MSBuild project system will only be loading projects for files that were opened in the editor as well as referenced projects, recursively", "default": false}}}, "script": {"type": "object", "description": "Used to configure C# scripting (CSX files)", "properties": {"enabled": {"type": "boolean", "default": true}, "defaultTargetFramework": {"type": "string", "default": "net461", "anyOf": [{"enum": ["netstandard1.0", "netstandard1.1", "netstandard1.2", "netstandard1.3", "netstandard1.4", "netstandard1.5", "netstandard1.6", "netstandard2.0", "netstandard2.1", "netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1", "netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1", "net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452", "net46", "net461", "net462", "net47", "net471", "net472", "net48"]}, {"type": "string"}]}, "enableScriptNuGetReferences": {"type": "boolean", "default": false}, "rspFilePath": {"type": "string", "default": "", "description": "A response file (.rsp) is used to provide the command line arguments that are used to run the roslyn script compiler process. You can use this to override the default namespace includes among other things."}}}, "cake": {"type": "object", "description": "Used to configure Cake (cake files)", "properties": {"enabled": {"type": "boolean", "default": true}, "bakeryPath": {"type": "string", "default": null}}}}, "type": "object"} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": false, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "RoslynExtensionsOptions": {"documentAnalysisTimeoutMs": 100000, "enableDecompilationSupport": true, "enableImportCompletion": true, "enableAnalyzersSupport": false, "locationPaths": []}, "RenameOptions": {"RenameInComments": true, "RenameOverloads": true, "RenameInStrings": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"script": {"enabled": true, "defaultTargetFramework": "net5.0", "enableScriptNuGetReferences": true, "RspFilePath": ".abbot/references.rsp"}} +{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"FormattingOptions": {"type": "object", "description": "Used to control C# formatting", "properties": {"EnableEditorConfigSupport": {"type": "boolean", "default": false}, "NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSectionWhenBlock": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}, "RoslynExtensionsOptions": {"type": "object", "description": "Used to define refactorings, code actions and analyzer locations that OmniSharp should use (i.e. Roslynator)", "properties": {"EnableDecompilationSupport": {"type": "boolean", "default": false}, "EnableAnalyzersSupport": {"type": "boolean", "description": "If set to false, only refactorings are available", "default": false}, "DocumentAnalysisTimeoutMs": {"type": "integer", "default": 10000}, "LocationPaths": {"type": "array", "items": {"type": "string"}, "default": null}}}, "FileOptions": {"type": "object", "description": "Used to define which directories and files should be included in OmniSharp's project file / solution file discovery process. Not individual .cs files.", "properties": {"SystemExcludeSearchPatterns": {"type": "array", "description": "Recommended for manual editing", "items": {"type": "string"}, "default": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "ExcludeSearchPatterns": {"type": "array", "description": "Can be used by tools such as VS Code to automatically share its exclusion settings with OmniSharp", "items": {"type": "string"}, "default": []}}}, "RenameOptions": {"type": "object", "properties": {"RenameOverloads": {"type": "boolean", "default": false}, "RenameInStrings": {"type": "boolean", "default": false}, "RenameInComments": {"type": "boolean", "default": false}}}, "ImplementTypeOptions": {"type": "object", "properties": {"InsertionBehavior": {"type": "string", "enum": ["WithOtherMembersOfTheSameKind", "AtTheEnd"], "default": "WithOtherMembersOfTheSameKind"}, "PropertyGenerationBehavior": {"type": "string", "enum": ["PreferThrowingProperties", "PreferAutoProperties"], "default": "PreferThrowingProperties"}}}, "Plugins": {"type": "object", "properties": {"LocationPaths": {"type": "array", "items": {"type": "string"}, "default": []}}}, "msbuild": {"type": "object", "description": "Used to configure MSBuild solutions and projects", "properties": {"enabled": {"type": "boolean", "default": true}, "ToolsVersion": {"type": "string", "default": null, "description": "Value of ToolsVersion to use when building projects passed to this task", "anyOf": [{"enum": ["Current", "2.0", "3.5", "4.0", "15.0"]}, {"type": "string"}]}, "VisualStudioVersion": {"type": "string", "default": null}, "Configuration": {"default": null, "description": "Build configuration used for project evaluation", "anyOf": [{"enum": ["Debug", "Release"]}, {"type": "string"}]}, "Platform": {"default": "AnyCPU", "description": "Specifies which version of the Common Language Runtime (CLR) use for project evaluation", "anyOf": [{"enum": ["AnyCPU", "x86", "x64", "ARM", "ARM64", "Itanium"]}, {"type": "string"}]}, "EnablePackageAutoRestore": {"type": "boolean", "default": false}, "MSBuildExtensionsPath": {"type": "string", "description": "MSBuild extensions path. On Standalone this defaults to the MSBuild folder. In VisualStudio mode this folder will be %VSINSTALLDIR%\\MSBuild", "default": null}, "TargetFrameworkRootPath": {"type": "string", "description": "Root directory where the target framework will be looked for. Uses default path if this is null", "default": null}, "MSBuildSDKsPath": {"type": "string", "description": "Path to the Sdks folder for this MSBuild instance", "default": null}, "RoslynTargetsPath": {"type": "string", "default": null}, "CscToolPath": {"type": "string", "description": "Local Roslyn path (e.g. /Current/Bin/Roslyn)", "default": null}, "CscToolExe": {"type": "string", "description": "FileName of C# compiler", "default": "csc.exe"}, "loadProjectsOnDemand": {"type": "boolean", "description": "If true, MSBuild project system will only be loading projects for files that were opened in the editor as well as referenced projects, recursively", "default": false}}}, "scripting": {"type": "object", "description": "Used to configure C# scripting (CSX files)", "properties": {"enabled": {"type": "boolean", "default": true}, "defaultTargetFramework": {"type": "string", "default": "net461", "anyOf": [{"enum": ["netstandard1.0", "netstandard1.1", "netstandard1.2", "netstandard1.3", "netstandard1.4", "netstandard1.5", "netstandard1.6", "netstandard2.0", "netstandard2.1", "netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1", "netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1", "net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452", "net46", "net461", "net462", "net47", "net471", "net472", "net48"]}, {"type": "string"}]}, "enableScriptNuGetReferences": {"type": "boolean", "default": false}}}, "cake": {"type": "object", "description": "Used to configure Cake (cake files)", "properties": {"enabled": {"type": "boolean", "default": true}, "BakeryPath ": {"type": "string", "default": null}}}}} +{"formattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/Microsoft.Unity.Analyzers.1.10.0"]}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 2, "IndentationSize": 2}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"FormattingOptions": {"IndentationSize": 4, "NewLine": "\n", "NewLineForCatch": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": true, "TabSize": 4, "UseTabs": false}} +{"FormattingOptions": {"IndentationSize": 4, "TabSize": 4}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net6.0"}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"UseTabs": true, "TabSize": 3, "IndentationSize": 3}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"TabSize": 4, "UseTabs": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInClasses": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.11.0"]}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "organizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./Nuget/microsoft.unity.analyzers.1.9.0"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false}} +{"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/omnisharp.json", "FormattingOptions": {"NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBlock": true, "IndentBraces": false, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/StylecopAnalyzers"]}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": false, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": false, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "diagnosticWorkersThreadCount": 2, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*"], "excludeSearchPatterns": []}}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"enableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"FormattingOptions": {"useTabs": false, "tabSize": 2, "indentationSize": 2, "smartIndent": 2, "newLine": "\n"}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 4, "IndentationSize": 4}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"EnableEditorConfigSupport": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.1"}} +{"$schema": "http://json-schema.org/draft-04/schema#", "properties": {"FormattingOptions": {"type": "object", "description": "Used to control C# formatting", "properties": {"EnableEditorConfigSupport": {"type": "boolean", "default": false}, "NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSectionWhenBlock": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}, "RoslynExtensionsOptions": {"type": "object", "description": "Used to define refactorings, code actions and analyzer locations that OmniSharp should use (i.e. Roslynator)", "properties": {"EnableDecompilationSupport": {"type": "boolean", "default": false}, "EnableAnalyzersSupport": {"type": "boolean", "description": "If set to false, only refactorings are available", "default": false}, "DocumentAnalysisTimeoutMs": {"type": "integer", "default": 10000}, "LocationPaths": {"type": "array", "items": {"type": "string"}, "default": null}}}, "FileOptions": {"type": "object", "description": "Used to define which directories and files should be included in OmniSharp's project file / solution file discovery process. Not individual .cs files.", "properties": {"SystemExcludeSearchPatterns": {"type": "array", "description": "Recommended for manual editing", "items": {"type": "string"}, "default": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "ExcludeSearchPatterns": {"type": "array", "description": "Can be used by tools such as VS Code to automatically share its exclusion settings with OmniSharp", "items": {"type": "string"}, "default": []}}}, "RenameOptions": {"type": "object", "properties": {"RenameOverloads": {"type": "boolean", "default": false}, "RenameInStrings": {"type": "boolean", "default": false}, "RenameInComments": {"type": "boolean", "default": false}}}, "ImplementTypeOptions": {"type": "object", "properties": {"InsertionBehavior": {"type": "string", "enum": ["WithOtherMembersOfTheSameKind", "AtTheEnd"], "default": "WithOtherMembersOfTheSameKind"}, "PropertyGenerationBehavior": {"type": "string", "enum": ["PreferThrowingProperties", "PreferAutoProperties"], "default": "PreferThrowingProperties"}}}, "Plugins": {"type": "object", "properties": {"LocationPaths": {"type": "array", "items": {"type": "string"}, "default": []}}}, "msbuild": {"type": "object", "description": "Used to configure MSBuild solutions and projects", "properties": {"enabled": {"type": "boolean", "default": true}, "ToolsVersion": {"type": "string", "default": null, "description": "Value of ToolsVersion to use when building projects passed to this task", "anyOf": [{"enum": ["Current", "2.0", "3.5", "4.0", "15.0"]}, {"type": "string"}]}, "VisualStudioVersion": {"type": "string", "default": null}, "Configuration": {"default": null, "description": "Build configuration used for project evaluation", "anyOf": [{"enum": ["Debug", "Release"]}, {"type": "string"}]}, "Platform": {"default": "AnyCPU", "description": "Specifies which version of the Common Language Runtime (CLR) use for project evaluation", "anyOf": [{"enum": ["AnyCPU", "x86", "x64", "ARM", "ARM64", "Itanium"]}, {"type": "string"}]}, "EnablePackageAutoRestore": {"type": "boolean", "default": false}, "MSBuildExtensionsPath": {"type": "string", "description": "MSBuild extensions path. On Standalone this defaults to the MSBuild folder. In VisualStudio mode this folder will be %VSINSTALLDIR%\\MSBuild", "default": null}, "TargetFrameworkRootPath": {"type": "string", "description": "Root directory where the target framework will be looked for. Uses default path if this is null", "default": null}, "MSBuildSDKsPath": {"type": "string", "description": "Path to the Sdks folder for this MSBuild instance", "default": null}, "RoslynTargetsPath": {"type": "string", "default": null}, "CscToolPath": {"type": "string", "description": "Local Roslyn path (e.g. /Current/Bin/Roslyn)", "default": null}, "CscToolExe": {"type": "string", "description": "FileName of C# compiler", "default": "csc.exe"}, "loadProjectsOnDemand": {"type": "boolean", "description": "If true, MSBuild project system will only be loading projects for files that were opened in the editor as well as referenced projects, recursively", "default": false}}}, "script": {"type": "object", "description": "Used to configure C# scripting (CSX files)", "properties": {"enabled": {"type": "boolean", "default": true}, "defaultTargetFramework": {"type": "string", "default": "net461", "anyOf": [{"enum": ["netstandard1.0", "netstandard1.1", "netstandard1.2", "netstandard1.3", "netstandard1.4", "netstandard1.5", "netstandard1.6", "netstandard2.0", "netstandard2.1", "netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1", "netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1", "net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452", "net46", "net461", "net462", "net47", "net471", "net472", "net48"]}, {"type": "string"}]}, "enableScriptNuGetReferences": {"type": "boolean", "default": false}, "rspFilePath": {"type": "string", "default": "", "description": "A response file (.rsp) is used to provide the command line arguments that are used to run the roslyn script compiler process. You can use this to override the default namespace includes among other things."}}}, "cake": {"type": "object", "description": "Used to configure Cake (cake files)", "properties": {"enabled": {"type": "boolean", "default": true}, "bakeryPath": {"type": "string", "default": null}}}}, "type": "object"} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true}} +{"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/omnisharp.json", "FormattingOptions": {"NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/omnisharp.json", "FormattingOptions": {"NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"formattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "indentSwitchCaseSection": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"enableEditorConfigSupport": true, "organizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"useTabs": false, "indentationSize": 4, "tabSize": 4, "newLine": "\n", "IndentBlock": true, "IndentBraces": false, "IndentSwitchCaseSection": true, "IndentSwitchSection": true, "LabelPositioning": "flushLeft", "NewLineForCatch": false, "NewLineForClausesInQuery": false, "NewLineForElse": false, "NewLineForFinally": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForMembersInObjectInit": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false, "SpaceAfterCast": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterControlFlowStatementKeyword": true, "SpaceAfterDot": false, "SpaceAfterMethodCallName": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBeforeSemicolonsInForStatement": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinCastParentheses": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinMethodCallParentheses": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceWithinOtherParentheses": false, "SpaceWithinSquareBrackets": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpacingAfterMethodDeclarationName": false, "SpacingAroundBinaryOperator": "single", "WrappingKeepStatementsOnSingleLine": true, "WrappingPreserveSingleLine": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.17.0/analyzers/dotnet/cs"]}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLine": "\n", "UseTabs": false, "TabSize": 4}} +{"FormattingOptions": {"NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": true, "NewLineForElse": false, "TabSize": 4, "UseTabs": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "SpaceAfterControlFlowStatementKeyword": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceBeforeComma": false, "SpaceAfterDot": false, "SpaceBeforeDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./Microsoft.Unity.Analyzers.dll"]}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"OrganizeImports": true}} +{"FormattingOptions": {"organizeImports": false, "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"fileOptions": {"excludeSearchPatterns": ["**/bin/**/*", "**/obj/**/*"]}, "msbuild": {"Platform": "rhel.7.2-x64"}, "RoslynExtensionsOptions": {"enableAnalyzersSupport": true}, "FormattingOptions": {"enableEditorConfigSupport": true, "OrganizeImports": true}} +{"dotnet": {"alias": "default", "projects": "**/project.json", "enablePackageRestore": true, "packageRestoreTimeout": "180"}, "formattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2}} +{"sdk": {"IncludePrereleases": true}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"FormattingOptions": {"NewLine": "\r\n", "UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLineForMembersInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false}} +{"FormattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "enableEditorConfigSupport": true, "OrganizeImports": true}, "fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "excludeSearchPatterns": ["**/Songbird.Frontend.csproj"]}} +{"FormattingOptions": {"UseTabs": false, "TabSize": 2, "IndentationSize": 2, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"newLine": "\n", "useTabs": true, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "IndentSwitchSection": false, "NewLineForCatch": false, "NewLineForElse": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInTypes": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true}, "script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "net7.0"}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 2, "indentationSize": 2, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"formattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"sdk": {"version": "6.0.302"}, "RoslynExtensionsOptions": {"EnableDecompilationSupport": true}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": true, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0/analyzers/dotnet/cs"]}} +{"$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "properties": {"FormattingOptions": {"type": "object", "properties": {"NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.15.0/analyzers/dotnet/cs"]}, "FormattingOptions": {"newLine": "\n", "useTabs": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false}} +{"formattingOptions": {"NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false}} +{"FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true}, "ImplementTypeOptions": {"PropertyGenerationBehavior": "PreferAutoProperties"}, "RenameOptions": {"RenameInComments": true, "RenameInStrings": true, "RenameOverloads": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "EnableDecompilationSupport": true, "EnableImportCompletion": true}} +{"fileOptions": {"excludeSearchPatterns": ["./tpl/Bearz.Console/Bearz.Console.csproj", "./tpl/Bearz.Console/Bearz.Library.csproj"]}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": true, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": true, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": false, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": true, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": true, "NewLinesForBracesInMethods": true, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": true, "NewLinesForBracesInAnonymousMethods": true, "NewLinesForBracesInControlBlocks": true, "NewLinesForBracesInAnonymousTypes": true, "NewLinesForBracesInObjectCollectionArrayInitializers": true, "NewLinesForBracesInLambdaExpressionBody": true, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"fileOptions": {"systemExcludeSearchPatterns": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/node_modules/**/*"], "userExcludeSearchPatterns": []}} +{"FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["../../NuGet/microsoft.unity.analyzers.1.11.1/analyzers/dotnet/cs"]}, "FormattingOptions": {"EnableEditorConfigSupport": true, "OrganizeImports": true, "NewLine": "\n", "UseTabs": false, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "IndentSwitchCaseSectionWhenBlock": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": true, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"script": {"enableScriptNuGetReferences": true, "defaultTargetFramework": "netcoreapp3.0"}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.9.0"]}} +{"FormattingOptions": {"enableEditorConfigSupport": false, "newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} +{"$schema": "http://json.schemastore.org/omnisharp", "FormattingOptions": {"EnableEditorConfigSupport": true}, "RoslynExtensionsOptions": {"EnableAnalyzersSupport": true}} +{"FormattingOptions": {"NewLinesForBracesInLambdaExpressionBody": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInAccessors": false}} +{"FormattingOptions": {"NewLine": "\n", "UseTabs": true, "TabSize": 4, "IndentationSize": 4, "SpacingAfterMethodDeclarationName": false, "SpaceWithinMethodDeclarationParenthesis": false, "SpaceBetweenEmptyMethodDeclarationParentheses": false, "SpaceAfterMethodCallName": false, "SpaceWithinMethodCallParentheses": false, "SpaceBetweenEmptyMethodCallParentheses": false, "SpaceAfterControlFlowStatementKeyword": true, "SpaceWithinExpressionParentheses": false, "SpaceWithinCastParentheses": false, "SpaceWithinOtherParentheses": false, "SpaceAfterCast": false, "SpacesIgnoreAroundVariableDeclaration": false, "SpaceBeforeOpenSquareBracket": false, "SpaceBetweenEmptySquareBrackets": false, "SpaceWithinSquareBrackets": false, "SpaceAfterColonInBaseTypeDeclaration": true, "SpaceAfterComma": true, "SpaceAfterDot": false, "SpaceAfterSemicolonsInForStatement": true, "SpaceBeforeColonInBaseTypeDeclaration": true, "SpaceBeforeComma": false, "SpaceBeforeDot": false, "SpaceBeforeSemicolonsInForStatement": false, "SpacingAroundBinaryOperator": "single", "IndentBraces": false, "IndentBlock": true, "IndentSwitchSection": true, "IndentSwitchCaseSection": true, "LabelPositioning": "oneLess", "WrappingPreserveSingleLine": true, "WrappingKeepStatementsOnSingleLine": true, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": true, "NewLineForCatch": true, "NewLineForFinally": true, "NewLineForMembersInObjectInit": true, "NewLineForMembersInAnonymousTypes": true, "NewLineForClausesInQuery": true}} +{"RoslynExtensionsOptions": {"enableImportCompletion": true, "enableDecompilationSupport": true, "enableAnalyzersSupport": true, "enableAsyncCompletion": true}} +{"RoslynExtensionsOptions": {"EnableAnalyzersSupport": true, "LocationPaths": ["./NuGet/microsoft.unity.analyzers.1.14.0"]}} +{"FormattingOptions": {"newLine": "\n", "useTabs": false, "tabSize": 4, "indentationSize": 4, "NewLinesForBracesInTypes": false, "NewLinesForBracesInMethods": false, "NewLinesForBracesInProperties": false, "NewLinesForBracesInAccessors": false, "NewLinesForBracesInAnonymousMethods": false, "NewLinesForBracesInControlBlocks": false, "NewLinesForBracesInAnonymousTypes": false, "NewLinesForBracesInObjectCollectionArrayInitializers": false, "NewLinesForBracesInLambdaExpressionBody": false, "NewLineForElse": false, "NewLineForCatch": false, "NewLineForFinally": false, "NewLineForMembersInObjectInit": false, "NewLineForMembersInAnonymousTypes": false, "NewLineForClausesInQuery": false}} diff --git a/schemas/omnisharp/schema.json b/schemas/omnisharp/schema.json new file mode 100644 index 0000000..99b3129 --- /dev/null +++ b/schemas/omnisharp/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/omnisharp.json", "properties": {"FormattingOptions": {"type": "object", "description": "Used to control C# formatting", "properties": {"EnableEditorConfigSupport": {"type": "boolean", "default": false}, "NewLine": {"type": "string", "default": "\n"}, "UseTabs": {"type": "boolean", "default": false}, "TabSize": {"type": "integer", "default": 4}, "IndentationSize": {"type": "integer", "default": 4}, "SpacingAfterMethodDeclarationName": {"type": "boolean", "default": false}, "SpaceWithinMethodDeclarationParenthesis": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodDeclarationParentheses": {"type": "boolean", "default": false}, "SpaceAfterMethodCallName": {"type": "boolean", "default": false}, "SpaceWithinMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceBetweenEmptyMethodCallParentheses": {"type": "boolean", "default": false}, "SpaceAfterControlFlowStatementKeyword": {"type": "boolean", "default": true}, "SpaceWithinExpressionParentheses": {"type": "boolean", "default": false}, "SpaceWithinCastParentheses": {"type": "boolean", "default": false}, "SpaceWithinOtherParentheses": {"type": "boolean", "default": false}, "SpaceAfterCast": {"type": "boolean", "default": false}, "SpacesIgnoreAroundVariableDeclaration": {"type": "boolean", "default": false}, "SpaceBeforeOpenSquareBracket": {"type": "boolean", "default": false}, "SpaceBetweenEmptySquareBrackets": {"type": "boolean", "default": false}, "SpaceWithinSquareBrackets": {"type": "boolean", "default": false}, "SpaceAfterColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceAfterComma": {"type": "boolean", "default": true}, "SpaceAfterDot": {"type": "boolean", "default": false}, "SpaceAfterSemicolonsInForStatement": {"type": "boolean", "default": true}, "SpaceBeforeColonInBaseTypeDeclaration": {"type": "boolean", "default": true}, "SpaceBeforeComma": {"type": "boolean", "default": false}, "SpaceBeforeDot": {"type": "boolean", "default": false}, "SpaceBeforeSemicolonsInForStatement": {"type": "boolean", "default": false}, "SpacingAroundBinaryOperator": {"type": "string", "default": "single"}, "IndentBraces": {"type": "boolean", "default": false}, "IndentBlock": {"type": "boolean", "default": true}, "IndentSwitchSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSection": {"type": "boolean", "default": true}, "IndentSwitchCaseSectionWhenBlock": {"type": "boolean", "default": true}, "LabelPositioning": {"type": "string", "default": "oneLess"}, "WrappingPreserveSingleLine": {"type": "boolean", "default": true}, "WrappingKeepStatementsOnSingleLine": {"type": "boolean", "default": true}, "NewLinesForBracesInTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInProperties": {"type": "boolean", "default": true}, "NewLinesForBracesInAccessors": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousMethods": {"type": "boolean", "default": true}, "NewLinesForBracesInControlBlocks": {"type": "boolean", "default": true}, "NewLinesForBracesInAnonymousTypes": {"type": "boolean", "default": true}, "NewLinesForBracesInObjectCollectionArrayInitializers": {"type": "boolean", "default": true}, "NewLinesForBracesInLambdaExpressionBody": {"type": "boolean", "default": true}, "NewLineForElse": {"type": "boolean", "default": true}, "NewLineForCatch": {"type": "boolean", "default": true}, "NewLineForFinally": {"type": "boolean", "default": true}, "NewLineForMembersInObjectInit": {"type": "boolean", "default": true}, "NewLineForMembersInAnonymousTypes": {"type": "boolean", "default": true}, "NewLineForClausesInQuery": {"type": "boolean", "default": true}}}, "RoslynExtensionsOptions": {"type": "object", "description": "Used to define refactorings, code actions and analyzer locations that OmniSharp should use (i.e. Roslynator)", "properties": {"EnableDecompilationSupport": {"type": "boolean", "default": false}, "EnableAnalyzersSupport": {"type": "boolean", "description": "If set to false, only refactorings are available", "default": false}, "DocumentAnalysisTimeoutMs": {"type": "integer", "default": 10000}, "LocationPaths": {"type": "array", "items": {"type": "string"}, "default": null}}}, "FileOptions": {"type": "object", "description": "Used to define which directories and files should be included in OmniSharp's project file / solution file discovery process. Not individual .cs files.", "properties": {"SystemExcludeSearchPatterns": {"type": "array", "description": "Recommended for manual editing", "items": {"type": "string"}, "default": ["**/node_modules/**/*", "**/bin/**/*", "**/obj/**/*", "**/.git/**/*"]}, "ExcludeSearchPatterns": {"type": "array", "description": "Can be used by tools such as VS Code to automatically share its exclusion settings with OmniSharp", "items": {"type": "string"}, "default": []}}}, "RenameOptions": {"type": "object", "properties": {"RenameOverloads": {"type": "boolean", "default": false}, "RenameInStrings": {"type": "boolean", "default": false}, "RenameInComments": {"type": "boolean", "default": false}}}, "ImplementTypeOptions": {"type": "object", "properties": {"InsertionBehavior": {"type": "string", "enum": ["WithOtherMembersOfTheSameKind", "AtTheEnd"], "default": "WithOtherMembersOfTheSameKind"}, "PropertyGenerationBehavior": {"type": "string", "enum": ["PreferThrowingProperties", "PreferAutoProperties"], "default": "PreferThrowingProperties"}}}, "Plugins": {"type": "object", "properties": {"LocationPaths": {"type": "array", "items": {"type": "string"}, "default": []}}}, "msbuild": {"type": "object", "description": "Used to configure MSBuild solutions and projects", "properties": {"enabled": {"type": "boolean", "default": true}, "ToolsVersion": {"type": "string", "default": null, "description": "Value of ToolsVersion to use when building projects passed to this task", "anyOf": [{"enum": ["Current", "2.0", "3.5", "4.0", "15.0"]}, {"type": "string"}]}, "VisualStudioVersion": {"type": "string", "default": null}, "Configuration": {"default": null, "description": "Build configuration used for project evaluation", "anyOf": [{"enum": ["Debug", "Release"]}, {"type": "string"}]}, "Platform": {"default": "AnyCPU", "description": "Specifies which version of the Common Language Runtime (CLR) use for project evaluation", "anyOf": [{"enum": ["AnyCPU", "x86", "x64", "ARM", "ARM64", "Itanium"]}, {"type": "string"}]}, "EnablePackageAutoRestore": {"type": "boolean", "default": false}, "MSBuildExtensionsPath": {"type": "string", "description": "MSBuild extensions path. On Standalone this defaults to the MSBuild folder. In VisualStudio mode this folder will be %VSINSTALLDIR%\\MSBuild", "default": null}, "TargetFrameworkRootPath": {"type": "string", "description": "Root directory where the target framework will be looked for. Uses default path if this is null", "default": null}, "MSBuildSDKsPath": {"type": "string", "description": "Path to the Sdks folder for this MSBuild instance", "default": null}, "RoslynTargetsPath": {"type": "string", "default": null}, "CscToolPath": {"type": "string", "description": "Local Roslyn path (e.g. /Current/Bin/Roslyn)", "default": null}, "CscToolExe": {"type": "string", "description": "FileName of C# compiler", "default": "csc.exe"}, "loadProjectsOnDemand": {"type": "boolean", "description": "If true, MSBuild project system will only be loading projects for files that were opened in the editor as well as referenced projects, recursively", "default": false}}}, "script": {"type": "object", "description": "Used to configure C# scripting (CSX files)", "properties": {"enabled": {"type": "boolean", "default": true}, "defaultTargetFramework": {"type": "string", "default": "net461", "anyOf": [{"enum": ["netstandard1.0", "netstandard1.1", "netstandard1.2", "netstandard1.3", "netstandard1.4", "netstandard1.5", "netstandard1.6", "netstandard2.0", "netstandard2.1", "netcoreapp1.0", "netcoreapp1.1", "netcoreapp2.0", "netcoreapp2.1", "netcoreapp2.2", "netcoreapp3.0", "netcoreapp3.1", "net11", "net20", "net35", "net40", "net403", "net45", "net451", "net452", "net46", "net461", "net462", "net47", "net471", "net472", "net48"]}, {"type": "string"}]}, "enableScriptNuGetReferences": {"type": "boolean", "default": false}, "rspFilePath": {"type": "string", "default": "", "description": "A response file (.rsp) is used to provide the command line arguments that are used to run the roslyn script compiler process. You can use this to override the default namespace includes among other things."}}}, "cake": {"type": "object", "description": "Used to configure Cake (cake files)", "properties": {"enabled": {"type": "boolean", "default": true}, "bakeryPath": {"type": "string", "default": null}}}}, "type": "object"} \ No newline at end of file diff --git a/schemas/stale/instances.jsonl b/schemas/stale/instances.jsonl new file mode 100644 index 0000000..dc03eec --- /dev/null +++ b/schemas/stale/instances.jsonl @@ -0,0 +1,961 @@ +{"daysUntilStale": 14, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "triage/stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["status/blocked", "kind/security", "lgtm/done", "reviewed/confirmed", "priority/critical", "kind/proposal"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can re-open it if needed.\n", "limitPerRun": 1, "pulls": {"daysUntilStale": 60, "daysUntilClose": 60, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed because of inactivity. You can re-open it if needed.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["approved"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 3, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 3 days if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["Accepted", "Needed: design decision", "Status: blocked"], "staleLabel": "Status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["Good first issue", "Type: Discussion", "Backlog"], "staleLabel": "Stale", "markComment": "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a \"Discussion\" or add it to the \"Backlog\" and I will leave it open. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.\n", "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 547, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["\ud83d\udca1 Feature", "\ud83d\udc1b Bug", "\ud83c\udfe5 Triage"], "staleLabel": "status:wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 30, "exemptLabels": ["Roadmap", "Bug", "feature request", "Tips"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "This issue is closed. Please re-open if needed.\n"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["security", "legacy", "bounty"], "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like to keep it open please let us know by replying and confirming that this is still relevant to the latest version of Mautic and we will try to get to it as soon as we can. Thank you for your contributions.\n", "closeComment": "This issue or PR has been automatically closed because it has not had recent activity. In the case of issues, if it persists in the latest version of Mautic, please create a new issue and link back to this one for reference. With PRs if you wish to pick up the PR and update it so that it can be considered for a future release, please comment and we will re-open it. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": false, "exemptLabels": ["critical", "never-stale"], "staleLabel": "stale", "markComment": false, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "staged for release"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue will be auto-closed because there hasn't been any activity for two months. Feel free to open a new one if you still experience this problem.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["Under Review", "Bounty", "bug", "Feature"], "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 360, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "notstale"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.\n", "closeComment": false} +{"daysUntilStale": 152, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["Priority: P0", "Priority: P1", "Priority: P2", "Severity: S0", "Severity: S1", "Progress: dev in progress", "Progress: PR in progress", "Progress: done", "B2B: GraphQL", "Progress: PR Created", "PAP", "Project: Login as Customer", "Project: GraphQL"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale issue", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We try to do our best, but nock is maintained by volunteers and there is only so much we can do at a time. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 730, "daysUntilClose": 14, "exemptLabels": ["prospect", "foundational", "wanted", "bug"], "staleLabel": "stale", "markComment": "There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks.\nIf the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you \n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 20, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "kind/bug", "status/backlog", "enhancement", "help wanted", "priority/low", "priority/medium", "priority/high", "priority/critical", "good first issue", "pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "closing/stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed due to a lack of activity for an extended period of time.\n", "only": "issues"} +{"daysUntilStale": 30, "exemptLabels": ["bug", "discussion", "enhancement", "feature", "feature request", "help wanted", "info", "need investigation", "tips"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "stale", "pulls": {"daysUntilClose": 14, "markComment": "This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 14 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!\n", "closeComment": "This pull request has been automatically closed because it has not had activity in the last 14 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!\n", "limitPerRun": 30}, "issues": {"daysUntilClose": 7, "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged \"help wanted\" or other activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as \"help wanted\". Thank you for your contributions.\n", "limitPerRun": 30}} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen", "priority/p0", "priority/p1", "priority/p2", "priority/p3"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in __90 days__.\nIt will be closed in __7 days__ if no further activity occurs.\n\nThank you for your contributions.\n\n---\n\nIssues never become stale if any of the following is true:\n\n1. they are added to a GitHub __Project__\n2. they are added to a GitHub __Milestone__\n3. they have a priority label: `priority/p0`, `priority/p1`, `priority/p2`, `priority/p3`\n4. they have the frozen label: `lifecycle/frozen`\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "no-stale", "no stale", "pr welcome"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 10, "onlyLabels": [], "exemptLabels": ["meta: never-stale", "feature", "release"], "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "meta: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "pulls": {"daysUntilStale": 20, "daysUntilClose": 7, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 14, "onlyLabels": [], "exemptLabels": ["willfix", "bazel-cleanup", "good first issue", "ready2merge", "sentry", "sentry-clenup-python", "type: proposal"], "staleLabel": "wontfix", "markComment": "This issue or pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs in the next 14 days.\n", "closeComment": "This issue or pull request has exceeded its lifecylce and was automatically closed. Should you wish to continue working on this, please reopen it.\n"} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity. Please re-submit with updates if you want to resume work on this topic. Thank you for your contributions.\n"} +{"daysUntilStale": 45, "daysUntilClose": 15, "exemptLabels": ["Bug"], "staleLabel": "Pending closure", "close-issue-label": "Closed due to inactivity", "close-pr-label": "Closed due to inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. JMRI is governed by a small group of maintainers which means not all opened issues may receive direct feedback.\n", "closeComment": "This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. Note that the maintainers may elect to reopen this issue at a later date if deemed necessary.\n", "Optionally, specify configuration settings that are specific to just 'issues' or 'pulls'": null, "pulls": {"daysUntilStale": 60, "daysUntilClose": 30, "markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to open it again if you want to continue working on it.\n", "closeComment": "This PR has been automatically closed due to lack of activity. Feel free to open it again if you want to continue working on it.\n"}} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug", "WhatsApp Change"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "confirmed bug", "investigating", "bug?", "WIP"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 120, "daysUntilClose": 360, "exemptLabels": ["pinned", "verified", "high-priority", "security"], "staleLabel": "needs-review", "markComment": "It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this was in error, please re-open and update the issue with the latest information.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": [":pushpin:", "critical"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 15, "exemptLabels": ["evergreen", "Up for review", "Someone take a look at this!", "good first issue", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "Automatically Closed", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 20, "daysUntilClose": 7, "exemptLabels": ["is:bug", "is:enhancement", "is:discussion"], "staleLabel": "status:stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 20 days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "good first issue", "help wanted", "question"], "staleLabel": "stale", "markComment": "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as \"bug\" or \"enhancement\" and I will leave it open. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.\n", "only": "issues"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["\ud83d\udccc Pinned"], "staleLabel": "\ud83d\udc40 Awaiting Response", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution(s).\n", "closeComment": "This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution(s).\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["keep"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further requests are made to keep it open.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 14, "exemptLabels": ["impact/large", "kind/critical bug", "kind/bug", "kind/Focus Feature", "status/accepting-pr", "status/cherrypick", "status/merge on release", "sticky", "help wanted"], "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity.\nIf this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue.\nIf you wish to assist us resolving this issue, please re-open or create a new issue stating you wish to help us out.\nThank you for your contributions.\n", "limitPerRun": 30, "only": "issues", "exemptProjects": true, "exemptMilestones": true} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["bug", "not stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned", "area/security", "area/tls", "area/docs", "area/test", "good first issue", "benchmarking", "help wanted", "epic", "rfc", "roadmap"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "keep-open"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "discussion"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a \"discussion\" and I will leave this open.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIf this is still an issue for you, please try to help by debugging it further and sharing your results.\nThank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 30, "daysUntilClose": false, "exemptLabels": ["pinned", "quality-control", "repository", "style-request"], "staleLabel": "waiting", "markComment": "This issue hasn't seen any activity in the past 30 days. It will be automatically closed if no further activity occurs in the next two weeks. \n", "only": "pulls", "closeComment": false, "limitPerRun": 1} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug?", "confirmed bug", "chore", "discussion"], "staleLabel": "stale", "markComment": "This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "unmarkComment": false, "closeComment": "This issue has been auto-closed because there hasn't been any activity for at least 21 days. However, we really appreciate your contribution, so thank you for that! \ud83d\ude4f Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem \ud83d\udc4d.\n", "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "roadmap"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 300, "daysUntilClose": 60, "exemptLabels": [":safety_pin: pinned"], "staleLabel": ":hourglass: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can support the Cucumber core team on [opencollective](https://opencollective.com/cucumber).\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": ["more info needed"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "closed:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! \ud83d\ude47\u200d\u2642\ufe0f\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "up for grabs"], "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 180, "exemptLabels": ["enhancement", "type: enhancement", "accepted", "status: accepted", "critical", "priority: critical", "neverstale"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["type: accepted/enhancement", "user: looking for contributors", "\ud83d\udccc pinned"], "exemptProjects": true, "exemptMilestones": false, "staleLabel": "\ud83c\udfda stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "closeComment": "The issue has been closed for inactivity.\n", "limitPerRun": 30, "pulls": {"daysUntilStale": 45, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "plugin", "help wanted", "good first issue", "rfc"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["blocker", "status: accepted", "status: ready to be merged", "status: ready for review", "status: work in progress"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This will now be closed due to inactivity, but feel free to reopen it.\n", "limitPerRun": 30} +{"daysUntilStale": 365, "daysUntilClose": 10, "onlyLabels": [], "exemptLabels": ["pinned", "security", "work in progress", "hold", "in-progress", "priority"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi :smile:, this issue has been automatically marked as stale because it has not had recent activity. Don't worry you can continue to work on this and ask @publiclab/reviewers to add `in-progress` label :tada: . Otherwise, it will be closed if no further activity occurs in 10 days -- but you can always re-open it if you like! :100: Thank you for your contributions! :raised_hands: :balloon:.\n", "limitPerRun": 5, "only": "pulls"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"staleLabel": "stale", "exemptLabels": ["assigned"], "pulls": {"daysUntilStale": 60, "daysUntilClose": 14, "markComment": "This pull has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false}, "issues": {"daysUntilStale": 90, "daysUntilClose": 14, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false}} +{"daysUntilStale": 180, "daysUntilClose": 60, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.\n"} +{"daysUntilStale": 49, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "s:wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "needsowner", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 31, "exemptLabels": ["pinned", "security", "ANNOUNCEMENT%20%3Ascream%3A"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon. If you still have a problem, make a PR with a test case or to prove that you have tried to fix the problem. Notice that only bugs in the rxdb premium plugins are ensured to be fixed by the maintainer. Everything else is expected to be fixed by the community, likely you must fix it by yourself.\n", "closeComment": "Issues are autoclosed after some time. If you still have a problem, make a PR with a test case or to prove that you have tried to fix the problem.", "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has [not had recent activity](https://github.com/github/hubot/blob/main/CONTRIBUTING.md#stale-issue-and-pull-request-policy). It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue/PR has been automatically marked as stale because it has not had recent activity for 180 days. It will be closed if no further activity occurs in 7 dayss. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "notice", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one."} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["under investigation", "Help wanted"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "stale", "markComment": "There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.\nPlease make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment \ud83d\udc4d\nThis issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "pulls": {"daysUntilStale": 30, "exemptProjects": false, "markComment": "There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days.\nThank you for your contributions.\n"}} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": false, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 1, "exemptAssignees": true, "exemptLabels": ["x\u2078 \u22c5 wontfix", "x\u2074 \u22c5 hold"], "only": "issues", "staleLabel": "x\u2077 \u22c5 stale", "markComment": false, "closeComment": "Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. [\u24d8](https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea)\n"} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 365, "daysUntilClose": 730, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["Good first issue", "Type: Discussion", "Partner", "Core Team", "Help Wanted :octocat:", "Impact: Regression", "Resolution: PR Submitted"], "staleLabel": "Stale", "markComment": "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as \"For Discussion\" or \"Good first issue\" and I will leave it open. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.\n", "only": "issues"} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["confirmed bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "Feel free to re-open this issue if you think it deserves another look.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "blocker", "backlog"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": false, "exemptLabels": ["WIP", "work in progress", "important", "feature", "bug", "enhancement"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.\n", "closeComment": false, "limitPerRun": 30} +{"daysUntilStale": 14, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "triage/stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "triage/stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "triage/stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "triage/stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["status/blocked", "kind/security", "lgtm/done", "reviewed/confirmed", "priority/critical", "kind/proposal"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can re-open it if needed.\n", "limitPerRun": 1, "pulls": {"daysUntilStale": 60, "daysUntilClose": 60, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed because of inactivity. You can re-open it if needed.\n"}} +{"404": "Not Found"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["status/blocked", "kind/security", "lgtm/done", "reviewed/confirmed", "priority/critical", "kind/proposal"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can re-open it if needed.\n", "limitPerRun": 1, "pulls": {"daysUntilStale": 60, "daysUntilClose": 60, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed because of inactivity. You can re-open it if needed.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["status/blocked", "kind/security", "lgtm/done", "reviewed/confirmed", "priority/critical", "kind/proposal"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can re-open it if needed.\n", "limitPerRun": 1, "pulls": {"daysUntilStale": 60, "daysUntilClose": 60, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 months. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed because of inactivity. You can re-open it if needed.\n"}} +{"daysUntilStale": 21, "daysUntilClose": 3, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 3 days if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 30, "exemptLabels": ["Roadmap", "Bug", "feature request", "Tips"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "This issue is closed. Please re-open if needed.\n"} +{"daysUntilStale": 45, "daysUntilClose": 30, "exemptLabels": ["Roadmap", "Bug", "feature request", "Tips"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "This issue is closed. Please re-open if needed.\n"} +{"daysUntilStale": 45, "daysUntilClose": 30, "exemptLabels": ["Roadmap", "Bug", "feature request", "Tips"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "This issue is closed. Please re-open if needed.\n"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["security", "legacy", "bounty"], "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like to keep it open please let us know by replying and confirming that this is still relevant to the latest version of Mautic and we will try to get to it as soon as we can. Thank you for your contributions.\n", "closeComment": "This issue or PR has been automatically closed because it has not had recent activity. In the case of issues, if it persists in the latest version of Mautic, please create a new issue and link back to this one for reference. With PRs if you wish to pick up the PR and update it so that it can be considered for a future release, please comment and we will re-open it. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["security", "legacy", "bounty"], "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like to keep it open please let us know by replying and confirming that this is still relevant to the latest version of Mautic and we will try to get to it as soon as we can. Thank you for your contributions.\n", "closeComment": "This issue or PR has been automatically closed because it has not had recent activity. In the case of issues, if it persists in the latest version of Mautic, please create a new issue and link back to this one for reference. With PRs if you wish to pick up the PR and update it so that it can be considered for a future release, please comment and we will re-open it. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["security", "legacy", "bounty"], "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like to keep it open please let us know by replying and confirming that this is still relevant to the latest version of Mautic and we will try to get to it as soon as we can. Thank you for your contributions.\n", "closeComment": "This issue or PR has been automatically closed because it has not had recent activity. In the case of issues, if it persists in the latest version of Mautic, please create a new issue and link back to this one for reference. With PRs if you wish to pick up the PR and update it so that it can be considered for a future release, please comment and we will re-open it. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["security", "legacy", "bounty"], "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you would like to keep it open please let us know by replying and confirming that this is still relevant to the latest version of Mautic and we will try to get to it as soon as we can. Thank you for your contributions.\n", "closeComment": "This issue or PR has been automatically closed because it has not had recent activity. In the case of issues, if it persists in the latest version of Mautic, please create a new issue and link back to this one for reference. With PRs if you wish to pick up the PR and update it so that it can be considered for a future release, please comment and we will re-open it. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": false, "exemptLabels": ["critical", "never-stale"], "staleLabel": "stale", "markComment": false, "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": false, "exemptLabels": ["critical", "never-stale"], "staleLabel": "stale", "markComment": false, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "staged for release"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue will be auto-closed because there hasn't been any activity for two months. Feel free to open a new one if you still experience this problem.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "staged for release"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue will be auto-closed because there hasn't been any activity for two months. Feel free to open a new one if you still experience this problem.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "staged for release"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue will be auto-closed because there hasn't been any activity for two months. Feel free to open a new one if you still experience this problem.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 30, "exemptLabels": ["Under Review", "Bounty", "bug", "Feature"], "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within a month if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "notstale"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "notstale"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "notstale"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.\n", "closeComment": false} +{"daysUntilStale": 152, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["Priority: P0", "Priority: P1", "Priority: P2", "Severity: S0", "Severity: S1", "Progress: dev in progress", "Progress: PR in progress", "Progress: done", "B2B: GraphQL", "Progress: PR Created", "PAP", "Project: Login as Customer", "Project: GraphQL"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale issue", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 152, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["Priority: P0", "Priority: P1", "Priority: P2", "Severity: S0", "Severity: S1", "Progress: dev in progress", "Progress: PR in progress", "Progress: done", "B2B: GraphQL", "Progress: PR Created", "PAP", "Project: Login as Customer", "Project: GraphQL"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale issue", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 152, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["Priority: P0", "Priority: P1", "Priority: P2", "Severity: S0", "Severity: S1", "Progress: dev in progress", "Progress: PR in progress", "Progress: done", "B2B: GraphQL", "Progress: PR Created", "PAP", "Project: Login as Customer", "Project: GraphQL"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale issue", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 152, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["Priority: P0", "Priority: P1", "Priority: P2", "Severity: S0", "Severity: S1", "Progress: dev in progress", "Progress: PR in progress", "Progress: done", "B2B: GraphQL", "Progress: PR Created", "PAP", "Project: Login as Customer", "Project: GraphQL"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale issue", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 28 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We try to do our best, but nock is maintained by volunteers and there is only so much we can do at a time. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 730, "daysUntilClose": 14, "exemptLabels": ["prospect", "foundational", "wanted", "bug"], "staleLabel": "stale", "markComment": "There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks.\nIf the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.\n", "closeComment": false} +{"daysUntilStale": 730, "daysUntilClose": 14, "exemptLabels": ["prospect", "foundational", "wanted", "bug"], "staleLabel": "stale", "markComment": "There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks.\nIf the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.\n", "closeComment": false} +{"daysUntilStale": 730, "daysUntilClose": 14, "exemptLabels": ["prospect", "foundational", "wanted", "bug"], "staleLabel": "stale", "markComment": "There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks.\nIf the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.\n", "closeComment": false} +{"daysUntilStale": 730, "daysUntilClose": 14, "exemptLabels": ["prospect", "foundational", "wanted", "bug"], "staleLabel": "stale", "markComment": "There has been no activity on this issue for 2 years. It will be automatically closed in 2 weeks.\nIf the issue is still relevant, please briefly explain (or remove the label). Feel free to reopen at any time.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you \n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you \n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you \n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you \n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 20, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "kind/bug", "status/backlog", "enhancement", "help wanted", "priority/low", "priority/medium", "priority/high", "priority/critical", "good first issue", "pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "closing/stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed due to a lack of activity for an extended period of time.\n", "only": "issues"} +{"daysUntilStale": 20, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "kind/bug", "status/backlog", "enhancement", "help wanted", "priority/low", "priority/medium", "priority/high", "priority/critical", "good first issue", "pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "closing/stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed due to a lack of activity for an extended period of time.\n", "only": "issues"} +{"daysUntilStale": 20, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "kind/bug", "status/backlog", "enhancement", "help wanted", "priority/low", "priority/medium", "priority/high", "priority/critical", "good first issue", "pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "closing/stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed due to a lack of activity for an extended period of time.\n", "only": "issues"} +{"daysUntilStale": 20, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "kind/bug", "status/backlog", "enhancement", "help wanted", "priority/low", "priority/medium", "priority/high", "priority/critical", "good first issue", "pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "closing/stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed due to a lack of activity for an extended period of time.\n", "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "no-stale", "no stale", "pr welcome"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "no-stale", "no stale", "pr welcome"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "no-stale", "no stale", "pr welcome"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "no-stale", "no stale", "pr welcome"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "status: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "onlyLabels": [], "exemptLabels": ["willfix", "bazel-cleanup", "good first issue", "ready2merge", "sentry", "sentry-clenup-python", "type: proposal"], "staleLabel": "wontfix", "markComment": "This issue or pull request has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs in the next 14 days.\n", "closeComment": "This issue or pull request has exceeded its lifecylce and was automatically closed. Should you wish to continue working on this, please reopen it.\n"} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity. Please re-submit with updates if you want to resume work on this topic. Thank you for your contributions.\n"} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity. Please re-submit with updates if you want to resume work on this topic. Thank you for your contributions.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug", "WhatsApp Change"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug", "WhatsApp Change"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug", "WhatsApp Change"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug", "WhatsApp Change"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 360, "exemptLabels": ["pinned", "verified", "high-priority", "security"], "staleLabel": "needs-review", "markComment": "It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 360, "exemptLabels": ["pinned", "verified", "high-priority", "security"], "staleLabel": "needs-review", "markComment": "It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 360, "exemptLabels": ["pinned", "verified", "high-priority", "security"], "staleLabel": "needs-review", "markComment": "It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 360, "exemptLabels": ["pinned", "verified", "high-priority", "security"], "staleLabel": "needs-review", "markComment": "It looks like there hasn't been any activity here in over 6 months. Sorry about that! We've flagged this issue for special attention. It wil be manually reviewed by maintainers, not automatically closed. If you have any additional information please leave us a comment. It really helps! Thank you for you contribution. :)\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "Automatically Closed", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "Automatically Closed", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "Automatically Closed", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 20, "daysUntilClose": 7, "exemptLabels": ["is:bug", "is:enhancement", "is:discussion"], "staleLabel": "status:stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 20 days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 20, "daysUntilClose": 7, "exemptLabels": ["is:bug", "is:enhancement", "is:discussion"], "staleLabel": "status:stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 20 days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.\n", "only": "issues"} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "good first issue", "help wanted", "question"], "staleLabel": "stale", "markComment": "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as \"bug\" or \"enhancement\" and I will leave it open. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.\n", "only": "issues"} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "good first issue", "help wanted", "question"], "staleLabel": "stale", "markComment": "Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as \"bug\" or \"enhancement\" and I will leave it open. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to reopen with up-to-date information.\n", "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 14, "exemptLabels": ["impact/large", "kind/critical bug", "kind/bug", "kind/Focus Feature", "status/accepting-pr", "status/cherrypick", "status/merge on release", "sticky", "help wanted"], "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity.\nIf this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue.\nIf you wish to assist us resolving this issue, please re-open or create a new issue stating you wish to help us out.\nThank you for your contributions.\n", "limitPerRun": 30, "only": "issues", "exemptProjects": true, "exemptMilestones": true} +{"daysUntilStale": 180, "daysUntilClose": 14, "exemptLabels": ["impact/large", "kind/critical bug", "kind/bug", "kind/Focus Feature", "status/accepting-pr", "status/cherrypick", "status/merge on release", "sticky", "help wanted"], "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity.\nIf this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue.\nIf you wish to assist us resolving this issue, please re-open or create a new issue stating you wish to help us out.\nThank you for your contributions.\n", "limitPerRun": 30, "only": "issues", "exemptProjects": true, "exemptMilestones": true} +{"daysUntilStale": 180, "daysUntilClose": 14, "exemptLabels": ["impact/large", "kind/critical bug", "kind/bug", "kind/Focus Feature", "status/accepting-pr", "status/cherrypick", "status/merge on release", "sticky", "help wanted"], "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity.\nIf this is still an issue, please feel free to re-open this. If necessary, provide any additional details to help us solve this issue.\nIf you wish to assist us resolving this issue, please re-open or create a new issue stating you wish to help us out.\nThank you for your contributions.\n", "limitPerRun": 30, "only": "issues", "exemptProjects": true, "exemptMilestones": true} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["bug", "not stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["bug", "not stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["bug", "not stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["bug", "not stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned", "area/security", "area/tls", "area/docs", "area/test", "good first issue", "benchmarking", "help wanted", "epic", "rfc", "roadmap"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "keep-open"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "keep-open"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "discussion"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a \"discussion\" and I will leave this open.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "discussion"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a \"discussion\" and I will leave this open.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "discussion"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a \"discussion\" and I will leave this open.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "discussion"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a \"discussion\" and I will leave this open.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. Fell free to reopen this issue, if this still affecting you.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIf this is still an issue for you, please try to help by debugging it further and sharing your results.\nThank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIf this is still an issue for you, please try to help by debugging it further and sharing your results.\nThank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIf this is still an issue for you, please try to help by debugging it further and sharing your results.\nThank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIf this is still an issue for you, please try to help by debugging it further and sharing your results.\nThank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 30, "daysUntilClose": false, "exemptLabels": ["pinned", "quality-control", "repository", "style-request"], "staleLabel": "waiting", "markComment": "This issue hasn't seen any activity in the past 30 days. It will be automatically closed if no further activity occurs in the next two weeks. \n", "only": "pulls", "closeComment": false, "limitPerRun": 1} +{"daysUntilStale": 30, "daysUntilClose": false, "exemptLabels": ["pinned", "quality-control", "repository", "style-request"], "staleLabel": "waiting", "markComment": "This issue hasn't seen any activity in the past 30 days. It will be automatically closed if no further activity occurs in the next two weeks. \n", "only": "pulls", "closeComment": false, "limitPerRun": 1} +{"daysUntilStale": 30, "daysUntilClose": false, "exemptLabels": ["pinned", "quality-control", "repository", "style-request"], "staleLabel": "waiting", "markComment": "This issue hasn't seen any activity in the past 30 days. It will be automatically closed if no further activity occurs in the next two weeks. \n", "only": "pulls", "closeComment": false, "limitPerRun": 1} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug?", "confirmed bug", "chore", "discussion"], "staleLabel": "stale", "markComment": "This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "unmarkComment": false, "closeComment": "This issue has been auto-closed because there hasn't been any activity for at least 21 days. However, we really appreciate your contribution, so thank you for that! \ud83d\ude4f Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem \ud83d\udc4d.\n", "only": "issues"} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug?", "confirmed bug", "chore", "discussion"], "staleLabel": "stale", "markComment": "This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "unmarkComment": false, "closeComment": "This issue has been auto-closed because there hasn't been any activity for at least 21 days. However, we really appreciate your contribution, so thank you for that! \ud83d\ude4f Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem \ud83d\udc4d.\n", "only": "issues"} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["enhancement", "bug?", "confirmed bug", "chore", "discussion"], "staleLabel": "stale", "markComment": "This issue has been marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "unmarkComment": false, "closeComment": "This issue has been auto-closed because there hasn't been any activity for at least 21 days. However, we really appreciate your contribution, so thank you for that! \ud83d\ude4f Also, feel free to [open a new issue](https://github.com/Moya/Moya/issues/new) if you still experience this problem \ud83d\udc4d.\n", "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 300, "daysUntilClose": 60, "exemptLabels": [":safety_pin: pinned"], "staleLabel": ":hourglass: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can support the Cucumber core team on [opencollective](https://opencollective.com/cucumber).\n"} +{"daysUntilStale": 300, "daysUntilClose": 60, "exemptLabels": [":safety_pin: pinned"], "staleLabel": ":hourglass: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can support the Cucumber core team on [opencollective](https://opencollective.com/cucumber).\n"} +{"daysUntilStale": 300, "daysUntilClose": 60, "exemptLabels": [":safety_pin: pinned"], "staleLabel": ":hourglass: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two months if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can support the Cucumber core team on [opencollective](https://opencollective.com/cucumber).\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": ["more info needed"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "closed:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! \ud83d\ude47\u200d\u2642\ufe0f\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": ["more info needed"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "closed:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! \ud83d\ude47\u200d\u2642\ufe0f\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 180, "exemptLabels": ["enhancement", "type: enhancement", "accepted", "status: accepted", "critical", "priority: critical", "neverstale"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 180, "exemptLabels": ["enhancement", "type: enhancement", "accepted", "status: accepted", "critical", "priority: critical", "neverstale"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["type: accepted/enhancement", "user: looking for contributors", "\ud83d\udccc pinned"], "exemptProjects": true, "exemptMilestones": false, "staleLabel": "\ud83c\udfda stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \n", "closeComment": "The issue has been closed for inactivity.\n", "limitPerRun": 30, "pulls": {"daysUntilStale": 45, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "plugin", "help wanted", "good first issue", "rfc"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "plugin", "help wanted", "good first issue", "rfc"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["blocker", "status: accepted", "status: ready to be merged", "status: ready for review", "status: work in progress"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This will now be closed due to inactivity, but feel free to reopen it.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["blocker", "status: accepted", "status: ready to be merged", "status: ready for review", "status: work in progress"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This will now be closed due to inactivity, but feel free to reopen it.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["blocker", "status: accepted", "status: ready to be merged", "status: ready for review", "status: work in progress"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This will now be closed due to inactivity, but feel free to reopen it.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 60, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.\n"} +{"daysUntilStale": 180, "daysUntilClose": 60, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.\n"} +{"daysUntilStale": 180, "daysUntilClose": 60, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.\n"} +{"daysUntilStale": 180, "daysUntilClose": 60, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "needsowner", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "needsowner", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "needsowner", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "needsowner", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has [not had recent activity](https://github.com/github/hubot/blob/main/CONTRIBUTING.md#stale-issue-and-pull-request-policy). It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has [not had recent activity](https://github.com/github/hubot/blob/main/CONTRIBUTING.md#stale-issue-and-pull-request-policy). It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue/PR has been automatically marked as stale because it has not had recent activity for 180 days. It will be closed if no further activity occurs in 7 dayss. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue/PR has been automatically marked as stale because it has not had recent activity for 180 days. It will be closed if no further activity occurs in 7 dayss. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue/PR has been automatically marked as stale because it has not had recent activity for 180 days. It will be closed if no further activity occurs in 7 dayss. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "notice", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "notice", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "notice", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "notice", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one."} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one."} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one."} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["feature request", "in progress"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one."} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 1, "exemptAssignees": true, "exemptLabels": ["x\u2078 \u22c5 wontfix", "x\u2074 \u22c5 hold"], "only": "issues", "staleLabel": "x\u2077 \u22c5 stale", "markComment": false, "closeComment": "Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. [\u24d8](https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea)\n"} +{"daysUntilStale": 60, "daysUntilClose": 1, "exemptAssignees": true, "exemptLabels": ["x\u2078 \u22c5 wontfix", "x\u2074 \u22c5 hold"], "only": "issues", "staleLabel": "x\u2077 \u22c5 stale", "markComment": false, "closeComment": "Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. [\u24d8](https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea)\n"} +{"daysUntilStale": 60, "daysUntilClose": 1, "exemptAssignees": true, "exemptLabels": ["x\u2078 \u22c5 wontfix", "x\u2074 \u22c5 hold"], "only": "issues", "staleLabel": "x\u2077 \u22c5 stale", "markComment": false, "closeComment": "Hey folks. This issue hasn't received any traction for 60 days, so we're going to close this for housekeeping. If this is still an ongoing issue, please do consider contributing a Pull Request to resolve it. Further discussion is always welcome even with the issue closed. If anything actionable is posted in the comments, we'll consider reopening it. [\u24d8](https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea)\n"} +{"daysUntilStale": 365, "daysUntilClose": 730, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!\n"} +{"daysUntilStale": 365, "daysUntilClose": 730, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen!\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "Feel free to re-open this issue if you think it deserves another look.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "Feel free to re-open this issue if you think it deserves another look.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactivity", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "Feel free to re-open this issue if you think it deserves another look.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "blocker", "backlog"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "blocker", "backlog"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "blocker", "backlog"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["bug", "blocker", "backlog"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": false, "exemptLabels": ["WIP", "work in progress", "important", "feature", "bug", "enhancement"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.\n", "closeComment": false, "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": false, "exemptLabels": ["WIP", "work in progress", "important", "feature", "bug", "enhancement"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.\n", "closeComment": false, "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": false, "exemptLabels": ["WIP", "work in progress", "important", "feature", "bug", "enhancement"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically marking is as stale. If this issue is not relevant or applicable anymore (problem has been fixed in a new version or similar), please close the issue or let us know so we can close it. On the contrary, if the issue is still relevant, there is nothing you need to do, but if you have any additional details or context which would help us when working on this issue, please include it as a comment to this issue.\n", "closeComment": false, "limitPerRun": 30} +{"daysUntilStale": 30, "daysUntilClose": 15, "onlyLabels": [], "exemptLabels": ["security", "pending discussion", "do-not-close"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 15 days if no further activity occurs. Thank you for your contributions.", "limitPerRun": 1} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "urgent", "necessary", "help wanted", "RFC"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "next_release", "platform request"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "keep-alive"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major", "good first issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the `CODEOWNERS` file at the top-level of this repository.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information.\n"} +{"daysUntilStale": 15, "daysUntilClose": 2, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug", "enhancement", "todo", "feature request", "refactor", "dependencies"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 150, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "3.0-release-blocker"], "exemptProjects": false, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 5 months. It will be closed if no activity occurs in the next month.\nPlease chat to us on [discourse](https://discourse.libretime.org/) or ask for help on our [chat](https://chat.libretime.org/) if you have any questions or need further support with getting this issue resolved.\nYou may also label an issue as *pinned* if you would like to make sure that it does not get closed by this bot.\n", "closeComment": "This issue has been autmatically closed after is was marked as stale and did not receive any further inputs.\nFeel free to let us know on [discourse](https://discourse.libretime.org/) or ask for help on our [chat](https://chat.libretime.org/) if you feel this issue should not have been closed.\nThank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you commit the changes requested or make improvements on the code. Thank you for your contributions.\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["ongoing", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": false, "onlyLabels": [], "exemptLabels": ["pinned", "high priority", "evergreen"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["bug", "pinned", "security", "planned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": false, "onlyLabels": [], "exemptLabels": ["Blocked \u274c by other issues or PRs"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "[\uff01] help wanted", "limitPerRun": 30} +{"daysUntilStale": 4, "daysUntilClose": false, "exemptLabels": ["feature"], "staleLabel": "needs-attention", "markComment": "This issue/pull request has been marked as `needs attention` as it has been left pending without new activity for 4 days. Tagging @ajaysrivas @kupranay for appropriate assignment. Sorry for the delay & Thank you for contributing to CORTX. We will get back to you as soon as possible.\n"} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "security", "critical"], "staleLabel": "pending", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed as stale because it has not had recent activity. Thank you for your contributions.\n"} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["[-_-] In Process", ">_< Working & Scheduled"], "staleLabel": ">_< Wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has now been automatically closed because of complete inactivity. Feel free to comment otu below to keep it open. Thank you for your contributions.\n"} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "enhancement", "bug", "documentation", "up-for-grabs", "docker-images"], "staleLabel": "stale"} +{"daysUntilStale": 1, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 14, "onlyLabels": [], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "limitPerRun": 10} +{"daysUntilStale": 60, "daysUntilClose": 11, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["security fix", "security vulnerability"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security :lock:"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further activity occurs. Issues with \"security\" or \"pinned\" labels will be exempt from closure.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Important", "Blocker", "Feature Request", "Good First Issue"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 23, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 360, "daysUntilClose": 1, "exemptLabels": ["pinned", "security"], "staleLabel": "autoclose", "markComment": false, "closeComment": "This issue has been automatically marked as stale and closed because it has not had recent activity. Thank you for your contributions."} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["bug", "known issue", "feature", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["dependencies", "enhancement"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["security", "planned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 30, "only": "pulls", "pulls": {"markComment": "This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This pull request is no longer marked for closure.", "closeComment": "This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details."}, "issues": {"markComment": "This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This issue is no longer marked for closure.", "closeComment": "This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details."}} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["nostalebot"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "exemptMilestones": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the [`CODEOWNERS`](https://github.com/loopbackio/strong-soap/blob/master/CODEOWNERS) file at the top-level of this repository.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing as stale. Please reopen if you'd like to work on this further."} +{"daysUntilStale": 365, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 15, "exemptLabels": ["pinned", "security", "enhancement", "help%20wanted"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["WIP \ud83d\udc68\u200d\ud83d\udcbb"], "staleLabel": "wontfix \ud83d\udeab", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["new-feature", "bug", "improvement", "docs"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "lintott-trouille", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closed by probot-stale due to a lack of recent activity. Please feel free to re-open if you wish to take on this change.\n"} +{"daysUntilStale": 7, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "This pull request has been unmarked as stale. Thanks for the update. \n", "closeComment": "This pull request has been closed due to inactivity. Please reopen this pull request if you would like to continue working on it.\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "dontstale", "needs-triage"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.\n", "closeComment": "This issue has been automatically closed due to maximum period of being stale. Thank you for your contribution to Box Java SDK and feel free to open another PR/issue at any time.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 2, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 365, "exemptLabels": ["enhancement", "pinned", "RFC", "bug", "in progress"], "staleLabel": "stale", "markComment": false, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "Gitalk"], "staleLabel": "marked", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "enhancement", "documentation"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bounty", "challenge", "critical", "feature", "technical debt"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity.\n"} +{"daysUntilStale": 10, "daysUntilClose": 4, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Epic"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not been updated in the last 30 days. \nIt will be closed if no further activity occurs within the next 7 days. \nIf needed, feel free to reach out on the #open-source channel in our Slack team. \nYou can also mention an admin for further help and resources. \ud83d\ude0a\n", "closeComment": "This issue has been automatically closed due to max staleness. \nThank you so much for your contributions to Girl Develop It SF.\nPlease feel free to open up another PR at any time. \ud83d\udc9b\n"} +{"daysUntilStale": 10, "daysUntilClose": 10, "exemptLabels": ["pinned", "security"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If your PR has a merge conflict, it must be resolved before it can be merged. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If your PR has a merge conflict, it must be resolved before it can be merged. Feel free to resolve and re-open. Thank you for your contributions.\n"} +{"daysUntilStale": 5, "daysUntilClose": 7, "exemptLabels": ["requires triage", "bug", "regression", "documentation", "use case", "feature"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale and we assume it's marked as \"question\". It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIs this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "under investigation", "pr welcome"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 60, "exemptLabels": ["pinned", "bug", "wip"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue automatically closed because it has not had recent activity. You can reopen it at any moment for further discussion. Thank you for your contributions.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 42, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 6, "daysUntilClose": 2, "onlyLabels": ["needs info"], "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 2 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale, inactive-support-ticket", "markComment": "To whom reading this note,\nThis issue has been **automatically marked** as stale because it has not had recent activity. It will be closed if no further activity occurs. To learn more about our policies regarding issues marked as stale by [Recap Time Probot App](https://github.com/marketplace/recap-time-probot-app), our in-house GitHub bot deployment, see `docs/recap-time-probot-app/stale.md` file for more info.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 15, "exemptLabels": ["security", "sustaining", "new guide"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be automatically closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it was a stale issue that had no recent activity. Thank you for your contributions.\n"} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["good first issue", "Tag: ARM64", "Tag: Cleanup", "Tag: cmake", "Tag: Development Task", "Tag: Discussion", "Tag: Documentation", "Tag: Gaussian Process", "Tag: GSoC", "Tag: Hackathon", "Tag: Infrastructure", "Tag: Installation", "Tag: Memory Problems", "Tag: Meta Examples", "Tag: Performance Improvement", "Tag: Publicity", "Tag: SWIG", "Tag: Testing", "Tag: UX", "Tag: Website", "Type: Bug", "Type: Bugfixing", "ML: Deep Learning", "ML: Kernel Methods", "ML: New Algorithms", "ML: Numerical Optimization"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is now being closed due to a lack of activity. Feel free to reopen it.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 270, "daysUntilClose": false, "exemptLabels": ["blocking", "help-wanted", "security", "wontfix"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It may be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "Security"], "staleLabel": "Stale", "exemptMilestones": true, "markComment": "This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity within the past 97 days.\n"} +{"daysUntilStale": 14, "daysUntilClose": 14, "exemptLabels": ["BUG", "Feature Request", "Pinned"], "exemptProjects": false, "exemptMilestones": true, "staleLabel": "Inactive", "markComment": "This issue / pull request has been automatically marked as stale because it has not had any recent activity. The resources of the team are limited, and inactive issues/PR are a burden on the project.\nThis issue / pull request will be closed if no further activity occurs within two weeks.\n", "closeComment": "Automatically closing as inactive.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 365, "exemptLabels": ["planned", "todo", "pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity.\n"} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "security", "upstream", "need-discussion"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement"], "staleLabel": "stale closed", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed. Please reopen if needed."} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "good-first-issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 360, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 20} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 3} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": [":question: undecided"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": ":ice_cube: stale", "markComment": "Thanks for your contribution!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs within the next 7 days. Please check if the issue is still relevant in the most current version of RaspberryMatic and tell us. Also check that all relevant details,
Vielen Dank f\u00fcr die Unterst\u00fctzung!
Dieses Problem wurde automatisch als veraltet markiert, da es in letzter Zeit keine Aktivit\u00e4ten gab. Es wird geschlossen, wenn nicht innerhalb der n\u00e4chsten 7 Tage weitere Aktivit\u00e4ten stattfinden. Bitte \u00fcberpr\u00fcfen Sie, ob das Problem auch in der aktuellsten Version von RaspberryMatic noch relevant ist, und teilen Sie uns dies mit. \u00dcberpr\u00fcfen Sie auch, ob alle relevanten Details, Logs und Reproduktionsschritte enthalten sind oder aktualisiert werden m\u00fcssen.\n", "closeComment": "This issue has been automatically closed because of inactivity. Please open a new issue if still relevant and make sure to include all relevant details, logs and reproduction steps.
Dieses Problem wurde aufgrund von Inaktivit\u00e4t automatisch geschlossen. Bitte \u00f6ffnen Sie ein neues Issue, falls dies noch relevant ist und stellen Sie sicher das alle relevanten Details, Logs und Reproduktionsschritte enthalten sind.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["roadmap"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you still need help with your issue, please comment and we will reply to you shortly. Thank you for your contributions to the Salesforce Lightning Design System.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "investigating"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nQuestions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see [here](https://identityserver4.readthedocs.io/en/latest/intro/support.html#commercial-support) for more information.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"name": "Mark stale issues and pull requests", "true": {"schedule": [{"cron": "30 1 * * *"}]}, "jobs": {"stale": {"runs-on": "ubuntu-latest", "steps": [{"uses": "actions/stale@v1", "with": {"stale-issue-message": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.", "stale-pr-message": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.", "stale-issue-label": "no-issue-activity", "stale-pr-label": "no-pr-activity", "days-before-stale": 30, "days-before-close": 365, "exempt-issue-labels": "awaiting-approval,work-in-progress", "exempt-pr-labels": "awaiting-approval,work-in-progress", "repo-token": "${{ secrets.GITHUB_TOKEN }}"}}]}}} +{"daysUntilStale": 28, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is being closed automatically as it was stale\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["keep", "enhancement", "bug", "documentation", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had any recent activity. The resources of the project maintainers are limited, and so we are asking for your help.\n\nIf this is a **bug** and you can still reproduce this error on the master branch, consider contributing a Pull Request with a fix.\n\nIf this is a **feature request**, and you feel that it is still relevant and valuable, please tell us why or contribute a Pull Request for review.\n\nThis issue will automatically close soon if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 99999, "daysUntilClose": 99999, "exemptLabels": ["blocked", "bug", "discussion", "enhancement", "help-wanted", "package-request", "pinned", "security", "upstream"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 3, "exemptLabels": ["severity 1", "priority: high"], "staleLabel": "inactive", "markComment": "We've marked this issue as stale because there hasn't been any activity for 60 days. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions.\n", "closeComment": "As there's been no activity since this issue was marked as stale, we are auto-closing it.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. More importantly, jsbin has been undergoing a massive refactor by Remy, and a large number of issues have been resolved, but with the growing 600+ open issues, the Stalebot (me), has been brought in to try to manage the issues.\nKeep an eye on jsbin.com blog posts and the @js_bin twitter account for updates on the new version of jsbin \u2764\ufe0f\nIt will be closed next week if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["discussion", "enhancement", "pinned", "security"], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "\u231b This issue has been automatically marked as stale because it has not had any recent activity. It will be closed if no further action occurs. \ud83d\ude1e Thank you for your contributions! \ud83d\udc4d\n", "closeComment": "\ud83d\ude34 Closing this issue due to inactivity. \ud83d\ude22 Feel free to re-open it should it still be relevant. \ud83d\ude4b\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 67, "exemptLabels": [], "staleLabel": "stalled", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "closing due to our stalled pull request policy", "only": "pulls"} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "feature", "urgent", "ready", "working on it", "bug"], "staleLabel": "stale", "markComment": "Hi there!\n\n**Is this still an issue?** No activity in 60 days. I'm going to mark it as stale for now, and close it in 14 days if no further activity occurs. I know you guys are all busy, but if this is important to you please reply or something, so I know not to close it.\n\nThank you!\n\n--\nJustin Case\nThe Backpack Robot\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["discussion", "enhancement", "bug", "security", "official"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it's inactive for a long time. It will be closed if no further activity occurs, reopen if you have further ideas. Thank you for your contributions! \u7531\u4e8e\u5f88\u4e45\u6ca1\u6709\u6d3b\u8dc3\uff0c\u6b64Issue\u5df2\u88ab\u81ea\u52a8\u6807\u8bb0\u4e3a\u8fc7\u671f\u3002\u4e4b\u540e\u51e0\u5929\u4ecd\u65e0\u53d8\u5316\u7684\u8bdd\u5c06\u4f1a\u88ab\u5173\u95ed\uff0c\u82e5\u4f60\u6709\u65b0\u60f3\u6cd5\u5219\u53ef\u91cd\u65b0\u6253\u5f00\u3002\u611f\u8c22\u4f60\u7684\u8d21\u732e!\n", "closeComment": false} +{"daysUntilStale": 25, "daysUntilClose": 5, "exemptLabels": ["in_zendesk", "ag-grid engaged"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptMilestones": true, "exemptLabels": ["good first issue", "help wanted"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity for 30 days. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because of inactivity. You can re-open it if needed.\n"} +{"daysUntilStale": 30, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "enhancement", "feature request"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["type/enhancement", "status/proposal", "type/maintenance", "type/bug", "help wanted"], "exemptProjects": false, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["bug", "pinned", "security", "planned", "triage"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 30, "pulls": {"markComment": "This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This pull request is no longer marked for closure.", "closeComment": "This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details."}, "issues": {"markComment": "This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This issue is no longer marked for closure.", "closeComment": "This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details."}} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi all!\nThis Pull Request has not had any recent activity, is it still relevant? If so, what is blocking it? Is there anything we can do to help move it forward?\nThanks!\n", "closeComment": "Hi folks!\nThis Pull Request is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so it can be reopened.\nThanks again!\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["postponed", "enhancement", "bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["bug report", "bug"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "exemptLabels": ["in progress", "pending"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "need follow-up", "help wanted", "bug", "enhancement"], "staleLabel": "close soon", "markComment": "\uc774 \uc774\uc288\uc5d0\ub294 \uc624\ub79c\uae30\uac04 \ud65c\ub3d9\uc774 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4. \uc774\ud6c4\uc5d0\ub3c4 \uc544\ubb34\ub7f0 \ud65c\ub3d9\uc774 \uc5c6\uc73c\uba74 \uc774 \uc774\uc288\ub97c \ub2eb\uc744 \uc608\uc815\uc785\ub2c8\ub2e4. \uac10\uc0ac\ud569\ub2c8\ub2e4.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "Hi \ud83d\udc4b this issue has been automatically marked as `stale` \ud83d\udccc because it has not had recent activity \ud83d\ude34. It will be closed if no further activity occurs.", "closeComment": "Hi again \ud83d\udc4b we would like to inform you that this issue has been automatically closed \ud83d\udd12 because it had not recent activity during the stale period."} +{"daysUntilStale": 90, "daysUntilClose": 15, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Don't close"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within seven days if no further activity occurs. If it needs to remain open, add the \"Don't close\" label.\n", "closeComment": "This issue has been automatically closed because it was stale."} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["bug", "proposal"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "\u2620 stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "limitPerRun": 1, "only": "issues"} +{"daysUntilStale": 21, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is being closed automatically as it was stale\n"} +{"daysUntilStale": 359, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "staleLabel": "stale"} +{"daysUntilStale": 180, "daysUntilClose": 9000, "exemptLabels": ["Story :raised_hands:", "Bug: Verified :bug:", "Task: CI/Tooling :robot:", "Task: Docs \ud83d\udcd6", "Task: Docs :book:", "Task: Refactor :hammer_and_wrench:", "Task: Tests :microscope:", "PR: Awaiting Review \ud83d\udc40", "Triage :white_flag:", "Extension: Discussion", "Announcement \ud83c\udf89", "IDC:priority", "IDC:candidate", "IDC:collaboration"], "staleLabel": "Stale :baguette_bread:", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 10000, "exemptLabels": ["\u8ba8\u8bba", "\u516c\u544a"], "staleLabel": "\u8fc7\u671f", "markComment": "\u8fd9\u4e2a issue \u5df2\u7ecf\u81f3\u5c11\u5341\u4e94\u5929\u6ca1\u6709\u4efb\u4f55\u56de\u590d\u4e86\uff0c\u6240\u4ee5\u88ab\u81ea\u52a8\u6807\u8bb0\u4e3a\u201c\u8fc7\u671f\u201d\u3002 \u5efa\u8bae\u5c3d\u5feb\u5904\u7406\u3002 \n", "closeComment": "\u8fd9\u4e2a issue \u592a\u4e45\u6ca1\u6709\u5904\u7406\uff0c\u88ab\u81ea\u52a8\u5173\u95ed\u3002\n"} +{"daysUntilStale": 1, "daysUntilClose": 2, "exemptLabels": ["Payment Status: Paid", "pinned", "security"], "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 5, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 180, "daysUntilClose": false, "staleLabel": "stale", "markComment": "Hello! Is this still an issue?\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 14, "exemptLabels": ["regression", "security", "triaged"], "staleLabel": "stale", "markComment": "Thanks for your contribution!\n \nThis issue has been automatically marked as stale because it has not had recent activity.\nIf you would like this issue to remain open:\n \n 1. Verify that you can still reproduce the issue in the latest version of styled-animation\n 1. Comment that the issue is still reproducible and include:\n * What version of styled-animation you reproduced the issue on\n * What OS and version you reproduced the issue on\n * What steps you followed to reproduce the issue\n \nIssues that are labeled as triaged will not be automatically marked as stale.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug", "critical bug", "dependency bug", "compatibility", "feature port", "performance"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 90, "exemptLabels": ["priority: critical", "type: maintenance"], "staleLabel": "status: abandonded", "markComment": "This issue has been marked stale/abandoned. It will automatically be closed 90 days from now unless updated.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing due to 30 days of inactivity. See http://mooseframework.org/moose/framework_development/patch_to_code.html\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Status: on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": ["needs more info"], "exemptLabels": [], "staleLabel": "stale", "markComment": "It's been a while since we've had any activity on this issue, and seeing as it needs more info before we can properly address it, we will be closing it in one month. If you've found a fix, please share it! Otherwise, please provide the info we asked for, especially a reproducible example. Thanks!\n", "closeComment": "This issue has been automatically closed since there has not been any recent activity after it was marked as stale. Please open a new issue for any related bugs.\n", "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "waiting"], "staleLabel": "stale", "markComment": "This issue is marked for being closed in 7 days. Please interact with this issue if you don't wanna have it closed.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 14, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "Needs Response From Issue Reporter", "markComment": false, "unmarkComment": false, "closeComment": "This issue has been marked Closed as the reporter has not responded within a two week period. Please submit another issue is further help is needed.\n", "limitPerRun": 30} +{"daysUntilStale": 7, "daysUntilClose": 7, "onlyLabels": ["Status: Requires Reporter Clarification"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue is labeled as requiring an update from the reporter, and no update has been received after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.\n", "limitPerRun": 1} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["type/feature-request", "type/pinned"], "staleLabel": "type/stale"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "Hey! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 1, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This PR/issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 45, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilClose": false, "daysUntilStale": 180, "exemptLabels": ["[Pri] High", "[Pri] BLOCKER", "[Type] Good For Community", "[Type] Good First Bug", "FixTheFlows"], "exemptProjects": true, "exemptMilestones": false, "staleLabel": "[Status] Stale", "closeComment": false, "limitPerRun": 2, "issues": {"markComment": "

This issue has been marked as stale. This happened because:

\n
    \n
  • It has been inactive in the past 6 months.
  • \n
  • It hasn\u2019t been labeled `[Pri] Blocker`, `[Pri] High`.
  • \n
\n

No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore \u2014 if you do, please add a brief explanation.

\n"}, "pulls": {"daysUntilStale": 90, "markComment": "

This PR has been marked as stale. This happened because:

\n
    \n
  • It has been inactive in the past 3 months.
  • \n
  • It hasn\u2019t been labeled `[Pri] Blocker`, `[Pri] High`.
  • \n
\n

No further action is needed. But it's worth checking if this PR has clear testing instructions, is it up to date with master, and it is still valid. Feel free to close this issue if you think it's not valid anymore \u2014 if you do, please add a brief explanation.

\n"}} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["Type: Big Picture"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 0, "daysUntilClose": 1, "staleLabel": "stale", "only": "pulls", "markComment": "Thank you for your contribution! Please use gerrit for the changes, see [documentation here](https://mcc-github-blockchain.readthedocs.io/en/latest/CONTRIBUTING.html)\n", "closeComment": "Thank you for your contribution! Please use gerrit for the changes, see [documentation here](https://mcc-github-blockchain.readthedocs.io/en/latest/CONTRIBUTING.html)\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "abandoned", "issues": {"daysUntilStale": 180, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85\n"}, "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "stale", "only": "issues", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 10, "exemptLabels": ["pinned", "security", "maybe later"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 5} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": ["bug"], "exemptLabels": ["help wanted", "pinned", "security", "priority"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions, and happy coding day :sunglasses:\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["security", "planned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 30, "only": "pulls", "pulls": {"markComment": "This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This pull request is no longer marked for closure.", "closeComment": "This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details."}, "issues": {"markComment": "This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This issue is no longer marked for closure.", "closeComment": "This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details."}} +{"exemptAssignees": true, "staleLabel": "status/stale", "exemptLabels": ["status/never-stale"], "daysUntilStale": 60, "daysUntilClose": 7, "pulls": {"daysUntilStale": 90, "daysUntilClose": 14, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue closed. Reopen it at any time. Thanks.\n"} +{"daysUntilStale": 10, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `pinned` to prevent stale bot from closing the issue.\n", "closeComment": false} +{"daysUntilStale": 20, "daysUntilClose": 30, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity (20 days). It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has had no activity in 30 days. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Feature", "Enhancement", "Bug", "NHN Cloud"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as inactive because there hasn\u2019t been much going on it lately. It is going to be closed after 7 days. Thanks!\n", "closeComment": "This issue will be closed due to inactivity. Thanks for your contribution!\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Status: Accepted", "Status: Under Consideration"], "staleLabel": "Status: Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n\nIf this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.\n\nIf this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.\n\nThis issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 20, "exemptLabels": ["bug", "docs", "enhancement", "feature", "retest"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it was marked as stale and did not have any activity since. Thank you for your contributions."} +{"daysUntilStale": 10, "daysUntilClose": 7, "exemptLabels": ["Verified"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not been verified. If this is still an issue, please provide the more information so that we are able to understand the issue. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed as it has not had any recent activity. Thank you for your contributions.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "good first issue", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "Hey! This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing since no response was posted.\nFeel free to ping owner if there is a need to reopen"} +{"staleLabel": "stale", "issues": {"daysUntilStale": 90, "markComment": "This issue has been marked stale because it has not seen any activity within three months. If you believe this to be an error, please contact one of the code owners. This issue will be closed within 15 days of being stale.\n", "daysUntilClose": 15, "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners.\n"}, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been marked stale because it has not seen any activity within two months. It will be closed within 15 days of being stale unless there is new activity.\n", "daysUntilClose": 15, "closeComment": "This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information.\n", "limitPerRun": 30} +{"daysUntilStale": 120, "daysUntilClose": 30, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"days": 1, "exemptLabels": ["question"], "staleLabel": "stale", "markComment": "Thanks for trying out probot! This issue has been automatically marked as stale and will be closed if no further activity occurs.\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Accessibility", "Bug", "Regression", "Don't mark stale", "Feature Request", "Good starter task", "Upstream Change Needed", "PR: Needs Review", "PR: Ready to Merge"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to inactivity.\n", "limitPerRun": 5} +{"daysUntilStale": 28, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 10, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["approved", "dont-close"], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://matrix.to/#/#TheAlgorithms_community:gitter.im) channel. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our [Gitter](https://matrix.to/#/#TheAlgorithms_community:gitter.im) channel. Thank you for your contributions!\n"}} +{"daysUntilStale": 10, "daysUntilClose": 4, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls", "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."} +{"closeComment": "This issue has been marked stale for 2 weeks without any activity. So its probably not important enough to keep around. You can reopen if it indeed is that important. :)\n", "daysUntilClose": 14, "daysUntilStale": 60, "exemptLabels": ["pinned", "security", "priority:high"], "markComment": "This issue has been automatically marked as stale because it has not had activity in 60 days. It will be automatically closed in 2 weeks if no further activity occurs. Thank you for your contributions.\n", "staleLabel": "stale"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["security", "planned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 30, "only": "pulls", "pulls": {"markComment": "This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This pull request is no longer marked for closure.", "closeComment": "This pull request has been closed due to inactivity. If you feel this is in error, please reopen the pull request or file a new PR with the relevant details."}, "issues": {"markComment": "This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!", "unmarkComment": "This issue is no longer marked for closure.", "closeComment": "This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details."}} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security", ":speech_balloon: blog comment"], "staleLabel": "no-recent-activity", "markComment": false, "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["disposition/never stale"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "disposition/stale", "markComment": "This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no further update occurs in 1 day. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["do not close"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is closed due to inactivity. Feel free to re-open if new information is available.\n"} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "won't fix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. Please open a new issue if it's still valid.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["willfix"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because there has been no activity in the past year. It will be closed automatically if no further activity occurs in the next 30 days. Feel free to re-open at any time if this issue is still relevant.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "urgent", "necessary", "help wanted", "RFC"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "urgent", "necessary", "help wanted", "RFC"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "urgent", "necessary", "help wanted", "RFC"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "urgent", "necessary", "help wanted", "RFC"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "next_release", "platform request"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major", "good first issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the `CODEOWNERS` file at the top-level of this repository.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major", "good first issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the `CODEOWNERS` file at the top-level of this repository.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major", "good first issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the `CODEOWNERS` file at the top-level of this repository.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "critical", "p1", "major", "good first issue"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the `CODEOWNERS` file at the top-level of this repository.\n"} +{"daysUntilStale": 15, "daysUntilClose": 2, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 11, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 11, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 11, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 11, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["security fix", "security vulnerability"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["security fix", "security vulnerability"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["security fix", "security vulnerability"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["security fix", "security vulnerability"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Important", "Blocker", "Feature Request", "Good First Issue"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Important", "Blocker", "Feature Request", "Good First Issue"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Important", "Blocker", "Feature Request", "Good First Issue"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Important", "Blocker", "Feature Request", "Good First Issue"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["nostalebot"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "exemptMilestones": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["new-feature", "bug", "improvement", "docs"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["new-feature", "bug", "improvement", "docs"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "This pull request has been unmarked as stale. Thanks for the update. \n", "closeComment": "This pull request has been closed due to inactivity. Please reopen this pull request if you would like to continue working on it.\n", "only": "pulls"} +{"daysUntilStale": 7, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "This pull request has been unmarked as stale. Thanks for the update. \n", "closeComment": "This pull request has been closed due to inactivity. Please reopen this pull request if you would like to continue working on it.\n", "only": "pulls"} +{"daysUntilStale": 7, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "This pull request has been unmarked as stale. Thanks for the update. \n", "closeComment": "This pull request has been closed due to inactivity. Please reopen this pull request if you would like to continue working on it.\n", "only": "pulls"} +{"daysUntilStale": 7, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "This pull request has been unmarked as stale. Thanks for the update. \n", "closeComment": "This pull request has been closed due to inactivity. Please reopen this pull request if you would like to continue working on it.\n", "only": "pulls"} +{"daysUntilStale": 2, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bounty", "challenge", "critical", "feature", "technical debt"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bounty", "challenge", "critical", "feature", "technical debt"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bounty", "challenge", "critical", "feature", "technical debt"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bounty", "challenge", "critical", "feature", "technical debt"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity. :calendar: It will be _closed automatically_ in one week if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 4, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 4, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 7, "exemptLabels": ["requires triage", "bug", "regression", "documentation", "use case", "feature"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale and we assume it's marked as \"question\". It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 5, "daysUntilClose": 7, "exemptLabels": ["requires triage", "bug", "regression", "documentation", "use case", "feature"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale and we assume it's marked as \"question\". It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIs this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nIs this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "under investigation", "pr welcome"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "under investigation", "pr welcome"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "under investigation", "pr welcome"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "under investigation", "pr welcome"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 42, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 42, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "Security"], "staleLabel": "Stale", "exemptMilestones": true, "markComment": "This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity within the past 97 days.\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "Security"], "staleLabel": "Stale", "exemptMilestones": true, "markComment": "This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity within the past 97 days.\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "Security"], "staleLabel": "Stale", "exemptMilestones": true, "markComment": "This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity within the past 97 days.\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "Security"], "staleLabel": "Stale", "exemptMilestones": true, "markComment": "This issue has been automatically marked as stale because it has not had any recent activity within the past 90 days. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity within the past 97 days.\n"} +{"daysUntilStale": 90, "daysUntilClose": 365, "exemptLabels": ["planned", "todo", "pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity.\n"} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "security", "upstream", "need-discussion"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "security", "upstream", "need-discussion"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed. Please reopen if needed."} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed. Please reopen if needed."} +{"daysUntilStale": 360, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 20} +{"daysUntilStale": 360, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 20} +{"daysUntilStale": 360, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 20} +{"daysUntilStale": 360, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["pinned"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 20} +{"404": "Not Found"} +{"daysUntilStale": 120, "daysUntilClose": 7, "exemptLabels": ["roadmap"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you still need help with your issue, please comment and we will reply to you shortly. Thank you for your contributions to the Salesforce Lightning Design System.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "investigating"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nQuestions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see [here](https://identityserver4.readthedocs.io/en/latest/intro/support.html#commercial-support) for more information.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 28, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is being closed automatically as it was stale\n"} +{"daysUntilStale": 28, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is being closed automatically as it was stale\n"} +{"daysUntilStale": 60, "daysUntilClose": 67, "exemptLabels": [], "staleLabel": "stalled", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "closing due to our stalled pull request policy", "only": "pulls"} +{"daysUntilStale": 25, "daysUntilClose": 5, "exemptLabels": ["in_zendesk", "ag-grid engaged"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 25, "daysUntilClose": 5, "exemptLabels": ["in_zendesk", "ag-grid engaged"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 25, "daysUntilClose": 5, "exemptLabels": ["in_zendesk", "ag-grid engaged"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "enhancement", "feature request"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "enhancement", "feature request"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi all!\nThis Pull Request has not had any recent activity, is it still relevant? If so, what is blocking it? Is there anything we can do to help move it forward?\nThanks!\n", "closeComment": "Hi folks!\nThis Pull Request is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so it can be reopened.\nThanks again!\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi all!\nThis Pull Request has not had any recent activity, is it still relevant? If so, what is blocking it? Is there anything we can do to help move it forward?\nThanks!\n", "closeComment": "Hi folks!\nThis Pull Request is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so it can be reopened.\nThanks again!\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi all!\nThis Pull Request has not had any recent activity, is it still relevant? If so, what is blocking it? Is there anything we can do to help move it forward?\nThanks!\n", "closeComment": "Hi folks!\nThis Pull Request is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so it can be reopened.\nThanks again!\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Hi all!\nThis Pull Request has not had any recent activity, is it still relevant? If so, what is blocking it? Is there anything we can do to help move it forward?\nThanks!\n", "closeComment": "Hi folks!\nThis Pull Request is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so it can be reopened.\nThanks again!\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 21, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "exemptLabels": ["in progress", "pending"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "exemptLabels": ["in progress", "pending"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "exemptLabels": ["in progress", "pending"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 1, "exemptLabels": ["in progress", "pending"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "limitPerRun": 1, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": 9000, "exemptLabels": ["Story :raised_hands:", "Bug: Verified :bug:", "Task: CI/Tooling :robot:", "Task: Docs \ud83d\udcd6", "Task: Docs :book:", "Task: Refactor :hammer_and_wrench:", "Task: Tests :microscope:", "PR: Awaiting Review \ud83d\udc40", "Triage :white_flag:", "Extension: Discussion", "Announcement \ud83c\udf89", "IDC:priority", "IDC:candidate", "IDC:collaboration"], "staleLabel": "Stale :baguette_bread:", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 9000, "exemptLabels": ["Story :raised_hands:", "Bug: Verified :bug:", "Task: CI/Tooling :robot:", "Task: Docs \ud83d\udcd6", "Task: Docs :book:", "Task: Refactor :hammer_and_wrench:", "Task: Tests :microscope:", "PR: Awaiting Review \ud83d\udc40", "Triage :white_flag:", "Extension: Discussion", "Announcement \ud83c\udf89", "IDC:priority", "IDC:candidate", "IDC:collaboration"], "staleLabel": "Stale :baguette_bread:", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 10000, "exemptLabels": ["\u8ba8\u8bba", "\u516c\u544a"], "staleLabel": "\u8fc7\u671f", "markComment": "\u8fd9\u4e2a issue \u5df2\u7ecf\u81f3\u5c11\u5341\u4e94\u5929\u6ca1\u6709\u4efb\u4f55\u56de\u590d\u4e86\uff0c\u6240\u4ee5\u88ab\u81ea\u52a8\u6807\u8bb0\u4e3a\u201c\u8fc7\u671f\u201d\u3002 \u5efa\u8bae\u5c3d\u5feb\u5904\u7406\u3002 \n", "closeComment": "\u8fd9\u4e2a issue \u592a\u4e45\u6ca1\u6709\u5904\u7406\uff0c\u88ab\u81ea\u52a8\u5173\u95ed\u3002\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": true, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 30, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing due to 30 days of inactivity. See http://mooseframework.org/moose/framework_development/patch_to_code.html\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing due to 30 days of inactivity. See http://mooseframework.org/moose/framework_development/patch_to_code.html\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing due to 30 days of inactivity. See http://mooseframework.org/moose/framework_development/patch_to_code.html\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing due to 30 days of inactivity. See http://mooseframework.org/moose/framework_development/patch_to_code.html\n", "only": "pulls"} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Status: on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Status: on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Status: on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}} +{"daysUntilStale": 30, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Status: on hold"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "limitPerRun": 5, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this pull request once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our [Gitter](https://gitter.im/TheAlgorithms/community) or ping one of the reviewers. Thank you for your contributions!\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": ["needs more info"], "exemptLabels": [], "staleLabel": "stale", "markComment": "It's been a while since we've had any activity on this issue, and seeing as it needs more info before we can properly address it, we will be closing it in one month. If you've found a fix, please share it! Otherwise, please provide the info we asked for, especially a reproducible example. Thanks!\n", "closeComment": "This issue has been automatically closed since there has not been any recent activity after it was marked as stale. Please open a new issue for any related bugs.\n", "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 30, "onlyLabels": ["needs more info"], "exemptLabels": [], "staleLabel": "stale", "markComment": "It's been a while since we've had any activity on this issue, and seeing as it needs more info before we can properly address it, we will be closing it in one month. If you've found a fix, please share it! Otherwise, please provide the info we asked for, especially a reproducible example. Thanks!\n", "closeComment": "This issue has been automatically closed since there has not been any recent activity after it was marked as stale. Please open a new issue for any related bugs.\n", "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 7, "onlyLabels": ["Status: Requires Reporter Clarification"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue is labeled as requiring an update from the reporter, and no update has been received after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.\n", "limitPerRun": 1} +{"daysUntilStale": 7, "daysUntilClose": 7, "onlyLabels": ["Status: Requires Reporter Clarification"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue is labeled as requiring an update from the reporter, and no update has been received after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.\n", "limitPerRun": 1} +{"daysUntilStale": 7, "daysUntilClose": 7, "onlyLabels": ["Status: Requires Reporter Clarification"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue is labeled as requiring an update from the reporter, and no update has been received after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.\n", "limitPerRun": 1} +{"daysUntilStale": 7, "daysUntilClose": 7, "onlyLabels": ["Status: Requires Reporter Clarification"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue is labeled as requiring an update from the reporter, and no update has been received after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.\n", "limitPerRun": 1} +{"daysUntilStale": 45, "daysUntilClose": 45, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 45, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 45, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "abandoned", "issues": {"daysUntilStale": 180, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85\n"}, "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "abandoned", "issues": {"daysUntilStale": 180, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85\n"}, "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for contributing to Aragon! \ud83e\udd85"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "stale", "only": "issues", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "stale", "only": "issues", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "stale", "only": "issues", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "staleLabel": "stale", "only": "issues", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity since being marked as stale.\n"}, "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\nTo track this PR (even if closed), please open a corresponding issue if one does not already exist.\n", "closeComment": "This PR has been automatically closed because it has not had recent activity since being marked as stale.\nPlease reopen when work resumes.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": ["bug"], "exemptLabels": ["help wanted", "pinned", "security", "priority"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions, and happy coding day :sunglasses:\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `pinned` to prevent stale bot from closing the issue.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `pinned` to prevent stale bot from closing the issue.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `pinned` to prevent stale bot from closing the issue.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `pinned` to prevent stale bot from closing the issue.\n", "closeComment": false} +{"daysUntilStale": 20, "daysUntilClose": 30, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity (20 days). It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has had no activity in 30 days. Thank you for your contributions.\n"} +{"daysUntilStale": 20, "daysUntilClose": 30, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity (20 days). It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has had no activity in 30 days. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Status: Accepted", "Status: Under Consideration"], "staleLabel": "Status: Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n\nIf this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.\n\nIf this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.\n\nThis issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Status: Accepted", "Status: Under Consideration"], "staleLabel": "Status: Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n\nIf this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.\n\nIf this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.\n\nThis issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Status: Accepted", "Status: Under Consideration"], "staleLabel": "Status: Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n\nIf this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.\n\nIf this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.\n\nThis issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 20, "exemptLabels": ["bug", "docs", "enhancement", "feature", "retest"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing since no response was posted.\nFeel free to ping owner if there is a need to reopen"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing since no response was posted.\nFeel free to ping owner if there is a need to reopen"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing since no response was posted.\nFeel free to ping owner if there is a need to reopen"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing since no response was posted.\nFeel free to ping owner if there is a need to reopen"} +{"staleLabel": "stale", "issues": {"daysUntilStale": 90, "markComment": "This issue has been marked stale because it has not seen any activity within three months. If you believe this to be an error, please contact one of the code owners. This issue will be closed within 15 days of being stale.\n", "daysUntilClose": 15, "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners.\n"}, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been marked stale because it has not seen any activity within two months. It will be closed within 15 days of being stale unless there is new activity.\n", "daysUntilClose": 15, "closeComment": "This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one.\n"}} +{"staleLabel": "stale", "issues": {"daysUntilStale": 90, "markComment": "This issue has been marked stale because it has not seen any activity within three months. If you believe this to be an error, please contact one of the code owners. This issue will be closed within 15 days of being stale.\n", "daysUntilClose": 15, "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners.\n"}, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been marked stale because it has not seen any activity within two months. It will be closed within 15 days of being stale unless there is new activity.\n", "daysUntilClose": 15, "closeComment": "This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one.\n"}} +{"staleLabel": "stale", "issues": {"daysUntilStale": 90, "markComment": "This issue has been marked stale because it has not seen any activity within three months. If you believe this to be an error, please contact one of the code owners. This issue will be closed within 15 days of being stale.\n", "daysUntilClose": 15, "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners.\n"}, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been marked stale because it has not seen any activity within two months. It will be closed within 15 days of being stale unless there is new activity.\n", "daysUntilClose": 15, "closeComment": "This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one.\n"}} +{"staleLabel": "stale", "issues": {"daysUntilStale": 90, "markComment": "This issue has been marked stale because it has not seen any activity within three months. If you believe this to be an error, please contact one of the code owners. This issue will be closed within 15 days of being stale.\n", "daysUntilClose": 15, "closeComment": "This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners.\n"}, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been marked stale because it has not seen any activity within two months. It will be closed within 15 days of being stale unless there is new activity.\n", "daysUntilClose": 15, "closeComment": "This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information.\n", "limitPerRun": 30} +{"daysUntilStale": 120, "daysUntilClose": 30, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because there has been no recent activity. It will be closed after 30 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["Accessibility", "Bug", "Regression", "Don't mark stale", "Feature Request", "Good starter task", "Upstream Change Needed", "PR: Needs Review", "PR: Ready to Merge"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to inactivity.\n", "limitPerRun": 5} +{"daysUntilStale": 28, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 28, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 28, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 28, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 10, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 10, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 10, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 4, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls", "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 10, "daysUntilClose": 4, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls", "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 10, "daysUntilClose": 4, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls", "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 10, "daysUntilClose": 4, "onlyLabels": [], "exemptLabels": ["pinned", "security"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls", "pulls": {"daysUntilStale": 30, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["disposition/never stale"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "disposition/stale", "markComment": "This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no further update occurs in 1 day. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["disposition/never stale"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "disposition/stale", "markComment": "This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no further update occurs in 1 day. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["disposition/never stale"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "disposition/stale", "markComment": "This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 180 days. It will be closed automatically if no further update occurs in 1 day. Thank you for your contributions!\n", "limitPerRun": 30} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "won't fix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "won't fix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["willfix"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 10, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "Hello there! \ud83d\udc4b\nThis issue has gone silent. Eerily silent. \u23f3\nWe currently close issues after 100 days of inactivity. It has been 90 days since the last update here.\nIf needed, you can keep it open by replying here.\nThanks for being a part of the Node.js Best Practices community! \ud83d\udc9a\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["Retained"], "staleLabel": "Inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you are still interested in this issue and it is still relevant you can comment to revive it.\n", "closeComment": "This issue has been been automatically closed due to a lack of activity. This is done to maintain a clean list of issues that the community is interested in developing.\n"} +{"closeComment": "We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accommodate it!\n", "daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["confirmed", "feature"], "markComment": "We're marking this issue as unconfirmed because it has not had recent activity and we weren't able to confirm it yet. It will be closed if no further activity occurs within the next 30 days.\n", "only": "issues", "staleLabel": "unconfirmed"} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stalled", "markComment": false, "closeComment": "This stale issue has been automatically closed. Feel free to still comment and even reopen the ticket if the problem is not solved or you think we could go better. Thank you for your contributions.\n"} +{"daysUntilStale": 90, "daysUntilClose": 21, "onlyLabels": [], "exemptLabels": ["stage/tracked"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.", "limitPerRun": 30} +{"onlyLabels": [], "exemptLabels": ["lifecycle/frozen"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "lifecycle/stale", "pull": {"daysUntilClose": 90, "daysUntilStale": 365, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this amazing PR for last 90 days.\n**Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen a PR if you get back to this!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "issues": {"daysUntilClose": 90, "daysUntilStale": 365, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this issue for last 90 days.\n**Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "limitPerRun": 5} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "There has been no incentive by contributors or maintainers to revive this stale issue and it will now be closed.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["no-stale", "pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "wip"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity.\n", "limitPerRun": 30} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "dontstale"], "staleLabel": "stale", "markComment": "This issue has been marked as stale because no replies have been given in 14 days. It will be closed after 7 days if there is no more activity.\n", "closeComment": true} +{"daysUntilStale": 5, "daysUntilClose": 10, "exemptLabels": ["pinned", "security", "question", "request-info", "documentation", "in progress"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had any activity after being labeled as staled.\n"} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "keep"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "docs improvement", "help wanted"], "staleLabel": "stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to it having no activity.\n"} +{"only": "issues", "daysUntilClose": 14, "exemptLabels": ["bug", "technical issues", "feature request"], "staleLabel": "stale", "markComment": false, "closeComment": "This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.\n", "limitPerRun": 30} +{"daysUntilStale": 1, "daysUntilClose": 2, "exemptLabels": ["pinned", "security"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "not-stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity in 60 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!\n", "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 1, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "proposal", "enhancement", "bug", "documentation"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 10, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed within 10 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing because of inactivity\n"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity. Feel free to reopen if this issue is still important to you. Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["type:regression", "type:security", "status:triaged", "pinned"], "staleLabel": "status:stale", "markComment": "This issue has been automatically marked as `stale` because it has not had recent activity \ud83d\ude34. It will be closed if no further activity occurs. Thank you for your contributions \ud83d\udc4c!\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 84, "daysUntilClose": 7, "exemptLabels": ["greenkeeper", "bug", "security", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Apologies if the issue could not be resolved successfully. FeathersJS ecosystem modules are community maintained so there may be a chance that there isn't anybody available to help at the moment (see other ways to get help [here](https://docs.feathersjs.com/help/readme.html)).\n", "closeComment": false} +{"daysUntilClose": 7, "staleLabel": "stale", "issues": {"daysUntilStale": 60, "onlyLabels": ["needinfo"], "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n\nThis issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}, "pulls": {"daysUntilStale": 120, "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n\nThis pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"staleLabel": "Stale", "unmarkComment": false, "limitPerRun": 1, "exemptLabels": ["Assigned"], "pulls": {"daysUntilStale": 60, "daysUntilClose": 14, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this pull request was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.\n"}, "issues": {"daysUntilStale": 180, "daysUntilClose": 14, "markComment": "This issue has been automatically marked as stale because it has not had activity in a long time. Thank you for your contributions!\n", "closeComment": "This issue has been automatically closed because it has not had activity in a long time. Please feel free to reopen it or create a new issue.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 7, "onlyLabels": ["waiting for customer"], "exemptAssignees": true, "staleLabel": "closed:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! \ud83d\ude47\u200d\u2642\ufe0f\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. **If this is still a relevant issue please comment on it to restart the discussion.** Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "feature request", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 1, "daysUntilClose": 2, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "Thank you for your contribution, we value it! However, this issue has been marked as stale because it has not had recent activity, or because it does not comply with our contribution guidelines. If it is the latter, please follow the instructions from the comment above to comply with our guidelines. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "onlyLabels": ["needs-context"]} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "do not mark as trash"], "staleLabel": "trash", "markComment": "This issue has been automatically marked as trash because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions, trashists.\n", "closeComment": true} +{"daysUntilStale": 30, "daysUntilClose": 4, "onlyLabels": ["unclear"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it is marked as \"unclear\" and seems to be inactive.\n"} +{"onlyLabels": [], "exemptLabels": ["lifecycle/frozen"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "lifecycle/stale", "pull": {"daysUntilClose": 60, "daysUntilStale": 90, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this amazing PR for last 90 days.\n**Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen a PR if you get back to this!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "issues": {"daysUntilClose": 60, "daysUntilStale": 90, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this issue for last 90 days.\n**Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "limitPerRun": 30} +{"daysUntilStale": 180, "daysUntilClose": 90, "onlyLabels": [], "exemptLabels": ["blocked", "infrastructure"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had recent activity. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 1, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because this repository is a read-only repository and nobody will take care of it. Please submit it to the main repository. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "mvp", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 250, "daysUntilClose": 31, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 31 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "limitPerRun": 1} +{"daysUntilStale": 30, "daysUntilClose": 14, "exemptLabels": ["lifecycle/frozen"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.\n", "closeComment": "This issue is being automatically closed due to inactivity."} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "inactive", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 340, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["bug", "discussion", "monitor (ongoing)", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing.\n"} +{"daysUntilStale": 100, "daysUntilClose": 2, "exemptLabels": ["pinned", "security", "notstale"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See [the FAQ](https://github.com/jgraph/drawio/wiki/Stale-bot-FAQ) for more information.\n", "closeComment": false} +{"daysUntilStale": 3, "daysUntilClose": false, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "unmarkComment": false, "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Priority/Critical", "Type/Maintenance"], "staleLabel": "Type/Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 15, "exemptLabels": ["todo", "ready", "in progress", "do not merge", "needs review", "high priority"], "staleLabel": "inactive", "markComment": "Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 60 days. Thanks!\n", "closeComment": "Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 70, "daysUntilClose": 14, "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. \n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "improvement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["pinned", "security", "needs discussion", "in progress"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale by StaleBOT because it has not had any recent activity. It will be closed if no further activity occurs in 15 days. Thank you all for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "work-in-progress"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 15, "daysUntilClose": 30, "exemptLabels": ["up for grabs"], "staleLabel": "waiting", "markComment": "Hi all! This thread has not had any recent activity. Are there any updates? Thanks!\n", "closeComment": "Hi everyone. This thread is being closed as there was no response to the previous prompt. However, please leave a comment whenever you're ready to resume, so the thread can be reopened. Thanks again!\n", "only": "pulls"} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in 7 days. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "discussion", "need-verify", "pending-reply", "feature-request", "enhancement", "question", "documentation", "backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 300, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "feature", "help wanted", "low priority"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["announcement", "confirmed", "develop", "enhancement", "TODO"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If your PR has a merge conflict, it must be resolved before it can be merged. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If your PR has a merge conflict, it must be resolved before it can be merged. Feel free to resolve and re-open Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["up-for-grabs", "bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["pinned", "Bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 14, "exemptLabels": ["bug", "feature", "PR please ;-)"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["v3", "help-wanted", "P0", "P1", "bug", "enhancement", "proposal", "feature-request"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If you still think this issue is relevant, please feel free to ping a maintainer or leave a comment.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been automatically marked as stale because it has not had\n recent activity. It will be closed if no further activity occurs.\n If this is still applicable, please make sure it is up to date and if so,\n add a comment that this is still an issue to keep it open.\n Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "priority: critical", "type: feature request"], "staleLabel": "type: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": false, "exemptLabels": ["pinned", "security", "roadmap"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 60, "exemptLabels": ["bug", "enhancement", "discussion"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. \nIf this issue is still present on the latest version of this library on supported Laravel versions, please let us know by replying to this issue so we can investigate further.\nThank you for your contribution! Apologies for any delayed response on our side.\n", "closeComment": false, "only": "issues"} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["critical"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 30, "exemptLabels": ["todo", "ready", "in progress", "do not merge", "needs review", "high priority"], "staleLabel": "inactive", "markComment": "Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!\n", "closeComment": "Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"staleLabel": "stale", "pulls": {"daysUntilStale": 14, "daysUntilClose": 30, "markComment": "This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!\n", "closeComment": "This pull request has been automatically closed because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!\n", "limitPerRun": 1}, "exemptLabels": ["pinned", "security"], "issues": {"limitPerRun": 1, "daysUntilStale": 90, "daysUntilClose": 30, "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged \"help wanted\" or other activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity in the last month and a half. If this issue is still valid, please ping a maintainer and ask them to label it as \"help wanted\". Thank you for your contributions.\n"}} +{"daysUntilClose": 22, "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "closeComment": "This issue/pull request has been automatically closed due to inactivity and no response to the auto close bot request. If you feel this is inappropriate, please respond to this issue requesting it to be re-opened.\n", "limitPerRun": 30, "issues": {"daysUntilStale": 45, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "exemptLabels": ["limitation", "security", "highest-priority"]}, "pulls": {"daysUntilStale": 15, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. See [assisted pr workflow] (https://github.com/kata-containers/community/blob/master/CONTRIBUTING.md#assisted-pr-workflow) if any developers would like to help pickup this pull request. Thank you for your contributions.\n", "exemptLabels": ["security", "release-gating", "highest-priority"]}} +{"name": "Close stale issues and PR", "true": {"schedule": [{"cron": "30 1 * * *"}]}, "jobs": {"stale": {"runs-on": "ubuntu-latest", "steps": [{"uses": "actions/stale@v4", "with": {"repo-token": "${{ secrets.GITHUB_TOKEN }}", "stale-issue-message": "This issue is stale because it has been open 5 days with no activity. Remove the stale label or comment or this will be closed in 2 days", "stale-pr-message": "This PR is stale because it has been open 5 days with no activity. Remove the stale label or comment or this will be closed in 2 days", "days-before-stale": 5, "days-before-close": 2}}]}}} +{"daysUntilStale": 30000, "daysUntilClose": 300, "exemptLabels": ["pinned", "security", "bug", "blocked", "protected", "triaged"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "staleLabel": "wontfix", "markComment": "This issue has benn automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 150, "daysUntilClose": 30, "exemptLabels": [], "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had any activity for the past five months. It will be closed if no further activity occurs. If the ideas in this pull request are still worth implementing, please make sure you open an issue to keep track of that idea!\n", "unmarkComment": false, "closeComment": "This pull request has been automatically closed since there was no activity for a month since it was marked as stale. If the ideas in this pull request are still worth implementing, please make sure you open an issue to keep track of that idea!\n", "only": "pulls"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "EPIC"], "staleLabel": "stale", "markComment": "This issue has been marked as *stale* because it hasn't seen any\nactivity for the last 60 days.\n\n*Stale* issues are closed after 14 days, unless the label is removed\nby a maintainer or someone comments on it.\n\nThis is done in order to ensure that open issues are still relevant.\n\nThank you for your contribution! :unicorn: :rocket: :robot:\n\n(Note: issues labeled with *pinned* or *EPIC* are\nnever marked as stale.)\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["up-for-grabs", "bug", "high priority", "medium priority", "low priority", "needs decision"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.(\u7531\u4e8e\u957f\u671f\u4e0d\u6d3b\u52a8\uff0c\u673a\u5668\u4eba\u81ea\u52a8\u5173\u95ed\u6b64\u95ee\u9898\uff0c\u5982\u679c\u9700\u8981\u6b22\u8fce\u63d0\u95ee)\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We get that this might not be what you had expected but we're trying to limit stale as issues as much as possible. Thank you for your contributions.\n", "limitPerRun": 30} +{"only": "pulls", "staleLabel": "stale", "pulls": {"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["long-lived"], "markComment": "This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.\n", "closeComment": false}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed due to inactivity. If you believe that this issue is relevant for many users and should not be closed, feel free to comment so that the admins will be notified.\n"} +{"daysUntilStale": 90, "daysUntilClose": 10, "onlyLabels": [], "exemptLabels": ["meta: never-stale"], "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "meta: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 180, "daysUntilClose": false, "onlyLabels": [], "exemptLabels": ["status: waiting for merge"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Maybe it's time to revisit this?\n", "limitPerRun": 30} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["enhancement", "dontstale", "needs-triage"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.\n", "closeComment": "This issue has been automatically closed due to maximum period of being stale. Thank you for your contribution to Box Python SDK and feel free to open another PR/issue at any time.\n"} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 900, "daysUntilClose": 200, "exemptLabels": ["pinned", "security", "feature", "help wanted", "low priority"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 5, "exemptLabels": ["pinned", "security", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Status: Accepted"], "staleLabel": "Status: Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n\nIf this is a **bug** and you can still reproduce this error on the `master` branch, please reply with any additional information you have about it in order to keep the issue open.\n\nIf this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.\n\nThis issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 7, "exemptLabels": ["critical_priority", "high_priority", "medium_priority", "low_priority", "work in progress", "good first issue", "help wanted"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 3, "exemptLabels": ["pinned", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 365, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 84, "daysUntilClose": 28, "onlyLabels": [], "exemptLabels": ["bug", "enhancement", "documentation", "pending", "discussion", "confirmed", "in_progress", "needs_testing", "Windows", "ci", "SFTP", "wontfix"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have found a solution for this, it would be great if you could share it here to help others. Thank you for your question.\n", "closeComment": "This issue will get closed for now but please feel free to re-open it if you still have this problem with Git-ftp.\n", "limitPerRun": 10, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["cncf", "roadmap", "enhancement", "help wanted"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 180, "onlyLabels": [], "exemptLabels": ["pinned", "type: bug"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!\n", "closeComment": "Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.\n", "limitPerRun": 10, "only": "issues"} +{"daysUntilStale": 180, "daysUntilClose": false, "exemptLabels": [], "staleLabel": "\ud83d\udca4 Stale", "markComment": "This issue has been automatically marked as stale because there were no activity during last 14 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n\n**\u0410. \u0427\u043e\u043c\u0443 \u0442\u0430\u043a?**\n\u041d\u0430\u0439\u0431\u0456\u043b\u044c\u0448 \u0440\u043e\u0437\u043f\u043e\u0432\u0441\u044e\u0434\u0436\u0435\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u0430: \u0421\u0442\u0443\u0434\u0435\u043d\u0442 \u043d\u0435 \u0440\u0435\u0430\u0433\u0443\u0454 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0437\u043c\u0456\u043d\u0430\u043c\u0438 \u043a\u043e\u0434\u0443 \u0456 \u043d\u0435 \u0437\u0430\u0434\u0430\u0454 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u044c \u0447\u0435\u0440\u0435\u0437 \u0431\u0440\u0430\u043a \u0447\u0430\u0441\u0443 \u0430\u0431\u043e \u0437\u043c\u0456\u043d\u0443 \u0436\u0438\u0442\u0442\u0454\u0432\u0438\u0445 \u043f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u0456\u0432. \u041f\u043e\u043a\u0438\u043d\u0443\u0442\u0456 \u043f\u0456\u0430\u0440\u0438 \u0432\u0456\u0434\u0432\u043e\u043b\u0456\u043a\u0430\u044e\u0442\u044c \u043c\u0435\u043d\u0442\u043e\u0440\u0456\u0432. \u041a\u043e\u043b\u0438 \u0443 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0430 \u0437'\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0447\u0430\u0441, \u0432\u0456\u043d/\u0432\u043e\u043d\u0430 \u0437\u043c\u043e\u0436\u0435 \u043f\u0435\u0440\u0435\u0432\u0456\u0434\u043a\u0440\u0438\u0442\u0438 \u0442\u043e\u0439 \u0441\u0430\u043c\u0438\u0439 \u043f\u0456\u0430\u0440 \u0456 \u043f\u0440\u043e\u0434\u043e\u0432\u0436\u0438\u0442\u0438 \u0440\u043e\u0431\u043e\u0442\u0443.\n\n**\u0411. \u0429\u043e \u0440\u043e\u0431\u0438\u0442\u0438, \u044f\u043a\u0449\u043e \u0432 \u043f\u0456\u0430\u0440\u0456 \u043d\u0435\u043c\u0430 \u043e\u043d\u043e\u0432\u043b\u0435\u043d\u044c, \u043e\u0441\u043a\u0456\u043b\u044c\u043a\u0438 \u043d\u0435 \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0449\u043e \u0442\u0440\u0435\u0431\u0430 \u0437\u0440\u043e\u0431\u0438\u0442\u0438?**\n\u0412\u0430\u0440\u0456\u0430\u043d\u0442 1. \u0417\u0430\u0434\u0430\u0442\u0438 \u043f\u0438\u0442\u0430\u043d\u043d\u044f \u0432 \u0441\u0430\u043c\u043e\u043c\u0443 PR.\n\u0412\u0430\u0440\u0456\u0430\u043d\u0442 2. \u0417\u0430\u0434\u0430\u0442\u0438 \u043f\u0438\u0442\u0430\u043d\u043d\u044f \u0432 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0441\u044c\u043a\u043e\u043c\u0443 \u0447\u0430\u0442\u0456.\n\n**\u0412. \u0410 \u044f\u043a\u0449\u043e \u044f \u0432\u0441\u0435 \u0437\u0440\u043e\u0431\u0438\u0432(\u043b\u0430) \u0456 \u0446\u0435 \u043c\u0435\u043d\u0442\u043e\u0440 \u043d\u0435 \u0440\u0435\u0432'\u044e\u0432\u0430\u0454 \u043c\u043e\u0457 \u0437\u043c\u0456\u043d\u0438?**\n1. \u041f\u0435\u0440\u0435\u043a\u043e\u043d\u0430\u0439\u0441\u044f, \u0449\u043e \u0442\u0438 \u0432\u0456\u0434\u0440\u0435\u0430\u0433\u0443\u0432\u0430\u0432(\u043b\u0430) \u043d\u0430 \u0432\u0441\u0456 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u0430\u0431\u043e \u043a\u043e\u0434\u043e\u043c, \u0430\u0431\u043e \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f\u043c\u0438, \u0430\u0431\u043e \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u044f\u043c\u0438. \u041d\u0430\u043f\u0438\u0448\u0438 \u0432 PR \u0456 \u0432 \u0447\u0430\u0442\u0456, \u0449\u043e \u0447\u0435\u0441\u043d\u043e \u0432\u0432\u0430\u0436\u0430\u0454\u0448, \u0449\u043e \u0432\u0441\u0435 \u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e \u0456 \u043f\u043e\u043f\u0440\u043e\u0441\u0438 \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u0435 \u0440\u0435\u0432'\u044e. \u042f\u043a\u0449\u043e \u0449\u043e\u0441\u044c \u043d\u0435 \u0437\u0440\u043e\u0437\u0443\u043c\u0456\u043b\u043e, \u0437\u0430\u0434\u0430\u0439 \u0437\u0430\u043f\u0438\u0442\u0430\u043d\u043d\u044f.\n2. \u0420\u0435\u0430\u0433\u0443\u0439 \u043d\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u0456 \u044f\u043a \u043c\u0435\u043d\u0442\u043e\u0440\u0456\u0432, \u0442\u0430\u043a \u0456 \u0456\u043d\u0448\u0438\u0445 \u0443\u0447\u0430\u0441\u043d\u0438\u043a\u0456\u0432, \u0432\u043a\u043b\u044e\u0447\u0430\u044e\u0447\u0438 \u0431\u043e\u0442\u0456\u0432.\n3. \u041d\u0435 \u0456\u0433\u043d\u043e\u0440\u0443\u0439 \u043f\u0440\u043e\u0445\u0430\u043d\u043d\u044f \u0442\u0438\u043f\u0443 * \"Let's do some self-checks ...\" * \"Go through the checklist below...\" * \"mark fulfilled requirements...\" * \"if you would silently ignore this recommendation, a mentor may think that you are still working on fixes\"\n\u043d\u0430\u0432\u0456\u0442\u044c \u044f\u043a\u0449\u043e \u0432\u043e\u043d\u0438 \u043d\u0430\u043f\u0438\u0441\u0430\u043d\u0456 \u0431\u043e\u0442\u043e\u043c. \u0411\u043e\u0442\u0438 \u043f\u043e\u043c\u0456\u0447\u043d\u0438\u043a\u0438 \u0456 \u043c\u0435\u043d\u0442\u043e\u0440\u0438 \u043f\u043e\u043a\u043b\u0430\u0434\u0430\u044e\u0442\u044c\u0441\u044f \u043d\u0430 \u0442\u0435, \u0449\u043e \u043f\u0440\u043e\u0445\u0430\u043d\u043d\u044f \u0456 \u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u0457 \u0431\u043e\u0442\u0430 \u0434\u043e\u0442\u0440\u0438\u043c\u0443\u044e\u0442\u044c\u0441\u044f.\n\u041d\u0435 \u043b\u0456\u043d\u0438\u0441\u044c \u043f\u0456\u0442\u0438 \u043f\u043e \u043b\u0456\u043d\u043a\u0430\u0445 \u0432 \u043a\u043e\u043c\u0435\u043d\u0442\u0430\u0440\u044f\u0445, \u043f\u043e\u0433\u0443\u0433\u043b\u0438\u0442\u0438 \u0442\u0435\u0440\u043c\u0456\u043d\u043e\u043b\u043e\u0433\u0456\u044e \u0442\u0430 \u0441\u043a\u043e\u0440\u0438\u0441\u0442\u0430\u0442\u0438\u0441\u044c Google Translate.\n4. \u041c\u043e\u0436\u043b\u0438\u0432\u043e, \u0443 \u043c\u0435\u043d\u0442\u043e\u0440\u0456\u0432 \u0441\u043a\u043b\u0430\u043b\u0438\u0441\u044f \u0456\u043d\u0448\u0456 \u043f\u0440\u0456\u043e\u0440\u0438\u0442\u0435\u0442\u0438 \u0447\u0435\u0440\u0435\u0437 \u0440\u043e\u0431\u043e\u0442\u0443, \u0441\u0456\u043c\u0435\u0439\u043d\u0456 \u043e\u0431\u0441\u0442\u0430\u0432\u0438\u043d\u0438 \u0456 \u0442.\u043f. \u0412 \u0442\u0430\u043a\u043e\u043c\u0443 \u0440\u0430\u0437\u0456, \u044f\u043a\u0449\u043e \u0442\u0438 \u0437\u0440\u043e\u0431\u0438\u0432(\u043b\u0430) \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u043e\u0432\u0430\u043d\u0435 \u0432\u0438\u0449\u0435, \u0442\u043e \u0432\u043e\u043b\u0430\u0439 \u0432 \u0447\u0430\u0442\u0456, \u0449\u043e PR \u043f\u043e\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0439 stale, \u043d\u0430\u0447\u0435, \u0432\u0441\u0435 \u0437\u0440\u043e\u0431\u043b\u0435\u043d\u043e, \u0430 \u043c\u0435\u043d\u0442\u043e\u0440\u0438 \u0447\u043e\u043c\u0443\u0441\u044c \u043d\u0435 \u0440\u0435\u0430\u0433\u0443\u044e\u0442\u044c - \u0440\u044f\u0442\u0443\u0439\u0442\u0435!\n\n**\u0413. \u0425\u0456\u0431\u0430 \u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043d\u044c\u043e \u0442\u043e\u0433\u043e, \u0449\u043e \u044f \u0434\u043e\u0434\u0430\u0432(\u043b\u0430) \u043a\u043e\u043c\u0456\u0442 \u0456\u0437 \u0437\u043c\u0456\u043d\u0430\u043c\u0438?**\n\u0427\u0430\u0441\u0442\u043e \u0431\u0443\u0432\u0430\u0454 \u0442\u0430\u043a, \u0449\u043e \u0431\u0430\u0447\u0438\u0448 \u043d\u043e\u0432\u0438\u0439 \u043a\u043e\u043c\u0456\u0442, \u0456\u0434\u0435\u0448 \u043f\u0435\u0440\u0435\u0432\u0456\u0440\u044f\u0442\u0438, \u0437\u043c\u0456\u043d \u0431\u0430\u0433\u0430\u0442\u043e, \u0434\u043e\u0432\u043e\u0434\u0438\u0442\u044c\u0441\u044f \u043f\u0435\u0440\u0435\u0447\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0435\u0441\u044c \u043a\u043e\u0434. \u0410 \u043f\u043e\u0442\u0456\u043c \u0437'\u044f\u0441\u043e\u0432\u0443\u0454\u0442\u044c\u0441\u044f, \u0449\u043e \u043e\u0434\u043d\u0430 \u043d\u0435\u0432\u0435\u043b\u0438\u0447\u043a\u0430 \u0437\u043c\u0456\u043d\u0430 \"\u0432\u0456\u0434\u043a\u043b\u0430\u0434\u0435\u043d\u0430 \u043d\u0430 \u043f\u043e\u0442\u0456\u043c\" \u0447\u0438 \u0437'\u044f\u0432\u043b\u044f\u0454\u0442\u044c\u0441\u044f \u0449\u0435 \u043e\u0434\u0438\u043d \u043a\u043e\u043c\u0456\u0442 \u0456 \u0437\u043d\u043e\u0432 \u0442\u0440\u0435\u0431\u0430 \u043f\u0435\u0440\u0435\u0447\u0438\u0442\u0443\u0432\u0430\u0442\u0438 \u0432\u0441\u0435. \u041b\u044e\u0431\u0456\u0442\u044c \u043d\u0430\u0441, \u0441\u043f\u0456\u043b\u043a\u0443\u0439\u0442\u0435\u0441\u044f \u0437 \u043d\u0430\u043c\u0438 - \u0456 \u043c\u0438 \u0432\u0456\u0434\u043f\u043e\u0432\u0456\u043c\u043e \u043f\u043e\u0432\u043d\u043e\u044e \u0432\u0437\u0430\u0454\u043c\u043d\u0456\u0441\u0442\u044e.\n\n\u0422\u0440\u0430\u0434\u0438\u0446\u0456\u0439\u043d\u0430 \u043f\u0440\u043e\u043f\u043e\u0437\u0438\u0446\u0456\u044f: \u0437\u0430\u0434\u0430\u0439 \u043f\u0438\u0442\u0430\u043d\u043d\u044f \u043f\u043e \u0432\u0438\u0449\u0435\u043d\u0430\u043f\u0438\u0441\u0430\u043d\u043e\u043c\u0443 \u0432 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u0441\u044c\u043a\u043e\u043c\u0443 \u0447\u0430\u0442\u0456.\n"} +{"daysUntilStale": 30, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"issues": {"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["Important", "Priority"], "markComment": "This issue has been automatically marked as stale because it hasn't had any recent activity. This issue will be closed in 7 days if no further activity occurs. Thank you for your contributions!\n", "closeComment": false}, "pulls": {"daysUntilStale": 14, "daysUntilClose": 5, "staleLabel": "won't fix", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This pull request is going to be closed. Please feel free to reopen it create a new from the actual master.\n"}, "staleLabel": "won't fix", "limitPerRun": 10, "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true} +{"daysUntilStale": 240, "daysUntilClose": 60, "exemptLabels": ["pinned", "security", "idea", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!"}} +{"daysUntilStale": 365, "daysUntilClose": 21, "exemptLabels": ["bug / false-positive", "internal", "in review"], "staleLabel": "wontfix", "markComment": "Bebo beep, the StaleBot is here. For one year nothing have happened here. It would be great if someone looked into details here within next 21 days when I'll close it.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "announcement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is getting closed due to inactivity after becoming stale issue. Thank you to everyone who participated in it!\n"} +{"daysUntilStale": 45, "daysUntilClose": 10, "exemptLabels": ["kind/feature", "kind/bug", "help-wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 21, "onlyLabels": [], "exemptLabels": ["major", "hotfix"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": false, "staleLabel": "stale", "markComment": "There hasn't been any activity on this issue recently. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment. This issue now has been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "pulls": {"daysUntilStale": 30, "exemptProjects": false, "markComment": "There hasn't been any activity on this pull request recently. This pull request has been automatically marked as stale because of that and will be closed if no further activity occurs within 7 days. Thank you for your contributions."}} +{"daysUntilStale": 60, "daysUntilClose": 7, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen", "pinned", "security", "plan"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions.\n", "closeComment": "This issue is being automatically closed due to inactivity.\n"} +{"daysUntilStale": 56, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"exemptLabels": ["security", "blocked"], "staleLabel": "stale", "pulls": {"daysUntilStale": 7, "daysUntilClose": 7, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This stale pull request has been automatically closed. Thank you for your contributions.\n"}, "issues": {"daysUntilStale": 180, "daysUntilClose": 7, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": "This stale issue has been automatically closed. Thank you for your contributions.\n"}} +{"daysUntilStale": 7, "daysUntilClose": 14, "staleLabel": "stale", "markComment": "This issue or PR has been automatically marked as stale because it has not had recent activity for 7 days. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "issues": {"exemptLabels": ["enhancement", "feature request", "documentation", "bug"]}} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["fixed-not-merged", "never-stale", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs.", "closeComment": false} +{"issues": {"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["S-pinned", "A-security"], "staleLabel": "S-stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity in the last 2 months.\nIt will be closed in 7 days if no further activity occurs.\nThank you for your contributions.\n", "closeComment": "This issue has been automatically closed as there was no updates after being inactive for 2 months and stale for additional week.\nThank you for your contributions.\n"}, "pulls": {"daysUntilStale": 14, "daysUntilClose": 3, "exemptLabels": ["S-pinned", "A-security"], "staleLabel": "S-stale", "markComment": "This PR has been automatically marked as stale because it has not had recent activity in the 2 weeks. \nIt will be closed in 3 days if no further activity occurs.\nThank you for your contributions.\n", "closeComment": "This PR has been automatically closed as there was no updates after being inactive for 2 weeks and stale for additional 3 days.\nThank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["modifier-pinned", "scope-security"], "staleLabel": "resolution-stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "onlyLabels": ["supported", "dropping support", "dropped support"], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "dropping support", "markComment": "Dropping support. Only 7 days left\n", "limitPerRun": 5} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "planned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know.\nThank you all for your contributions.\n", "closeComment": false} +{"daysUntilStale": 31, "daysUntilClose": 14, "exemptLabels": ["enhancement", "bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in 31 days. It will be closed if no further activity occurs in 14 days.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "help wanted", "story", "encouraging contribution", "good first issue", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bug", "beginner-friendly", "clipPath", "docs", "feature", "possible_feature", "fix-next", "itext", "low_priority", "svg_output", "svg_parser"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 30, "exemptLabels": ["Keep", "Security", "UndocumentedFeature"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. The resources of the Hugo team are limited, and so we are asking for your help.\nIf you still think this is important, please tell us why.\nThis issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to inactivity.\n"} +{"daysUntilStale": 10, "daysUntilClose": 5, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "Marked as not stale! :+1: ensure activity for next 5 days, before the issue/pull get's stale again.\n", "limitPerRun": 30} +{"daysUntilStale": 14, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "Automatically marked as stale due to lack of recent activity. Will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": "No longer marked as stale.\n", "closeComment": "Automatically closed due to lack of recent activity. Tag @AravindVNair99 to reopen. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["category:security"], "staleLabel": "status:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has been stale for a significant period of time without any activity."} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["Pinned", "Security", "Specification", "TCK"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has been a full year without activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to it having no activity.\n", "exemptProjects": false, "pulls": {"daysUntilStale": 15, "daysUntilClose": false, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": [], "exemptAssignees": true, "staleLabel": "closed:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! \ud83d\ude47\u200d\u2642\ufe0f"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 30, "exemptLabels": ["Roadmap", "Bug", "New Feature"], "staleLabel": "Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": "This issue is closed. Please re-open if needed.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["documentation", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "feature request", "pinned", "security", "help wanted"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "roadmap"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Type: Security"], "staleLabel": "Status: Abandoned", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false} +{"pulls": {"daysUntilStale": 60, "daysUntilClose": 21, "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be closed if no further activity occurs. If you intend to work on this pull request, please reopen the PR. Thank you for your contributions.\n", "closeComment": "This pull request has been automatically closed due to inactivity. If you are still interested in contributing this, please ensure that it is rebased against the latest branch (usually `main`), all review comments have been addressed and the build is passing.\n"}, "issues": {"daysUntilStale": 365, "daysUntilClose": 21, "markComment": "This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution.\n", "closeComment": "This issue has been automatically closed due to inactivity. If you have a good use case for this feature, please feel free to reopen the issue.\n"}, "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "status: stale", "limitPerRun": 30} +{"daysUntilStale": 14, "daysUntilClose": 21, "onlyLabels": ["Need More Info"], "exemptLabels": ["Feature / Addition", "Issue Report", "Crash Report", "wontfix"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "Needs Response From Issue Reporter", "markComment": "This issue has been marked as stale as the reporter has not responded within a two week period. If your issue is still present, please update if needed.", "unmarkComment": false, "closeComment": "This issue has been marked Closed as the reporter has not responded within a three week period. Please submit another issue is further help is needed.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": false, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will remain open but will probably not come into focus. If you still think this should receive some attention, leave a comment. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 182, "daysUntilClose": 7, "exemptLabels": ["pinned"], "staleLabel": "state/wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 14, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automtically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and @remy will (try!) to follow up.\nThank you for contributing <3\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "good first task", "up-for-grabs", "enhancement", "help wanted", "bug", "greenkeeper", "feature", "needs more info", "discussion", "question"], "staleLabel": "wontfix", "only": "issues", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "enhancement", "feature request", "localization"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "bug", "enhancement", "needs-triage", "packaging", "refactoring"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptAssignees": true, "staleLabel": "needs-update", "markComment": "We've made a lot of changes to Certbot since this issue was opened. If you still have this issue with an up-to-date version of Certbot, can you please add a comment letting us know? This helps us to better see what issues are still affecting our users. If there is no activity in the next 30 days, this issue will be automatically closed.\n", "closeComment": "This issue has been closed due to lack of activity, but if you think it should be reopened, please open a new issue with a link to this one and we'll take a look.\n", "limitPerRun": 1, "only": "issues"} +{"daysUntilStale": 14, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "poc"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had any activity in the last 21 days. Feel free to re-open in case you would like to follow up.\n", "pulls": {"markComment": "This PR has been automatically marked as stale because it has not had any activity in the last 14 days. It will be closed if no further activity occurs, thank you for your contributions.\n", "closeComment": "This PR has been automatically closed because it has not had any activity in the last 21 days. Feel free to re-open in case you would like to follow up.\n"}} +{"only": "issues", "limitPerRun": 30, "daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["bug", "help wanted", "enhancement"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been inactive for 30 days. It will be closed in one week, unless it is updated.\n", "closeComment": "This issue has been automatically closed due to extended period of inactivity. Please reopen if it is still valid. Thank you for your contributions.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions!\n", "closeComment": "This issue has been automatically closed, it has been stale for over 60 days. Feel free to re-open if needed. Thank you for your help!\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["not-stale", "pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the past 60 days. It will be closed in seven days if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["bug"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "help wanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 10, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "\ud83d\udc4b Hello. Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n> This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\nThank you for your contributions.\n", "closeComment": "\u26a1\ufe0f This issue has been automatically closed because it has not had recent activity.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "security-bug", "security-enhancement", "version:2.0", "working-on-this"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 1 week if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["issue:protected", "WIP"], "staleLabel": "issue:stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["crash"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 5, "daysUntilClose": 2, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 2} +{"daysUntilStale": 21, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n", "closeComment": false, "pulls": {"daysUntilStale": 3, "daysUntilClose": 1, "staleLabel": "stale", "markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n"}} +{"daysUntilStale": 21, "daysUntilClose": 7, "exemptLabels": ["help wanted", "in progress"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.\n"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["confirmed", "dependencies", "feature", "request"], "exemptProjects": true, "exemptMilestones": true, "exemptAssignees": true, "staleLabel": "outdated", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"_extends": ".github"} +{"daysUntilStale": 105, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "help wanted", "enhancement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs for another 7 days. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "helpwanted"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 152, "daysUntilClose": 30, "onlyLabels": [], "exemptLabels": ["Security / CVE"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "Pending closure", "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n", "closeComment": "Dear contributor,\nbecause this issue seems to be inactive for quite some time now, I've automatically closed it. If you still feel this is a valid issue, please feel free to re-open the issue. Thank you for your contribution.\n", "limitPerRun": 30, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.\n"}} +{"only": "issues", "daysUntilStale": 30, "daysUntilClose": 7, "staleLabel": "Stale", "markComment": "Hey there, this issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing this issue after a prologed period of inactivity. If this issue still present in the latest release, please feel free to create a new issue with up-to-date information."} +{"daysUntilStale": 7, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 21, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "dependencies"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue is being closed automatically as it was stale\n"} +{"daysUntilStale": 49, "daysUntilClose": 7, "exemptLabels": ["pinned", "m:security"], "staleLabel": "s:wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 45, "daysUntilClose": 14, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["contributions: claimed", "contributions: up for grabs!", "good first issue", "issue: announcement", "issue: bug", "issue: needs investigation", "issue: proposal", "tag: breaking change", "tag: bug fix", "tag: documentation", "tag: enhancement", "tag: internal", "tag: new feature", "tag: underlying tools"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "limitPerRun": 30, "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}, "pulls": {"markComment": "This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.\n", "closeComment": "This pull request has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue. Thank you for your contribution!\n"}} +{"daysUntilStale": 60, "exemptLabels": ["fixed", "dont mark as stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had activity in the last 60 days.", "closeComment": false} +{"closeComment": "We are closing this issue. If the issue still persists in the latest version of consumet.ts, please reopen the issue and update the description. We will try our best to accomodate it!\n", "daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["provider request", "enhancement", "help wanted"], "markComment": "We're marking this issue as wontfix because it has not had recent activity. It will be closed if no further activity occurs within the next 30 days. Thank you for your contributions.\n", "only": "issues", "staleLabel": "wontfix"} +{"daysUntilStale": 365, "daysUntilClose": 30, "exemptLabels": ["pinned"], "staleLabel": "\u2620 stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 7, "exemptLabels": ["bug", "proposal", "pending", "to-do"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"} +{"daysUntilStale": 14, "daysUntilClose": 14, "onlyLabels": [], "exemptLabels": [], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30, "only": "pulls"} +{"daysUntilStale": 90, "daysUntilClose": 190, "exemptLabels": [], "staleLabel": "stale", "markComment": "This talk proposal has been automatically marked as stale because it has not had recent activity. It will be closed after 6 months if no further activity occurs. If you still plan to do this talk then answer here.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "Priority: High", "Priority: Medium", "Priority: Low", "Type: Bug", "Type: Documentation", "Type: Improvement", "Type: Maintenance", "Type: New Package", "Type: New Package"], "only": "pulls", "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["v2", "not-stale"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 15, "exemptLabels": ["pinned", "security", "ToDo"], "staleLabel": "Pending closure", "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n", "closeComment": "This issue has been automatically closed because it has not had any comments for a while, feel free to reopen it if needed\n"} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 14, "exemptLabels": ["pinned"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this issue was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "enhancement", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 90, "daysUntilClose": 10, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "Hello there! \ud83d\udc4b\nThis issue has gone silent. Eerily silent. \u23f3\nWe currently close issues after 100 days of inactivity. It has been 90 days since the last update here.\nIf needed, you can keep it open by replying here.\nThanks for being a part of the Node.js Best Practices community! \ud83d\udc9a\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 10, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "Hello there! \ud83d\udc4b\nThis issue has gone silent. Eerily silent. \u23f3\nWe currently close issues after 100 days of inactivity. It has been 90 days since the last update here.\nIf needed, you can keep it open by replying here.\nThanks for being a part of the Node.js Best Practices community! \ud83d\udc9a\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 10, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "Hello there! \ud83d\udc4b\nThis issue has gone silent. Eerily silent. \u23f3\nWe currently close issues after 100 days of inactivity. It has been 90 days since the last update here.\nIf needed, you can keep it open by replying here.\nThanks for being a part of the Node.js Best Practices community! \ud83d\udc9a\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 10, "exemptLabels": ["security"], "staleLabel": "stale", "markComment": "Hello there! \ud83d\udc4b\nThis issue has gone silent. Eerily silent. \u23f3\nWe currently close issues after 100 days of inactivity. It has been 90 days since the last update here.\nIf needed, you can keep it open by replying here.\nThanks for being a part of the Node.js Best Practices community! \ud83d\udc9a\n", "closeComment": false} +{"closeComment": "We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accommodate it!\n", "daysUntilStale": 60, "daysUntilClose": 30, "exemptLabels": ["confirmed", "feature"], "markComment": "We're marking this issue as unconfirmed because it has not had recent activity and we weren't able to confirm it yet. It will be closed if no further activity occurs within the next 30 days.\n", "only": "issues", "staleLabel": "unconfirmed"} +{"daysUntilStale": 90, "daysUntilClose": 21, "onlyLabels": [], "exemptLabels": ["stage/tracked"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "There has been no incentive by contributors or maintainers to revive this stale issue and it will now be closed.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "There has been no incentive by contributors or maintainers to revive this stale issue and it will now be closed.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "There has been no incentive by contributors or maintainers to revive this stale issue and it will now be closed.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "security", "bug", "enhancement"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": true, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "There has been no incentive by contributors or maintainers to revive this stale issue and it will now be closed.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["no-stale", "pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["lifecycle/frozen"], "staleLabel": "lifecycle/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "keep"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "keep"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 7, "daysUntilClose": 3, "exemptLabels": ["pinned", "keep"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "docs improvement", "help wanted"], "staleLabel": "stale", "issues": {"markComment": "This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs.\n", "closeComment": "This issue has been automatically closed because it has not had any recent activity. If you have a question or comment, please open a new issue.\n"}} +{"daysUntilStale": 365, "daysUntilClose": 3, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been closed due to it having no activity.\n"} +{"only": "issues", "daysUntilClose": 14, "exemptLabels": ["bug", "technical issues", "feature request"], "staleLabel": "stale", "markComment": false, "closeComment": "This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.\n", "limitPerRun": 30} +{"only": "issues", "daysUntilClose": 14, "exemptLabels": ["bug", "technical issues", "feature request"], "staleLabel": "stale", "markComment": false, "closeComment": "This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.\n", "limitPerRun": 30} +{"daysUntilStale": 5, "daysUntilClose": 1, "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 1, "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 1, "closeComment": false} +{"daysUntilStale": 5, "daysUntilClose": 1, "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "proposal", "enhancement", "bug", "documentation"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilClose": 7, "staleLabel": "stale", "issues": {"daysUntilStale": 60, "onlyLabels": ["needinfo"], "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n\nThis issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}, "pulls": {"daysUntilStale": 120, "markComment": "Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?\n\nThis pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n"}} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "feature request", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "feature request", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 90, "daysUntilClose": 30, "exemptLabels": ["bug", "feature request", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"onlyLabels": [], "exemptLabels": ["lifecycle/frozen"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "lifecycle/stale", "pull": {"daysUntilClose": 60, "daysUntilStale": 90, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this amazing PR for last 90 days.\n**Do you mind updating us on the status?** Is there anything we can help with? If you plan to still work on it, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen a PR if you get back to this!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "issues": {"daysUntilClose": 60, "daysUntilStale": 90, "markComment": "Hello \ud83d\udc4b Looks like there was no activity on this issue for last 90 days.\n**Do you mind updating us on the status?** Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! \ud83e\udd17\nIf there will be no activity for 60 days, this issue will be closed (we can always reopen an issue if we need!).\n", "closeComment": "Closing for now as there was no activity for last 60 days after marked as stale, let us know if you need this to be reopened! \ud83e\udd17\n"}, "limitPerRun": 30} +{"daysUntilStale": 1, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because this repository is a read-only repository and nobody will take care of it. Please submit it to the main repository. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 1, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because this repository is a read-only repository and nobody will take care of it. Please submit it to the main repository. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 1, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because this repository is a read-only repository and nobody will take care of it. Please submit it to the main repository. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 1, "daysUntilClose": 1, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because this repository is a read-only repository and nobody will take care of it. Please submit it to the main repository. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "mvp", "bug"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 340, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["bug", "discussion", "monitor (ongoing)", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing.\n"} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["bug", "discussion", "monitor (ongoing)", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing.\n"} +{"daysUntilStale": 120, "daysUntilClose": 14, "exemptLabels": ["bug", "discussion", "monitor (ongoing)", "enhancement"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "Closing.\n"} +{"daysUntilStale": 3, "daysUntilClose": false, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "unmarkComment": false, "limitPerRun": 30} +{"daysUntilStale": 3, "daysUntilClose": false, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "unmarkComment": false, "limitPerRun": 30} +{"daysUntilStale": 3, "daysUntilClose": false, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "unmarkComment": false, "limitPerRun": 30} +{"daysUntilStale": 3, "daysUntilClose": false, "exemptLabels": ["pinned", "security"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity.\n", "unmarkComment": false, "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Priority/Critical", "Type/Maintenance"], "staleLabel": "Type/Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Priority/Critical", "Type/Maintenance"], "staleLabel": "Type/Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Priority/Critical", "Type/Maintenance"], "staleLabel": "Type/Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["Priority/Critical", "Type/Maintenance"], "staleLabel": "Type/Stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 30, "daysUntilClose": 5, "exemptLabels": ["pinned", "security"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["confirmed"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security"], "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 180, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "improvement"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "discussion", "need-verify", "pending-reply", "feature-request", "enhancement", "question", "documentation", "backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "discussion", "need-verify", "pending-reply", "feature-request", "enhancement", "question", "documentation", "backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "discussion", "need-verify", "pending-reply", "feature-request", "enhancement", "question", "documentation", "backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["bug", "discussion", "need-verify", "pending-reply", "feature-request", "enhancement", "question", "documentation", "backlog"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "unmarkComment": false, "closeComment": false, "only": "issues"} +{"daysUntilStale": 300, "daysUntilClose": 20, "exemptLabels": ["pinned", "security", "feature", "help wanted", "low priority"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": false} +{"daysUntilStale": 15, "daysUntilClose": 7, "onlyLabels": [], "exemptLabels": ["pinned", "security", "[Status] Maybe Later"], "exemptProjects": false, "exemptMilestones": false, "exemptAssignees": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "limitPerRun": 30} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["enhancement"], "exemptProjects": false, "exemptMilestones": false, "staleLabel": "wontfix", "markComment": "This issue has been automatically marked as stale because it has not had activity within the last 60 days. It will be closed after 7 days if no further activity occurs. Thank you for your contributions.\n", "closeComment": "This issue has been automatically closed because it has not had activity since it was marked as stale. Thank you for your contributions.\n", "limitPerRun": 30, "only": "issues"} +{"daysUntilStale": 90, "daysUntilClose": 7, "exemptLabels": ["v3", "help-wanted", "P0", "P1", "bug", "enhancement", "proposal", "feature-request"], "exemptProjects": true, "exemptMilestones": true, "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.\n", "closeComment": "Closing this issue after a prolonged period of inactivity. If you still think this issue is relevant, please feel free to ping a maintainer or leave a comment.\n"} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been automatically marked as stale because it has not had\n recent activity. It will be closed if no further activity occurs.\n If this is still applicable, please make sure it is up to date and if so,\n add a comment that this is still an issue to keep it open.\n Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been automatically marked as stale because it has not had\n recent activity. It will be closed if no further activity occurs.\n If this is still applicable, please make sure it is up to date and if so,\n add a comment that this is still an issue to keep it open.\n Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been automatically marked as stale because it has not had\n recent activity. It will be closed if no further activity occurs.\n If this is still applicable, please make sure it is up to date and if so,\n add a comment that this is still an issue to keep it open.\n Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["important"], "staleLabel": "stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions.\n", "closeComment": false, "pulls": {"daysUntilStale": 60, "markComment": "This pull request has been automatically marked as stale because it has not had\n recent activity. It will be closed if no further activity occurs.\n If this is still applicable, please make sure it is up to date and if so,\n add a comment that this is still an issue to keep it open.\n Thank you for your contributions.\n"}} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "priority: critical", "type: feature request"], "staleLabel": "type: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "priority: critical", "type: feature request"], "staleLabel": "type: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 7, "exemptLabels": ["pinned", "security", "priority: critical", "type: feature request"], "staleLabel": "type: stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 30, "daysUntilClose": 7, "staleLabel": "status/stale", "markComment": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.\n", "closeComment": true} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "EPIC"], "staleLabel": "stale", "markComment": "This issue has been marked as *stale* because it hasn't seen any\nactivity for the last 60 days.\n\n*Stale* issues are closed after 14 days, unless the label is removed\nby a maintainer or someone comments on it.\n\nThis is done in order to ensure that open issues are still relevant.\n\nThank you for your contribution! :unicorn: :rocket: :robot:\n\n(Note: issues labeled with *pinned* or *EPIC* are\nnever marked as stale.)\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "EPIC"], "staleLabel": "stale", "markComment": "This issue has been marked as *stale* because it hasn't seen any\nactivity for the last 60 days.\n\n*Stale* issues are closed after 14 days, unless the label is removed\nby a maintainer or someone comments on it.\n\nThis is done in order to ensure that open issues are still relevant.\n\nThank you for your contribution! :unicorn: :rocket: :robot:\n\n(Note: issues labeled with *pinned* or *EPIC* are\nnever marked as stale.)\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "EPIC"], "staleLabel": "stale", "markComment": "This issue has been marked as *stale* because it hasn't seen any\nactivity for the last 60 days.\n\n*Stale* issues are closed after 14 days, unless the label is removed\nby a maintainer or someone comments on it.\n\nThis is done in order to ensure that open issues are still relevant.\n\nThank you for your contribution! :unicorn: :rocket: :robot:\n\n(Note: issues labeled with *pinned* or *EPIC* are\nnever marked as stale.)\n", "closeComment": false} +{"daysUntilStale": 60, "daysUntilClose": 14, "exemptLabels": ["pinned", "EPIC"], "staleLabel": "stale", "markComment": "This issue has been marked as *stale* because it hasn't seen any\nactivity for the last 60 days.\n\n*Stale* issues are closed after 14 days, unless the label is removed\nby a maintainer or someone comments on it.\n\nThis is done in order to ensure that open issues are still relevant.\n\nThank you for your contribution! :unicorn: :rocket: :robot:\n\n(Note: issues labeled with *pinned* or *EPIC* are\nnever marked as stale.)\n", "closeComment": false} diff --git a/schemas/stale/schema.json b/schemas/stale/schema.json new file mode 100644 index 0000000..df4ecee --- /dev/null +++ b/schemas/stale/schema.json @@ -0,0 +1 @@ +{"$comment": "https://probot.github.io/apps/stale/", "$ref": "#/definitions/configuration", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": {"configuration": {"properties": {"daysUntilStale": {"title": "Days Until Stale", "description": "Number of days of inactivity before an Issue or Pull Request becomes stale.", "type": "number", "default": 60}, "daysUntilClose": {"title": "Days Until Close", "description": "Number of days of inactivity before an Issue or Pull Request with the stale label is closed.", "type": ["integer", "boolean"], "default": 7}, "onlyLabels": {"title": "Only Labels", "description": "Only issues or pull requests with all of these labels are check if stale.", "type": "array", "items": {"title": "Label", "type": "string"}, "default": []}, "exemptLabels": {"title": "Exempt Labels", "description": "Issues or Pull Requests with these labels will never be considered stale.", "type": "array", "items": {"title": "Label", "type": "string"}, "default": []}, "exemptProjects": {"title": "Exempt Projects", "description": "Set to true to ignore issues in a milestone.", "type": "boolean", "default": false}, "exemptAssignees": {"title": "Exempt Assignees", "description": "Set to true to ignore issues with an assignee.", "type": "boolean", "default": false}, "staleLabel": {"title": "Stale Label", "description": "Label to use when marking as stale.", "type": "string", "default": "wontfix"}, "markComment": {"title": "Mark Comment", "description": "Comment to post when marking as stale.", "type": ["string", "boolean"], "default": "This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions."}, "unmarkComment": {"title": "Unmark Comment", "description": "Comment to post when removing the stale label.", "type": ["string", "boolean"]}, "closeComment": {"title": "Closed Comment", "description": "Comment to post when closing a stale issue or pull request.", "type": ["string", "boolean"]}, "limitPerRun": {"title": "Limit Per Run", "description": "Limit the number of actions per hour.", "type": "number", "minimum": 1, "maximum": 30, "default": 30}, "only": {"title": "Only", "description": "Limit to only issues or pulls requests.", "enum": ["issues", "pulls"]}}}}, "description": "A GitHub app that closes abandoned issues and pull requests", "id": "https://json.schemastore.org/stale.json", "properties": {"pulls": {"title": "Pulls", "description": "Specify configuration settings that are specific to pull requests.", "$ref": "#/definitions/configuration"}, "issues": {"title": "Issues", "description": "Specify configuration settings that are specific to issues.", "$ref": "#/definitions/configuration"}}, "type": "object"} \ No newline at end of file diff --git a/schemas/stylecop/instances.jsonl b/schemas/stylecop/instances.jsonl new file mode 100644 index 0000000..4d5a4d8 --- /dev/null +++ b/schemas/stylecop/instances.jsonl @@ -0,0 +1,983 @@ +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {"allowBuiltInTypeAliases": true}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["n", "r", "l", "i", "io", "is", "fs", "lp", "dw", "h", "rs", "ps", "op", "sb", "my", "vt"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"copyrightText": "Copyright (c) Microsoft Corporation.\nLicensed under the MIT License.", "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {}, "layoutRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "documentationRules": {"xmlHeader": false, "documentExposedElements": true, "documentInternalElements": false}, "spacingRules": {}, "maintainabilityRules": {}, "namingRules": {"tupleElementNameCasing": "camelCase"}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", "copyrightText": "Copyright (c) 2023 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Dmytro Kyshchenko", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) All contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"name": "WINDOWS_STYLECOP", "scm_url": "https://git.code.tencent.com/TCA/tca-tools/win-stylecopcli-1.4.0.0.git", "scm_type": "git", "envs": {"STYLECOP_HOME": "$ROOT_DIR", "PATH": "$ROOT_DIR/bin;$ROOT_DIR"}, "lib_os": "windows", "lib_type": "public"} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.2.0-beta.435/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false}, "indentation": {"useTabs": true}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": []}, "namingRules": {"allowedHungarianPrefixes": ["dx", "dy", "k", "sa"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey Ltd.", "copyrightText": "Copyright (c) {companyName} All rights reserved.", "xmlHeader": true, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Saule", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Davide Giacometti", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInterfaces": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Imagekit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "RelationalAI, Inc", "copyrightText": "Copyright 2022 RelationalAI, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "RoboPhredDev", "copyrightText": "This file is part of the Crucible Modding Framework.\n\nCrucible is free software; you can redistribute it and/or modify\nit under the terms of the GNU Lesser General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\nCrucible is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Lesser General Public License for more details.\nYou should have received a copy of the GNU Lesser General Public License\nalong with Crucible; if not, write to the Free Software\nFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation and Contributors\r\nLicensed under the MIT license.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "documentationRules": {"companyName": "Flecs Hub (https://github.com/flecs-hub)", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the Git repository root directory for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "accessibility", "constant", "readonly"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"settings": {"orderingRules": {"systemUsingDirectivesFirst": false}, "documentationRules": {"companyName": "Christof Senn", "copyrightText": "Copyright (c) {companyName}. All rights reserved. See {licenseFile} in the project root for license information.", "xmlHeader": false, "variables": {"licenseFile": "license.txt"}, "fileNamingConvention": "metadata"}}} +{"name": "WINDOWS_STYLECOP", "scm_url": "https://github.com/TCATools/win-stylecopcli-1.4.0.0.git", "scm_type": "git", "envs": {"STYLECOP_HOME": "$ROOT_DIR", "PATH": "$ROOT_DIR/bin;$ROOT_DIR"}, "lib_os": "windows", "lib_type": "public"} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (C) GSharp Authors. All rights reserved.", "companyName": "GSharp"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "", "xmlHeader": false, "copyrightText": "Licensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "delegate", "interface", "struct"]}, "layoutRules": {"allowDoWhileOnClosingBrace": false, "allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Vezel", "copyrightText": "Copyright \u00a9 {companyName} Contributors. Licensed under the Zero-Clause BSD license.", "headerDecoration": "---------------------------------------------------------------------------", "xmlHeader": false, "fileNamingConvention": "metadata", "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInterfaces": false, "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tedeschi"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Exiled Team", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tunnel Vision Laboratories, LLC", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "documentationRules": {"companyName": "NOS Inova\u00e7\u00e3o", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "namingRules": {"allowedNamespaceComponents": ["ff14bot"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "James Jackson-South", "copyrightText": "Copyright (c) James Jackson-South and contributors.\nLicensed under the Apache License, Version 2.0."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "tgiachi", "copyrightText": "Licensed under the MIT License. See LICENSE file in the project root for full license information.", "xmlHeader": true, "documentExposedElements": true, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Thomas Stollenwerk (motmot80)", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.2.0-beta.113/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Uno Platform", "documentationCulture": "en", "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"useTabs": true, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sandia National Laboratories"}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "readonly"]}, "documentationRules": {"documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}, "documentationRules": {"copyrightText": "See LICENSE file in the root of this repository for full license information.", "companyName": "CodeCave LLC", "xmlHeader": false, "documentExposedElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"xmlHeader": false, "excludeFromPunctuationCheck": ["summary", "param", "returns", "remarks", "typeparam"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Allan Hardy", "xmlHeader": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", "copyrightText": "Copyright (c) 2021 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Beniamin Jitca"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"variables": {"licenseName": "MIT"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "P.O.S Informatique", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------", "documentPrivateElements": true, "documentPrivateFields": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eraware", "copyrightText": "MIT License\nCopyright DNN Community", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Muiris Woulfe", "copyrightText": "\u00a9 Muiris Woulfe\nLicensed under the MIT License", "documentPrivateElements": true, "documentPrivateFields": true}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "COMPANY-PLACEHOLDER", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.1.118/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Winton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.", "documentInternalElements": false, "xmlHeader": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://github.com/martincostello/antiforgery-testing-application-part", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2020"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true}, "documentationRules": {"xmlHeader": false, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false}, "namingRules": {"allowedNamespaceComponents": ["Gulp"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zhaoquan Huang", "copyrightText": "Copyright (c) Zhaoquan Huang. All rights reserved"}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"readabilityRules": {"allowBuiltInTypeAliases": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the MIT License.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}, "namingRules": {"allowedHungarianPrefixes": ["db"]}, "documentationRules": {"documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false, "copyrightText": "Copyright 2020 {companyName}\n\nLicensed under the Apache License, Version 2.0 (the \"License2\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "companyName": "Energinet DataHub A/S"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "alterNERDtive", "copyrightText": "Copyright {year} {companyName}.\n\nThis file is part of {application}.\n\n{application} is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\n{application} is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with {application}. If not, see .", "variables": {"application": "alterNERDtive VoiceAttack profiles for Elite Dangerous", "year": "2019\u20132022"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "App Metrics Contributors", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "IIASA", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false, "copyrightText": "Copyright (c) Tocsoft and contributors.\nLicensed under the Apache License, Version 2.0."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "copyrightText": "Copyright (c) 2018 Janis Kirsteins.\nLicenced under the MIT licence.\nSee the LICENSE file in the project root for more information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "GW2.NET Coding Team", "copyrightText": "This product is licensed under the {licenseName}. See the {licenseFile} in the project root folder or the following page: {licenseLink}", "xmlHeader": true, "variables": {"licenseName": "GNU General Public License version 2 (GPLv2)", "licenseFile": "License", "licenseLink": "http://www.gnu.org/licenses/gpl-2.0.html"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "-------------------------------------------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {}, "documentationRules": {"companyName": "", "copyrightText": " Copyright \u00a9 2013 Dan Piessens. All rights reserved.", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Richasy", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": false, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://martincostello.com/", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2016"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "documentInterfaces": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "namingRules": {}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "layoutRules": {"newlineAtEndOfFile": "require", "allowDoWhileOnClosingBrace": true}, "documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedNamespaceComponents": []}, "orderingRules": {"systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "kurotu", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "insideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"documentInterfaces": false, "documentPrivateFields": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "maintainabilityRules": {"topLevelTypes": ["class", "delegate", "interface", "struct"]}, "layoutRules": {"allowConsecutiveUsings": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Microsoft Public License (Ms-PL)", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://github.com/marlersoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jam-Es.com", "copyrightText": "-------------------------------------------------------------------------------------------------\nBlazorDesktopWPF-CustomTitleBar - \u00a9 Copyright 2021 - {companyName}\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "Nonpolynomial Labs LLC", "copyrightText": "Buttplug C# Source Code File - Visit https://buttplug.io for more info about the project.\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "BSD 3-Clause", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://martincostello.com/", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2021"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "companyName": ".NET Foundation", "copyrightText": "Licensed to the {companyName} under one or more agreements.\nThe {companyName} licenses this file to you under the {licenseName} license.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require", "allowDoWhileOnClosingBrace": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "namingRules": {"allowCommonHungarianPrefixes": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Scope SL", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the CC BY-SA 3.0 license.", "headerDecoration": "-----------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) Microsoft. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {}, "layoutRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "documentationRules": {"xmlHeader": false, "documentExposedElements": true, "documentInternalElements": false}, "spacingRules": {}, "maintainabilityRules": {}, "namingRules": {"tupleElementNameCasing": "camelCase"}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {}, "layoutRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "documentationRules": {"xmlHeader": false, "documentExposedElements": true, "documentInternalElements": false}, "spacingRules": {}, "maintainabilityRules": {}, "namingRules": {"tupleElementNameCasing": "camelCase"}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) All contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) All contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) All contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey Ltd.", "copyrightText": "Copyright (c) {companyName} All rights reserved.", "xmlHeader": true, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey Ltd.", "copyrightText": "Copyright (c) {companyName} All rights reserved.", "xmlHeader": true, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Davide Giacometti", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInterfaces": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Davide Giacometti", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInterfaces": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"settings": {"orderingRules": {"systemUsingDirectivesFirst": false}, "documentationRules": {"companyName": "Christof Senn", "copyrightText": "Copyright (c) {companyName}. All rights reserved. See {licenseFile} in the project root for license information.", "xmlHeader": false, "variables": {"licenseFile": "license.txt"}, "fileNamingConvention": "metadata"}}} +{"settings": {"orderingRules": {"systemUsingDirectivesFirst": false}, "documentationRules": {"companyName": "Christof Senn", "copyrightText": "Copyright (c) {companyName}. All rights reserved. See {licenseFile} in the project root for license information.", "xmlHeader": false, "variables": {"licenseFile": "license.txt"}, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "delegate", "interface", "struct"]}, "layoutRules": {"allowDoWhileOnClosingBrace": false, "allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Vezel", "copyrightText": "Copyright \u00a9 {companyName} Contributors. Licensed under the Zero-Clause BSD license.", "headerDecoration": "---------------------------------------------------------------------------", "xmlHeader": false, "fileNamingConvention": "metadata", "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInterfaces": false, "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "delegate", "interface", "struct"]}, "layoutRules": {"allowDoWhileOnClosingBrace": false, "allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Vezel", "copyrightText": "Copyright \u00a9 {companyName} Contributors. Licensed under the Zero-Clause BSD license.", "headerDecoration": "---------------------------------------------------------------------------", "xmlHeader": false, "fileNamingConvention": "metadata", "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInterfaces": false, "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "delegate", "interface", "struct"]}, "layoutRules": {"allowDoWhileOnClosingBrace": false, "allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Vezel", "copyrightText": "Copyright \u00a9 {companyName} Contributors. Licensed under the Zero-Clause BSD license.", "headerDecoration": "---------------------------------------------------------------------------", "xmlHeader": false, "fileNamingConvention": "metadata", "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInterfaces": false, "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "delegate", "interface", "struct"]}, "layoutRules": {"allowDoWhileOnClosingBrace": false, "allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Vezel", "copyrightText": "Copyright \u00a9 {companyName} Contributors. Licensed under the Zero-Clause BSD license.", "headerDecoration": "---------------------------------------------------------------------------", "xmlHeader": false, "fileNamingConvention": "metadata", "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInterfaces": false, "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tedeschi"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "namingRules": {"allowedNamespaceComponents": ["ff14bot"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}, "documentationRules": {"copyrightText": "See LICENSE file in the root of this repository for full license information.", "companyName": "CodeCave LLC", "xmlHeader": false, "documentExposedElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"xmlHeader": false, "excludeFromPunctuationCheck": ["summary", "param", "returns", "remarks", "typeparam"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Beniamin Jitca"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Beniamin Jitca"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Beniamin Jitca"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Beniamin Jitca"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "P.O.S Informatique", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------", "documentPrivateElements": true, "documentPrivateFields": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eraware", "copyrightText": "MIT License\nCopyright DNN Community", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "COMPANY-PLACEHOLDER", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://github.com/martincostello/antiforgery-testing-application-part", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2020"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zhaoquan Huang", "copyrightText": "Copyright (c) Zhaoquan Huang. All rights reserved"}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zhaoquan Huang", "copyrightText": "Copyright (c) Zhaoquan Huang. All rights reserved"}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "App Metrics Contributors", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "App Metrics Contributors", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "IIASA", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "-------------------------------------------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Richasy", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": false, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Richasy", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": false, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Richasy", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": false, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "layoutRules": {"newlineAtEndOfFile": "require", "allowDoWhileOnClosingBrace": true}, "documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require", "allowDoWhileOnClosingBrace": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "documentationRules": {"documentInterfaces": true, "documentInternalElements": false, "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": false, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", "copyrightText": "Copyright (c) 2019 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", "copyrightText": "Copyright (c) 2019-2020 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "\nCopyright (c) {developers}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.\n", "variables": {"licenseName": "GPLv2", "licenseFile": "LICENSE", "developers": "dotnvim Developers"}, "xmlHeader": false}}} +{"settings": {"documentationRules": {"companyName": "WebDriverBidi.NET Committers", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": " Copyright (c) {companyName}. Licensed under the MIT License.", "headerDecoration": "-----------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false, "tabSize": 4}, "namingRules": {"allowedHungarianPrefixes": ["id"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Racing Sim Tools", "copyrightText": "Original work Copyright (c) MWL. All rights reserved.\n\nModified work Copyright 2015 - 2018, Jim Britton and Contributors. [Crew Chief]\nCopyright (c) {companyName}. All rights reserved.\n\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseFile": "LICENSE", "licenseName": "MIT"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Johannes Ebner", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root or {licenseLink} for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE", "licenseLink": "https://spdx.org/licenses/MIT.html"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "True Goodwill", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Testura", "xmlHeader": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "ReactiveUI Association Incorporated", "copyrightText": "Copyright (c) 2019-2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "MyPetProject", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"settings": {"documentationRules": {"xmlHeader": false, "companyName": "Microsoft", "copyrightText": "Copyright (c) Microsoft Corporation.\nLicensed under the MIT License.", "documentInterfaces": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentExposedElements": false, "documentInternalElements": false}, "namingRules": {"allowCommonHungarianPrefixes": false}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "omit"}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "BigMiao"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "documentationRules": {"companyName": "Packt", "copyrightText": "Copyright (c) Packt. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 1, "useTabs": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michel Weststrate, Jan-Willem Spuij", "copyrightText": "Copyright 2019 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentPrivateFields": false, "documentInternalElements": false, "documentInterfaces": true, "documentExposedElements": true, "documentPrivateElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrii Kurdiumov"}}} +{"settings": {"documentationRules": {"documentInterfaces": true, "documentInternalElements": false, "documentPrivateFields": false, "documentPrivateElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/477c0fe6f7a542741b8c37dd1c64cfb6a4cf3bb9/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Micky5991", "documentInternalElements": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sandia National Laboratories"}, "indentation": {"indentationSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "layoutRules": {"allowConsecutiveUsings": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Xeno Innovations, Inc.", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n\r\nReproduction or transmission in whole or in part, in\r\nany form or by any means, electronic, mechanical, or otherwise, is\r\nprohibited without the prior written consent of the copyright owner."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"settings": {"documentationRules": {"companyName": "Nicolas Gnyra", "copyrightText": "DynamicOpenVR - Unity scripts to allow dynamic creation of OpenVR actions at runtime.\nCopyright \u00a9 2019-2023 Nicolas Gnyra\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Digital Zen Works", "copyrightText": "Copyright \u00a9 2023 {companyName}. All Rights Reserved.", "xmlHeader": true, "fileNamingConvention": "metadata"}, "indentation": {"useTabs": true}, "namingRules": {"allowedHungarianPrefixes": ["my", "i"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "MyFitnessApp", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2019-2020 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "License.txt"}, "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}, "spacingRules": {}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedNamespaceComponents": ["Clearly", "Core"], "includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase", "allowedHungarianPrefixes": []}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false, "allowDoWhileOnClosingBrace": true}, "documentationRules": {"companyName": "Justin Fouts", "copyrightText": "Copyright (c) Justin Fouts All Rights Reserved.\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "excludeFromPunctuationCheck": ["seealso"], "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CaioCesarCalisto", "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hugues Valois", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.", "xmlHeader": false, "variables": {"licenseName": "X11", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "KinsonDigital"}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OpenTelemetry Authors", "copyrightText": "Copyright The OpenTelemetry Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zalik", "copyrightText": "Copyright (c) {Zalik}. All Rights Reserved.\r\n.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "maintainabilityRules": {}}} +{"settings": {"documentationRules": {"companyName": "MagicKitchen", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------"}}} +{"settings": {"documentationRules": {"xmlHeader": false, "documentInternalElements": true, "fileNamingConvention": "metadata"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "pt-BR", "companyName": "Deividt Gemeli", "copyrightText": "Copyright (c) Deividt Gemeli."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tunnel Vision Laboratories, LLC", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the MIT License. See LICENSE.txt in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jeremy Likness"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "UserEx", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Drastic Actions"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Okta, Inc", "copyrightText": "Copyright (c) 2018-present {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache 2.0", "licenseFile": "LICENSE"}, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://github.com/martincostello/lambda-test-server", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2019"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "P.O.S Informatique", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Exiled Team", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}, "orderingRules": {"blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Recipes", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"includeInferredTupleElementNames": false, "tupleElementNameCasing": "camelCase"}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "documentationRules": {"documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "hurace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Heath Stewart", "copyrightText": "Copyright (c) 2017 Heath Stewart\nSee the LICENSE.txt file in the project root for more information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 2, "tabSize": 2, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Cummings", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "GarageBuddy", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MY Soft Games LLC", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "variables": {"documentInternalElements": "false"}}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "do", "id", "if", "in", "is", "my", "no", "on", "to", "ui", "vm", "h"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Valters Melnalksnis", "copyrightText": "Copyright 2022 {companyName}\r\nLicensed under the {licenseName}.\r\nSee {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License 2.0", "licenseFile": "LICENSE"}, "excludeFromPunctuationCheck": [], "xmlHeader": false, "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "headerDecoration": ""}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "SportApp", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "exclude": ["**/bin", "**/bower_components", "**/jspm_packages", "**/node_modules", "**/obj", "**/platforms"], "settings": {"documentationRules": {"companyName": "Jolyon Suthers", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "headerDecoration": "-----------------------------------------------------------------------", "documentationCulture": "en-GB"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eoin O'Brien", "copyrightText": "Copyright (c) {companyName}."}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Carpfish", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "documentationRules": {"companyName": "LAIT ApS", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "xmlHeader": false, "fileNamingConvention": "stylecop", "documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "kf corp", "copyrightText": "Licensed under the Apache 2.0 license"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SegmentationFault", "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentExposedElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "static", "readonly", "kind"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Chess", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hukano", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Glenn Watson"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Szubarga.NET", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "insideNamespace", "blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "namingRules": {"allowCommonHungarianPrefixes": false, "tupleElementNameCasing": "PascalCase"}, "maintainabilityRules": {"topLevelTypes": []}}} +{"schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Isaac Brown", "copyrightText": "Licensed under the MIT license. See LICENSE file in the project root for full license information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/477c0fe6f7a542741b8c37dd1c64cfb6a4cf3bb9/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Micky5991", "documentInternalElements": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BeGorgeous", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "HappyThoughts", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) Arjen Post. See LICENSE in the project root for license information.", "documentInternalElements": false, "xmlHeader": false}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "documentationRules": {"fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "documentationRules": {"companyName": "None", "copyrightText": "Copyright (c) {author}.\nLicensed under the {license} license. See {licenseFile} file in the project root for full license information.", "variables": {"author": "IIHOSHI Yoshinori", "license": "BSD-2-Clause", "licenseFile": "LICENSE.txt"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "ABC Software Ltd", "copyrightText": " Copyright \u00a9 2022 ABC Software Ltd. All rights reserved.\n\n This library is free software; you can redistribute it and/or.\n modify it under the terms of the GNU Lesser General Public\n License as published by the Free Software Foundation, either\n version 3 of the License, or (at your option) any later version.\n\n This library is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\n Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public\n License along with the library. If not, see http://www.gnu.org/licenses/.", "headerDecoration": "----------------------------------------------------------------------------", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["id", "ip", "mx", "my", "on", "to", "ui", "vs", "x", "y", "z"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CharLS Team", "copyrightText": "Copyright (c) Team CharLS.\nSPDX-License-Identifier: BSD-3-Clause", "xmlHeader": false, "documentInterfaces": true, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "dotNetRDF is free and open source software licensed under the MIT License\r\n\r\n-----------------------------------------------------------------------------\r\n\r\nCopyright (c) {years} dotNetRDF Project\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is furnished\r\nto do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "natsnudasoft", "copyrightText": "Copyright (c) Adrian John Dunstan. All rights reserved.\n\n{licence}", "variables": {"licence": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "LiSoLi"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"xmlHeader": false, "documentationCulture": "en-US", "documentExposedElements": true, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SilkRoad Technology", "copyrightText": "Copyright (c) SilkRoad Technology. All rights reserved."}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "namingRules": {}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "spacingRules": {}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Shahriyar Bazaei"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Blog.Core", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 2, "tabSize": 2, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "SFMBE", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require", "allowDoWhileOnClosingBrace": true}, "documentationRules": {"xmlHeader": false, "documentInterfaces": false}}} +{"settings": {"documentationRules": {"companyName": "Daniel Griffen", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ProcessingTools", "copyrightText": "Copyright (c) {year} {companyName}. All rights reserved.", "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "variables": {"year": "2020"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["is"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Universidad Cat\u00f3lica del Uruguay", "copyrightText": "Copyright (c) Programaci\u00f3n II. Derechos reservados.", "headerDecoration": "-----------------------------------------------------------------------", "documentationCulture": "es-MX"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License. See {licenseFile} in the project root for license information.", "documentInternalElements": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Mark Linton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.\nSee {licenseFile} file in the solution root for full license information.", "variables": {"licenseName": "GNU GENERAL PUBLIC LICENSE Version 3", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {"allowBuiltInTypeAliases": true}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["c", "r"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"xmlHeader": false, "documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"copyrightText": "Copyright (C) 2017 {companyName}\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "companyName": "Chris Crutchfield"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "companyName": "Taylor Southwick", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "namingRules": {}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gareth Jones", "copyrightText": "\u00a9 {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tempest Contributors"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["accessibility", "constant", "static", "readonly", "kind"]}, "documentationRules": {"fileNamingConvention": "metadata", "copyrightText": "Copyright 2012-2017 Lawo AG (http://www.lawo.com).", "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "fileNamingConvention": "metadata", "documentPrivateElements": false, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": [], "includeInferredTupleElementNames": true, "tupleElementNameCasing": "PascalCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matthew K. Crandall - N/A", "headerDecoration": "---------------------------------------------------------------------", "copyrightText": "Copyright (c) Matthew K. Crandall. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "systemUsingDirectivesFirst": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "TestingApp", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) George Zubrienko (george.zubrienko@dipdata.cloud), Vitaliy Savitskiy (savitskiy.vitaliy.m@gmail.com). All Rights Reserved.\nLicensed under the MIT License. See LICENSE in the project root for license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentationCulture": "en-US"}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowedNamespaceComponents": []}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "FirstNikiTemplateProject", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "FitnessBuddy", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "VR4VET", "copyrightText": "MIT License\n\nCopyright (c) 2023 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "indentation": {"useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "City of Edmonton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "delegate", "enum"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "selfdocumentingcode"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Nicholas Davis"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "The LEGO Group", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eraware"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false, "xmlHeader": false, "copyrightText": "Copyright (c) Carbon and contributors.\nLicensed under the MIT License."}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"documentationRules": {"companyName": "Glenn Watson", "copyrightText": "Copyright (c) 2018 {companyName}. All rights reserved.\nSee {licenseFile} file in the project root for full license information.", "variables": {"licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rixian", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License, Version 2.0", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https//raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Float", "copyrightText": "{fullCompanyName} (\"{companyName}\") CONFIDENTIAL\nUnpublished Copyright (c) {year} {companyName}, All Rights Reserved.\n\nNOTICE: All information contained herein is, and remains the property of {companyName}. The intellectual and technical concepts contained\nherein are proprietary to {companyName} and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law.\nDissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained\nfrom {companyName}. Access to the source code contained herein is hereby forbidden to anyone except current Float employees, managers or contractors who have executed\nConfidentiality and Non-disclosure agreements explicitly covering such access.\n\nThe copyright notice above does not evidence any actual or intended publication or disclosure of this source code, which includes\ninformation that is confidential and/or proprietary, and is a trade secret, of {companyName}. ANY REPRODUCTION, MODIFICATION, DISTRIBUTION, PUBLIC PERFORMANCE,\nOR PUBLIC DISPLAY OF OR THROUGH USE OF THIS SOURCE CODE WITHOUT THE EXPRESS WRITTEN CONSENT OF FLOAT IS STRICTLY PROHIBITED, AND IN VIOLATION OF APPLICABLE\nLAWS AND INTERNATIONAL TREATIES. THE RECEIPT OR POSSESSION OF THIS SOURCE CODE AND/OR RELATED INFORMATION DOES NOT CONVEY OR IMPLY ANY RIGHTS\nTO REPRODUCE, DISCLOSE OR DISTRIBUTE ITS CONTENTS, OR TO MANUFACTURE, USE, OR SELL ANYTHING THAT IT MAY DESCRIBE, IN WHOLE OR IN PART.", "variables": {"fullCompanyName": "Float, LLC", "year": "2018"}, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "blankLinesBetweenUsingGroups": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": ["log4net"], "includeInferredTupleElementNames": false, "tupleElementNameCasing": "PascalCase"}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "New Platform", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "xmlHeader": true, "variables": {}, "headerDecoration": "", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "ru-RU", "fileNamingConvention": "metadata", "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "PascalCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Blog", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "xmlHeader": false, "copyrightText": "Copyright (c) All contributors. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false, "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\n\nLicensed under the MIT license.", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Carson Page", "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BulgarianWines", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "CinemaWorld", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"spacingRules": {}, "readabilityRules": {"allowBuiltInTypeAliases": true}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "id", "x"], "allowedNamespaceComponents": [], "includeInferredTupleElementNames": false, "tupleElementNameCasing": "PascalCase"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true, "allowDoWhileOnClosingBrace": true}, "documentationRules": {"companyName": "Tenacom", "copyrightText": "Copyright (C) {companyName} and contributors. Licensed under the MIT license.\r\nSee the LICENSE file in the project root for full license information.", "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "metadata", "excludeFromPunctuationCheck": ["exception", "seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Imagekit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) {author}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE", "author": "Miyabi"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "dymanoid"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BarberBoss-Barber_Shop", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "OnlineCourseManagementSystem", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentationCulture": "en-US", "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowedHungarianPrefixes": ["j", "db"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentExposedElements": false, "documentationCulture": "ru-RU"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "indentation": {"indentationSize": 4, "useTabs": false}, "namingRules": {}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Thomas Stollenwerk (motmot80)", "copyrightText": "Copyright (c) Thomas Stollenwerk (motmot80). All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "McDonald Consulting"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "James Burnside", "xmlHeader": false, "headerDecoration": "--------------------------------------------------", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"newlineAtEndOfFile": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "UnravelTravel", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matthias Kersting"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BeautySalon", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Berkeleybross"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tyromotion GmbH", "headerDecoration": "----------------------------------------------------------------------", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": true, "documentInterfaces": true, "documentExposedElements": false, "documentPrivateElements": false, "documentInternalElements": false, "documentPrivateFields": false, "documentationCulture": "en-US"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedNamespaceComponents": ["BLE"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "MIT License\r\n\r\nCopyright (c) 2019 UK Parliament\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false, "copyrightText": "Copyright (c) Six Labors.\nLicensed under the Six Labors Split License."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zomp", "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": true}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false, "fileNamingConvention": "stylecop", "companyName": "PlaceholderCompany", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Project Initium", "copyrightText": "Copyright (c) Project Initium. All rights reserved.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {}, "readabilityRules": {}, "indentation": {"useTabs": false, "indentationSize": 4}, "spacingRules": {}, "maintainabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["gl", "f", "db"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "TAFS, LLC.", "copyrightText": "\n {fileName}\n\n Author:\n {author}\n\n Copyright (c) {year} {companyName}. All rights reserved.\n", "variables": {"licenseFile": "license.txt", "year": "2021", "author": "TAFS RPA Developers"}, "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Hss", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Teqniqly"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2020-2022 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Abbotware, LLC", "copyrightText": "Copyright \u00a9 {companyName} 2012-2020. All rights reserved", "headerDecoration": "-----------------------------------------------------------------------", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}}} +{"settings": {"documentationRules": {"companyName": "WebDriverBidi.NET Committers", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": " Copyright (c) {companyName}. Licensed under the MIT License.", "headerDecoration": "-----------------------------------------------------------------------------"}}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "True Goodwill", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "True Goodwill", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "True Goodwill", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "True Goodwill", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "ReactiveUI Association Incorporated", "copyrightText": "Copyright (c) 2019-2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "ReactiveUI Association Incorporated", "copyrightText": "Copyright (c) 2019-2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "ReactiveUI Association Incorporated", "copyrightText": "Copyright (c) 2019-2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "ReactiveUI Association Incorporated", "copyrightText": "Copyright (c) 2019-2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "BigMiao"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}\r\nThe {companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "documentationRules": {"companyName": "Packt", "copyrightText": "Copyright (c) Packt. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michel Weststrate, Jan-Willem Spuij", "copyrightText": "Copyright 2019 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrii Kurdiumov"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Xeno Innovations, Inc.", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n\r\nReproduction or transmission in whole or in part, in\r\nany form or by any means, electronic, mechanical, or otherwise, is\r\nprohibited without the prior written consent of the copyright owner."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Xeno Innovations, Inc.", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n\r\nReproduction or transmission in whole or in part, in\r\nany form or by any means, electronic, mechanical, or otherwise, is\r\nprohibited without the prior written consent of the copyright owner."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Xeno Innovations, Inc.", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n\r\nReproduction or transmission in whole or in part, in\r\nany form or by any means, electronic, mechanical, or otherwise, is\r\nprohibited without the prior written consent of the copyright owner."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Xeno Innovations, Inc.", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\n\r\nReproduction or transmission in whole or in part, in\r\nany form or by any means, electronic, mechanical, or otherwise, is\r\nprohibited without the prior written consent of the copyright owner."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"settings": {"documentationRules": {"companyName": "Nicolas Gnyra", "copyrightText": "DynamicOpenVR - Unity scripts to allow dynamic creation of OpenVR actions at runtime.\nCopyright \u00a9 2019-2023 Nicolas Gnyra\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published\nby the Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/."}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2019-2020 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2019-2020 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "License.txt"}, "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "License.txt"}, "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CaioCesarCalisto", "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OpenTelemetry Authors", "copyrightText": "Copyright The OpenTelemetry Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OpenTelemetry Authors", "copyrightText": "Copyright The OpenTelemetry Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OpenTelemetry Authors", "copyrightText": "Copyright The OpenTelemetry Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OpenTelemetry Authors", "copyrightText": "Copyright The OpenTelemetry Authors\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zalik", "copyrightText": "Copyright (c) {Zalik}. All Rights Reserved.\r\n.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "maintainabilityRules": {}}} +{"settings": {"documentationRules": {"companyName": "MagicKitchen", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "pt-BR", "companyName": "Deividt Gemeli", "copyrightText": "Copyright (c) Deividt Gemeli."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "pt-BR", "companyName": "Deividt Gemeli", "copyrightText": "Copyright (c) Deividt Gemeli."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "pt-BR", "companyName": "Deividt Gemeli", "copyrightText": "Copyright (c) Deividt Gemeli."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "pt-BR", "companyName": "Deividt Gemeli", "copyrightText": "Copyright (c) Deividt Gemeli."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Drastic Actions"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Drastic Actions"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Drastic Actions"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Drastic Actions"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Okta, Inc", "copyrightText": "Copyright (c) 2018-present {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache 2.0", "licenseFile": "LICENSE"}, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Okta, Inc", "copyrightText": "Copyright (c) 2018-present {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache 2.0", "licenseFile": "LICENSE"}, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Okta, Inc", "copyrightText": "Copyright (c) 2018-present {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache 2.0", "licenseFile": "LICENSE"}, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "Okta, Inc", "copyrightText": "Copyright (c) 2018-present {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache 2.0", "licenseFile": "LICENSE"}, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Recipes", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Recipes", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Recipes", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Heath Stewart", "copyrightText": "Copyright (c) 2017 Heath Stewart\nSee the LICENSE.txt file in the project root for more information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 2, "tabSize": 2, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Valters Melnalksnis", "copyrightText": "Copyright 2022 {companyName}\r\nLicensed under the {licenseName}.\r\nSee {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License 2.0", "licenseFile": "LICENSE"}, "excludeFromPunctuationCheck": [], "xmlHeader": false, "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "headerDecoration": ""}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Valters Melnalksnis", "copyrightText": "Copyright 2022 {companyName}\r\nLicensed under the {licenseName}.\r\nSee {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License 2.0", "licenseFile": "LICENSE"}, "excludeFromPunctuationCheck": [], "xmlHeader": false, "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "headerDecoration": ""}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eoin O'Brien", "copyrightText": "Copyright (c) {companyName}."}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "static", "readonly", "kind"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "static", "readonly", "kind"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "static", "readonly", "kind"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["constant", "static", "readonly", "kind"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Chess", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hukano", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hukano", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/477c0fe6f7a542741b8c37dd1c64cfb6a4cf3bb9/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Micky5991", "documentInternalElements": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/477c0fe6f7a542741b8c37dd1c64cfb6a4cf3bb9/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Micky5991", "documentInternalElements": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "dotNetRDF is free and open source software licensed under the MIT License\r\n\r\n-----------------------------------------------------------------------------\r\n\r\nCopyright (c) {years} dotNetRDF Project\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is furnished\r\nto do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "dotNetRDF is free and open source software licensed under the MIT License\r\n\r\n-----------------------------------------------------------------------------\r\n\r\nCopyright (c) {years} dotNetRDF Project\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is furnished\r\nto do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "dotNetRDF is free and open source software licensed under the MIT License\r\n\r\n-----------------------------------------------------------------------------\r\n\r\nCopyright (c) {years} dotNetRDF Project\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is furnished\r\nto do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\r\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Shahriyar Bazaei"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Shahriyar Bazaei"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ProcessingTools", "copyrightText": "Copyright (c) {year} {companyName}. All rights reserved.", "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "variables": {"year": "2020"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["is"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ProcessingTools", "copyrightText": "Copyright (c) {year} {companyName}. All rights reserved.", "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "variables": {"year": "2020"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["is"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ProcessingTools", "copyrightText": "Copyright (c) {year} {companyName}. All rights reserved.", "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "variables": {"year": "2020"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["is"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ProcessingTools", "copyrightText": "Copyright (c) {year} {companyName}. All rights reserved.", "documentationCulture": "en-US", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "variables": {"year": "2020"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["is"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License. See {licenseFile} in the project root for license information.", "documentInternalElements": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Mark Linton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.\nSee {licenseFile} file in the solution root for full license information.", "variables": {"licenseName": "GNU GENERAL PUBLIC LICENSE Version 3", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Mark Linton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.\nSee {licenseFile} file in the solution root for full license information.", "variables": {"licenseName": "GNU GENERAL PUBLIC LICENSE Version 3", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"copyrightText": "Copyright (C) 2017 {companyName}\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "companyName": "Chris Crutchfield"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"copyrightText": "Copyright (C) 2017 {companyName}\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "companyName": "Chris Crutchfield"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"copyrightText": "Copyright (C) 2017 {companyName}\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "companyName": "Chris Crutchfield"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"copyrightText": "Copyright (C) 2017 {companyName}\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see .", "companyName": "Chris Crutchfield"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"elementOrder": ["accessibility", "constant", "static", "readonly", "kind"]}, "documentationRules": {"fileNamingConvention": "metadata", "copyrightText": "Copyright 2012-2017 Lawo AG (http://www.lawo.com).", "documentInterfaces": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matthew K. Crandall - N/A", "headerDecoration": "---------------------------------------------------------------------", "copyrightText": "Copyright (c) Matthew K. Crandall. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) George Zubrienko (george.zubrienko@dipdata.cloud), Vitaliy Savitskiy (savitskiy.vitaliy.m@gmail.com). All Rights Reserved.\nLicensed under the MIT License. See LICENSE in the project root for license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentationCulture": "en-US"}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowedNamespaceComponents": []}, "layoutRules": {"allowConsecutiveUsings": false, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "The LEGO Group", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "The LEGO Group", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "The LEGO Group", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rixian", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License, Version 2.0", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rixian", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License, Version 2.0", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rixian", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License, Version 2.0", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rixian", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache License, Version 2.0", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false, "blankLinesBetweenUsingGroups": "require"}, "documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\n\nLicensed under the MIT license.", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "dymanoid"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "dymanoid"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "dymanoid"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BarberBoss-Barber_Shop", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "documentationCulture": "en-US", "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowedHungarianPrefixes": ["j", "db"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Thomas Stollenwerk (motmot80)", "copyrightText": "Copyright (c) Thomas Stollenwerk (motmot80). All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Thomas Stollenwerk (motmot80)", "copyrightText": "Copyright (c) Thomas Stollenwerk (motmot80). All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "MIT License\r\n\r\nCopyright (c) 2019 UK Parliament\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "MIT License\r\n\r\nCopyright (c) 2019 UK Parliament\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "MIT License\r\n\r\nCopyright (c) 2019 UK Parliament\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "MIT License\r\n\r\nCopyright (c) 2019 UK Parliament\r\n\r\nPermission 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE 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.", "xmlHeader": false, "fileNamingConvention": "metadata"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false, "copyrightText": "Copyright (c) Six Labors.\nLicensed under the Six Labors Split License."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Teqniqly"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase"}}} +{"settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "documentInterfaces": false}}} +{"settings": {"layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Kim J. Nordmo and Contributors", "copyrightText": "MIT License\n\nCopyright (c) {year} {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"year": "2019-2020"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Clicker Heroes Tracker", "copyrightText": "Copyright (C) Clicker Heroes Tracker. All Rights Reserved.", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "NSeed", "documentExposedElements": true, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Department for Education", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "indentation": {"useTabs": true, "tabSize": 4, "indentationSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "vvrvvd", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "indentation": {"useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 2, "tabSize": 2, "useTabs": false}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowedHungarianPrefixes": ["cc", "db", "id", "km", "my", "pe", "ui", "us", "ux", "x", "y", "z"]}, "documentationRules": {"companyName": "Soloplan GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the MIT License. See License-file in the project root for license information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowedHungarianPrefixes": []}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Licensed under the MIT license. See LICENSE file in the samples root for full license information.", "companyName": "Microsoft", "xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "namingRules": {}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"settings": {"documentationRules": {"companyName": "Soup"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Startitecture", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Silver", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "layoutRules": {"newlineAtEndOfFile": "omit", "allowConsecutiveUsings": true}, "documentationRules": {"documentExposedElements": true, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "on", "is", "do", "as", "id", "if", "in"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true, "companyName": "Tom Luppi", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "namingRules": {"allowedHungarianPrefixes": ["ad", "as", "dc", "do", "id", "if", "in", "ip", "is", "mx", "my", "no", "on", "os", "to", "ui", "vm", "vs", "x", "y", "z"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tunnel Vision Laboratories, LLC", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase", "allowedHungarianPrefixes": ["io", "db", "my", "gm"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MUnique", "copyrightText": "Licensed under the MIT License. See LICENSE file in the project root for full license information.", "xmlHeader": true, "documentExposedElements": true, "documentInterfaces": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jan-Willem Spuij", "copyrightText": "Copyright 2020 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SPMS"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "MHome", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "algernon (K. Algernon A. Sheppard)", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "AYN", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "N/A", "copyrightText": "Copyright \u00a9 2020 David Beckman. All rights reserved."}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Elizabeth Schneider", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata", "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hugues Valois", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MalipsTech"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": false}, "layoutRules": {"allowDoWhileOnClosingBrace": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "phirSOFT", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Elan Hasson"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright 2021 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Arm"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.Protobuf", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2022 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Scratch Foundation"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Conglomo", "copyrightText": "Copyright 2021-2023 Conglomo Limited. Please see LICENSE.md for license details.", "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"comment": "ACTION REQUIRED: This file was automatically added to your project, but it\nwill not take effect until additional steps are taken to enable it. See the\nfollowing page for additional information:\n\nhttps://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/EnableConfiguration.md", "$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "en-US", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true, "companyName": "N/A", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "xmlHeader": true, "headerDecoration": "--------------------------------------------------------------------------------", "variables": {}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": true}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": ["iOS"], "includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum", "struct"]}, "layoutRules": {"allowConsecutiveUsings": false, "allowDoWhileOnClosingBrace": false, "newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedNamespaceComponents": ["iOS"], "includeInferredTupleElementNames": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "layoutRules": {"newlineAtEndOfFile": "require"}, "documentationRules": {"companyName": "kissuchina.com", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["gl", "f", "db"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "LuzFaltex", "copyrightText": "\n {fileName}\n\n Author:\n {author}\n\n Copyright (c) {year} {companyName}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Lesser General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Lesser General Public License for more details.\n\n You should have received a copy of the GNU Lesser General Public License\n along with this program. If not, see .\n", "variables": {"licenseFile": "LICENSE", "year": "2022", "author": "LuzFaltex Contributors"}, "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "companyName": "Adrian Conlon"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Stratiteq Sweden AB", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\n\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Washington State University"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Geo.NET", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the {licenseName} license. See the {licenseFile} file in the solution root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion bv"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "xmlHeader": false, "copyrightText": "Copyright (c) {companyName}.\nLicensed under the {licenseName} license.", "variables": {"licenseName": "MIT"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "DocuSign"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Comrade Coop", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "indentation": {"useTabs": true, "indentationSize": 0}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SharpCrafters s.r.o."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------------------------------"}, "indentation": {"useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "ORCONOMY GmbH", "copyrightText": "\t ORCONOMY GmbH Source Code \n \t Copyright (c) 2010-2015 ORCONOMY GmbH \n \t ALL RIGHTS RESERVED.", "headerDecoration": "////////////////////////////////////////////////////////////////////////////////", "documentPrivateElements": true, "documentPrivateFields": true}, "namingRules": {"allowedHungarianPrefixes": ["db", "dx", "my", "to", "ui", "xy"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Palador Open Source", "copyrightText": "Copyright (c) Palador Open Source. All rights reserved. See License.txt in the project root for license information."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "Shmueli Englard", "documentInternalElements": false}, "readabilityRules": {"allowBuiltInTypeAliases": true}, "namingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Balazs Keresztury", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "LeagueSharp", "copyrightText": " Copyright (c) 2015 {companyName}.\n\n{sector0}\n\n{sector1}\n\n{sector2}", "variables": {"sector0": " This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.", "sector1": " This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.", "sector2": " You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TMP DevLabs"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowedNamespaceComponents": ["iOS"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Evergine S.L.", "copyrightText": "Copyright \u00a9 {companyName} All rights reserved. Use is subject to license terms.", "xmlHeader": false, "fileNamingConvention": "metadata", "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Boxiang Lin - WSU 011601661", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "xmlHeader": true, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "The Reference"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowedHungarianPrefixes": ["ip"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Astronomyfi", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false, "copyrightText": "Copyright (c) BrandLink Pty. Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Derek Chasse", "documentInterfaces": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"blankLinesBetweenUsingGroups": "omit"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Email Hippo Ltd", "copyrightText": "(c) 2017, Email Hippo Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "EShop", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "companyName": "Test Company", "copyrightText": "This source code is Copyright \u00a9 {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (www.yourcompany.com).", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "do", "id", "if", "in", "is", "my", "no", "on", "to", "ui", "vm", "h", "up", "cv", "sa", "ip"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["ad", "db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Dispatcher", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "namingRules": {"tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": true, "allowCommonHungarianPrefixes": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "OrbintSoft", "copyrightText": "Yet Another User Agent Analyzer for .NET Standard\nporting realized by Stefano Balzarotti, Copyright 2018-2020 (C) OrbintSoft\n\nOriginal Author and License:\n\nYet Another UserAgent Analyzer\nCopyright(C) 2013-2020 Niels Basjes\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "documentationCulture": "en-US"}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": []}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "RestaurantsPlatform", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright {copyrightYear} the original author or authors.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttps://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "xmlHeader": false, "variables": {"copyrightYear": "2019"}, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false}, "indentation": {"useTabs": false, "indentationSize": 4}, "namingRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"settings": {"documentationRules": {"companyName": "PayScale", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "APACHE", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.1.118/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Winton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.", "documentInternalElements": false, "xmlHeader": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MaikeBing"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Modular Bitcoin Cash", "copyrightText": "Copyright (c) 2018-2018 {companyName} developers.\nDistributed under the {licenseName} software license, see the accompanying {licenseFile} file in the project root\nor {licenseUrl} for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE", "licenseUrl": "http://www.opensource.org/licenses/mit-license.php"}, "documentInterfaces": true, "documentInternalElements": true, "documentPrivateElements": true, "documentPrivateFields": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "https://github.com/martincostello/project-euler", "copyrightText": "Copyright (c) {ownerName}, {year}. All rights reserved.\nLicensed under the {licenseName} license. See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"licenseFile": "LICENSE", "licenseName": "Apache 2.0", "ownerName": "Martin Costello", "year": "2015"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rocket Robin", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache v2", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sedat Kapanoglu", "copyrightText": "Copyright (c) 2014-2019 Sedat Kapanoglu\nLicensed under Apache-2.0 License (see LICENSE.txt file for details)", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Build", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jam-Es.com", "copyrightText": "-------------------------------------------------------------------------------------------------\nGitHub Activity Art - \u00a9 Copyright 2021 - {companyName}\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MalipsTech"}, "indentation": {"indentationSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gamma Four, Inc.", "copyrightText": "Copyright \u00a9 2022 - Gamma Four, Inc. All Rights Reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve"}, "documentationRules": {"companyName": "James Eastham", "copyrightText": "------------------------------------------------------------\nCopyright (c) {companyName}.\n------------------------------------------------------------", "xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "documentationRules": {"copyrightText": "Copyright (c) Bruno Brant. All rights reserved.", "xmlHeader": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "SportBattles", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TThread"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Web4 Team"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "Glenn Watson", "copyrightText": "Copyright (c) 2019 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false, "blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the {licenseName} license.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SeminarioIA"}, "layoutRules": {"allowDoWhileOnClosingBrace": true}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jam-Es.com", "copyrightText": "-------------------------------------------------------------------------------------------------\nWebImageExtractor - \u00a9 Copyright 2020 - {companyName}\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Bal\u00e1zs Keresztury"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["constant", "accessibility", "static", "readonly"]}, "documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Petrel AI", "xmlHeader": false, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["constant", "readonly"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "ForumSystem", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PokeGraphQL.Net", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\n\nLicensed under the {licenseName} license.\nSee {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "GameShop", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB", "companyName": "MTCS", "copyrightText": "Copyright (c) {companyName} 2018.\n{companyName} is a trading name of Meridian Technology Consultancy Services Ltd.\nMeridian Technology Consultancy Services Ltd is registered in England and\nWales. Company number: 11184022."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "IndeavrExam", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "documentationRules": {"documentInternalElements": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "DPVreony and Contributors", "copyrightText": "Copyright (c) 2022 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "LOVE.NET", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Lanre", "xmlHeader": false, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Den Delimarsky", "copyrightText": "Copyright (c) {companyName}\r\n{companyName} licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.", "xmlHeader": false, "headerDecoration": "", "fileNamingConvention": "metadata", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "orderingRules": {"elementOrder": ["constant", "static", "readonly"], "blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["c", "md", "id"]}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "documentationRules": {"xmlHeader": false, "companyName": "", "copyrightText": "", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the MIT license.", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.1.118/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Micky5991", "documentInternalElements": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentPrivateFields": true, "documentPrivateElements": true, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true, "companyName": "BIA.NET"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.0.2/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Winton", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.", "documentInternalElements": false, "xmlHeader": false}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"documentationRules": {"documentInterfaces": true, "documentInternalElements": false, "documentExposedElements": true, "documentationCulture": "en-GB", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) Richard Dingwall, Arjen Post. See LICENSE in the project root for license information.", "documentInternalElements": false, "fileNamingConvention": "metadata", "xmlHeader": false}, "indentation": {"indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "Imdb", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Fubar Development Junker", "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "MyHotelWebsite", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the {licenseName} License.", "variables": {"licenseName": "MIT"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "InternetWideWorld.com", "copyrightText": "Copyright (c) George Leithead, InternetWideWorld.com", "xmlHeader": true, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-GB"}, "indentation": {"useTabs": true}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "omit"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["my"]}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "iopietro", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "MIT"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "omit", "allowConsecutiveUsings": false}, "documentationRules": {"xmlHeader": true, "companyName": "Drake53", "headerDecoration": "------------------------------------------------------------------------------", "copyrightText": "Licensed under the {licenseName} license.\nSee the {licenseFile} file in the project root for more information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "indentation": {"indentationSize": 4, "useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Beryl", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "ClicksAndDrive", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "//": {"Documenta\u00e7\u00e3o sobre esse arquivo": "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md"}, "settings": {"documentationRules": {"documentationCulture": "pt-BR", "xmlHeader": false}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false, "documentPrivateElements": false}, "indentation": {"indentationSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "BiglerNet", "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "indentation": {"useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Zomp", "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}, "readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "NoCompany", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) Microsoft. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.", "xmlHeader": false}, "readabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "nventive", "documentationCulture": "en-US", "documentPrivateElements": false, "documentPrivateFields": false}, "indentation": {"useTabs": true, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "WeAreFootball", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ACME"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "James La Novara-Gsell", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CV Garuda Infinity Kreasindo", "documentExposedElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Oplog", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eugene Fox", "copyrightText": "------------------------------------------------------------\nCopyright \u00a9{year} {companyName}. All rights reserved.\nCode by {author}\n\nLicensed under MIT license (https://opensource.org/licenses/MIT)\n------------------------------------------------------------", "xmlHeader": false, "variables": {"year": "2021", "author": "Eugene Fox (aka XFox)"}, "headerDecoration": "------------------------------------------------------------", "fileNamingConvention": "stylecop", "documentationCulture": "en-US"}, "indentation": {"useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedNamespaceComponents": [], "tupleElementNameCasing": "PascalCase"}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {"allowBuiltInTypeAliases": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Licensed under the MIT license. See LICENSE file in the samples root for full license information.", "companyName": "WereDev", "xmlHeader": false, "documentExposedElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "indentation": {"indentationSize": 4, "useTabs": false}, "namingRules": {}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "stylecop", "xmlHeader": false}, "namingRules": {"tupleElementNameCasing": "PascalCase"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "GenericEventHandler", "copyrightText": " Copyright (c) {companyName} all rights reserved. Licensed under the {licenseName} license.", "xmlHeader": true, "variables": {"licenseName": "Mit"}, "documentInterfaces": true, "documentPrivateFields": false, "documentExposedElements": false, "documentPrivateElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Autofac Project", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License. See {licenseFile} in the project root for license information.", "variables": {"licenseFile": "LICENSE", "licenseName": "MIT"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CPVP-OPC"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "DavinoComputers", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Worldshifters"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "N/A", "copyrightText": "Copyright \u00a9 2019 David Beckman. All rights reserved."}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "TravelGuide", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": false}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rolosoft Ltd", "copyrightText": "(c) 2017, Rolosoft Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Reukauff, Germany", "copyrightText": " Copyright \u00a9 2016 {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "namingRules": {"allowedHungarianPrefixes": ["db"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"allowConsecutiveUsings": true, "newlineAtEndOfFile": "allow"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": [], "includeInferredTupleElementNames": false, "tupleElementNameCasing": "camelCase"}, "orderingRules": {"blankLinesBetweenUsingGroups": "allow", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "excludeFromPunctuationCheck": ["seealso"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false, "documentPrivateFields": false, "documentPrivateElements": false, "documentExposedElements": true}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Fran Hoey", "copyrightText": "MIT License\n\nCopyright (c) {year} {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"year": "2023"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedHungarianPrefixes": ["af", "ai", "db", "dr", "ef", "ex", "id", "ip", "my", "ns", "ok", "pi"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Universidad Cat\u00f3lica del Uruguay", "copyrightText": "Copyright (c) Programaci\u00f3n II. Derechos reservados.", "headerDecoration": "-----------------------------------------------------------------------", "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SDV Code Project", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"companyName": "SDV Code Project", "licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": ".NET Foundation", "copyrightText": "Copyright (c) .NET Foundation. All rights reserved.\r\nLicensed under the MIT License. See License.txt in the project root for license information.", "xmlHeader": false, "documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "NSeed", "documentExposedElements": true, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "NSeed", "documentExposedElements": true, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Department for Education", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "indentation": {"useTabs": true, "tabSize": 4, "indentationSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowedHungarianPrefixes": []}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Startitecture", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Startitecture", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Startitecture", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": true, "companyName": "Startitecture", "copyrightText": " Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Silver", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Silver", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Silver", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MUnique", "copyrightText": "Licensed under the MIT License. See LICENSE file in the project root for full license information.", "xmlHeader": true, "documentExposedElements": true, "documentInterfaces": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MUnique", "copyrightText": "Licensed under the MIT License. See LICENSE file in the project root for full license information.", "xmlHeader": true, "documentExposedElements": true, "documentInterfaces": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jan-Willem Spuij", "copyrightText": "Copyright 2020 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jan-Willem Spuij", "copyrightText": "Copyright 2020 {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom\nthe Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,\nARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "algernon (K. Algernon A. Sheppard)", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "N/A", "copyrightText": "Copyright \u00a9 2020 David Beckman. All rights reserved."}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MalipsTech"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "phirSOFT", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright 2021 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "companyName": "Adrian Conlon"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "companyName": "Adrian Conlon"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "companyName": "Adrian Conlon"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "companyName": "Adrian Conlon"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Stratiteq Sweden AB", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\n\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Comrade Coop", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "indentation": {"useTabs": true, "indentationSize": 0}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SharpCrafters s.r.o."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SharpCrafters s.r.o."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SharpCrafters s.r.o."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SharpCrafters s.r.o."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "ORCONOMY GmbH", "copyrightText": "\t ORCONOMY GmbH Source Code \n \t Copyright (c) 2010-2015 ORCONOMY GmbH \n \t ALL RIGHTS RESERVED.", "headerDecoration": "////////////////////////////////////////////////////////////////////////////////", "documentPrivateElements": true, "documentPrivateFields": true}, "namingRules": {"allowedHungarianPrefixes": ["db", "dx", "my", "to", "ui", "xy"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Balazs Keresztury", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Balazs Keresztury", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Balazs Keresztury", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Balazs Keresztury", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "LeagueSharp", "copyrightText": " Copyright (c) 2015 {companyName}.\n\n{sector0}\n\n{sector1}\n\n{sector2}", "variables": {"sector0": " This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.", "sector1": " This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.", "sector2": " You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "LeagueSharp", "copyrightText": " Copyright (c) 2015 {companyName}.\n\n{sector0}\n\n{sector1}\n\n{sector2}", "variables": {"sector0": " This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.", "sector1": " This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.", "sector2": " You should have received a copy of the GNU General Public License\n along with this program. If not, see http://www.gnu.org/licenses/"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Evergine S.L.", "copyrightText": "Copyright \u00a9 {companyName} All rights reserved. Use is subject to license terms.", "xmlHeader": false, "fileNamingConvention": "metadata", "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Evergine S.L.", "copyrightText": "Copyright \u00a9 {companyName} All rights reserved. Use is subject to license terms.", "xmlHeader": false, "fileNamingConvention": "metadata", "documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Boxiang Lin - WSU 011601661", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "xmlHeader": true, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Boxiang Lin - WSU 011601661", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "xmlHeader": true, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Boxiang Lin - WSU 011601661", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "xmlHeader": true, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Email Hippo Ltd", "copyrightText": "(c) 2017, Email Hippo Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "companyName": "Test Company", "copyrightText": "This source code is Copyright \u00a9 {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (www.yourcompany.com).", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Build", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Build", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Build", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Build", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseFile": "LICENSE", "licenseName": "CC BY-SA 3.0"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gamma Four, Inc.", "copyrightText": "Copyright \u00a9 2022 - Gamma Four, Inc. All Rights Reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gamma Four, Inc.", "copyrightText": "Copyright \u00a9 2022 - Gamma Four, Inc. All Rights Reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gamma Four, Inc.", "copyrightText": "Copyright \u00a9 2022 - Gamma Four, Inc. All Rights Reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Gamma Four, Inc.", "copyrightText": "Copyright \u00a9 2022 - Gamma Four, Inc. All Rights Reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "documentationRules": {"copyrightText": "Copyright (c) Bruno Brant. All rights reserved.", "xmlHeader": false, "documentationCulture": "en-US"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TThread"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TThread"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "Glenn Watson", "copyrightText": "Copyright (c) 2019 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "Glenn Watson", "copyrightText": "Copyright (c) 2019 {companyName}. All rights reserved.\n{companyName} licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "SeminarioIA"}, "layoutRules": {"allowDoWhileOnClosingBrace": true}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Skyllar Estil", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Bal\u00e1zs Keresztury"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Bal\u00e1zs Keresztury"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Petrel AI", "xmlHeader": false, "fileNamingConvention": "metadata"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["constant", "readonly"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} in the project root for license information.", "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit"}}} +{"settings": {"documentationRules": {"documentationCulture": "en-GB", "companyName": "MTCS", "copyrightText": "Copyright (c) {companyName} 2018.\n{companyName} is a trading name of Meridian Technology Consultancy Services Ltd.\nMeridian Technology Consultancy Services Ltd is registered in England and\nWales. Company number: 11184022."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus GmbH", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow"}, "maintainabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}.\nLicensed under the MIT license.", "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "-----------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "//": {"Documenta\u00e7\u00e3o sobre esse arquivo": "https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/Configuration.md"}, "settings": {"documentationRules": {"documentationCulture": "pt-BR", "xmlHeader": false}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "blankLinesBetweenUsingGroups": "allow", "usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "James La Novara-Gsell", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CV Garuda Infinity Kreasindo", "documentExposedElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CV Garuda Infinity Kreasindo", "documentExposedElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CV Garuda Infinity Kreasindo", "documentExposedElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Eugene Fox", "copyrightText": "------------------------------------------------------------\nCopyright \u00a9{year} {companyName}. All rights reserved.\nCode by {author}\n\nLicensed under MIT license (https://opensource.org/licenses/MIT)\n------------------------------------------------------------", "xmlHeader": false, "variables": {"year": "2021", "author": "Eugene Fox (aka XFox)"}, "headerDecoration": "------------------------------------------------------------", "fileNamingConvention": "stylecop", "documentationCulture": "en-US"}, "indentation": {"useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct"]}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedNamespaceComponents": [], "tupleElementNameCasing": "PascalCase"}, "orderingRules": {"blankLinesBetweenUsingGroups": "require", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {"allowBuiltInTypeAliases": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "CPVP-OPC"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Worldshifters"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rolosoft Ltd", "copyrightText": "(c) 2017, Rolosoft Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Michael Reukauff, Germany", "copyrightText": " Copyright \u00a9 2016 {companyName}. All rights reserved.", "documentPrivateElements": true, "documentPrivateFields": true}, "namingRules": {"allowedHungarianPrefixes": ["db"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true, "tabSize": 4}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["ab", "ac", "ad", "af", "ai", "al", "ao", "as", "ax", "b", "by", "c", "d", "dt", "e", "f", "hs", "i", "ip", "is", "l", "lb", "lc", "ld", "lf", "li", "ll", "lo", "ls", "lx", "my", "no", "o", "qb", "qc", "qd", "qf", "qi", "ql", "qo", "qs", "qx", "rx", "s", "sb", "sc", "sd", "sf", "sh", "si", "sl", "so", "ss", "sx", "to", "ts", "tx", "ui", "ul", "x"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedHungarianPrefixes": ["af", "ai", "db", "dr", "ef", "ex", "id", "ip", "my", "ns", "ok", "pi"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedHungarianPrefixes": ["af", "ai", "db", "dr", "ef", "ex", "id", "ip", "my", "ns", "ok", "pi"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedHungarianPrefixes": ["af", "ai", "db", "dr", "ef", "ex", "id", "ip", "my", "ns", "ok", "pi"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"namingRules": {"allowedHungarianPrefixes": ["af", "ai", "db", "dr", "ef", "ex", "id", "ip", "my", "ns", "ok", "pi"]}}} +{"settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "omit"}, "namingRules": {"allowedHungarianPrefixes": []}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "3M", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "Fotis Gimian"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Stubble Authors", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseFile": "LICENSE", "licenseName": "MIT"}}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Mark-James McDougall", "copyrightText": "Licensed under the GNU GPL v3 License. See LICENSE in the project root for license information.", "headerDecoration": "-----------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Fiveforty SAS Paris France", "copyrightText": " Copyright (c) {companyName}. All rights reserved.\n Licensed under the {licenseName} license.\n See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": false, "indentationSize": 4}, "documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": true, "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": "DHGMS Solutions and Contributors", "copyrightText": "Copyright (c) 2022 {companyName}. All rights reserved.\nThis file is licensed to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum", "delegate"]}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rory Claasen", "headerDecoration": "------------------------------------------------------------------------------"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Email Hippo Ltd", "copyrightText": "(c) 2018, Email Hippo Ltd"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"headerDecoration": "", "xmlHeader": true, "companyName": "Kolky", "copyrightText": " __ __ __ __\n| |/ |.-----.| | |--.--.--.\n| ( | _ || | (| | |\n|__|\\__||_____||__|__|__|___ |\n |_____|\n\nCopyright (c) {author} {year}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file for full license information.", "variables": {"author": "Alexander van der Kolk", "year": "2017", "licenseName": "MS-PL", "licenseFile": "LICENSE.md"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentPrivateElements": false, "documentPrivateFields": false, "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": true}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": []}, "namingRules": {"allowCommonHungarianPrefixes": false, "tupleElementNameCasing": "PascalCase", "includeInferredTupleElementNames": false, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": []}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "elementOrder": ["kind", "constant"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {"allowBuiltInTypeAliases": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "preserve", "blankLinesBetweenUsingGroups": "allow"}, "maintainabilityRules": {"topLevelTypes": ["interface"]}, "documentationRules": {"documentInterfaces": false, "documentInternalElements": false, "documentExposedElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hik.Client"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "BahaBulle", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}, "indentation": {"useTabs": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the MIT license. See LICENSE.md file in the project root for full license information.", "xmlHeader": true, "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Matt Lacey", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the solution root for license information.", "xmlHeader": true, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "companyName": "Brian Reichle", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information.", "documentInterfaces": false, "documentExposedElements": false, "documentInternalElements": false, "fileNamingConvention": "metadata"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "omit", "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["accessibility", "constant", "kind", "static", "readonly"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Kevin Locke", "copyrightText": "Copyright {years} {companyName} <{email}>\nThis file is part of {projectName},\npublicly available under the {licenseName}. See {licenseFile} for details.", "variables": {"email": "kevin@kevinlocke.name", "licenseName": "MIT License", "licenseFile": "LICENSE.txt", "projectName": "KevinLocke.DataSetChecker", "years": "2017-2018"}}}} +{"settings": {"documentationRules": {"companyName": "Jon Rowlett", "copyrightText": "Copyright (C) {companyName}. All rights reserved.", "variables": {}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "RentAPlace", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Poul Erik Ven\u00f8 Hansen", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "metadata"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "readabilityRules": {"allowBuiltInTypeAliases": false}, "namingRules": {"allowCommonHungarianPrefixes": false, "allowedHungarianPrefixes": ["cd", "md"]}, "maintainabilityRules": {"topLevelTypes": ["class", "enum", "interface", "struct"]}, "layoutRules": {"newlineAtEndOfFile": "omit", "allowConsecutiveUsings": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "allow", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "David Eiwen"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Rohde & Schwarz GmbH & Co. KG", "copyrightText": "Copyright \u00a9 2020-present Rohde & Schwarz GmbH & Co. KG. All rights reserved."}, "orderingRules": {"usingDirectivesPlacement": "preserve"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["gl", "f", "db", "x", "y", "z"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "Jarl Gullberg", "copyrightText": "\n {fileName}\n\n Author:\n {author}\n\n Copyright (c) {year} {companyName}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n", "variables": {"licenseFile": "LICENSE", "year": "2017", "author": "Jarl Gullberg "}, "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Ninject Project Contributors", "copyrightText": " Copyright (c) 2009-2017 Ninject Project Contributors. All rights reserved.\r\n\r\n Dual-licensed under the Apache License, Version 2.0, and the Microsoft Public License (Ms-PL).\r\n You may not use this file except in compliance with one of the Licenses.\r\n You may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n or\r\n http://www.microsoft.com/opensource/licenses.mspx\r\n\r\n Unless required by applicable law or agreed to in writing, software\r\n distributed under the License is distributed on an \"AS IS\" BASIS,\r\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n See the License for the specific language governing permissions and\r\n limitations under the License.", "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "orderingRules": {"blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license.", "xmlHeader": false, "variables": {"licenseName": "MIT"}}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.\nLicensed under the MIT license.", "xmlHeader": false, "documentInternalElements": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace"}, "maintainabilityRules": {"topLevelTypes": ["class", "delegate", "enum", "interface"]}, "documentationRules": {"documentPrivateElements": true, "documentPrivateFields": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Endjin Limited"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Nils Andresen", "copyrightText": "MIT License\n\nCopyright (c) {year} {companyName}\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.", "fileNamingConvention": "metadata", "xmlHeader": false, "variables": {"year": "2021"}}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": false, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "allow", "allowConsecutiveUsings": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "natsnudasoft", "copyrightText": "Copyright (c) Adrian John Dunstan. All rights reserved.\n\n{licence}", "variables": {"licence": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License."}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Microsoft Corporation", "copyrightText": "-------------------------------------------------------------------------------------------------\nCopyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Terradue Srl", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the AGPL-3 License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "require"}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "omit"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Devin Ellingson"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"settings": {"documentationRules": {"xmlHeader": true, "companyName": "Bharat Dwarkani", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind", "constant", "accessibility", "static", "readonly"]}, "namingRules": {"allowedHungarianPrefixes": ["db"]}, "documentationRules": {"documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "xmlHeader": false, "copyrightText": "Copyright 2020 {companyName}\n\nLicensed under the Apache License, Version 2.0 (the \"License2\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "companyName": "Energinet DataHub A/S"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 2, "tabSize": 2, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "layoutRules": {"newlineAtEndOfFile": "allow"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "PlaceholderCompany"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "BlogSystem", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"tabSize": 4, "useTabs": true}, "layoutRules": {"newlineAtEndOfFile": "omit"}, "documentationRules": {"companyName": "Spatial Focus", "copyrightText": "Copyright (c) {companyName}. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "apsk"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg", "my"]}, "documentationRules": {"companyName": "PressCenters", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hukano", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Storm ID"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "atravita"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MicroElements", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Acme"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Objectivity Bespoke Software Specialists"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "copyrightText": "{decoration}\n Copyright \u00a9 2019 {companyName}\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n{decoration}", "companyName": "Province of British Columbia", "variables": {"decoration": "-------------------------------------------------------------------------"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Aurelitec", "copyrightText": "Copyright (c) {companyName} ({url})\nLicensed under the {licenseName}. See {licenseFile} file in the project root for full license information.", "variables": {"url": "https://www.aurelitec.com", "licenseName": "MIT License", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Allors bvba", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the LGPLv3 License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "MilanWebStore", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jam-Es.com", "copyrightText": "-------------------------------------------------------------------------------------------------\nDocumentation Templater - \u00a9 Copyright 2020 - {companyName}\nLicensed under the {licenseName} License ({licenseName}). See {licenseFile} in the repo root for license information.\n-------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "xmlHeader": false, "headerDecoration": "-------------------------------------------------------------------------------------------------"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "indentation": {"useTabs": false, "indentationSize": 4, "tabSize": 4}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Jason Wohlgemuth", "copyrightText": "Copyright (c) 2022 {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "spacingRules": {}, "readabilityRules": {}, "orderingRules": {"elementOrder": ["kind", "constant", "accessibility", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["gl", "f", "db"]}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "struct", "enum"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": false}, "documentationRules": {"companyName": "LuzFaltex", "copyrightText": "\n {fileName}\n\n Author:\n {author}\n\n ISC License\n\n Copyright (c) {year} {companyName}\n\n Permission to use, copy, modify, and/or distribute this software for any\n purpose with or without fee is hereby granted, provided that the above\n copyright notice and this permission notice appear in all copies.\n\n THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\n WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\n MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\n ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\n ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\n OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n", "variables": {"licenseFile": "license.txt", "year": "2021", "author": "LuzFaltex Contributors"}, "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Chris Trout", "copyrightText": "MIT License\r\n\r\nCopyright(c) 2020 Chris Trout\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy\r\nof this software and associated documentation files (the \"Software\"), to deal\r\nin the Software without restriction, including without limitation the rights\r\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, and to permit persons to whom the Software is\r\nfurnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE."}, "orderingRules": {"systemUsingDirectivesFirst": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "blankLinesBetweenUsingGroups": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": [], "allowedNamespaceComponents": [], "includeInferredTupleElementNames": false, "tupleElementNameCasing": "PascalCase"}, "maintainabilityRules": {"topLevelTypes": ["class"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "documentationRules": {"companyName": "nvisionative, Inc.", "copyrightText": "Copyright (c) 2016-2020 nvisionative, Inc.\n\nThis file is part of nvQuickSite.\n\nnvQuickSite is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nnvQuickSite is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with nvQuickSite. If not, see .", "xmlHeader": false, "documentInterfaces": true, "documentExposedElements": true, "documentInternalElements": true, "documentPrivateElements": false, "documentPrivateFields": false, "documentationCulture": "en-US", "fileNamingConvention": "stylecop"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "EasyEnglish", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInterfaces": false, "documentExposedElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "documentInternalElements": false}, "maintainabilityRules": {"topLevelTypes": []}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Converter Systems LLC", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.", "xmlHeader": false}, "orderingRules": {"elementOrder": ["kind", "constant", "static", "readonly"], "usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"readabilityRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Ross Weir"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Company"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TestOkur", "copyrightText": "This source code is Copyright \u00a9 TestOkur and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {TestOkur} (www.testokur.com)."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg", "by"]}, "documentationRules": {"companyName": "WebApi", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sundews", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "insideNamespace", "blankLinesBetweenUsingGroups": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true}, "maintainabilityRules": {"topLevelTypes": ["class", "interface", "enum", "struct"]}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "documentationRules": {"fileNamingConvention": "stylecop", "documentInterfaces": true, "documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "documentationRules": {"companyName": "Rnwood.SmtpServer project contributors", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "BSD", "licenseFile": "LICENSE.md"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "TanvirArjel", "documentationCulture": "en-GB"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Pavol Kovalik", "copyrightText": "Copyright (c) {copyrightYear} {companyName}. All rights reserved.\nLicensed under the MIT license. See LICENSE file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": true, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "metadata", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"copyrightYear": "2017"}, "xmlHeader": false}, "indentation": {"indentationSize": 4, "useTabs": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"useTabs": true}, "orderingRules": {"blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Nootus", "copyrightText": "Copyright (c) Nootus. All rights reserved."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Public Domain", "copyrightText": " Copyright (c) {year} {name}. All rights reserved. Licensed under\n {licenseName}. See {licenseFile} in project root for full\n license information, or visit {licenseSite}", "xmlHeader": true, "variables": {"year": "2020", "name": "Nelson Garcia", "licenseName": "GNU Affero General Public License", "licenseFile": "LICENSE", "licenseSite": "https://www.gnu.org/licenses/#AGPL"}}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sedat Kapanoglu", "copyrightText": "Copyright (c) 2015-2022 Sedat Kapanoglu\nMIT License (see LICENSE file for details)", "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentationCulture": "en-En", "companyName": "Andrii Kurdiumov", "copyrightText": "Copyright (c) {companyName}. All rights reserved.", "headerDecoration": "-----------------------------------------------------------------------", "xmlHeader": true, "documentInterfaces": true, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "useTabs": false}, "documentationRules": {"documentExposedElements": false, "documentInternalElements": false, "documentPrivateElements": false, "documentInterfaces": false, "documentPrivateFields": false}, "layoutRules": {"newlineAtEndOfFile": "require"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "elementOrder": ["kind", "accessibility", "constant", "static", "readonly"]}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "elementOrder": ["kind"]}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false, "copyrightText": "Copyright (c) Brandon Boone.\nMIT License"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "companyName": "Test Company", "copyrightText": "This source code is Copyright \u00a9 {companyName} and MAY NOT be copied, reproduced,\npublished, distributed or transmitted to or stored in any manner without prior\nwritten consent from {companyName} (www.yourcompany.com).", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Quamotion"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "SaberMotamedi", "copyrightText": "Copyright (c) {companyName}. All rights reserved. Developed with \ud83d\udda4", "headerDecoration": "-----------------------------------------------------------------------"}, "namingRules": {"includeInferredTupleElementNames": true, "tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentInternalElements": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "xmlHeader": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "E\u00f6tv\u00f6s Lor\u00e1nd University (ELTE)", "copyrightText": " Copyright 2016-2019 Roberto Giachetta. Licensed under the\n Educational Community License, Version 2.0 (the \"License\"); you may\n not use this file except in compliance with the License. You may\n obtain a copy of the License at\n http://opensource.org/licenses/ECL-2.0\n\n Unless required by applicable law or agreed to in writing,\n software distributed under the License is distributed on an \"AS IS\"\n BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express\n or implied. See the License for the specific language governing\n permissions and limitations under the License."}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Florian Maunier", "documentInternalElements": false}, "indentation": {"indentationSize": 2}}} +{"settings": {"documentationRules": {"xmlHeader": false, "companyName": "Andrew Arnott", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Ms-PL", "licenseFile": "LICENSE.txt"}, "fileNamingConvention": "metadata"}, "indentation": {"useTabs": true}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "Canaan Inc", "xmlHeader": false, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\r\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "Apache", "licenseFile": "LICENSE"}, "documentExposedElements": false, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false}, "spacingRules": {}, "readabilityRules": {}, "namingRules": {}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Universidad Cat\u00f3lica del Uruguay", "copyrightText": "Copyright (c) Programaci\u00f3n II. Derechos reservados.", "headerDecoration": "-----------------------------------------------------------------------", "documentationCulture": "es-MX"}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "Copyright (c) 2018 James Skimming. All rights reserved.\nLicensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.", "xmlHeader": false}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Engage Squared"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"copyrightText": "See the {licenseFile} file in the project root for full license information.", "documentExposedElements": true, "documentInterfaces": false, "documentInternalElements": false, "documentPrivateElements": false, "documentPrivateFields": false, "fileNamingConvention": "stylecop", "xmlHeader": false, "variables": {"licenseFile": "LICENSE.TXT"}, "documentationCulture": "en-US"}, "layoutRules": {"newlineAtEndOfFile": "require", "allowConsecutiveUsings": true}, "maintainabilityRules": {"topLevelTypes": ["class", "struct", "interface", "enum"]}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": []}, "orderingRules": {"elementOrder": ["kind", "accessibility", "constant", "static", "readonly"], "systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}, "readabilityRules": {}, "spacingRules": {}}} +{"404": "Not Found"} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"allowCommonHungarianPrefixes": true, "allowedHungarianPrefixes": ["db", "at", "or", "up", "it", "un", "x", "y", "id", "ip", "bg"]}, "documentationRules": {"companyName": "ViceIO", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.", "documentInterfaces": false, "documentInternalElements": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "systemUsingDirectivesFirst": true, "blankLinesBetweenUsingGroups": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "HKLabs", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "fileNamingConvention": "metadata", "xmlHeader": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Tunnel Vision Laboratories, LLC", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\r\nLicensed under the MIT License. See LICENSE in the project root for license information.", "xmlHeader": false, "fileNamingConvention": "metadata"}, "layoutRules": {"newlineAtEndOfFile": "require"}, "namingRules": {"tupleElementNameCasing": "camelCase"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Steve Guidetti", "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}, "documentPrivateElements": true, "documentPrivateFields": true}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Sundews", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Wavenet"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"indentation": {"indentationSize": 4, "tabSize": 4, "useTabs": false}, "orderingRules": {"usingDirectivesPlacement": "outsideNamespace", "blankLinesBetweenUsingGroups": "allow", "systemUsingDirectivesFirst": true}, "documentationRules": {"xmlHeader": false, "documentInternalElements": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "MyCompany"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"xmlHeader": false, "copyrightText": "Copyright (c) Microsoft Corporation. All rights reserved.", "documentExposedElements": false, "documentInternalElements": false, "fileNamingConvention": "metadata"}, "orderingRules": {"systemUsingDirectivesFirst": true, "usingDirectivesPlacement": "outsideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Corsham Science"}, "layoutRules": {"newlineAtEndOfFile": "require"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Hukano", "xmlHeader": true, "copyrightText": "Copyright (c) {companyName}. All rights reserved.\nLicensed under the {licenseName} license. See {licenseFile} file in the project root for full license information.", "headerDecoration": "--------------------------------------------------------------------------------------------------------------------", "variables": {"licenseName": "MIT", "licenseFile": "LICENSE"}, "documentInternalElements": false, "documentInterfaces": false}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "Escendit Ltd", "copyrightText": "Copyright (c) {companyName}. All Rights Reserved.\nLicensed under the {licenseName}. See {licenseFile} file in the solution root for full license information.", "xmlHeader": false, "variables": {"licenseName": "MIT", "licenseFile": "LICENSE.txt"}}, "orderingRules": {"usingDirectivesPlacement": "insideNamespace"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"orderingRules": {"usingDirectivesPlacement": "outsideNamespace"}, "documentationRules": {"companyName": "chriga13"}}} +{"$schema": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "settings": {"documentationRules": {"companyName": "ShapeCrawler", "documentInternalElements": false}}} diff --git a/schemas/stylecop/schema.json b/schemas/stylecop/schema.json new file mode 100644 index 0000000..5dd0bbd --- /dev/null +++ b/schemas/stylecop/schema.json @@ -0,0 +1 @@ +{"$schema": "http://json-schema.org/draft-04/schema#", "id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json", "title": "StyleCop Analyzers Configuration", "description": "Configuration file for StyleCop Analyzers", "type": "object", "properties": {"settings": {"type": "object", "description": "The top-level object containing configuration properties for built-in rules.", "additionalProperties": false, "properties": {"indentation": {"type": "object", "description": "Indentation configuration", "additionalProperties": false, "properties": {"indentationSize": {"description": "Specifies the indentation size.", "type": "integer", "minimum": 0, "default": 4}, "tabSize": {"description": "Specifies the tab width.", "type": "integer", "minimum": 0, "default": 4}, "useTabs": {"description": "Specifies whether indentation should use hard tabs instead of spaces.", "type": "boolean", "default": false}}}, "spacingRules": {"type": "object", "description": "Configuration for spacing rules (SA1000-)", "additionalProperties": false, "properties": {}}, "readabilityRules": {"type": "object", "description": "Configuration for readability rules (SA1100-)", "additionalProperties": false, "properties": {"allowBuiltInTypeAliases": {"type": "boolean", "description": "When true, diagnostics will not be reported for using aliases of built-in types.", "default": false}}}, "orderingRules": {"type": "object", "description": "Configuration for ordering rules (SA1200-)", "additionalProperties": false, "properties": {"elementOrder": {"type": "array", "description": "Specifies the traits used for ordering elements within a document, along with their precedence.", "default": ["kind", "accessibility", "constant", "static", "readonly"], "items": {"type": "string", "description": "", "enum": ["accessibility", "kind", "constant", "static", "readonly"]}, "uniqueItems": true}, "systemUsingDirectivesFirst": {"type": "boolean", "description": "When true, System using directives should be placed before other using directives.", "default": true}, "usingDirectivesPlacement": {"type": "string", "description": "Specifies the desired placement of using directives.\r\ninsideNamespace: Place using directives inside the namespace definition\r\noutsideNamespace: Place using directives outside the namespace definition\r\npreserve: Allow using directives inside or outside the namespace definition", "enum": ["insideNamespace", "outsideNamespace", "preserve"], "default": "insideNamespace"}, "blankLinesBetweenUsingGroups": {"type": "string", "description": "Specifies if using groups should be separated by a blank line.\r\nallow: A blank line is allowed, but not required\r\nrequire: A blank line is required\r\nomit: A blank line is not allowed", "enum": ["allow", "require", "omit"], "default": "allow"}}}, "namingRules": {"type": "object", "description": "Configuration for naming rules (SA1300-)", "additionalProperties": false, "properties": {"allowCommonHungarianPrefixes": {"type": "boolean", "description": "Determines whether common Hungarian notation prefixes should be allowed.", "default": true}, "allowedHungarianPrefixes": {"type": "array", "description": "Allowed Hungarian notation prefixes.", "default": [], "items": {"type": "string", "pattern": "^[a-z]{1,2}$", "uniqueItems": true}}, "allowedNamespaceComponents": {"type": "array", "description": "Allowed namespace components, such as ones beginning with a lowercase letter.", "default": [], "items": {"type": "string", "uniqueItems": true}}, "includeInferredTupleElementNames": {"type": "boolean", "description": "Specifies whether inferred tuple element names will be analyzed as well.", "default": false}, "tupleElementNameCasing": {"type": "string", "description": "Specifies the casing convention used for tuple element names.", "enum": ["camelCase", "PascalCase"], "default": "PascalCase"}}}, "maintainabilityRules": {"type": "object", "description": "Configuration for ordering rules (SA1400-)", "additionalProperties": false, "properties": {"topLevelTypes": {"type": "array", "description": "The set of type kinds which should be placed in separate files according to the type name.", "default": ["class"], "items": {"type": "string", "enum": ["class", "interface", "struct", "delegate", "enum"]}, "uniqueItems": true}}}, "layoutRules": {"type": "object", "description": "Configuration for layout rules (SA1500-)", "additionalProperties": false, "properties": {"newlineAtEndOfFile": {"type": "string", "description": "Specifies the handling for newline characters which appear at the end of a file\r\nallow: Files are allowed to end with a single newline character, but it is not required\r\nrequire: Files are required to end with a single newline character\r\nomit: Files may not end with a newline character", "enum": ["allow", "require", "omit"], "default": "allow"}, "allowConsecutiveUsings": {"type": "boolean", "description": "Specifies if SA1519 will allow consecutive using statements without braces", "default": true}, "allowDoWhileOnClosingBrace": {"type": "boolean", "description": "Specifies if SA1500 will allow the 'while' expression of a 'do'/'while' loop to be on the same line as the closing brace.", "default": false}}}, "documentationRules": {"type": "object", "description": "Configuration for documentation rules (SA1600-)", "additionalProperties": false, "properties": {"documentExposedElements": {"type": "boolean", "description": "Specifies whether exposed elements need to be documented. When true, all publicly-exposed types and members require documentation.", "default": true}, "documentInternalElements": {"type": "boolean", "description": "Specifies whether internal elements need to be documented. When true, all internally-exposed types and members require documentation.", "default": true}, "documentPrivateElements": {"type": "boolean", "description": "Specifies whether private elements need to be documented. When true, all types and members except for declared private fields require documentation.", "default": false}, "documentInterfaces": {"type": "boolean", "description": "Specifies whether interface members need to be documented. When true, all interface members require documentation, regardless of accessibility.", "default": true}, "documentPrivateFields": {"type": "boolean", "description": "Specifies whether private fields need to be documented. When true, all fields require documentation, regardless of accessibility.", "default": false}, "companyName": {"type": "string", "description": "The name of the company which appears in file headers.", "default": "PlaceholderCompany"}, "copyrightText": {"type": "string", "description": "The copyright text which should appear in file headers.", "default": "Copyright (c) {companyName}. All rights reserved."}, "variables": {"type": "object", "description": "Replacement variables which may be used in the 'copyrightText' value.", "patternProperties": {"^[a-zA-Z0-9]+$": {"type": "string"}}, "additionalProperties": false}, "xmlHeader": {"type": "boolean", "description": "Determines whether the file header should be wrapped in the StyleCop-standard XML structure.", "default": true}, "headerDecoration": {"type": "string", "description": "The text used as decoration for the copyright header comment.", "default": null}, "fileNamingConvention": {"type": "string", "description": "Specifies the preferred naming convention for files. The default value \"stylecop\" uses the naming convention defined by StyleCop Classic, while \"metadata\" uses a file naming convention that matches the metadata names of types.", "default": "stylecop", "enum": ["stylecop", "metadata"]}, "documentationCulture": {"type": "string", "description": "The culture that should be used for documentation comments.", "default": "en-US"}, "excludeFromPunctuationCheck": {"type": "array", "description": "Specifies the top-level tags within XML documentation that will be excluded from punctuation analysis.", "default": ["seealso"]}}}}}}} \ No newline at end of file diff --git a/schemas/yamllint/instances.jsonl b/schemas/yamllint/instances.jsonl new file mode 100644 index 0000000..4418afe --- /dev/null +++ b/schemas/yamllint/instances.jsonl @@ -0,0 +1,984 @@ +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"line-length": "disable", "document-start": "disable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint", "*.yaml.*", "*.yml.*"], "ignore": "#### Files ####\n\n# Contains ruby code\nconfig/mail_room.yml\ngenerator_templates/snowplow_event_definition/event_definition.yml\ngenerator_templates/usage_metric_definition/metric_definition.yml\n\n# Contains ERB code that keeps throwing syntax errors\n.rubocop.yml\n\n# Has some special indentation\ndoc/user/project/integrations/samples/cloudwatch.yml\n\n# Broken on purpose (for testing)\nspec/fixtures/lib/gitlab/metrics/dashboard/broken_yml_syntax.yml\n\n# Dynamic YAML files have syntax errors sometimes.\n*.erb\n\n# Vim temporary files.\n*.sw[pon]\n\n# Zipped files (by e.g. asset pipeline)\n*.gz\n*.bz2\n\n#### Folders ####\nnode_modules/\ntmp/\ngenerator_templates/gitlab_internal_events/\n", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": "disable", "comments-indentation": "disable", "comments": "disable", "document-start": "disable", "empty-lines": "disable", "indentation": "disable", "key-duplicates": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 130}}} +{"yaml-files": ["*.yaml", "*.yml"], "ignore": "vendor/**/*\ndist/*.yaml\n", "rules": {"comments": {"require-starting-space": true}, "comments-indentation": "enable", "document-start": {"present": true}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "line-length": {"max": 100, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "key-duplicates": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"anchors": "enable", "braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": "disable", "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "float-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"level": "warning", "max": 200, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"line-length": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"yaml-files": ["area_metadata.yaml"], "extends": "default", "rules": {"line-length": "disable", "commas": {"max-spaces-before": 0, "min-spaces-after": 0, "max-spaces-after": 0}, "indentation": {"spaces": 1, "indent-sequences": false}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "comments-indentation": "disable", "colons": {"ignore": "# need the paths to work as /test/test.yaml as well as /pylib/test/test.yaml\ntest.yaml\n"}, "indentation": {"ignore": "calico.yaml\n"}, "empty-lines": {"ignore": "calico.yaml\n"}}} +{"extends": "default", "ignore": ".tox/\n", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "document-end": "disable"}} +{"extends": "default", "rules": {"braces": "disable", "brackets": "disable", "line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-start": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "comments-indentation": {"level": "error"}, "document-end": {"present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}}, "ignore": "/deps/\nnode_modules/\n/test/fixtures/wpt/\n/tools/gyp/\n/tools/pip/\n"} +{"ignore": "/vendor\ntest/**/**\n/chart/templates/**\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "indentation": {"indent-sequences": "whatever"}}} +{"ignore": "/.tox/\n/.venv/\n/.github/\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "truthy": {"allowed-values": ["yes", "no", "true", "false", "True", "False"], "level": "error"}, "line-length": {"max": 160}, "indentation": "disable", "comments": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 80, "level": "warning"}, "document-start": {"present": false}}} +{"ignore": "vendor/\ntest-data/\n", "extends": "default", "rules": {"indentation": "disable", "document-start": "disable", "comments": "disable", "line-length": "disable", "empty-lines": {"max-start": 1, "max-end": 1}}} +{"extends": "default"} +{"extends": "default", "rules": {"line-length": "disable", "indentation": "disable", "document-start": "disable", "truthy": "disable"}} +{"rules": {"line-length": {"max": 95, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "truthy": "disable"}} +{"ignore": "/vendor\n", "extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"extends": "default", "rules": {"colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "line-length": {"max": 1000}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "comments": {"level": "error", "require-starting-space": true}, "comments-indentation": {"level": "error"}, "document-start": {"level": "error", "present": false}, "new-line-at-end-of-file": "disable", "empty-lines": "disable", "trailing-spaces": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 150}}, "ignore": "k8s/contiv-vpp/templates/vpp.yaml\nk8s/contiv-vpp-ui/templates/ui.yaml\ntests/\nvendor/\nui/node_modules/\nvagrant/calico-vpp/\n"} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 120}, "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"ignore": "assets/*\n.travis.yml\n", "extends": "default", "rules": {"line-length": {"max": 500}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"spaces": 2}, "truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": {"max": 120140}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "colons": "enable", "commas": "enable", "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"line-length": "disable"}, "ignore": ".direnv\n.tox\n"} +{"extends": "default", "rules": {"line-length": {"max": 100, "level": "warning"}, "document-start": false, "document-end": false, "indentation": {"spaces": "consistent", "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": {"max": 120}, "comments-indentation": "disable", "braces": {"max-spaces-inside": 1}}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "document-end": "disable", "new-line-at-end-of-file": "disable", "indentation": "disable"}} +{"document-start": "disable"} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 100}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"line-length": "disable", "trailing-spaces": "disable", "empty-lines": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 160, "level": "warning"}, "truthy": "disable", "indentation": {"spaces": 2, "indent-sequences": false}}, "ignore": "default/roles\n"} +{"extends": "default", "ignore": "test/bin/\ntest/asset/\n", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 120}, "truthy": {"check-keys": false}}} +"\n Exe net5.0 ..\\bin\\Content.YAMLLinter\\ false \n " +{"ignore": ".venv/lib\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "ignore": ".tox\ntest/data/definition_files/bad.yml\ntest/data/definition_files/invalid.yml\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "truthy": {"allowed-values": ["True", "true", "Yes", "yes", "On", "on", "False", "false", "No", "no", "Off", "off"]}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": ".github/stale.yml\nvenv/\n"} +{"extends": "default", "rules": {"line-length": {"max": 100, "ignore": "/src/tests/ftest/\n/src/vos/storage_estimator/\n"}, "indentation": {"spaces": 2}, "commas": {"ignore": "/src/tests/ftest/"}, "truthy": {"allowed-values": ["true", "false", "True", "False"], "check-keys": false}, "document-start": {"present": false}, "document-end": {"present": false}, "comments": {"ignore": "/src/tests/ftest/\n/utils/config/\n"}}, "ignore": "/src/control/vendor/\n/.git/\n/src/rdb/raft/\n/venv/\n/build/\n/install/\n"} +{"extends": "default", "rules": {"line-length": {"max": 500, "level": "error"}, "document-start": "disable", "indentation": {"indent-sequences": false}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120}}} +{"extends": "default", "ignore": ".travis/\n.travis.yml\n.github/\nmeta/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": "/config/crd/bases/*\n", "rules": {"line-length": "disable", "comments": {"min-spaces-from-content": 1}, "trailing-spaces": {"level": "warning"}, "truthy": {"ignore": "/.github/workflows\n"}}} +{"extends": "default", "rules": {"indentation": {"indent-sequences": false}, "line-length": {"max": 999}, "comments": {"min-spaces-from-content": 1}}, "ignore": "node_modules/\n"} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"level": "warning", "max": 120}}, "ignore": "vendor/\ndata/data/install.openshift.io_installconfigs.yaml\ndata/data/manifests/openshift/cluster-networkconfig-crd.yaml\n"} +{"extends": "default", "rules": {"line-length": {"max": 115, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "line-length": {"max": 130}, "truthy": {"check-keys": false}}} +{"extends": "default", "ignore": ".cache/\nkustomization.yaml\nawx-operator.clusterserviceversion.yaml\nbundle\n.helm/starter\nhacking/\n", "rules": {"truthy": "disable", "line-length": {"max": 170}, "document-start": "disable", "comments-indentation": "disable", "indentation": {"level": "warning", "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 255, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"line-length": {"max": 140}, "truthy": {"ignore": ".github/workflows/*.yml"}}, "ignore": "**/vendor\n"} +{"extends": "default", "rules": {"document-start": "disable", "indentation": "disable", "line-length": {"max": 200}}} +"molecule/travis/yamllint.yml" +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 250, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": "changelogs\n", "rules": {"line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-end": {"present": true}, "indentation": {"level": "error", "indent-sequences": true}, "truthy": {"level": "error", "allowed-values": ["true", "false"]}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 1}, "empty-values": "disable", "float-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 128}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "ignore": "*node_modules*\n", "rules": {"document-end": {"present": false}, "document-start": {"present": true}, "indentation": {"spaces": 4}, "line-length": "disable"}} +{"extends": "default", "ignore": "/.venv\nvendor/\n/common/defs/ethereum/chains/\n/common/defs/ethereum/tokens/\n", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": "disable", "document-start": "disable", "comments-indentation": "disable", "indentation": {"spaces": 2}}} +{"ignore": "venv\nbuild\n.github/workflows\n", "rules": {"braces": {"forbid": true}, "brackets": {"forbid": true}, "colons": {"max-spaces-after": 1, "max-spaces-before": 0}, "comments": {"ignore-shebangs": true, "min-spaces-from-content": 2, "require-starting-space": true}, "comments-indentation": "enable", "empty-lines": {"max": 1}, "hyphens": {"max-spaces-after": 1}, "indentation": {"check-multi-line-strings": true, "indent-sequences": true, "spaces": "consistent"}, "key-duplicates": "enable", "key-ordering": {"ignore": ".pre-commit-config.yaml\n.github\n"}, "line-length": {"allow-non-breakable-words": true, "max": 80}, "new-lines": {"type": "unix"}, "octal-values": {"forbid-explicit-octal": true, "forbid-implicit-octal": true}, "quoted-strings": {"extra-required": ["\\d\\d:\\d\\d"], "quote-type": "single", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}, "ignore": "venv/\n.molecule/\n"} +{"ignore": "config/custom_components/\nconfig/ip_bans.yaml\nconfig/esphomeyaml/*/\nconfig/notebooks/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true, "ignore": "config/known_devices.yaml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"ignore": ".github/support.yml\n.github/settings.yml\n", "level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}, "ignore": "zuul.d/*.yaml\ntemplates/*.yaml\n"} +{"ignore": "custom_components/\nip_bans.yaml\n.github/workflows/*\n", "rules": {"line-length": "disable"}} +{"ignore": "/vendor\ntest/**/*-chart/**\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"rules": {"document-start": "disable", "indentation": {"level": "error", "indent-sequences": "consistent"}}, "ignore": ".tox\n"} +{"extends": "default", "rules": {"line-length": "disable", "new-lines": {"type": "unix"}, "new-line-at-end-of-file": {"level": "warning"}, "trailing-spaces": {"level": "warning"}}} +{"extends": "default", "ignore-from-file": ".gitignore", "rules": {"document-start": {"present": false}, "line-length": {"max": 80, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "comments": {"require-starting-space": true}}} +{"extends": "default", "ignore": "env/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal class Program { private static int Main(string[] args) { return new Program().Run(); }\nprivate int Run() { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = RunValidation().Result;\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (clientErrors.TryGetValue(key, out var clientVal)) { newErrors.UnionWith(val.Intersect(clientVal)); newErrors.UnionWith(clientVal.Where(n => n.AlwaysRelevant)); }\nif (newErrors.Count == 0) continue; allErrors[key] = newErrors; }\nreturn allErrors; } } }" +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": ".imported_roles/\n", "rules": {"line-length": {"max": 80, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true, "level": "warning"}, "braces": {"max-spaces-inside": 1}}} +{"extends": "default", "ignore": "molecule/\n.travis/\n.travis.yml\nmeta/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": "venv/\nVagrant\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": false}, "truthy": "disable", "line-length": "disable", "comments": {"min-spaces-from-content": 1}}, "ignore": "/third_party/*"} +{"extends": "relaxed", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": "files/\ntemplates/\n", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 300, "allow-non-breakable-inline-mappings": true}}} +{"extends": "relaxed", "ignore": "vendor/**\n", "rules": {"line-length": "disable", "trailing-spaces": {"ignore": "Tests/**\n"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}, "ignore": ".github/stale.yml\n"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true}}} +{"ignore": "/vendor\n/etc\n.git\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": {"present": false}, "line-length": "disable"}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 175, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}, "document-start": "disable", "line-length": {"max": 85}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".esphome/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 2, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 90}}} +{"extends": "default", "rules": {"indentation": {"indent-sequences": false}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 80, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": true}, "comments-indentation": "disable"}} +{"ignore": "/node_modules/\n/test/node_modules/\n", "extends": "default", "rules": {"line-length": {"max": 240}, "indentation": {"indent-sequences": "consistent"}, "brackets": {"max-spaces-inside": 1}, "document-start": "disable", "truthy": {"check-keys": false}, "comments": {"min-spaces-from-content": 1}}} +{"ignore": "blueprint.yaml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 120}, "braces": "disable"}} +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"line-length": "disable", "document-start": "disable"}} +{"rules": {"line-length": "disable", "document-start": "disable"}} +{"rules": {"line-length": "disable", "document-start": "disable"}} +{"rules": {"line-length": "disable", "document-start": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 130}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 130}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 130}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 130}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "comments-indentation": "disable", "colons": {"ignore": "# need the paths to work as /test/test.yaml as well as /pylib/test/test.yaml\ntest.yaml\n"}, "indentation": {"ignore": "calico.yaml\n"}, "empty-lines": {"ignore": "calico.yaml\n"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "comments-indentation": "disable", "colons": {"ignore": "# need the paths to work as /test/test.yaml as well as /pylib/test/test.yaml\ntest.yaml\n"}, "indentation": {"ignore": "calico.yaml\n"}, "empty-lines": {"ignore": "calico.yaml\n"}}} +{"extends": "default", "ignore": ".tox/\n", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "document-end": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "document-end": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "document-end": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "document-end": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "comments-indentation": {"level": "error"}, "document-end": {"present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}}, "ignore": "/deps/\nnode_modules/\n/test/fixtures/wpt/\n/tools/gyp/\n/tools/pip/\n"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "comments-indentation": {"level": "error"}, "document-end": {"present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}}, "ignore": "/deps/\nnode_modules/\n/test/fixtures/wpt/\n/tools/gyp/\n/tools/pip/\n"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "comments-indentation": {"level": "error"}, "document-end": {"present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}}, "ignore": "/deps/\nnode_modules/\n/test/fixtures/wpt/\n/tools/gyp/\n/tools/pip/\n"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "comments-indentation": {"level": "error"}, "document-end": {"present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}}, "ignore": "/deps/\nnode_modules/\n/test/fixtures/wpt/\n/tools/gyp/\n/tools/pip/\n"} +{"ignore": "/.tox/\n/.venv/\n/.github/\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "truthy": {"allowed-values": ["yes", "no", "true", "false", "True", "False"], "level": "error"}, "line-length": {"max": 160}, "indentation": "disable", "comments": "disable"}} +{"ignore": "/.tox/\n/.venv/\n/.github/\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "truthy": {"allowed-values": ["yes", "no", "true", "false", "True", "False"], "level": "error"}, "line-length": {"max": 160}, "indentation": "disable", "comments": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 80, "level": "warning"}, "document-start": {"present": false}}} +{"extends": "default", "rules": {"line-length": {"max": 80, "level": "warning"}, "document-start": {"present": false}}} +{"extends": "default"} +{"extends": "default"} +{"extends": "default"} +{"extends": "default"} +{"extends": "default", "rules": {"line-length": "disable", "indentation": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "indentation": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "indentation": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "indentation": "disable", "document-start": "disable", "truthy": "disable"}} +{"ignore": "/vendor\n", "extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"ignore": "/vendor\n", "extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"ignore": "/vendor\n", "extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"ignore": "/vendor\n", "extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 120}, "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "colons": "enable", "commas": "enable", "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "colons": "enable", "commas": "enable", "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 120}, "comments-indentation": "disable", "braces": {"max-spaces-inside": 1}}} +{"extends": "default", "rules": {"line-length": {"max": 120}, "comments-indentation": "disable", "braces": {"max-spaces-inside": 1}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 100}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 100}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 100}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"document-start": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 160, "level": "warning"}, "truthy": "disable", "indentation": {"spaces": 2, "indent-sequences": false}}, "ignore": "default/roles\n"} +{"extends": "default", "rules": {"document-start": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 160, "level": "warning"}, "truthy": "disable", "indentation": {"spaces": 2, "indent-sequences": false}}, "ignore": "default/roles\n"} +{"extends": "default", "ignore": "test/bin/\ntest/asset/\n", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 120}, "truthy": {"check-keys": false}}} +{"extends": "default", "ignore": "test/bin/\ntest/asset/\n", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 120}, "truthy": {"check-keys": false}}} +{"ignore": ".venv/lib\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": ".venv/lib\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": ".venv/lib\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": ".venv/lib\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 500, "level": "error"}, "document-start": "disable", "indentation": {"indent-sequences": false}}} +{"extends": "default", "rules": {"line-length": {"max": 500, "level": "error"}, "document-start": "disable", "indentation": {"indent-sequences": false}}} +{"extends": "default", "rules": {"line-length": {"max": 500, "level": "error"}, "document-start": "disable", "indentation": {"indent-sequences": false}}} +{"extends": "default", "rules": {"line-length": {"max": 500, "level": "error"}, "document-start": "disable", "indentation": {"indent-sequences": false}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "ignore": ".travis/\n.travis.yml\n.github/\nmeta/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"indentation": {"indent-sequences": false}, "line-length": {"max": 999}, "comments": {"min-spaces-from-content": 1}}, "ignore": "node_modules/\n"} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"level": "warning", "max": 120}}, "ignore": "vendor/\ndata/data/install.openshift.io_installconfigs.yaml\ndata/data/manifests/openshift/cluster-networkconfig-crd.yaml\n"} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"level": "warning", "max": 120}}, "ignore": "vendor/\ndata/data/install.openshift.io_installconfigs.yaml\ndata/data/manifests/openshift/cluster-networkconfig-crd.yaml\n"} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 255, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": "disable", "line-length": {"max": 200}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": "disable", "line-length": {"max": 200}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": "disable", "line-length": {"max": 200}}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 250, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 250, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 250, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 250, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": "changelogs\n", "rules": {"line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-end": {"present": true}, "indentation": {"level": "error", "indent-sequences": true}, "truthy": {"level": "error", "allowed-values": ["true", "false"]}}} +{"extends": "default", "ignore": "changelogs\n", "rules": {"line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-end": {"present": true}, "indentation": {"level": "error", "indent-sequences": true}, "truthy": {"level": "error", "allowed-values": ["true", "false"]}}} +{"extends": "default", "ignore": "changelogs\n", "rules": {"line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-end": {"present": true}, "indentation": {"level": "error", "indent-sequences": true}, "truthy": {"level": "error", "allowed-values": ["true", "false"]}}} +{"extends": "default", "ignore": "/.venv\nvendor/\n/common/defs/ethereum/chains/\n/common/defs/ethereum/tokens/\n", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": "disable", "document-start": "disable", "comments-indentation": "disable", "indentation": {"spaces": 2}}} +{"extends": "default", "ignore": "/.venv\nvendor/\n/common/defs/ethereum/chains/\n/common/defs/ethereum/tokens/\n", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": "disable", "document-start": "disable", "comments-indentation": "disable", "indentation": {"spaces": 2}}} +{"extends": "default", "ignore": "/.venv\nvendor/\n/common/defs/ethereum/chains/\n/common/defs/ethereum/tokens/\n", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": "disable", "document-start": "disable", "comments-indentation": "disable", "indentation": {"spaces": 2}}} +{"extends": "default", "ignore": "/.venv\nvendor/\n/common/defs/ethereum/chains/\n/common/defs/ethereum/tokens/\n", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": "disable", "document-start": "disable", "comments-indentation": "disable", "indentation": {"spaces": 2}}} +{"ignore": "venv\nbuild\n.github/workflows\n", "rules": {"braces": {"forbid": true}, "brackets": {"forbid": true}, "colons": {"max-spaces-after": 1, "max-spaces-before": 0}, "comments": {"ignore-shebangs": true, "min-spaces-from-content": 2, "require-starting-space": true}, "comments-indentation": "enable", "empty-lines": {"max": 1}, "hyphens": {"max-spaces-after": 1}, "indentation": {"check-multi-line-strings": true, "indent-sequences": true, "spaces": "consistent"}, "key-duplicates": "enable", "key-ordering": {"ignore": ".pre-commit-config.yaml\n.github\n"}, "line-length": {"allow-non-breakable-words": true, "max": 80}, "new-lines": {"type": "unix"}, "octal-values": {"forbid-explicit-octal": true, "forbid-implicit-octal": true}, "quoted-strings": {"extra-required": ["\\d\\d:\\d\\d"], "quote-type": "single", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": "venv\nbuild\n.github/workflows\n", "rules": {"braces": {"forbid": true}, "brackets": {"forbid": true}, "colons": {"max-spaces-after": 1, "max-spaces-before": 0}, "comments": {"ignore-shebangs": true, "min-spaces-from-content": 2, "require-starting-space": true}, "comments-indentation": "enable", "empty-lines": {"max": 1}, "hyphens": {"max-spaces-after": 1}, "indentation": {"check-multi-line-strings": true, "indent-sequences": true, "spaces": "consistent"}, "key-duplicates": "enable", "key-ordering": {"ignore": ".pre-commit-config.yaml\n.github\n"}, "line-length": {"allow-non-breakable-words": true, "max": 80}, "new-lines": {"type": "unix"}, "octal-values": {"forbid-explicit-octal": true, "forbid-implicit-octal": true}, "quoted-strings": {"extra-required": ["\\d\\d:\\d\\d"], "quote-type": "single", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": "config/custom_components/\nconfig/ip_bans.yaml\nconfig/esphomeyaml/*/\nconfig/notebooks/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true, "ignore": "config/known_devices.yaml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"ignore": ".github/support.yml\n.github/settings.yml\n", "level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"rules": {"document-start": "disable", "indentation": {"level": "error", "indent-sequences": "consistent"}}, "ignore": ".tox\n"} +{"extends": "default", "rules": {"line-length": "disable", "new-lines": {"type": "unix"}, "new-line-at-end-of-file": {"level": "warning"}, "trailing-spaces": {"level": "warning"}}} +{"extends": "default", "ignore": "env/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal class Program { private static int Main(string[] args) { return new Program().Run(); }\nprivate int Run() { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = RunValidation().Result;\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (clientErrors.TryGetValue(key, out var clientVal)) { newErrors.UnionWith(val.Intersect(clientVal)); newErrors.UnionWith(clientVal.Where(n => n.AlwaysRelevant)); }\nif (newErrors.Count == 0) continue; allErrors[key] = newErrors; }\nreturn allErrors; } } }" +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"line-length": "disable"}} +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"line-length": "disable"}} +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"line-length": "disable"}} +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": false}, "truthy": "disable", "line-length": "disable", "comments": {"min-spaces-from-content": 1}}, "ignore": "/third_party/*"} +{"extends": "relaxed", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": "files/\ntemplates/\n", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 300, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "files/\ntemplates/\n", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 300, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "files/\ntemplates/\n", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 300, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "files/\ntemplates/\n", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 300, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}, "ignore": ".github/stale.yml\n"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-inline-mappings": true}}} +{"ignore": "/vendor\n/etc\n.git\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"ignore": "/vendor\n/etc\n.git\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"ignore": "/vendor\n/etc\n.git\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"ignore": "/vendor\n/etc\n.git\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": {"present": false}, "line-length": "disable"}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 175, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 175, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}, "document-start": "disable", "line-length": {"max": 85}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".esphome/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 2, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".esphome/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 2, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"indentation": {"indent-sequences": false}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"indentation": {"indent-sequences": false}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"rules": {"quoted-strings": {"required": true}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 1}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": "whatever", "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"level": "warning"}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "enable", "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "relaxed", "rules": {"line-length": {"max": 120}, "hyphens": "disable"}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "error"}, "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 180, "level": "warning"}, "truthy": "disable"}} +{"ignore": ".direnv\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning", "allowed-values": ["true", "false", "on"]}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "document-start": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "brackets": {"max-spaces-inside": 1}, "line-length": {"ignore": ".github/*\n"}, "truthy": {"ignore": ".github/*\n"}}} +{"ignore": "molecule/*/tests/\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "new-line-at-end-of-file": "enable"}} +".github/workflows/fixtures/test.yaml" +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint.yaml"], "ignore": ".venv\n", "rules": {"line-length": {"max": 120}}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}}} +{"extends": "relaxed", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": {"min-spaces-from-content": 1}, "line-length": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}, "ignore": ".direnv/\n.venv/\n.git/\n.tox\n.cache\nroles/\n.ansible-lint\n.github/\n.pre-commit-config.yaml\n"} +{"extends": "default", "rules": {"line-length": {"max": 220, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "document-start": {"level": "error"}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 170, "level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "error"}}, "ignore": ".github/workflows/main.yml\n"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\nsite.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 350}}} +{"extends": "default", "yaml-files": ["*.yaml"], "rules": {"empty-values": "enable", "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "line-length": {"max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "octal-values": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}, "truthy": {"check-keys": false}, "document-start": {"present": false}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "extends": "default", "rules": {"indentation": "disable", "document-start": "disable", "comments": "disable", "line-length": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1}, "line-length": false}} +{"extends": "default", "rules": {"document-start": {"present": true}, "colons": "disable", "empty-lines": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable", "skip_list": ["role-name"]}} +{"extends": "default", "rules": {"comments-indentation": {"ignore": "playbook.yml\n"}}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false}, "indentation": {"check-multi-line-strings": true, "spaces": "consistent", "indent-sequences": true}, "line-length": "disable", "truthy": "enable", "key-duplicates": "enable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable", "comments-indentation": "disable"}, "ignore": "roles\nvirtenv\nvenv\n"} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "comments-indentation": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}}} +{"extends": "default", "ignore": "tests/roles/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 2}, "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "float-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"truthy": false} +{"extends": "default", "ignore": "/defaults/main.yaml\n"} +{"extends": "default", "rules": {"line-length": {"max": 180, "level": "warning"}, "document-start": {"level": "error"}, "comments": {"level": "error"}, "truthy": {"level": "error"}}, "ignore": ".github/stale.yml\n.cache\nroles\n"} +".config/yamllint/config.symlink" +{"extends": "default", "ignore": ".github/workflows/\n", "rules": {"document-start": "disable", "comments": {"min-spaces-from-content": 1}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"present": false}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 160, "allow-non-breakable-words": false, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable"}, "ignore": ".tox/\n"} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility; using Robust.UnitTesting;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] _) { PoolManager.Startup(null); var stopwatch = new Stopwatch(); stopwatch.Start();\nvar (errors, fieldErrors) = await RunValidation();\nvar count = errors.Count + fieldErrors.Count;\nif (count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nforeach (var error in fieldErrors) { Console.WriteLine(error); }\nConsole.WriteLine($\"{count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); PoolManager.Shutdown(); return -1; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(); var client = pairTracker.Pair.Client; var result = await ValidateInstance(client); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(); var server = pairTracker.Pair.Server; var result = await ValidateInstance(server); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary>, List)> ValidateInstance( RobustIntegrationTest.IntegrationInstance instance) { var protoMan = instance.ResolveDependency(); Dictionary> yamlErrors = default!; List fieldErrors = default!;\nawait instance.WaitPost(() => { yamlErrors = protoMan.ValidateDirectory(new ResPath(\"/Prototypes\"), out var prototypes); fieldErrors = protoMan.ValidateFields(prototypes); });\nreturn (yamlErrors, fieldErrors); }\npublic static async Task<(Dictionary> YamlErrors , List FieldErrors)> RunValidation() { var yamlErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors.YamlErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.Item1.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) yamlErrors[key] = newErrors; }\n// Next add any always-relevant client errors. foreach (var (key, val) in clientErrors.YamlErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (yamlErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else yamlErrors[key] = newErrors; }\n// Finally, combine the prototype ID field errors. var fieldErrors = serverErrors.FieldErrors .Concat(clientErrors.FieldErrors) .Distinct() .ToList();\nreturn (yamlErrors, fieldErrors); } } }" +{"extends": "default", "rules": {"line-length": {"max": 350, "level": "warning"}}, "ignore": ".github/stale.yml\nvenv\nroles\n"} +{"extends": "default", "rules": {"comments": {"level": "error"}, "comments-indentation": {"level": "error"}, "document-start": {"level": "error"}, "line-length": {"max": 400, "level": "error"}, "quoted-strings": {"level": "error"}, "truthy": {"check-keys": false, "allowed-values": ["False", "True", "false", "true"], "level": "error"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": {"max": 120}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"line-length": {"max": 120, "level": "warning"}}, "ignore": ".github\n"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "new-lines": "disable", "new-line-at-end-of-file": "disable", "truthy": "disable", "comments-indentation": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": false}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "comments": {"min-spaces-from-content": 1}, "document-end": "disable", "document-start": "disable", "line-length": {"max": 300}, "truthy": {"check-keys": false}}} +{"extends": "default", "ignore": "build/\ntarget/\n.databend/\n", "rules": {"line-length": {"max": 120, "level": "warning"}, "braces": "disable", "brackets": "disable", "document-start": "disable", "truthy": {"check-keys": false}}} +{"extends": "default", "ignore": ".bundle/\n.cache/\n.git/\nnode_modules/\ntest/**/states/**/*.sls\n.kitchen/\nkitchen.vagrant.yml\npillar.example\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"ignore": "azure-*.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false, "ignore": "**/issue_templates.yml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"line-length": false}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml"} +{"ignore": "custom_components/\nip_bans.yaml\nesphomeyaml/*/\nnotebooks/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true, "ignore": "config/known_devices.yaml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"ignore": ".github/support.yml\n.github/settings.yml\n.gitlab-ci.yml\nconfig/packages/alarm_clock.yaml\nconfig/packages/finance_tracker.yaml\nconfig/packages/weather.yaml\n", "level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "min-spaces-inside-empty": 0, "min-spaces-inside": 1}, "comments": {"min-spaces-from-content": 1}, "line-length": {"max": 120}}} +{"ignore": "/vendor/**\n/spec/manageiq/**\n/spec/tools/vim_data/**\n/spec/vcr_cassettes/**\n", "extends": "relaxed", "rules": {"indentation": {"indent-sequences": false}, "line-length": {"max": 120}}} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 90}}} +{"extends": "default", "rules": {"indentation": "disable", "document-start": "disable", "new-line-at-end-of-file": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": {"present": false}, "line-length": {"max": 132, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "ignore": "/.github/workflows/lint.yaml\n/.github/workflows/build.yaml\n"}, "truthy": {"ignore": "/.github/workflows/\n"}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "ignore": "_tmp/\n.bitrise.secrets.yml\n.git/\n.github/\nvendor/\n_examples/\n_lessons/\n", "rules": {"empty-lines": {"max": 1}, "line-length": "disable", "document-start": "disable", "indentation": {"indent-sequences": false}, "comments-indentation": "disable", "comments": {"level": "error"}, "octal-values": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "braces": {"min-spaces-inside": 1, "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"line-length": false, "truthy": false, "indentation": {"spaces": 2}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "enable", "trailing-spaces": "disable", "new-line-at-end-of-file": "disable"}} +{"extends": "default", "ignore": "cookiecutter/**/buildspec.yml\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"spaces": 2, "level": "warning", "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}, "ignore": "/.ddev/\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": "venv\n", "extends": "default", "rules": {"braces": {"forbid": "non-empty", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "comments-indentation": {}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-flow-mappings": true, "forbid-in-block-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": false}, "quoted-strings": {"quote-type": "any", "required": "only-when-needed", "extra-allowed": ["\\d{2,2}:\\d{2,2}"]}, "trailing-spaces": "enable", "truthy": {"level": "error", "allowed-values": ["true", "false"], "check-keys": false}}} +{"locale": "en_US.UTF-8", "rules": {"colons": {"max-spaces-after": 1, "max-spaces-before": 1}, "key-ordering": {}, "line-length": {"allow-non-breakable-inline-mappings": true}}, "yaml-files": ["*.yaml", "*.yml", ".yamllint"]} +{"extends": "default", "ignore": ".bundle/\n.cache/\n.git/\nnode_modules/\ntest/**/states/**/*.sls\n.kitchen/\nsalt/\npillar/users/init.sls\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls", "*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}, "comments": "disable", "comments-indentation": "disable"}} +{"extends": "default", "rules": {"comments": "enable", "empty-values": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": "disable", "quoted-strings": {"quote-type": "double"}}, "ignore": ".venv/\nnautobot_ssot/integrations/aci/diffsync/device-types/\ncompose.yaml\n"} +{"extends": "default", "ignore": "build/\n", "rules": {"document-start": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 130, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"max": 200, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False", "yes", "no", "Yes", "No"]}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "disable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": {"level": "warning"}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "comments-indentation": "disable"}} +{"ignore": ".github/*\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 2, "max-end": 2}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 2480, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"brackets": {"max-spaces-inside": 1}, "document-start": {"ignore": "*.sops.yaml\n*.sops.yml\n"}, "empty-lines": {"max": 1}, "line-length": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent", "level": "warning", "ignore": "*.sops.yaml\n*.sops.yml\n"}, "new-line-at-end-of-file": "disable", "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": "consistent"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 140}}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}, "ignore": "venv/\n.cache/\n"} +{"rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": true}, "indentation": {"spaces": 4}, "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "truthy": {"allowed-values": ["yes", "no", "true", "false"]}}, "ignore": ".github/workflows/*.yml\n"} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "line-length": "disable", "key-duplicates": {"level": "warning"}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"level": "error", "require-starting-space": true}, "comments-indentation": "disable", "document-start": "disable", "indentation": {"level": "error", "spaces": 2, "indent-sequences": true}, "line-length": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".ansible/\n.cache/\n.idea/\n.mac_maker/\ncollections/\nroles/\n", "rules": {"braces": {"max-spaces-inside": 0, "level": "error"}, "brackets": {"max-spaces-inside": 0, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "indentation": {"spaces": "consistent", "indent-sequences": true, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": {"level": "error"}, "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"type": "unix"}, "octal-values": {"forbid-implicit-octal": true}, "trailing-spaces": {"level": "error"}, "truthy": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2}, "line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": "disable", "truthy": {"check-keys": false}, "line-length": {"max": 120}}} +{"extends": "default", "rules": {"braces": "disable", "line-length": {"max": 120, "level": "warning"}}, "ignore": ".github/\n"} +{"rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "comments": {"min-spaces-from-content": 1, "require-starting-space": true}, "document-end": {"present": false}, "document-start": {"present": false}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "float-values": {"forbid-inf": true, "forbid-nan": true, "forbid-scientific-notation": true, "require-numeral-before-decimal": true}, "key-duplicates": "enable", "new-lines": "enable", "octal-values": {"forbid-explicit-octal": true, "forbid-implicit-octal": true}, "quoted-strings": {"allow-quoted-quotes": true, "quote-type": "double", "required": true}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "empty-lines": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "disable", "empty-values": "disable", "float-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "disable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"ignore": "REST APIs/Postman/cvp-openapi.yaml\n"} +{"rules": {"line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": ".github/workflows/*\ntests/roles/\n", "rules": {"document-start": "disable", "comments-indentation": "disable", "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": -1}, "line-length": {"max": 180, "ignore": "defaults/main.yml\n"}, "new-lines": {"type": "unix"}, "indentation": {"spaces": 2, "indent-sequences": true}, "new-line-at-end-of-file": "disable", "truthy": "disable", "comments": "disable", "empty-lines": {"max": 3, "max-start": 0, "max-end": 1}}} +{"extends": "default", "rules": {"line-length": {"max": 160, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "document-start": {"present": true}}} +{"line-length": "disable"} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"level": "warning", "max": 120}}} +{"rules": {"truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 200, "allow-non-breakable-words": true}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "octal-values": {"forbid-explicit-octal": true}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".github/workflows/*.yml\ntmp*\n", "rules": {"line-length": {"max": 150}}} +{"rules": {"line-length": "disable"}} +{"ignore": "*.sops.*\n*kustomizeconfig.yaml*\n*storage-test-pods.yaml*\n*values.yaml*\n", "extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "comments": {"min-spaces-from-content": 1}, "line-length": "disable", "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 88, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"spaces": "consistent", "indent-sequences": "consistent", "check-multi-line-strings": false}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "comments": {"min-spaces-from-content": 1}, "line-length": "disable", "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": {"max": 89, "level": "warning"}}} +{"extends": "default", "ignore": "context\nroles/*\ncollections/*\n.pre-commit-config.yaml\n", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"comments-indentation": "disable", "line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"rules": {"document-end": "disable", "document-start": "disable"}} +{"extends": "default", "ignore": "venv/\n.github/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "truthy": {"allowed-values": ["on", "true", "false"]}}} +{"yaml-files": ["*.yaml", "*.yml", "*.tkape", "*.mkape"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "disable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"check-keys": false, "level": "warning"}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": {}, "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": false, "line-length": {"max": 100, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": {}}} +{"extends": "default", "ignore": "known_devices.yaml\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "document-end": {"present": false}, "document-start": {"present": false}, "empty-values": "enable", "indentation": {"check-multi-line-strings": false, "indent-sequences": true, "spaces": 2}, "line-length": "disable", "quoted-strings": {"quote-type": "double", "required": false, "extra-required": [], "extra-allowed": []}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"forbid": "non-empty", "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "float-values": {"forbid-inf": true, "forbid-nan": true, "forbid-scientific-notation": true, "require-numeral-before-decimal": true}, "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "error", "check-keys": false}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "comments": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 200, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": false}}} +{"extends": "default", "ignore": ".vim/bundle/\n"} +{"extends": "default", "ignore": ".venv/\nsrc/\nweb/\n"} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"locale": "en_US.UTF-8", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 95}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning", "allowed-values": ["true", "false"], "check-keys": false}}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": true}, "document-start": {"present": true, "ignore": "examples/*.yaml\n"}, "line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "truthy": {"ignore": "*.yml\n*.yaml\n"}}} +{"extends": "default", "ignore": "molecule/default/tests", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 300, "level": "warning"}}} +{"ignore": "**/cassettes/*.yaml\n", "extends": "default", "rules": {"line-length": {"max": 88}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"document-start": "disable", "line-length": {"max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": "enable", "line-length": "disable", "new-lines": {"type": "unix"}, "new-line-at-end-of-file": "disable", "truthy": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "ignore": ".github/\n.tox/\n", "rules": {"truthy": "disable", "line-length": "disable", "indentation": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 200, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "themes\n", "rules": {"braces": {"forbid": true}, "brackets": {"forbid": true}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 2}, "document-start": {"present": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": false, "check-multi-line-strings": true}, "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": "enable"}} +{"extends": "default", "ignore": "docker/**/*.yml\n", "rules": {"line-length": {"max": 120, "level": "warning", "ignore": "docker-compose.yml\n"}, "truthy": {"ignore": "?appveyor.yml\n.github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}} +{"ignore": ".cargo\n.pyenv\n"} +{"extends": "default", "ignore-from-file": ".gitignore"} +{"extends": "default", "rules": {"line-length": {"max": 120}}} +{"extends": "default", "rules": {"line-length": {"max": 100}}, "ignore-from-file": ".gitignore"} +{"extends": "default", "rules": {"comments": "enable"}, "ignore": "archive/\n"} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": {"level": "warning"}, "braces": {"max-spaces-inside": 1}}} +{"extends": "default", "rules": {"colons": {"max-spaces-before": 0, "max-spaces-after": 60}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "upstream-*\nipxe-*\n", "rules": {"braces": {"max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "line-length": {"level": "warning", "max": 160, "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 160, "level": "warning"}, "truthy": "disable"}} +{"extends": "default", "ignore": "roles/matrix-synapse/vars/workers.yml\n", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}} +{"rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": ".yamllint.yml\n*.enc.*\n*.sops.*\n", "extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "comments": {"min-spaces-from-content": 1}, "line-length": "disable", "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "hyphens": {"max-spaces-after": 1}, "document-start": "disable"}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 175, "level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}}} +{"extends": "default", "ignore": ".venv\n", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 200}}} +{"ignore": ".pre-commit-config.yaml\n.yamllint"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}, "truthy": "disable"}, "ignore": ".github\nmolecule\nroles/contrib\n.galaxy.yml\n"} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning", "max": 3}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"max": 140, "level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "yes", "no"]}}, "ignore": "./venv/"} +{"extends": "default", "rules": {"line-length": {"max": 125}}} +{"extends": "default", "ignore": "/tests/config/dbAuth/badDbAuth2.yaml\n", "rules": {"document-start": {"present": false}, "line-length": {"max": 132, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "ignore": "/.github/workflows/lint.yaml\n"}, "truthy": {"ignore": "/.github/workflows/\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "ignore": ".storage/\nappdaemon/\ncustom_components/\ndeps/\nnotebooks/\nthemes/\nesphome/\nnode-red/\nthemes/\nwww/\nzigbee2mqtt/\n.ip_authenticated.yaml\nip_bans.yaml\nknown_devices.yaml\nsecrets.yaml\nsecrets_example.yaml\ngoogle_calendars.yaml\n", "rules": {"document-start": {"level": "error", "present": false}, "line-length": {"level": "error", "max": 120}, "comments": {"level": "error", "min-spaces-from-content": 1}}} +{"rules": {"document-start": "disable", "line-length": "disable"}} +{"ignore": "", "extends": "relaxed", "rules": {"line-length": {"max": 120}}} +{"404": "Not Found"} +{"extends": "default", "ignore": "/.travis.yml\n/tests\n", "rules": {"line-length": {"max": 120}}} +{"yaml-files": ["themes/midnight.yaml"], "rules": {"braces": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "empty-values": {"level": "error", "forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "key-ordering": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"line-length": {"max": 150}} +{"rules": {"line-length": {"max": 100, "level": "error"}}} +{"rules": {"line-length": {"max": 280, "level": "warning"}}} +{"extends": "relaxed", "rules": {"line-length": {"max": 200, "allow-non-breakable-inline-mappings": true}}} +{"ignore-from-file": [".gitignore", ".yamlignore"], "extends": "default", "rules": {"document-start": "disable", "float-values": "enable", "line-length": "disable", "octal-values": "enable", "truthy": {"check-keys": false}}} +{"ignore": "rendered/\n", "extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "braces": {"max-spaces-inside": 1}, "indentation": {"spaces": "consistent", "indent-sequences": "whatever"}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "comments-indentation": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 190, "level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 120}, "comments": {"min-spaces-from-content": 1}, "truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": {"max": 135, "allow-non-breakable-words": true}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "extends": "default", "rules": {"line-length": {"max": 120}}, "ignore": "/tests/*.yaml\ngating.yaml\n"} +{"yaml-files": ["*.yaml", "*.yml"], "ignore": "vendor/**/*\n.rubocop_todo.yml\n", "rules": {"comments": {"require-starting-space": true}, "comments-indentation": "enable", "document-start": {"present": true}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "line-length": {"max": 100, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "key-duplicates": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"document-start": {"present": false}, "indentation": {"indent-sequences": false}, "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"rules": {"quoted-strings": {"required": true}}} +{"rules": {"quoted-strings": {"required": true}}} +{"rules": {"quoted-strings": {"required": true}}} +{"rules": {"quoted-strings": {"required": true}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 1}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": "whatever", "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"level": "warning"}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 2, "max-start": 0, "max-end": 1}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": "whatever", "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"level": "warning"}}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "enable", "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "enable", "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "enable", "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": "enable", "document-end": "disable", "document-start": {"present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 80, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "relaxed", "rules": {"line-length": {"max": 120}, "hyphens": "disable"}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "error"}, "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "error"}, "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "error"}, "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on", "yes"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "error"}, "comments": {"min-spaces-from-content": 1}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning", "allowed-values": ["true", "false", "on"]}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning", "allowed-values": ["true", "false", "on"]}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "error"}}, "ignore": ".github/workflows/main.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\nsite.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\nsite.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\nsite.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\nsite.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 350}}} +{"extends": "default", "rules": {"line-length": {"max": 350}}} +{"extends": "default", "yaml-files": ["*.yaml"], "rules": {"empty-values": "enable", "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "line-length": {"max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "octal-values": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}, "truthy": {"check-keys": false}, "document-start": {"present": false}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable", "skip_list": ["role-name"]}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false}, "indentation": {"check-multi-line-strings": true, "spaces": "consistent", "indent-sequences": true}, "line-length": "disable", "truthy": "enable", "key-duplicates": "enable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false}, "indentation": {"check-multi-line-strings": true, "spaces": "consistent", "indent-sequences": true}, "line-length": "disable", "truthy": "enable", "key-duplicates": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 180, "level": "warning"}, "document-start": {"level": "error"}, "comments": {"level": "error"}, "truthy": {"level": "error"}}, "ignore": ".github/stale.yml\n.cache\nroles\n"} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility; using Robust.UnitTesting;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] _) { PoolManager.Startup(null); var stopwatch = new Stopwatch(); stopwatch.Start();\nvar (errors, fieldErrors) = await RunValidation();\nvar count = errors.Count + fieldErrors.Count;\nif (count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nforeach (var error in fieldErrors) { Console.WriteLine(error); }\nConsole.WriteLine($\"{count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); PoolManager.Shutdown(); return -1; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(); var client = pairTracker.Pair.Client; var result = await ValidateInstance(client); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(); var server = pairTracker.Pair.Server; var result = await ValidateInstance(server); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary>, List)> ValidateInstance( RobustIntegrationTest.IntegrationInstance instance) { var protoMan = instance.ResolveDependency(); Dictionary> yamlErrors = default!; List fieldErrors = default!;\nawait instance.WaitPost(() => { yamlErrors = protoMan.ValidateDirectory(new ResPath(\"/Prototypes\"), out var prototypes); fieldErrors = protoMan.ValidateFields(prototypes); });\nreturn (yamlErrors, fieldErrors); }\npublic static async Task<(Dictionary> YamlErrors , List FieldErrors)> RunValidation() { var yamlErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors.YamlErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.Item1.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) yamlErrors[key] = newErrors; }\n// Next add any always-relevant client errors. foreach (var (key, val) in clientErrors.YamlErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (yamlErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else yamlErrors[key] = newErrors; }\n// Finally, combine the prototype ID field errors. var fieldErrors = serverErrors.FieldErrors .Concat(clientErrors.FieldErrors) .Distinct() .ToList();\nreturn (yamlErrors, fieldErrors); } } }" +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility; using Robust.UnitTesting;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] _) { PoolManager.Startup(null); var stopwatch = new Stopwatch(); stopwatch.Start();\nvar (errors, fieldErrors) = await RunValidation();\nvar count = errors.Count + fieldErrors.Count;\nif (count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nforeach (var error in fieldErrors) { Console.WriteLine(error); }\nConsole.WriteLine($\"{count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); PoolManager.Shutdown(); return -1; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(); var client = pairTracker.Pair.Client; var result = await ValidateInstance(client); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(); var server = pairTracker.Pair.Server; var result = await ValidateInstance(server); await pairTracker.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary>, List)> ValidateInstance( RobustIntegrationTest.IntegrationInstance instance) { var protoMan = instance.ResolveDependency(); Dictionary> yamlErrors = default!; List fieldErrors = default!;\nawait instance.WaitPost(() => { yamlErrors = protoMan.ValidateDirectory(new ResPath(\"/Prototypes\"), out var prototypes); fieldErrors = protoMan.ValidateFields(prototypes); });\nreturn (yamlErrors, fieldErrors); }\npublic static async Task<(Dictionary> YamlErrors , List FieldErrors)> RunValidation() { var yamlErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors.YamlErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.Item1.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) yamlErrors[key] = newErrors; }\n// Next add any always-relevant client errors. foreach (var (key, val) in clientErrors.YamlErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (yamlErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else yamlErrors[key] = newErrors; }\n// Finally, combine the prototype ID field errors. var fieldErrors = serverErrors.FieldErrors .Concat(clientErrors.FieldErrors) .Distinct() .ToList();\nreturn (yamlErrors, fieldErrors); } } }" +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": {"max": 120}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"line-length": {"max": 120, "level": "warning"}}, "ignore": ".github\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}}} +{"extends": "default", "rules": {"truthy": {"check-keys": false}}} +{"extends": "default", "ignore": ".bundle/\n.cache/\n.git/\nnode_modules/\ntest/**/states/**/*.sls\n.kitchen/\nkitchen.vagrant.yml\npillar.example\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml"} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml"} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": "consistent"}, "truthy": {"allowed-values": ["true", "false", "on", "off"]}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "truthy": "disable"}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": true}, "indentation": {"spaces": 4}, "line-length": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": true}, "indentation": {"spaces": 4}, "line-length": "disable"}} +{"extends": "default", "rules": {"document-end": {"present": false}, "document-start": {"present": true}, "indentation": {"spaces": 4}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "line-length": "disable", "key-duplicates": {"level": "warning"}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "empty-lines": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "empty-lines": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "empty-lines": "disable", "trailing-spaces": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": {"max": 140, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"rules": {"truthy": "enable"}} +{"rules": {"truthy": "enable"}} +{"rules": {"truthy": "enable"}} +{"rules": {"truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "key-duplicates": "enable", "line-length": {"max": 200, "allow-non-breakable-words": true}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "octal-values": {"forbid-explicit-octal": true}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": {"max": 89, "level": "warning"}}} +{"extends": "default", "ignore": "context\nroles/*\ncollections/*\n.pre-commit-config.yaml\n", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": {"level": "warning", "allow-non-breakable-inline-mappings": true}, "truthy": "disable"}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"comments-indentation": "disable", "line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"comments-indentation": "disable", "line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"comments-indentation": "disable", "line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"comments-indentation": "disable", "line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 200, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": false}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 200, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": false}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 200, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": false}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 200, "level": "warning"}, "indentation": {"spaces": 2, "indent-sequences": false}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"extends": "default", "rules": {"line-length": {"max": 300, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 200, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "docker/**/*.yml\n", "rules": {"line-length": {"max": 120, "level": "warning", "ignore": "docker-compose.yml\n"}, "truthy": {"ignore": "?appveyor.yml\n.github/workflows/*.yml\n"}}} +{"extends": "default", "ignore": "docker/**/*.yml\n", "rules": {"line-length": {"max": 120, "level": "warning", "ignore": "docker-compose.yml\n"}, "truthy": {"ignore": "?appveyor.yml\n.github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "ignore": "roles/matrix-synapse/vars/workers.yml\n", "rules": {"line-length": "disable"}} +{"extends": "default", "ignore": "roles/matrix-synapse/vars/workers.yml\n", "rules": {"line-length": "disable"}} +{"rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"comments-indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}}} +{"extends": "default", "ignore": ".venv\n", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": ".venv\n", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": ".venv\n", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": ".venv\n", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 200}}} +{"extends": "default", "rules": {"line-length": {"max": 200}}} +{"extends": "default", "rules": {"line-length": {"max": 200}}} +{"extends": "default", "rules": {"line-length": {"max": 200}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}} +{"ignore": "", "extends": "relaxed", "rules": {"line-length": {"max": 120}}} +{"ignore": "", "extends": "relaxed", "rules": {"line-length": {"max": 120}}} +{"ignore": "", "extends": "relaxed", "rules": {"line-length": {"max": 120}}} +{"ignore": "", "extends": "relaxed", "rules": {"line-length": {"max": 120}}} +{"yaml-files": ["themes/midnight.yaml"], "rules": {"braces": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "empty-values": {"level": "error", "forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "key-ordering": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"line-length": {"max": 280, "level": "warning"}}} +{"rules": {"line-length": {"max": 280, "level": "warning"}}} +{"rules": {"line-length": {"max": 280, "level": "warning"}}} +{"rules": {"line-length": {"max": 280, "level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "truthy": "disable"}} +{"extends": "relaxed", "rules": {"line-length": {"max": 180, "level": "warning"}}} +{"ignore": "/vendor\ntest/**/*-chart/**\nrest/scm-resolver/gitea.yaml\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "relaxed", "rules": {"comments": {"min-spaces-from-content": 1}, "comments-indentation": "disable", "line-length": {"max": 140, "level": "error"}, "indentation": {"level": "error", "indent-sequences": "consistent"}}} +{"extends": "relaxed"} +{"extends": "default", "rules": {"truthy": "disable", "comments": {"min-spaces-from-content": 1}, "line-length": "disable", "braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"line-length": {"level": "error", "max": 120}, "document-start": {"level": "error", "present": false}, "comments": {"level": "error", "min-spaces-from-content": 1}, "braces": {"level": "error", "max-spaces-inside": 1}, "quoted-strings": {"level": "error", "required": "only-when-needed"}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": ".github/\nmicrolith/alertmanager/config.yml\n", "rules": {"line-length": {"max": 160}}} +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 132, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "yes", "no"]}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 132, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "ignore": "/.github/workflows/lint.yaml\n"}, "truthy": {"ignore": "/.github/workflows/\n"}, "indentation": {"indent-sequences": "consistent"}}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"], "check-keys": true}}, "ignore": ".tox/\n"} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": "disable", "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +" Exe $(TargetFramework) ..\\bin\\Content.YAMLLinter\\ false \n \n \n " +{"extends": "default", "rules": {"braces": {"forbid": true}, "brackets": {"forbid": true}, "empty-lines": {"max": 1}, "empty-values": "enable", "float-values": {"forbid-nan": true, "require-numeral-before-decimal": true}, "indentation": {"check-multi-line-strings": true, "indent-sequences": true, "spaces": 2}, "key-duplicates": "disable", "line-length": {"allow-non-breakable-inline-mappings": true}, "octal-values": "enable"}} +{"yaml-files": ["themes/midnight_blue.yaml"], "rules": {"braces": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "empty-values": {"level": "error", "forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "key-ordering": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "relaxed", "rules": {"line-length": {"max": 550, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 180, "level": "warning"}}, "ignore": "roles/\ncollections/\nansible/\n"} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}, "comments-indentation": "disable"}} +{"extends": "default", "ignore": ".build/\n.docker/\nvendor/\nnode_modules/\n.yarnrc.yml\n.yarn/\n.pnpm-lock.yaml\n.pnpm-workspaces.yaml\n*lock.yaml\n*workspace.yaml\nchromatic.yml\n__fixtures__/\n", "rules": {"braces": {"max-spaces-inside-empty": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "min-spaces-inside": 1}, "brackets": {"max-spaces-inside-empty": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "min-spaces-inside": 0}, "colons": {"max-spaces-after": 1, "max-spaces-before": 0}, "commas": {"max-spaces-after": 1, "max-spaces-before": 0, "min-spaces-after": 1}, "comments": {"ignore-shebangs": true, "min-spaces-from-content": 1, "require-starting-space": true}, "comments-indentation": "enable", "document-end": {"present": false}, "document-start": {"present": false}, "indentation": {"check-multi-line-strings": false, "indent-sequences": true, "spaces": 4}, "empty-lines": {"max-end": 0, "max-start": 0, "max": 1}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 4}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "octal-values": {"forbid-implicit-octal": true}, "quoted-strings": {"quote-type": "double"}, "trailing-spaces": "enable", "truthy": {"allowed-values": ["false", "true"]}}, "yaml-files": ["*.yaml", "*.yml"]} +{"extends": "default", "rules": {"trailing-spaces": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": "node_modules/\nsandbox/\n", "rules": {"document-start": "disable", "quoted-strings": {"required": "only-when-needed"}, "line-length": {"max": 120}, "new-lines": "disable"}} +{"extends": "default", "ignore": "/.git\n/.github\n/venv\n", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": "consistent"}, "quoted-strings": {"quote-type": "single", "required": "only-when-needed"}, "truthy": {"allowed-values": ["true", "false", "yes", "no", "on"]}}} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml"], "rules": {"truthy": "disable", "line-length": "disable", "document-start": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2}, "key-duplicates": "enable", "line-length": {"max": 195, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "molecule/\n.github\n"} +{"ignore": ".github/workflows\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": "disable", "line-length": "disable", "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"line-length": {"max": 160, "level": "warning", "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": ".git/\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "document-start": false, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": {"min-spaces-from-content": 1}, "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"max-spaces-after": 1, "level": "error"}, "indentation": {"spaces": 2, "indent-sequences": "whatever", "level": "error"}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": "enable", "empty-values": "enable", "indentation": {"indent-sequences": "consistent"}, "line-length": "disable", "quoted-strings": {"quote-type": "double"}}, "ignore": ".github/\nclab-files\nclab-arista-testing.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 90, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "comments-indentation": "disable", "new-line-at-end-of-file": "disable", "indentation": {"indent-sequences": "whatever", "ignore": "kludgeops/"}, "braces": {"ignore": "grafana-operator/base/instance/grafana.yaml"}, "truthy": "disable", "trailing-spaces": "enable"}} +{"extends": "default", "ignore": ".cache/\nkustomization.yaml\nawx-playbook-integrity-operator.clusterserviceversion.yaml\nbundle\nconfig/testing/kustomization.yaml\n", "rules": {"truthy": "disable", "line-length": {"max": 170, "level": "warning"}}} +{"extends": "default", "locale": "en_US.UTF-8", "rules": {"braces": {"level": "error", "max-spaces-inside": 1, "min-spaces-inside": 1}, "comments-indentation": "disable", "comments": {"min-spaces-from-content": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "line-length": "disable", "quoted-strings": {"quote-type": "any", "required": false, "extra-required": ["^http://", "^https://", "ftp://", "ssh \\w.*", "{{"], "extra-allowed": []}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "colons": "disable", "line-length": "disable", "braces": {"max-spaces-inside": 3}, "key-duplicates": "disable", "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "ignore": "node_modules\n", "rules": {"line-length": "disable", "document-start": "disable", "brackets": "disable", "truthy": "disable"}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": "enable", "line-length": "disable", "new-lines": {"type": "unix"}}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "files/crds/\n", "rules": {"line-length": {"max": 300, "level": "warning"}, "comments-indentation": "disable"}} +{"extends": "default", "ignore": "app1/upstream/cert-manager.yml\n", "rules": {"indentation": {"indent-sequences": false}, "document-start": {"level": "error"}, "comments": {"level": "error"}, "comments-indentation": {"level": "error"}, "line-length": {"max": 175}, "truthy": {"check-keys": false}}} +{"extends": "default", "ignore": "**/.github/**\n", "rules": {"line-length": {"max": 120, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "yes", "no"]}}} +{"extends": "default", "ignore": "node_modules/\n"} +{"extends": "default", "ignore": ".kitchen*\nvendor/\ntest/\n", "rules": {"line-length": {"max": 120, "level": "warning"}, "truthy": false}} +{"rules": {"line-length": {"max": 1000, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "document-start": "disable"}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "line-length": {"max": 100, "level": "warning"}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": "dist/\n*/swagger.yaml\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "ignore": "changelogs\n", "rules": {"line-length": "disable", "colons": {"max-spaces-before": 0, "max-spaces-after": -1}, "document-end": {"present": true}, "indentation": {"level": "error", "indent-sequences": true}, "truthy": {"level": "error", "allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"rules": {"line-length": {"max": 160, "allow-non-breakable-words": true}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 88}, "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "float-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"comments": "enable", "line-length": "disable"}, "ignore": "contrib/rally/tests/\n.git\nenvironments/infrastructure/secrets.yml\n.tox\n"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}, "truthy": "disable"}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "molecule/\n.travis.yml\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"empty-lines": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": {"ignore": "releases/*.yaml\nrosdep/*.yaml\n"}, "indentation": {"spaces": "consistent", "indent-sequences": false}, "key-duplicates": "enable", "line-length": {"max": 125, "allow-non-breakable-words": true, "ignore": "rosdep/*.yaml\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 130, "level": "warning", "allow-non-breakable-words": true}, "document-start": "disable", "comments-indentation": "disable"}} +{"extends": "default", "rules": {"line-length": {"ignore": ".gitlab-ci.yml\n.github/\n", "level": "warning"}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".github/\nroles/data-tier/templates/pvc-db.yaml.j2\nroles/data-tier/templates/pvc-dt.yaml.j2\nroles/data-tier/templates/serviceaccount.yaml.j2\nroles/data-tier/templates/statefulset-db.yaml.j2\nroles/data-tier/templates/statefulset-dt.yaml.j2\n", "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "trailing-spaces": {}, "truthy": {"allowed-values": ["yes", "no", "true", "false"]}, "new-lines": {"type": "unix"}, "new-line-at-end-of-file": "enable", "key-duplicates": {}, "hyphens": {"max-spaces-after": 1}, "empty-lines": {"max": 1}, "document-start": {"present": true}, "document-end": {"present": false}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".github/\nroles/fragnet/templates/deployment-depict.yaml.j2\nroles/fragnet/templates/deployment-search.yaml.j2\nroles/fragnet/templates/deployment-ui.yaml.j2\nroles/fragnet/templates/ingress.yaml.j2\nroles/fragnet/templates/serviceaccount.yaml.j2\n", "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "trailing-spaces": {}, "truthy": {"allowed-values": ["yes", "no", "true", "false"]}, "new-lines": {"type": "unix"}, "new-line-at-end-of-file": "enable", "key-duplicates": {}, "hyphens": {"max-spaces-after": 1}, "empty-lines": {"max": 1}, "document-start": {"present": true}, "document-end": {"present": false}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 100}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}, "ignore": "tests/\n.travis.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\n"} +{"extends": "default", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"document-start": false, "line-length": false, "truthy": false, "indentation": false}} +{"extends": "default", "ignore": "/helm/templates/\n", "rules": {"document-start": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 140}, "truthy": {"ignore": ".github/workflows/*.yml"}}, "ignore": "/submariner-k8s-broker/crds\n/submariner-operator/crds\n/submariner-k8s-broker/templates\n/submariner-operator/templates\n"} +{"extends": "default", "rules": {"line-length": {"max": 160}}, "level": "warning"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 180}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 140}, "truthy": {"ignore": ".github/workflows/*.yml"}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 999, "level": "warning"}, "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"rules": {"line-length": {"max": 200, "level": "warning"}}, "ignore": ".github"} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 10, "max-end": 1}, "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "line-length": {"max": 120, "level": "warning"}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"line-length": "disable"}} +{"ignore": "roles\n.travis.yml\nopenio_venv\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": false, "min-spaces-from-content": 2}, "comments-indentation": "disable", "document-end": {"level": "error", "present": true}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"level": "error", "forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"level": "error", "max": 300, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"level": "error", "type": "unix"}, "octal-values": {"level": "error", "forbid-implicit-octal": false, "forbid-explicit-octal": false}, "trailing-spaces": "enable", "truthy": {"level": "error"}}} +{"extends": "default", "ignore": "docker/\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "key-duplicates": {"ignore": "config/testdata/section_key_dup.bad.yml\n"}, "line-length": "disable", "truthy": {"ignore": ".github/workflows/codeql-analysis.yml\n.github/workflows/funcbench.yml\n.github/workflows/fuzzing.yml\n.github/workflows/prombench.yml\n.github/workflows/golangci-lint.yml\n"}}} +{"extends": "default", "ignore": "venv\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "yaml-files": ["*.ksy"], "ignore": "outputs/\n", "rules": {"document-start": "disable", "line-length": "disable", "indentation": {"spaces": 4}, "brackets": {"max-spaces-inside": 1}, "braces": {"max-spaces-inside": 1}, "empty-lines": {"max": 2}, "new-lines": "disable", "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "ignore": "node_modules/\ntest/**/states/**/*.sls\n.kitchen/\ninsomnia/osfamilymap.yaml\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true}}} +{"extends": "relaxed", "rules": {"truthy": "enable", "indentation": "disable", "line-length": "disable"}} +{"extends": "default", "ignore": "node_modules/\ntest/**/states/**/*.sls\n.kitchen/\nrlang/osfamilymap.yaml\npillar.example\nrlang/osmap.yaml\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"ignore": "templates/\n", "extends": "default", "rules": {"document-start": "disable", "line-length": "disable", "braces": {"level": "warning", "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"line-length": {"max": 195, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2}, "comments": "disable", "comments-indentation": "disable", "truthy": "disable"}, "ignore": "tests/\nmolecule/\n.tox\n.github\n"} +{"extends": "default", "rules": {"line-length": {"max": 256, "level": "warning"}, "document-start": "disable", "braces": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "venv\n"} +{"extends": "default", "ignore": "src/*.yml\n", "rules": {"comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "line-length": {"max": 200, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "trailing-spaces": "enable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 120}}} +{"extends": "default", "rules": {"line-length": "disable", "braces": "disable", "truthy": "disable", "new-lines": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": "enable", "line-length": "disable", "new-lines": {"type": "unix"}, "truthy": "disable"}} +"/usr/lib/python3.9/site-packages/pathspec /usr/lib/python3.9/site-packages/yaml /usr/lib/python3.9/site-packages/yamllint" +{"extends": "default", "rules": {"line-length": {"max": 100, "ignore": ".circleci/config.yml\nstandards/\n"}}} +{"extends": "default", "ignore": ".drone.yml", "rules": {"line-length": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}}} +{"extends": "default", "rules": {"indentation": {"level": "error", "indent-sequences": false}}} +{"extends": "default", "ignore": "charts/image-registry-metrics-exporter/templates/\npkg/conf/tests\n", "rules": {"comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "line-length": {"max": 160, "allow-non-breakable-words": true}}} +{"extends": "default", "rules": {"comments": "enable", "line-length": "disable"}, "ignore": "kolla-loadbalancer-*.yml\nkolla-ovn.yml\n"} +{"extends": "default", "ignore": "*/dbt_packages/\n", "rules": {"document-start": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "venv/\n.gitlab/\n.tox\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".github/stale.yml\n", "rules": {"line-length": {"max": 180, "level": "error"}, "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": "/bin/*\n./venv/*\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}, "ignore": "node_modules/\nshrinkwrap.yaml\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False"]}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": "disable", "brackets": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}}, "ignore": "secrets.yml\nhost_vars/*\n"} +{"extends": "default", "rules": {"line-length": {"max": 195, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2}, "comments": "disable", "comments-indentation": "disable", "truthy": "disable"}, "ignore": "tests/\nmolecule/\n.molecule/\n.travis.yml\n.tox\n.github\n"} +{"extends": "default", "rules": {"truthy": "disable", "comments-indentation": "disable", "line-length": {"max": 250, "level": "warning"}}} +{"rules": {"commas": {"max-spaces-after": -1}, "colons": {"max-spaces-after": -1}, "line-length": "disable"}} +{"extends": "default", "rules": {"comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"line-length": {"max": 100, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"line-length": {"max": 180, "level": "warning"}}, "ignore": "host_vars/mail01.l3d.space/vault.yml\nhost_vars/web01.l3d.space/vault.yml\nhost_vars/luna.l3d.ch/vault.yml\nhost_vars/services.l3d.space/vault.yml\ngroup_vars/all/vault.yml\nroles/\nansible/\ncollections/\n"} +{"extends": "default", "rules": {"line-length": {"max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 200, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "error"}}} +{"ignore": ".history\n"} +{"yaml-files": ["themes/material_dark_green.yaml"], "rules": {"braces": {"level": "error", "min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "empty-values": {"level": "error", "forbid-in-block-mappings": false, "forbid-in-flow-mappings": true}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "key-ordering": {"level": "error"}, "line-length": {"level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "yes", "no"]}, "line-length": {"max": 180}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2}, "truthy": {"level": "error"}, "line-length": {"max": 150, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "*venv*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "indentation": {"spaces": "consistent", "indent-sequences": false, "check-multi-line-strings": false}, "truthy": {"level": "warning", "allowed-values": ["true", "false", "True", "False"]}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"indent-sequences": false}, "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"braces": "disable", "brackets": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": "disable", "key-duplicates": "disable", "indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 160}, "indentation": {"indent-sequences": "whatever"}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": -1}, "commas": {"max-spaces-after": -1}, "colons": {"max-spaces-after": -1}, "truthy": "disable"}} +{"extends": "default", "ignore": "molecule/**/tests/\n.ansible-lint\n*.travis.yml\ntest_*.yml\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": "enable", "line-length": "disable", "new-lines": {"type": "unix"}, "truthy": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"ignore": "**/cassettes/*.yaml"} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"level": "warning", "indent-sequences": "consistent"}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 110, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"rules": {"line-length": "disable"}} +{"ignore": ".*/\ntests/playbooks\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 120, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": "config/custom_components/\nconfig/ip_bans.yaml\nconfig/esphomeyaml/*/\nconfig/notebooks/\nconfig/automations.yaml\nconfig/scenes.yaml\nconfig/themes/*/\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true, "ignore": "config/known_devices.yaml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"ignore": ".github/support.yml\n.github/settings.yml\n", "level": "warning", "max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"rules": {"line-length": {"max": 999, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "key-duplicates": "enable"}, "ignore": ".tox\n"} +{"extends": "default", "ignore": "*.molecule/\nmolecule/cookiecutter/\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"ignore": "azure-*.yml\n.yamllint\naction.yml\nmain.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"line-length": {"max": 1000, "level": "error"}, "indentation": {"spaces": "consistent", "indent-sequences": "consistent", "level": "warning"}}, "ignore": "venv\nlambda_functions/v1/openapi/template-openapi.yml\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable", "comments": "disable"}, "ignore": ".tox/\n.cache/\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable", "line-length": {"max": 200, "level": "warning"}}} +{"ignore": ".tox\n.pre-commit-config.yaml\n"} +{"extends": "default", "rules": {"comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "line-length": "disable"}, "ignore": ".vscode/\ncontext/\n"} +{"extends": "default", "rules": {"line-length": {"max": 200, "level": "warning"}, "truthy": "disable", "comments-indentation": "disable"}} +{"extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "empty-lines": {"max": 2, "max-start": 1, "max-end": 2}, "line-length": {"max": 150}, "braces": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}}, "ignore": ".github/workflows/linux.yaml\n"} +{"extends": "default", "ignore": ".tox\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "line-length": {"allow-non-breakable-words": true, "max": 160}, "truthy": {"allowed-values": ["true", "false", "on"]}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 999, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "key-duplicates": "enable"}, "ignore": ".tox\nedpm/scripts/additional_commands_between_makefile_target.yaml\nedpm/roles/use_install_yamls/defaults/main.yaml\n"} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": ".github/\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"truthy": {"ignore": ["/.github/*"]}, "line-length": {"ignore": ["/.github/*"]}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 160}}} +{"extends": "default"} +{"extends": "default", "ignore": "node_modules/\n"} +{"extends": "default", "rules": {"line-length": {"max": 190, "level": "warning"}}} +{"extends": "default", "rules": {"comments": "enable", "line-length": "disable", "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"comments": "enable", "empty-values": "enable", "indentation": {"indent-sequences": "consistent"}, "line-length": "disable", "quoted-strings": {"quote-type": "double"}}, "ignore": ".github\n"} +{"extends": "default", "ignore": "vendor/\n.tox\n", "rules": {"document-start": "disable", "line-length": {"max": 100, "level": "warning"}}} +{"rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "colons": "enable", "comments": "enable", "comments-indentation": "enable", "empty-lines": {"max": 1}, "empty-values": "enable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"ignore": ".git/\nvenv/\n", "extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": "*/ansible/*\n*/playbooks/*\n*/cassettes/*\n*/fixtures/*\n", "rules": {"braces": "disable", "brackets": "disable", "colons": "disable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": "disable", "hyphens": "disable", "indentation": "disable", "trailing-spaces": "disable", "new-line-at-end-of-file": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}, "truthy": {"check-keys": false}, "document-start": {"present": false}}} +{"ignore": "tests/\nmolecule/\n.github/\n.gitlab-ci.yml\n*molecule.yml\n", "extends": "default", "rules": {"indentation": {"indent-sequences": "consistent", "level": "error"}, "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "key-duplicates": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": {"allowed-values": ["true", "false"], "check-keys": false}}} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] args) { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = await RunValidation();\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate static async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate static async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic static async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) allErrors[key] = newErrors; }\n// Finally add any always-relevant client errors. foreach (var (key, val) in clientErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (allErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else allErrors[key] = newErrors; }\nreturn allErrors; } } }" +{"rules": {"colons": {"max-spaces-after": -1}, "quoted-strings": {"quote-type": "single", "allow-quoted-quotes": true}}} +{"extends": "default", "ignore": "molecule/\n", "rules": {"indentation": {"spaces": 2, "indent-sequences": false}, "comments": {"min-spaces-from-content": 2}, "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"extends": "default", "ignore-from-file": ".gitignore", "yaml-files": ["*.yaml", "*.yml", ".yamllint.yml"], "rules": {"line-length": {"max": 300, "level": "warning"}, "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "octal-values": "enable", "truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": {"max": 200}, "indentation": {"check-multi-line-strings": false, "indent-sequences": "consistent"}, "brackets": {"max-spaces-inside": 1, "max-spaces-inside-empty": 0}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "max-spaces-inside-empty": 1}, "brackets": {"max-spaces-inside": 1, "max-spaces-inside-empty": 1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 2}, "empty-lines": {"max": 1}, "empty-values": {"level": "error", "forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "line-length": {"max": 120, "allow-non-breakable-words": true}, "truthy": {"allowed-values": ["true", "false", "yes", "no"], "check-keys": false}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"line-length": "disable", "indentation": {"level": "warning", "indent-sequences": "consistent"}}} +{"ignore": "tests/\nmolecule/\n.gitlab-ci.yml\n*molecule.yml\n", "extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": "consistent"}, "truthy": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": "node_modules/\ntest/**/states/**/*.sls\n.kitchen/\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {"ignore": "pillar.example\n"}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"extends": "default", "ignore": "pyenv\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable"}, "ignore": ".tox/\n.cache/\nmolecule/alternative/\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "brackets": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"ignore": ".*/\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 350, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "ignore": ".git\n.tox\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 120}, "truthy": {"level": "error", "allowed-values": ["true", "false", "on"]}}} +{"yaml-files": ["*.yml", "*.yaml", ".yamllint"], "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 1, "level": "error"}, "brackets": {"min-spaces-inside": 1, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 1, "level": "error"}, "colons": {"max-spaces-before": 0, "max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": -1, "level": "warning"}, "comments": {"require-starting-space": true, "min-spaces-from-content": 2, "level": "error"}, "comments-indentation": {"level": "warning"}, "document-start": "disable", "empty-lines": {"max": 2, "max-start": 1, "max-end": 1, "level": "warning"}, "hyphens": {"max-spaces-after": 1, "level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false, "level": "error"}, "key-duplicates": {"level": "warning"}, "line-length": {"max": 120, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "level": "warning"}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"type": "unix", "level": "warning"}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": false, "level": "warning"}, "quoted-strings": {"quote-type": "any", "required": "only-when-needed", "extra-allowed": ["^.*,.*$", "^.*:.*$"], "level": "error"}, "trailing-spaces": {"level": "error"}}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 120}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"line-length": 120} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "document-start": "disable", "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2}, "line-length": "disable", "truthy": "disable"}} +{"ignore": "/vendor\ntest/**/*-chart/**\nrest/scm-resolver/gitea.yaml\n", "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": "enable", "empty-values": "enable", "hyphens": "enable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "relaxed"} +{"extends": "relaxed"} +{"extends": "relaxed"} +{"extends": "relaxed"} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"], "check-keys": true}}, "ignore": ".tox/\n"} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"], "check-keys": true}}, "ignore": ".tox/\n"} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"], "check-keys": true}}, "ignore": ".tox/\n"} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false", "on"], "check-keys": true}}, "ignore": ".tox/\n"} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}, "comments-indentation": "disable"}} +{"extends": "default", "ignore": "/.git\n/.github\n/venv\n", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "/.git\n/.github\n/venv\n", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "/.git\n/.github\n/venv\n", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "ignore": "/.git\n/.github\n/venv\n", "rules": {"document-start": "disable", "line-length": {"allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2}, "key-duplicates": "enable", "line-length": {"max": 195, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "molecule/\n.github\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2}, "key-duplicates": "enable", "line-length": {"max": 195, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "molecule/\n.github\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2}, "key-duplicates": "enable", "line-length": {"max": 195, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "molecule/\n.github\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2}, "key-duplicates": "enable", "line-length": {"max": 195, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}, "ignore": "molecule/\n.github\n"} +{"extends": "default", "ignore": ".git/\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "document-start": false, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".git/\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "document-start": false, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".git/\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "document-start": false, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".git/\n", "rules": {"braces": {"forbid": false, "min-spaces-inside": 1, "max-spaces-inside": 1}, "comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "document-start": false, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "locale": "en_US.UTF-8", "rules": {"braces": {"level": "error", "max-spaces-inside": 1, "min-spaces-inside": 1}, "comments-indentation": "disable", "comments": {"min-spaces-from-content": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "line-length": "disable", "quoted-strings": {"quote-type": "any", "required": false, "extra-required": ["^http://", "^https://", "ftp://", "ssh \\w.*", "{{"], "extra-allowed": []}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": {"spaces": 2, "indent-sequences": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "document-start": "disable"}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 88}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 88}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 88}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments-indentation": "disable", "line-length": {"allow-non-breakable-inline-mappings": true, "max": 88}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "enable", "comments-indentation": "enable", "document-start": "enable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "enable", "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}, "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": {"max": 160}, "truthy": "disable"}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"rules": {"braces": "disable", "brackets": "disable", "colons": "enable", "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": "disable", "empty-values": "enable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "disable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": {"ignore": "releases/*.yaml\nrosdep/*.yaml\n"}, "indentation": {"spaces": "consistent", "indent-sequences": false}, "key-duplicates": "enable", "line-length": {"max": 125, "allow-non-breakable-words": true, "ignore": "rosdep/*.yaml\n"}}} +{"extends": "default", "rules": {"document-start": {"ignore": "releases/*.yaml\nrosdep/*.yaml\n"}, "indentation": {"spaces": "consistent", "indent-sequences": false}, "key-duplicates": "enable", "line-length": {"max": 125, "allow-non-breakable-words": true, "ignore": "rosdep/*.yaml\n"}}} +{"extends": "default", "rules": {"document-start": {"ignore": "releases/*.yaml\nrosdep/*.yaml\n"}, "indentation": {"spaces": "consistent", "indent-sequences": false}, "key-duplicates": "enable", "line-length": {"max": 125, "allow-non-breakable-words": true, "ignore": "rosdep/*.yaml\n"}}} +{"extends": "default", "rules": {"line-length": {"ignore": ".gitlab-ci.yml\n.github/\n", "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"ignore": ".gitlab-ci.yml\n.github/\n", "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"ignore": ".gitlab-ci.yml\n.github/\n", "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 100}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 100}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 100}, "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\n"} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}}, "ignore": ".github/stale.yml\n.travis.yml\n"} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": {"max": 1, "max-start": 0, "max-end": 0}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": true}, "key-duplicates": "enable", "line-length": "disable", "new-line-at-end-of-file": {}, "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"level": "warning", "max": 180}, "truthy": "disable"}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 999, "level": "warning"}, "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 999, "level": "warning"}, "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 999, "level": "warning"}, "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"extends": "default", "rules": {"comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": false}, "line-length": {"max": 999, "level": "warning"}, "truthy": {"ignore": ".github/workflows/*.yml\n"}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 10, "max-end": 1}, "empty-values": "disable", "hyphens": "enable", "indentation": "enable", "key-duplicates": "enable", "key-ordering": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": {"level": "warning"}, "line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "key-duplicates": {"ignore": "config/testdata/section_key_dup.bad.yml\n"}, "line-length": "disable", "truthy": {"ignore": ".github/workflows/codeql-analysis.yml\n.github/workflows/funcbench.yml\n.github/workflows/fuzzing.yml\n.github/workflows/prombench.yml\n.github/workflows/golangci-lint.yml\n"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "key-duplicates": {"ignore": "config/testdata/section_key_dup.bad.yml\n"}, "line-length": "disable", "truthy": {"ignore": ".github/workflows/codeql-analysis.yml\n.github/workflows/funcbench.yml\n.github/workflows/fuzzing.yml\n.github/workflows/prombench.yml\n.github/workflows/golangci-lint.yml\n"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "key-duplicates": {"ignore": "config/testdata/section_key_dup.bad.yml\n"}, "line-length": "disable", "truthy": {"ignore": ".github/workflows/codeql-analysis.yml\n.github/workflows/funcbench.yml\n.github/workflows/fuzzing.yml\n.github/workflows/prombench.yml\n.github/workflows/golangci-lint.yml\n"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "commas": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": "consistent", "indent-sequences": "consistent"}, "key-duplicates": {"ignore": "config/testdata/section_key_dup.bad.yml\n"}, "line-length": "disable", "truthy": {"ignore": ".github/workflows/codeql-analysis.yml\n.github/workflows/funcbench.yml\n.github/workflows/fuzzing.yml\n.github/workflows/prombench.yml\n.github/workflows/golangci-lint.yml\n"}}} +{"extends": "default", "ignore": "venv\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": {"max": 120, "level": "warning"}}} +{"extends": "default", "ignore": "src/*.yml\n", "rules": {"comments-indentation": "disable", "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "line-length": {"max": 200, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "trailing-spaces": "enable"}} +{"extends": "default", "rules": {"line-length": "disable", "braces": "disable", "truthy": "disable", "new-lines": "disable"}} +{"extends": "default", "ignore": ".drone.yml", "rules": {"line-length": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}}} +{"extends": "default", "ignore": ".drone.yml", "rules": {"line-length": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False"]}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False"]}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False"]}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "True", "False"]}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "rules": {"line-length": {"max": 195, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2}, "comments": "disable", "comments-indentation": "disable", "truthy": "disable"}, "ignore": "tests/\nmolecule/\n.molecule/\n.travis.yml\n.tox\n.github\n"} +{"rules": {"commas": {"max-spaces-after": -1}, "colons": {"max-spaces-after": -1}, "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"indent-sequences": false}, "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"indent-sequences": false}, "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"indent-sequences": false}, "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"document-start": "disable", "indentation": {"indent-sequences": false}, "line-length": {"max": 100, "level": "warning"}}} +{"extends": "default", "rules": {"braces": "disable", "brackets": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": "disable", "key-duplicates": "disable", "indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": "disable", "brackets": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": "disable", "key-duplicates": "disable", "indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": "disable", "brackets": "disable", "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": "disable", "key-duplicates": "disable", "indentation": "disable", "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "ignore": ".tox\nchangelogs/*\n", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": false, "min-spaces-from-content": 1}, "comments-indentation": "disable", "indentation": {"indent-sequences": "consistent"}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"rules": {"line-length": "disable"}} +{"ignore": "azure-*.yml\n.yamllint\naction.yml\nmain.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": "azure-*.yml\n.yamllint\naction.yml\nmain.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"ignore": "azure-*.yml\n.yamllint\naction.yml\nmain.yml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": false}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": "disable", "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"comments": {"require-starting-space": true, "ignore-shebangs": true, "min-spaces-from-content": 1}, "line-length": "disable"}, "ignore": ".vscode/\ncontext/\n"} +{"extends": "default", "ignore": "node_modules/\n"} +{"extends": "default", "ignore": "node_modules/\n"} +{"extends": "default", "ignore": "node_modules/\n"} +{"extends": "default", "rules": {"line-length": {"max": 190, "level": "warning"}}} +{"rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "colons": "enable", "comments": "enable", "comments-indentation": "enable", "empty-lines": {"max": 1}, "empty-values": "enable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "colons": "enable", "comments": "enable", "comments-indentation": "enable", "empty-lines": {"max": 1}, "empty-values": "enable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}, "truthy": {"check-keys": false}, "document-start": {"present": false}}} +{"extends": "default", "rules": {"line-length": {"max": 150, "level": "warning"}, "indentation": {"indent-sequences": "whatever"}, "truthy": {"check-keys": false}, "document-start": {"present": false}}} +{"ignore": "tests/\nmolecule/\n.github/\n.gitlab-ci.yml\n*molecule.yml\n", "extends": "default", "rules": {"indentation": {"indent-sequences": "consistent", "level": "error"}, "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "key-duplicates": "enable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": {"allowed-values": ["true", "false"], "check-keys": false}}} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] args) { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = await RunValidation();\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate static async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate static async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic static async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) allErrors[key] = newErrors; }\n// Finally add any always-relevant client errors. foreach (var (key, val) in clientErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (allErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else allErrors[key] = newErrors; }\nreturn allErrors; } } }" +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] args) { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = await RunValidation();\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate static async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate static async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic static async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) allErrors[key] = newErrors; }\n// Finally add any always-relevant client errors. foreach (var (key, val) in clientErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (allErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else allErrors[key] = newErrors; }\nreturn allErrors; } } }" +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Content.Shared.CCVar; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] args) { var stopwatch = new Stopwatch(); stopwatch.Start();\nvar errors = await RunValidation();\nif (errors.Count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nConsole.WriteLine($\"{errors.Count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); return -1; }\nprivate static async Task>> ValidateClient() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var client = pairTracker.Pair.Client;\nvar cPrototypeManager = client.ResolveDependency(); var clientErrors = new Dictionary>();\nawait client.WaitPost(() => { clientErrors = cPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn clientErrors; }\nprivate static async Task>> ValidateServer() { await using var pairTracker = await PoolManager.GetServerClient(new PoolSettings{DummyTicker = true, Disconnected = true}); var server = pairTracker.Pair.Server;\nvar sPrototypeManager = server.ResolveDependency(); var serverErrors = new Dictionary>();\nawait server.WaitPost(() => { serverErrors = sPrototypeManager.ValidateDirectory(new ResourcePath(\"/Prototypes\")); });\nawait pairTracker.CleanReturnAsync();\nreturn serverErrors; }\npublic static async Task>> RunValidation() { var allErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) allErrors[key] = newErrors; }\n// Finally add any always-relevant client errors. foreach (var (key, val) in clientErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (allErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else allErrors[key] = newErrors; }\nreturn allErrors; } } }" +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "octal-values": "enable", "truthy": {"allowed-values": ["true", "false", "on"]}, "line-length": {"max": 200}, "indentation": {"check-multi-line-strings": false, "indent-sequences": "consistent"}, "brackets": {"max-spaces-inside": 1, "max-spaces-inside-empty": 0}}} +{"ignore": "tests/\nmolecule/\n.gitlab-ci.yml\n*molecule.yml\n", "extends": "default", "rules": {"indentation": {"spaces": 2, "indent-sequences": "consistent"}, "truthy": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "brackets": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "brackets": {"max-spaces-inside": 1, "min-spaces-inside": 1, "level": "warning"}, "line-length": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"ignore": ".*/\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 350, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": ".*/\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 350, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"ignore": ".*/\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": {"level": "warning", "present": true}, "empty-lines": {"max": 2, "max-start": 0, "max-end": 0}, "empty-values": {"forbid-in-block-mappings": false, "forbid-in-flow-mappings": false}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 350, "level": "warning", "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": false}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"document-start": "disable", "line-length": {"max": 120}, "indentation": {"indent-sequences": "whatever"}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "disable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "disable"}} +{"ignore": "venv/\n"} +{"extends": "default", "ignore": "# Ignore folders\n**/chart/kubeapps/\n**/integration/charts/simplechart/\n**/integration/charts/simplechart-customvalues/\n**/integration/charts/simplechart-multicustomvalues/\n**/dashboard/node_modules/\n**/devel/\n# Ignore files\n**/cmd/kubeapps-apis/plugins/fluxv2/packages/v1alpha1/testdata/charts/single-package-template.yaml\n", "rules": {"line-length": "disable", "comments": "disable", "truthy": {"check-keys": false}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": "wandb\n*\n", "rules": {"braces": {"forbid": "non-empty"}, "brackets": {"forbid": false}, "colons": "enable", "commas": "enable", "comments": {"level": "warning"}, "comments-indentation": "enable", "document-end": {"present": false}, "document-start": {"present": false}, "empty-lines": "enable", "empty-values": "disable", "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 200, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "enable", "quoted-strings": {"quote-type": "double", "required": false}, "trailing-spaces": "enable", "truthy": "disable"}} +{"extends": "default", "rules": {"indentation": "disable", "document-start": "disable", "comments": "disable", "line-length": "disable"}, "ignore": ".golangci.yml"} +"using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Content.IntegrationTests; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.Markdown.Validation; using Robust.Shared.Timing; using Robust.Shared.Utility; using Robust.UnitTesting;\nnamespace Content.YAMLLinter { internal static class Program { private static async Task Main(string[] _) { PoolManager.Startup(null); var stopwatch = new Stopwatch(); stopwatch.Start();\nvar (errors, fieldErrors) = await RunValidation();\nvar count = errors.Count + fieldErrors.Count;\nif (count == 0) { Console.WriteLine($\"No errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); PoolManager.Shutdown(); return 0; }\nforeach (var (file, errorHashset) in errors) { foreach (var errorNode in errorHashset) { Console.WriteLine($\"::error file={file},line={errorNode.Node.Start.Line},col={errorNode.Node.Start.Column}::{file}({errorNode.Node.Start.Line},{errorNode.Node.Start.Column}) {errorNode.ErrorReason}\"); } }\nforeach (var error in fieldErrors) { Console.WriteLine(error); }\nConsole.WriteLine($\"{count} errors found in {(int) stopwatch.Elapsed.TotalMilliseconds} ms.\"); PoolManager.Shutdown(); return -1; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateClient() { await using var pair = await PoolManager.GetServerClient(); var client = pair.Client; var result = await ValidateInstance(client); await pair.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary> YamlErrors, List FieldErrors)> ValidateServer() { await using var pair = await PoolManager.GetServerClient(); var server = pair.Server; var result = await ValidateInstance(server); await pair.CleanReturnAsync(); return result; }\nprivate static async Task<(Dictionary>, List)> ValidateInstance( RobustIntegrationTest.IntegrationInstance instance) { var protoMan = instance.ResolveDependency(); Dictionary> yamlErrors = default!; List fieldErrors = default!;\nawait instance.WaitPost(() => { yamlErrors = protoMan.ValidateDirectory(new ResPath(\"/Prototypes\"), out var prototypes); fieldErrors = protoMan.ValidateFields(prototypes); });\nreturn (yamlErrors, fieldErrors); }\npublic static async Task<(Dictionary> YamlErrors , List FieldErrors)> RunValidation() { var yamlErrors = new Dictionary>();\nvar serverErrors = await ValidateServer(); var clientErrors = await ValidateClient();\nforeach (var (key, val) in serverErrors.YamlErrors) { // Include all server errors marked as always relevant var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet();\n// We include sometimes-relevant errors if they exist both for the client & server if (clientErrors.Item1.TryGetValue(key, out var clientVal)) newErrors.UnionWith(val.Intersect(clientVal));\nif (newErrors.Count != 0) yamlErrors[key] = newErrors; }\n// Next add any always-relevant client errors. foreach (var (key, val) in clientErrors.YamlErrors) { var newErrors = val.Where(n => n.AlwaysRelevant).ToHashSet(); if (newErrors.Count == 0) continue;\nif (yamlErrors.TryGetValue(key, out var errors)) errors.UnionWith(val.Where(n => n.AlwaysRelevant)); else yamlErrors[key] = newErrors; }\n// Finally, combine the prototype ID field errors. var fieldErrors = serverErrors.FieldErrors .Concat(clientErrors.FieldErrors) .Distinct() .ToList();\nreturn (yamlErrors, fieldErrors); } } }" +{"extends": "default", "rules": {"line-length": "disable", "truthy": "disable"}, "ignore": "/cache/\n/pkg/\n!/bin/*.lint-me-anyway.yaml\n"} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning", "max-spaces-after": 3}}} +{"extends": "default", "rules": {"line-length": {"max": 132, "level": "warning"}, "comments": {"min-spaces-from-content": 1}}} +{"rules": {"quoted-strings": {"required": "only-when-needed", "extra-allowed": ["{|}"]}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "key-duplicates": {}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": false}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "key-duplicates": "enable", "new-lines": {"type": "unix"}, "truthy": "disable"}} +{"ignore": "**/.terraform/**\n", "extends": "default", "rules": {"line-length": "disable", "document-start": "disable", "indentation": "disable", "new-line-at-end-of-file": "disable", "comments": "disable", "empty-lines": {"max": 3, "max-start": 3, "max-end": 3}, "brackets": {"max-spaces-inside": 1}, "comments-indentation": "disable"}} +{"extends": "default", "rules": {"braces": {"level": "error", "max-spaces-inside": 1, "min-spaces-inside": 1}, "brackets": {"level": "error", "max-spaces-inside": 1, "min-spaces-inside": 1}, "document-start": {"present": true}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "key-duplicates": {}, "line-length": {"max": 120, "allow-non-breakable-inline-mappings": true}, "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": {}, "truthy": {}}} +{"extends": "default", "rules": {"line-length": {"ignore": "docker-compose-metadata.yaml\n"}}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "ignore": "automations.yaml\nblueprints/*/homeassistant/*.yaml\ncustom_components/\nesphomeyaml/*/\nesphome/.esphome/\nip_bans.yaml\nnotebooks/\nscenes.yaml\nscripts.yaml\nthemes/*.yaml\n", "rules": {"braces": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "brackets": {"level": "error", "min-spaces-inside": 0, "max-spaces-inside": 0, "min-spaces-inside-empty": -1, "max-spaces-inside-empty": -1}, "colons": {"level": "error", "max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"level": "error", "max-spaces-before": 0, "min-spaces-after": 1, "max-spaces-after": 1}, "comments": {"level": "error", "require-starting-space": true, "min-spaces-from-content": 2}, "comments-indentation": {"level": "error"}, "document-end": {"level": "error", "present": false}, "document-start": {"level": "error", "present": true, "ignore": "config/known_devices.yaml\n"}, "empty-lines": {"level": "error", "max": 1, "max-start": 0, "max-end": 1}, "hyphens": {"level": "error", "max-spaces-after": 1}, "indentation": {"level": "error", "spaces": 2, "indent-sequences": true, "check-multi-line-strings": false}, "key-duplicates": {"level": "error"}, "line-length": {"ignore": ".github/support.yml\n.github/settings.yml\n", "level": "warning", "max": 88, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true}, "new-line-at-end-of-file": {"level": "error"}, "new-lines": {"level": "error", "type": "unix"}, "trailing-spaces": {"level": "error"}, "truthy": {"level": "error"}}} +{"extends": "default", "rules": {"comments-indentation": "disable", "document-start": {"present": false}, "line-length": {"max": 200}}} +{"locale": "en_US.UTF-8", "yaml-files": ["*.yaml", "*.yml"], "ignore": ".helmwave/\ntests/\n.changie.yaml\n.github\n", "rules": {"braces": {"forbid": "non-empty", "min-spaces-inside": 0, "max-spaces-inside": 2, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 2}, "brackets": {"forbid": false, "min-spaces-inside": 0, "max-spaces-inside": 2, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 2}, "colons": "enable", "commas": "enable", "comments": "disable", "comments-indentation": {"level": "warning"}, "document-end": "disable", "document-start": "disable", "empty-lines": {"max": 10, "max-end": 10, "max-start": 10}, "empty-values": "enable", "float-values": "enable", "octal-values": "disable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": {"max": 120}, "new-line-at-end-of-file": "enable", "new-lines": "enable", "quoted-strings": "disable", "trailing-spaces": "disable", "truthy": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 205, "level": "error"}}} +{"extends": "default", "rules": {"document-start": {"ignore": "/.github/workflows/\n"}, "line-length": {"max": 132, "allow-non-breakable-words": true, "allow-non-breakable-inline-mappings": true, "ignore": "/.github/workflows/lint.yaml\n"}, "truthy": {"ignore": "/.github/workflows/\n"}}} +{"extends": "default", "rules": {"line-length": {"max": 160}}, "ignore": ".zuul.yaml\n"} +{"extends": "default", "rules": {"commas": {"max-spaces-after": -1}, "comments-indentation": "disable", "document-start": "disable", "line-length": "disable", "truthy": {"check-keys": false}}} +{"yaml-files": ["*.yaml", "*.yml"], "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1, "min-spaces-inside-empty": 0, "max-spaces-inside-empty": 0}, "colons": {"max-spaces-before": 0, "max-spaces-after": 1}, "commas": {"max-spaces-before": 0}, "comments": {"level": "warning", "require-starting-space": true, "min-spaces-from-content": 1}, "comments-indentation": "disable", "document-end": "disable", "document-start": "disable", "empty-lines": {"level": "warning", "max": 2, "max-start": 0, "max-end": 1}, "empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "hyphens": {"max-spaces-after": 1}, "indentation": {"spaces": "consistent", "indent-sequences": false}, "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "octal-values": "disable", "quoted-strings": {"quote-type": "any", "required": false}, "trailing-spaces": "enable", "truthy": "disable"}} +{"rules": {"anchors": {"forbid-duplicated-anchors": true}, "braces": {"forbid": "non-empty"}, "brackets": {"forbid": "non-empty"}, "colons": "enable", "comments": "enable", "comments-indentation": "enable", "empty-lines": {"max": 1}, "empty-values": "enable", "float-values": {"require-numeral-before-decimal": true}, "hyphens": "enable", "indentation": {"spaces": 2, "indent-sequences": false}, "key-duplicates": "enable", "line-length": "enable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": {"forbid-explicit-octal": false}, "quoted-strings": {"quote-type": "double", "required": "only-when-needed"}, "trailing-spaces": "enable", "truthy": "enable"}} +{"extends": "default", "rules": {"comments": "enable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 100}, "indentation": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"line-length": 120} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint", ".ansible-lint"], "extends": "default", "rules": {"braces": {"min-spaces-inside": 1, "max-spaces-inside": 1}, "brackets": {"max-spaces-inside": 1}, "colons": {"max-spaces-after": -1}, "commas": {"min-spaces-after": 1, "max-spaces-after": -1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 1}, "document-start": {"present": true, "ignore": ".github/dependabot.yml"}, "document-end": {"present": true, "ignore": ".github/dependabot.yml"}, "empty-lines": {"max": 1}, "key-duplicates": "enable", "line-length": "disable", "new-lines": {"type": "unix"}, "truthy": {"allowed-values": ["yes", "no"], "check-keys": false}}} +{"ignore": ".github/\n", "extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "empty-lines": {"max": 2, "max-start": 1, "max-end": 1}}} +{"ignore": ".autodoc/\n.cache/\n.common/\n.git/\n.husky/\n.modules/\n.npm/\n.pnpm-store/\n.shared/\n.task/\n.venv/\n.vscode/\n.tox\n.travis.yml\n*.hbs.yml\nbuild/\ndist/\nnode_modules/\npnpm-lock.yaml\nroles/\nvenv/\nworkspace/\ntemplates/\nmkdocs.yml\n", "extends": "default", "rules": {"document-start": "disable", "line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable", "trailing-spaces": "disable", "new-line-at-end-of-file": "disable"}} +{"extends": "default", "rules": {"line-length": {"max": 220, "level": "warning"}}, "ignore": ".github/workflows/stale.yml\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "colons": {"max-spaces-after": -1, "level": "error"}, "commas": {"max-spaces-after": -1, "level": "error"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"max": 3, "level": "error"}, "hyphens": {"level": "error"}, "indentation": "disable", "key-duplicates": "enable", "line-length": {"max": 120, "level": "warning"}, "new-line-at-end-of-file": "enable", "new-lines": {"type": "unix"}, "trailing-spaces": "disable", "truthy": "enable"}} +{"yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"anchors": "enable", "braces": "enable", "brackets": "enable", "colons": "enable", "commas": "enable", "comments": "disable", "comments-indentation": "disable", "document-end": "disable", "document-start": {"level": "warning"}, "empty-lines": "enable", "empty-values": "enable", "float-values": "disable", "hyphens": "enable", "indentation": "disable", "key-duplicates": "enable", "key-ordering": "disable", "line-length": "disable", "new-line-at-end-of-file": "enable", "new-lines": "enable", "octal-values": "disable", "quoted-strings": "disable", "trailing-spaces": "enable", "truthy": "disable"}} +"yamllint.yaml" +{"extends": "default", "rules": {"line-length": {"max": 99}}} +{"extends": "default", "rules": {"line-length": {"max": 160, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "yes", "no"]}}} +{"extends": "default", "rules": {"line-length": "disable", "comments": {"require-starting-space": false, "ignore-shebangs": true, "min-spaces-from-content": 1}, "comments-indentation": "disable", "truthy": {"level": "warning"}}, "ignore": ".markdownlint-cli2.yaml\n.licenses/\n.chlog\nCHANGELOG.md\n"} +{"extends": "default", "rules": {"line-length": "disable", "braces": "disable", "truthy": "disable"}} +{"extends": "default", "ignore": ".github/\n.tox/\ntmp/\n", "rules": {"line-length": "disable"}} +{"extends": "default", "rules": {"line-length": "disable"}} +{"ignore": "*node_modules*\n", "extends": "default"} +{"extends": "default", "ignore": "node_modules/\ntest/**/states/**/*.sls\n.kitchen/\npillar.example\ntest/salt/default/pillar.sls\ncharles/osfamilymap.yaml\n", "yaml-files": ["*.yaml", "*.yml", ".salt-lint", ".yamllint", "*.example", "test/**/*.sls"], "rules": {"empty-values": {"forbid-in-block-mappings": true, "forbid-in-flow-mappings": true}, "line-length": {"max": 88}, "octal-values": {"forbid-implicit-octal": true, "forbid-explicit-octal": true}}} +{"extends": "default", "rules": {"line-length": {"max": 80, "level": "warning"}}, "ignore": "dependencies/\nhelmcharts/\nmanifests/\nvendor/\ncompiled/\ntests/golden/\n"} +{"extends": "../../../tests/static/.yamllint"} +{"extends": "default", "rules": {"line-length": {"max": 200}, "indentation": {"spaces": 2, "indent-sequences": true}}} +{"extends": "default", "ignore": "charts/\ncluster/flux-system/*.yaml\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "comments": {"min-spaces-from-content": 1}, "document-start": "disable", "indentation": {"spaces": 2, "indent-sequences": "consistent"}, "line-length": "disable"}} +{"extends": "default", "rules": {"truthy": {"allowed-values": ["true", "false"]}, "line-length": {"max": 120, "level": "warning"}, "braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 0}, "indentation": {"spaces": 2, "indent-sequences": "consistent", "check-multi-line-strings": false}, "document-start": {"present": true, "level": "warning"}, "comments": {"min-spaces-from-content": 1}}} +{"extends": "default", "rules": {"line-length": "disable"}, "ignore": "*.venv/\n*.mypy_cache/\n*.eggs/\n"} +{"rules": {"line-length": "disable"}} +"../../.yamllint.yml" +{"extends": "relaxed", "rules": {"line-length": {"max": 180, "level": "warning"}, "empty-lines": {"max": 1}}} +{"extends": "default", "ignore": "contrib\n.venv\n", "rules": {"braces": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "brackets": {"min-spaces-inside": 0, "max-spaces-inside": 1}, "colons": {"max-spaces-after": -1}, "commas": {"max-spaces-after": -1}, "comments": {"require-starting-space": true, "min-spaces-from-content": 1}, "line-length": {"max": 180, "level": "warning"}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "indentation": {"indent-sequences": false}, "comments": {"require-starting-space": false}}} +{"extends": "relaxed", "ignore": "vendor/", "rules": {"line-length": {"max": 140}}} +{"extends": "default", "ignore": "templates/*.yaml\nrepository-metadata.yaml\n", "rules": {"document-start": "disable", "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "empty-lines": {"max": 1}, "indentation": {"spaces": 2}, "line-length": {"max": 200}}} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable", "truthy": "disable", "new-line-at-end-of-file": "disable", "colons": "disable"}, "ignore": ".tox/\n.cache/"} +{"extends": "default", "ignore": "roles/alphanodes.mongodb/\n", "rules": {"line-length": "disable", "new-lines": {"type": "unix"}, "braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "comments-indentation": "disable"}} +{"ignore": "vendor/\ndeploy/svc/\nconfig/svc/\ntests/\n", "extends": "default", "rules": {"indentation": "disable", "document-start": "disable", "comments": "disable", "line-length": "disable", "empty-lines": {"max-start": 1, "max-end": 1}}} +{"extends": "default", "rules": {"braces": {"level": "warning", "max-spaces-inside": 1}, "brackets": {"level": "warning", "max-spaces-inside": 1}, "colons": {"level": "warning"}, "commas": {"level": "warning"}, "comments": "disable", "comments-indentation": "disable", "document-start": "disable", "empty-lines": {"level": "warning"}, "hyphens": {"level": "warning"}, "indentation": {"level": "warning", "indent-sequences": "consistent"}, "line-length": "disable", "truthy": "disable"}} +{"ignore": "venv/\n.yamllint.yaml\n", "extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "trailing-spaces": "disable"}} +{"extends": "relaxed", "rules": {"indentation": {"indent-sequences": false}, "line-length": {"max": 1000}}} +{"extends": "default", "rules": {"line-length": {"max": 260}, "truthy": {"allowed-values": ["yes", "no", "true", "false"], "check-keys": true}, "braces": {"min-spaces-inside": 1, "max-spaces-inside": 3}, "comments": {"min-spaces-from-content": 1}}, "ignore": "/.github\n/collections/\n.pre-commit-config.yaml\n"} +{"extends": "default", "rules": {"braces": {"max-spaces-inside": 1, "level": "error"}, "brackets": {"max-spaces-inside": 1, "level": "error"}, "line-length": "disable"}, "ignore": ".tox/\n"} +{"extends": "default", "yaml-files": ["*.yaml", "*.yml", ".yamllint"], "rules": {"document-start": "disable", "line-length": {"max": 120}}} +{"extends": "default", "rules": {"line-length": {"max": 120, "level": "warning"}, "truthy": {"allowed-values": ["true", "false", "yes", "no"]}}, "ignore": ".github/stale.yml\n.travis.yml\n"} diff --git a/schemas/yamllint/schema.json b/schemas/yamllint/schema.json new file mode 100644 index 0000000..a91ac27 --- /dev/null +++ b/schemas/yamllint/schema.json @@ -0,0 +1 @@ +{"$comment": "https://yamllint.readthedocs.io/en/stable/configuration.html", "$ref": "#/definitions/ignore", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": {"toggle": {"type": "string", "enum": ["enable", "disable"]}, "ignore": {"properties": {"ignore": {"title": "Ignore", "description": "Ignore files, so that the linter doesn't process them.", "type": "string"}}}, "allRules": {"$ref": "#/definitions/ignore", "properties": {"level": {"title": "Level", "type": "string", "default": "warning"}}}}, "description": "yamllint uses a set of rules to check source files for problems.", "id": "https://json.schemastore.org/yamllint.json", "properties": {"extends": {"title": "Extends", "type": "string"}, "yaml-files": {"title": "YAML Files", "type": "array", "items": {"title": "YAML File", "type": "string"}, "default": ["*.yaml", "*.yml", ".yamllint"]}, "locale": {"title": "Locale", "description": "This is passed to Python's locale.setlocale.", "type": "string"}, "rules": {"properties": {"braces": {"title": "Braces", "description": "Use this rule to control the use of flow mappings or number of spaces inside braces ({ and }).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"forbid": {"title": "Forbid", "description": "Used to forbid the use of flow mappings which are denoted by surrounding braces ({ and }).", "anyOf": [{"type": "boolean"}, {"type": "string", "enum": ["non-empty"]}], "default": false}, "min-spaces-inside": {"title": "Minimum Spaces Inside", "description": "Defines the minimal number of spaces required inside braces.", "type": "number", "default": 0}, "max-spaces-inside": {"title": "Max Spaces Inside", "description": "Defines the maximal number of spaces allowed inside braces.", "type": "number", "default": 0}, "min-spaces-inside-empty": {"title": "Minimum Spaces Inside Empty", "description": "Defines the minimal number of spaces required inside empty braces.", "type": "number", "default": -1}, "max-spaces-inside-empty": {"title": "Max Spaces Inside Empty", "description": "Defines the maximal number of spaces allowed inside empty braces.", "type": "number", "default": -1}}}], "default": "enable"}, "brackets": {"title": "Brackets", "description": "Use this rule to control the use of flow sequences or the number of spaces inside brackets ([ and ]).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"forbid": {"title": "Forbid", "description": "Used to forbid the use of flow sequences which are denoted by surrounding brackets ([ and ]).", "anyOf": [{"type": "boolean"}, {"type": "string", "enum": ["non-empty"]}], "default": false}, "min-spaces-inside": {"title": "Minimum Spaces Inside", "description": "Defines the minimal number of spaces required inside brackets.", "type": "number", "default": 0}, "max-spaces-inside": {"title": "Max Spaces Inside", "description": "Defines the maximal number of spaces allowed inside brackets.", "type": "number", "default": 0}, "min-spaces-inside-empty": {"title": "Minimum Spaces Inside Empty", "description": "Defines the minimal number of spaces required inside empty brackets.", "type": "number", "default": -1}, "max-spaces-inside-empty": {"title": "Max Spaces Inside Empty", "description": "Defines the maximal number of spaces allowed inside empty brackets.", "type": "number", "default": -1}}}], "default": "enable"}, "colons": {"title": "Colons", "description": "Use this rule to control the number of spaces before and after colons (:).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"max-spaces-before": {"title": "Max Spaces Before", "description": "Defines the maximal number of spaces allowed before colons (use -1 to disable).", "type": "number", "default": 0}, "max-spaces-after": {"title": "Max Spaces After", "description": "Defines the maximal number of spaces allowed after colons (use -1 to disable).", "type": "number", "default": 1}}}], "default": "enable"}, "commas": {"title": "Commas", "description": "Use this rule to control the number of spaces before and after commas (,).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"max-spaces-before": {"title": "Max Spaces Before", "description": "Defines the maximal number of spaces allowed before commas (use -1 to disable).", "type": "number", "default": 0}, "min-spaces-after": {"title": "Minimum Spaces After", "description": "Defines the minimal number of spaces required after commas.", "type": "number", "default": 1}, "max-spaces-after": {"title": "Max Spaces After", "description": "Defines the maximal number of spaces allowed after commas (use -1 to disable).", "type": "number", "default": 1}}}], "default": "enable"}, "comments": {"title": "Comments", "description": "Use this rule to control the position and formatting of comments.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"require-starting-space": {"title": "Require Starting Space", "description": "Require a space character right after the #.", "type": "boolean", "default": true}, "ignore-shebangs": {"title": "Ignore Shebangs", "description": "Ignore a shebang at the beginning of the file when require-starting-space is set.", "type": "boolean", "default": true}, "min-spaces-from-content": {"title": "Minimum Spaces from Content", "description": "Used to visually separate inline comments from content.", "type": "number", "default": 2}}}], "default": {"level": "warning"}}, "comments-indentation": {"title": "Comments Indentation", "description": "Use this rule to force comments to be indented like content.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules"}], "default": {"level": "warning"}}, "document-end": {"title": "Document End", "description": "Use this rule to require or forbid the use of document end marker (...).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"present": {"title": "Present", "description": "True when the document end marker is required, or to false when it is forbidden.", "type": "boolean", "default": true}}}], "default": "disable"}, "document-start": {"title": "Document Start", "description": "Use this rule to require or forbid the use of document start marker (---).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"present": {"title": "Present", "description": "True when the document start marker is required, or to false when it is forbidden.", "type": "boolean", "default": true}}}], "default": {"level": "warning"}}, "empty-lines": {"title": "Empty Lines", "description": "Use this rule to set a maximal number of allowed consecutive blank lines.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"max": {"title": "Max", "description": "Defines the maximal number of empty lines allowed in the document.", "type": "number", "default": 2}, "max-start": {"title": "Max Start", "description": "Defines the maximal number of empty lines allowed at the beginning of the file.", "type": "number", "default": 0}, "max-end": {"title": "Max End", "description": "", "type": "number", "default": 0}}}], "default": "enable"}, "empty-values": {"title": "Empty Values", "description": "Use this rule to prevent nodes with empty content, that implicitly result in null values.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"forbid-in-block-mappings": {"title": "Forbid in Block Mappings", "description": "Prevent empty values in block mappings.", "type": "boolean", "default": true}, "forbid-in-flow-mappings": {"title": "Forbid in Flow Mappings", "description": "Prevent empty values in flow mappings.", "type": "boolean", "default": true}}}], "default": "disable"}, "hyphens": {"title": "Hyphens", "description": "Use this rule to control the number of spaces after hyphens (-).", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"max-spaces-after": {"title": "Max Spaces After", "description": "Defines the maximal number of spaces allowed after hyphens.", "type": "number", "default": 1}}}], "default": "enable"}, "indentation": {"title": "Indentation", "description": "Use this rule to control the indentation.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"spaces": {"title": "Spaces", "description": "Defines the indentation width, in spaces.", "anyOf": [{"type": "number"}, {"type": "string", "enum": ["consistent"]}], "default": "consistent"}, "indent-sequences": {"title": "Indent Sequences", "description": "Defines whether block sequences should be indented or not (when in a mapping, this indentation is not mandatory \u2013 some people perceive the - as part of the indentation).", "anyOf": [{"type": "boolean"}, {"type": "string", "enum": ["whatever", "consistent"]}], "default": true}, "check-multi-line-strings": {"title": "Check Multi Line Strings", "description": "Defines whether to lint indentation in multi-line strings.", "type": "boolean", "default": false}}}], "default": "enable"}, "key-duplicates": {"title": "Key Duplicates", "description": "Use this rule to prevent multiple entries with the same key in mappings.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules"}], "default": "enable"}, "key-ordering": {"title": "Key Ordering", "description": "Use this rule to enforce alphabetical ordering of keys in mappings.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules"}], "default": "disable"}, "line-length": {"title": "Line Length", "description": "Use this rule to set a limit to lines length.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"max": {"title": "Max", "description": "Defines the maximal (inclusive) length of lines.", "type": "number", "default": 80}, "allow-non-breakable-words": {"title": "Allow Non-Breakable Words", "description": "Used to allow non breakable words (without spaces inside) to overflow the limit.", "type": "boolean", "default": true}, "allow-non-breakable-inline-mappings": {"title": "Allow Non-Breakable Inline Mappings", "description": "Implies allow-non-breakable-words and extends it to also allow non-breakable words in inline mappings.", "type": "boolean", "default": true}}}], "default": "enable"}, "new-line-at-end-of-file": {"title": "New Line at End of File", "description": "Use this rule to require a new line character (\n) at the end of files.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules"}], "default": "enable"}, "new-lines": {"title": "New Lines", "description": "Use this rule to force the type of new line characters.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"type": {"title": "Type", "description": "Unix to use UNIX-typed new line characters (\n), or dos to use DOS-typed new line characters (\r\n).", "type": "string", "enum": ["unix", "dos", "platform"], "default": "unix"}}}], "default": "enable"}, "octal-values": {"title": "Octal Values", "description": "Use this rule to prevent values with octal numbers.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"forbid-implicit-octal": {"title": "Forbid Implicit Octal", "description": "Prevent numbers starting with 0.", "type": "boolean", "default": true}, "forbid-explicit-octal": {"title": "Forbid Explicit Octal", "description": "Prevent numbers starting with 0o.", "type": "boolean", "default": true}}}], "default": "disable"}, "quoted-strings": {"title": "Quoted Strings", "description": "Use this rule to forbid any string values that are not quoted, or to prevent quoted strings without needing it.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"quote-type": {"title": "Quote Type", "description": "Defines allowed quotes.", "type": "string", "enum": ["single", "double", "any"], "default": "any"}, "required": {"title": "Required", "description": "Defines whether using quotes in string values is required.", "anyOf": [{"type": "boolean"}, {"type": "string", "enum": ["only-when-needed"]}], "default": true}, "extra-required": {"title": "Extra Required", "description": "List of PCRE regexes to force string values to be quoted, if they match any regex.", "type": "array", "items": {"title": "Pattern", "type": "string"}, "default": []}, "extra-allowed": {"title": "Extra Allowed", "description": "List of PCRE regexes to allow quoted string values, even if required: only-when-needed is set.", "type": "array", "items": {"title": "Pattern", "type": "string"}, "default": []}}}], "default": "disable"}, "trailing-spaces": {"title": "Tailing Spaces", "description": "Use this rule to forbid trailing spaces at the end of lines.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules"}], "default": "enable"}, "truthy": {"title": "Truthy", "description": "Use this rule to forbid non-explictly typed truthy values other than allowed ones (by default: true and false), for example YES or off.", "anyOf": [{"$ref": "#/definitions/toggle"}, {"type": "boolean"}, {"type": "object", "$ref": "#/definitions/allRules", "properties": {"allowed-values": {"title": "Allowed Values", "description": "Defines the list of truthy values which will be ignored during linting.", "type": "array", "items": {"type": "string", "enum": ["TRUE", "True", "true", "FALSE", "False", "false", "YES", "Yes", "yes", "NO", "No", "no", "ON", "On", "on", "OFF", "Off", "off"]}, "default": ["true", "false"]}, "check-keys": {"title": "Check Keys", "description": "Disables verification for keys in mappings.", "type": "boolean", "default": true}}}], "default": {"level": "warning"}}}}}, "title": "yamllint", "type": "object"} \ No newline at end of file