schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
bukkit-plugin.json | items | A single server provided library. This library can be used during runtime without being shaded into the plugin jar. | {"type": "string", "pattern": "([^: ]+):([^: ]+)(:([^: ]*)(:([^: ]+))?)?:([^: ]+)", "examples": ["org.xerial:sqlite-jdbc:3.34.0", "com.google.dagger:dagger:2.36"]} |
winget-pkgs-installer-1.0.0.json | A representation of a single-file manifest representing an app installers in the OWC. v1.0.0 | {"$schema": "http://json-schema.org/draft-07/schema#", "definitions": {"PackageIdentifier": {"type": "string", "pattern": "^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,3}$", "maxLength": 128}, "PackageVersion": {"type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 128}, "Locale": {"type": ["string", "null"], "minLength": 1, "maxLength": 20}, "Channel": {"type": ["string", "null"], "minLength": 1, "maxLength": 16}, "Platform": {"type": ["array", "null"], "items": {"type": "string", "enum": ["Windows.Desktop", "Windows.Universal"]}, "maxItems": 2, "uniqueItems": true}, "MinimumOSVersion": {"type": ["string", "null"], "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,3}$"}, "InstallerType": {"type": ["string", "null"], "enum": ["msix", "msi", "appx", "exe", "zip", "inno", "nullsoft", "wix", "burn", "pwa"]}, "Scope": {"type": ["string", "null"], "enum": ["user", "machine"]}, "InstallModes": {"type": ["array", "null"], "items": {"type": "string", "enum": ["interactive", "silent", "silentWithProgress"]}, "maxItems": 3, "uniqueItems": true}, "InstallerSwitches": {"type": "object", "properties": {"Silent": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "SilentWithProgress": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "Interactive": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "InstallLocation": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "Log": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "Upgrade": {"type": ["string", "null"], "minLength": 1, "maxLength": 512}, "Custom": {"type": ["string", "null"], "minLength": 1, "maxLength": 2048}}}, "InstallerSuccessCodes": {"type": ["array", "null"], "items": {"type": "integer", "not": {"enum": [0]}}, "maxItems": 16, "uniqueItems": true}, "UpgradeBehavior": {"type": ["string", "null"], "enum": ["install", "uninstallPrevious"]}, "Commands": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 16, "uniqueItems": true}, "Protocols": {"type": ["array", "null"], "items": {"type": "string", "pattern": "^[a-z][-a-z0-9\\.\\+]*$", "maxLength": 2048}, "maxItems": 16, "uniqueItems": true}, "FileExtensions": {"type": ["array", "null"], "items": {"type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 40}, "maxItems": 256, "uniqueItems": true}, "Dependencies": {"type": ["object", "null"], "properties": {"WindowsFeatures": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true}, "WindowsLibraries": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true}, "PackageDependencies": {"type": ["array", "null"], "items": {"type": "object", "properties": {"PackageIdentifier": {}, "MinimumVersion": {}}, "required": ["PackageIdentifier"]}, "maxItems": 16, "uniqueItems": true}, "ExternalDependencies": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true}}}, "PackageFamilyName": {"type": ["string", "null"], "pattern": "^[A-Za-z0-9][-\\.A-Za-z0-9]+_[A-Za-z0-9]{13}$", "maxLength": 255}, "ProductCode": {"type": ["string", "null"], "minLength": 1, "maxLength": 255}, "Capabilities": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 1000, "uniqueItems": true}, "RestrictedCapabilities": {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 1000, "uniqueItems": true}, "Installer": {"type": "object", "properties": {"InstallerLocale": {}, "Platform": {}, "MinimumOSVersion": {}, "Architecture": {"type": "string", "enum": ["x86", "x64", "arm", "arm64", "neutral"]}, "InstallerType": {}, "Scope": {}, "InstallerUrl": {"type": "string", "pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$"}, "InstallerSha256": {"type": "string", "pattern": "^[A-Fa-f0-9]{64}$"}, "SignatureSha256": {"type": ["string", "null"], "pattern": "^[A-Fa-f0-9]{64}$"}, "InstallModes": {}, "InstallerSwitches": {}, "InstallerSuccessCodes": {}, "UpgradeBehavior": {}, "Commands": {}, "Protocols": {}, "FileExtensions": {}, "Dependencies": {}, "PackageFamilyName": {}, "ProductCode": {}, "Capabilities": {}, "RestrictedCapabilities": {}}, "required": ["Architecture", "InstallerUrl", "InstallerSha256"]}}, "properties": {"PackageIdentifier": {}, "PackageVersion": {}, "Channel": {}, "InstallerLocale": {}, "Platform": {}, "MinimumOSVersion": {}, "InstallerType": {}, "Scope": {}, "InstallModes": {}, "InstallerSwitches": {}, "InstallerSuccessCodes": {}, "UpgradeBehavior": {}, "Commands": {}, "Protocols": {}, "FileExtensions": {}, "Dependencies": {}, "PackageFamilyName": {}, "ProductCode": {}, "Capabilities": {}, "RestrictedCapabilities": {}, "Installers": {"type": "array", "items": {}, "minItems": 1, "maxItems": 128}, "ManifestType": {"type": "string", "default": "installer", "const": "installer"}, "ManifestVersion": {"type": "string", "default": "1.0.0", "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){2}$"}}, "required": ["PackageIdentifier", "PackageVersion", "Installers", "ManifestType", "ManifestVersion"], "type": "object"} | |
winget-pkgs-installer-1.0.0.json | PackageIdentifier | The package unique identifier | {"type": "string", "pattern": "^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,3}$", "maxLength": 128} |
winget-pkgs-installer-1.0.0.json | PackageVersion | The package version | {"type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 128} |
winget-pkgs-installer-1.0.0.json | Locale | The package meta-data locale | {"type": ["string", "null"], "minLength": 1, "maxLength": 20} |
winget-pkgs-installer-1.0.0.json | Channel | The distribution channel | {"type": ["string", "null"], "minLength": 1, "maxLength": 16} |
winget-pkgs-installer-1.0.0.json | Platform | The installer supported operating system | {"type": ["array", "null"], "items": {"type": "string", "enum": ["Windows.Desktop", "Windows.Universal"]}, "maxItems": 2, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | MinimumOSVersion | The installer minimum operating system version | {"type": ["string", "null"], "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){0,3}$"} |
winget-pkgs-installer-1.0.0.json | InstallerType | Enumeration of supported installer types | {"type": ["string", "null"], "enum": ["msix", "msi", "appx", "exe", "zip", "inno", "nullsoft", "wix", "burn", "pwa"]} |
winget-pkgs-installer-1.0.0.json | Scope | Scope indicates if the installer is per user or per machine | {"type": ["string", "null"], "enum": ["user", "machine"]} |
winget-pkgs-installer-1.0.0.json | InstallModes | List of supported installer modes | {"type": ["array", "null"], "items": {"type": "string", "enum": ["interactive", "silent", "silentWithProgress"]}, "maxItems": 3, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | Silent | Silent is the value that should be passed to the installer when user chooses a silent or quiet install | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | SilentWithProgress | SilentWithProgress is the value that should be passed to the installer when user chooses a non-interactive install | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | Interactive | Interactive is the value that should be passed to the installer when user chooses an interactive install | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | InstallLocation | InstallLocation is the value passed to the installer for custom install location. <INSTALLPATH> token can be included in the switch value so that winget will replace the token with user provided path | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | Log | Log is the value passed to the installer for custom log file path. <LOGPATH> token can be included in the switch value so that winget will replace the token with user provided path | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | Upgrade | Upgrade is the value that should be passed to the installer when user chooses an upgrade | {"type": ["string", "null"], "minLength": 1, "maxLength": 512} |
winget-pkgs-installer-1.0.0.json | Custom | Custom switches will be passed directly to the installer by winget | {"type": ["string", "null"], "minLength": 1, "maxLength": 2048} |
winget-pkgs-installer-1.0.0.json | InstallerSuccessCodes | List of additional non-zero installer success exit codes other than known default values by winget | {"type": ["array", "null"], "items": {"type": "integer", "not": {"enum": [0]}}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | UpgradeBehavior | The upgrade method | {"type": ["string", "null"], "enum": ["install", "uninstallPrevious"]} |
winget-pkgs-installer-1.0.0.json | Commands | List of commands or aliases to run the package | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | Protocols | List of protocols the package provides a handler for | {"type": ["array", "null"], "items": {"type": "string", "pattern": "^[a-z][-a-z0-9\\.\\+]*$", "maxLength": 2048}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | FileExtensions | List of file extensions the package could support | {"type": ["array", "null"], "items": {"type": "string", "pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "maxLength": 40}, "maxItems": 256, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | WindowsFeatures | List of Windows feature dependencies | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | WindowsLibraries | List of Windows library dependencies | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | PackageDependencies | List of package dependencies from current source | {"type": ["array", "null"], "items": {"type": "object", "properties": {"PackageIdentifier": {}, "MinimumVersion": {}}, "required": ["PackageIdentifier"]}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | ExternalDependencies | List of external package dependencies | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 128}, "maxItems": 16, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | PackageFamilyName | PackageFamilyName for appx or msix installer. Could be used for correlation of packages across sources | {"type": ["string", "null"], "pattern": "^[A-Za-z0-9][-\\.A-Za-z0-9]+_[A-Za-z0-9]{13}$", "maxLength": 255} |
winget-pkgs-installer-1.0.0.json | ProductCode | ProductCode could be used for correlation of packages across sources | {"type": ["string", "null"], "minLength": 1, "maxLength": 255} |
winget-pkgs-installer-1.0.0.json | Capabilities | List of appx or msix installer capabilities | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 1000, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | RestrictedCapabilities | List of appx or msix installer restricted capabilities | {"type": ["array", "null"], "items": {"type": "string", "minLength": 1, "maxLength": 40}, "maxItems": 1000, "uniqueItems": true} |
winget-pkgs-installer-1.0.0.json | Architecture | The installer target architecture | {"type": "string", "enum": ["x86", "x64", "arm", "arm64", "neutral"]} |
winget-pkgs-installer-1.0.0.json | InstallerUrl | The installer Url | {"type": "string", "pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$"} |
winget-pkgs-installer-1.0.0.json | InstallerSha256 | Sha256 is required. Sha256 of the installer | {"type": "string", "pattern": "^[A-Fa-f0-9]{64}$"} |
winget-pkgs-installer-1.0.0.json | SignatureSha256 | SignatureSha256 is recommended for appx or msix. It is the sha256 of signature file inside appx or msix. Could be used during streaming install if applicable | {"type": ["string", "null"], "pattern": "^[A-Fa-f0-9]{64}$"} |
winget-pkgs-installer-1.0.0.json | ManifestType | The manifest type | {"type": "string", "default": "installer", "const": "installer"} |
winget-pkgs-installer-1.0.0.json | ManifestVersion | The manifest syntax version | {"type": "string", "default": "1.0.0", "pattern": "^(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){2}$"} |
config-file.v1.json | A JSON representation of a Deno configuration file. | {"$schema": "http://json-schema.org/draft-07/schema", "required": [], "type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean", "default": true}, "allowUnreachableCode": {"type": "boolean", "default": false}, "allowUnusedLabels": {"type": "boolean", "default": false}, "checkJs": {"type": "boolean", "default": false}, "exactOptionalPropertyTypes": {"type": "boolean", "default": false}, "experimentalDecorators": {"type": "boolean", "default": true}, "jsx": {"default": "react", "enum": ["preserve", "react", "react-jsx", "react-jsxdev", "react-native"]}, "jsxFactory": {"type": "string", "default": "React.createElement"}, "jsxFragmentFactory": {"type": "string", "default": "React.Fragment"}, "jsxImportSource": {"type": "string", "default": "react"}, "keyofStringsOnly": {"type": "boolean", "default": false}, "lib": {"type": "array", "uniqueItems": true, "default": ["deno.window"], "items": {"type": "string"}}, "noErrorTruncation": {"type": "boolean", "default": false}, "noFallthroughCasesInSwitch": {"type": "boolean", "default": false}, "noImplicitAny": {"type": "boolean", "default": true}, "noImplicitOverride": {"type": "boolean", "default": false}, "noImplicitReturns": {"type": "boolean", "default": false}, "noImplicitThis": {"type": "boolean", "default": true}, "noImplicitUseStrict": {"type": "boolean", "default": true}, "noStrictGenericChecks": {"type": "boolean", "default": false}, "noUnusedLocals": {"type": "boolean", "default": false}, "noUnusedParameters": {"type": "boolean", "default": false}, "noUncheckedIndexedAccess": {"type": "boolean", "default": false}, "strict": {"type": "boolean", "default": true}, "strictBindCallApply": {"type": "boolean", "default": true}, "strictFunctionTypes": {"type": "boolean", "default": true}, "strictPropertyInitialization": {"type": "boolean", "default": true}, "strictNullChecks": {"type": "boolean", "default": true}, "suppressExcessPropertyErrors": {"type": "boolean", "default": false}, "suppressImplicitAnyIndexErrors": {"type": "boolean", "default": false}}}, "importMap": {"type": "string"}, "imports": {"type": "object", "additionalProperties": {"type": "string"}}, "scopes": {"default": {}, "type": "object", "properties": {}, "additionalProperties": {"type": "object", "additionalProperties": {"type": "string"}}}, "exclude": {"type": "array", "items": {"type": "string"}}, "lint": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}, "rules": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}, "exclude": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}, "include": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}}}, "report": {"default": "pretty", "enum": ["pretty", "json", "compact"]}}}, "fmt": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}, "useTabs": {"type": "boolean", "default": false}, "lineWidth": {"type": "number", "default": 80}, "indentWidth": {"type": "number", "default": 2}, "singleQuote": {"type": "boolean", "default": false}, "proseWrap": {"default": "always", "enum": ["always", "never", "preserve"]}, "semiColons": {"type": "boolean", "default": true}, "options": {"type": "object", "properties": {"useTabs": {"type": "boolean", "default": false}, "lineWidth": {"type": "number", "default": 80}, "indentWidth": {"type": "number", "default": 2}, "singleQuote": {"type": "boolean", "default": false}, "proseWrap": {"default": "always", "enum": ["always", "never", "preserve"]}, "semiColons": {"type": "boolean", "default": true}}}}}, "nodeModulesDir": {"type": "boolean"}, "vendor": {"type": "boolean"}, "tasks": {"type": "object", "patternProperties": {"^[A-Za-z][A-Za-z0-9_\\-:]*$": {"type": "string"}}, "additionalProperties": false}, "test": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}}}, "bench": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}}}, "lock": {"type": ["string", "boolean"], "default": true}}} | |
config-file.v1.json | compilerOptions | Instructs the TypeScript compiler how to compile .ts files. | {"type": "object", "properties": {"allowJs": {"type": "boolean", "default": true}, "allowUnreachableCode": {"type": "boolean", "default": false}, "allowUnusedLabels": {"type": "boolean", "default": false}, "checkJs": {"type": "boolean", "default": false}, "exactOptionalPropertyTypes": {"type": "boolean", "default": false}, "experimentalDecorators": {"type": "boolean", "default": true}, "jsx": {"default": "react", "enum": ["preserve", "react", "react-jsx", "react-jsxdev", "react-native"]}, "jsxFactory": {"type": "string", "default": "React.createElement"}, "jsxFragmentFactory": {"type": "string", "default": "React.Fragment"}, "jsxImportSource": {"type": "string", "default": "react"}, "keyofStringsOnly": {"type": "boolean", "default": false}, "lib": {"type": "array", "uniqueItems": true, "default": ["deno.window"], "items": {"type": "string"}}, "noErrorTruncation": {"type": "boolean", "default": false}, "noFallthroughCasesInSwitch": {"type": "boolean", "default": false}, "noImplicitAny": {"type": "boolean", "default": true}, "noImplicitOverride": {"type": "boolean", "default": false}, "noImplicitReturns": {"type": "boolean", "default": false}, "noImplicitThis": {"type": "boolean", "default": true}, "noImplicitUseStrict": {"type": "boolean", "default": true}, "noStrictGenericChecks": {"type": "boolean", "default": false}, "noUnusedLocals": {"type": "boolean", "default": false}, "noUnusedParameters": {"type": "boolean", "default": false}, "noUncheckedIndexedAccess": {"type": "boolean", "default": false}, "strict": {"type": "boolean", "default": true}, "strictBindCallApply": {"type": "boolean", "default": true}, "strictFunctionTypes": {"type": "boolean", "default": true}, "strictPropertyInitialization": {"type": "boolean", "default": true}, "strictNullChecks": {"type": "boolean", "default": true}, "suppressExcessPropertyErrors": {"type": "boolean", "default": false}, "suppressImplicitAnyIndexErrors": {"type": "boolean", "default": false}}} |
config-file.v1.json | allowJs | Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. | {"type": "boolean", "default": true} |
config-file.v1.json | allowUnreachableCode | Disable error reporting for unreachable code. | {"type": "boolean", "default": false} |
config-file.v1.json | allowUnusedLabels | Disable error reporting for unused labels. | {"type": "boolean", "default": false} |
config-file.v1.json | checkJs | Enable error reporting in type-checked JavaScript files. | {"type": "boolean", "default": false} |
config-file.v1.json | exactOptionalPropertyTypes | Differentiate between undefined and not present when type checking | {"type": "boolean", "default": false} |
config-file.v1.json | experimentalDecorators | Enable experimental support for TC39 stage 2 draft decorators. | {"type": "boolean", "default": true} |
config-file.v1.json | jsx | Specify what JSX code is generated. | {"default": "react", "enum": ["preserve", "react", "react-jsx", "react-jsxdev", "react-native"]} |
config-file.v1.json | jsxFactory | Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h' | {"type": "string", "default": "React.createElement"} |
config-file.v1.json | jsxFragmentFactory | Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'. | {"type": "string", "default": "React.Fragment"} |
config-file.v1.json | jsxImportSource | Specify module specifier used to import the JSX factory functions when using jsx: 'react-jsx*'. | {"type": "string", "default": "react"} |
config-file.v1.json | keyofStringsOnly | Make keyof only return strings instead of string, numbers or symbols. Legacy option. | {"type": "boolean", "default": false} |
config-file.v1.json | lib | Specify a set of bundled library declaration files that describe the target runtime environment. | {"type": "array", "uniqueItems": true, "default": ["deno.window"], "items": {"type": "string"}} |
config-file.v1.json | noErrorTruncation | Do not truncate error messages. | {"type": "boolean", "default": false} |
config-file.v1.json | noFallthroughCasesInSwitch | Enable error reporting for fallthrough cases in switch statements. | {"type": "boolean", "default": false} |
config-file.v1.json | noImplicitAny | Enable error reporting for expressions and declarations with an implied `any` type.. | {"type": "boolean", "default": true} |
config-file.v1.json | noImplicitOverride | Ensure overriding members in derived classes are marked with an override modifier. | {"type": "boolean", "default": false} |
config-file.v1.json | noImplicitReturns | Enable error reporting for codepaths that do not explicitly return in a function. | {"type": "boolean", "default": false} |
config-file.v1.json | noImplicitThis | Enable error reporting when `this` is given the type `any`. | {"type": "boolean", "default": true} |
config-file.v1.json | noImplicitUseStrict | Disable adding 'use strict' directives in emitted JavaScript files. | {"type": "boolean", "default": true} |
config-file.v1.json | noStrictGenericChecks | Disable strict checking of generic signatures in function types. | {"type": "boolean", "default": false} |
config-file.v1.json | noUnusedLocals | Enable error reporting when a local variables aren't read. | {"type": "boolean", "default": false} |
config-file.v1.json | noUnusedParameters | Raise an error when a function parameter isn't read | {"type": "boolean", "default": false} |
config-file.v1.json | noUncheckedIndexedAccess | Add `undefined` to a type when accessed using an index. | {"type": "boolean", "default": false} |
config-file.v1.json | strict | Enable all strict type checking options. | {"type": "boolean", "default": true} |
config-file.v1.json | strictBindCallApply | Check that the arguments for `bind`, `call`, and `apply` methods match the original function. | {"type": "boolean", "default": true} |
config-file.v1.json | strictFunctionTypes | When assigning functions, check to ensure parameters and the return values are subtype-compatible. | {"type": "boolean", "default": true} |
config-file.v1.json | strictPropertyInitialization | Check for class properties that are declared but not set in the constructor. | {"type": "boolean", "default": true} |
config-file.v1.json | strictNullChecks | When type checking, take into account `null` and `undefined`. | {"type": "boolean", "default": true} |
config-file.v1.json | suppressExcessPropertyErrors | Disable reporting of excess property errors during the creation of object literals. | {"type": "boolean", "default": false} |
config-file.v1.json | suppressImplicitAnyIndexErrors | Suppress `noImplicitAny` errors when indexing objects that lack index signatures. | {"type": "boolean", "default": false} |
config-file.v1.json | importMap | The location of an import map to be used when resolving modules. If an import map is specified as an `--importmap` flag or using "imports" and "scopes" properties, they will override this value. | {"type": "string"} |
config-file.v1.json | imports | A map of specifiers to their remapped specifiers. | {"type": "object", "additionalProperties": {"type": "string"}} |
config-file.v1.json | additionalProperties | The key is the specifier or partial specifier to match, with a value that represents the target specifier. | {"type": "string"} |
config-file.v1.json | scopes | Define a scope which remaps a specifier in only a specified scope | {"default": {}, "type": "object", "properties": {}, "additionalProperties": {"type": "object", "additionalProperties": {"type": "string"}}} |
config-file.v1.json | additionalProperties | A definition of a scoped remapping. | {"type": "object", "additionalProperties": {"type": "string"}} |
config-file.v1.json | additionalProperties | The key is the specifier or partial specifier to match within the referring scope, with a value that represents the target specifier. | {"type": "string"} |
config-file.v1.json | exclude | List of files, directories or globs that will be ignored by all other configurations. Requires Deno 1.34 or later. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | lint | Configuration for linter | {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}, "rules": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}, "exclude": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}, "include": {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true}}}, "report": {"default": "pretty", "enum": ["pretty", "json", "compact"]}}} |
config-file.v1.json | include | List of files, directories or globs that will be linted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | exclude | List of files, directories or globs that will not be linted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | include | List of files, directories or globs that will be linted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | exclude | List of files, directories or globs that will not be linted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | tags | List of tag names that will be run. Empty list disables all tags and will only use rules from `include`. | {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true} |
config-file.v1.json | exclude | List of rule names that will be excluded from configured tag sets. If the same rule is in `include` it will be run. | {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true} |
config-file.v1.json | include | List of rule names that will be run. Even if the same rule is in `exclude` it will be run. | {"type": "array", "items": {"type": "string"}, "minItems": 0, "uniqueItems": true} |
config-file.v1.json | report | The default report format to use when linting | {"default": "pretty", "enum": ["pretty", "json", "compact"]} |
config-file.v1.json | fmt | Configuration for formatter | {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}}, "useTabs": {"type": "boolean", "default": false}, "lineWidth": {"type": "number", "default": 80}, "indentWidth": {"type": "number", "default": 2}, "singleQuote": {"type": "boolean", "default": false}, "proseWrap": {"default": "always", "enum": ["always", "never", "preserve"]}, "semiColons": {"type": "boolean", "default": true}, "options": {"type": "object", "properties": {"useTabs": {"type": "boolean", "default": false}, "lineWidth": {"type": "number", "default": 80}, "indentWidth": {"type": "number", "default": 2}, "singleQuote": {"type": "boolean", "default": false}, "proseWrap": {"default": "always", "enum": ["always", "never", "preserve"]}, "semiColons": {"type": "boolean", "default": true}}}}} |
config-file.v1.json | include | List of files, directories or globs that will be formatted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | exclude | List of files, directories or globs that will not be formatted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | include | List of files, directories or globs that will be formatted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | exclude | List of files, directories or globs that will not be formatted. | {"type": "array", "items": {"type": "string"}} |
config-file.v1.json | useTabs | Whether to use tabs (true) or spaces (false) for indentation. | {"type": "boolean", "default": false} |
config-file.v1.json | lineWidth | The width of a line the printer will try to stay under. Note that the printer may exceed this width in certain cases. | {"type": "number", "default": 80} |
config-file.v1.json | indentWidth | The number of characters for an indent. | {"type": "number", "default": 2} |
config-file.v1.json | singleQuote | Whether to use single quote (true) or double quote (false) for quotation. | {"type": "boolean", "default": false} |
config-file.v1.json | proseWrap | Define how prose should be wrapped in Markdown files. | {"default": "always", "enum": ["always", "never", "preserve"]} |
config-file.v1.json | semiColons | Whether to prefer using semicolons. | {"type": "boolean", "default": true} |
config-file.v1.json | useTabs | Whether to use tabs (true) or spaces (false) for indentation. | {"type": "boolean", "default": false} |
config-file.v1.json | lineWidth | The width of a line the printer will try to stay under. Note that the printer may exceed this width in certain cases. | {"type": "number", "default": 80} |
config-file.v1.json | indentWidth | The number of characters for an indent. | {"type": "number", "default": 2} |
config-file.v1.json | singleQuote | Whether to use single quote (true) or double quote (false) for quotation. | {"type": "boolean", "default": false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.