diff --git a/docs/package-lock.json b/docs/package-lock.json index a846f67..02af48e 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@beta/devicons-react": "npm:devicons-react@1.2.6-beta-0.3.1", - "@latest/devicons-react": "npm:devicons-react@1.2.6", + "@latest/devicons-react": "npm:devicons-react@1.3.0", "next": "14.1.0", "next-pwa": "5.6.0", "next-seo": "6.4.0", @@ -21,12 +21,12 @@ "styled-components": "6.1.8" }, "devDependencies": { - "@types/node": "20.11.7", - "@types/react": "18.2.48", - "@types/react-dom": "18.2.18", + "@types/node": "20.11.16", + "@types/react": "18.2.55", + "@types/react-dom": "18.2.19", "babel-plugin-styled-components": "2.1.4", "eslint": "8.56.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "typescript": "5.3.3" }, "engines": { @@ -1664,8 +1664,9 @@ }, "node_modules/@latest/devicons-react": { "name": "devicons-react", - "version": "1.2.6", - "license": "MIT", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/devicons-react/-/devicons-react-1.3.0.tgz", + "integrity": "sha512-uNrT0+t19A9iAxIidx1kj1rNF12TOh0cZ3A/JxrLuk19YBqo/M0TaMggwoaibLjNVP/VT+9nxGyYKbKAg0bgWA==", "peerDependencies": { "react": "*" } @@ -1965,9 +1966,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.11.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz", - "integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==", + "version": "20.11.16", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz", + "integrity": "sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==", "dependencies": { "undici-types": "~5.26.4" } @@ -1978,9 +1979,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.48", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.48.tgz", - "integrity": "sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==", + "version": "18.2.55", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.55.tgz", + "integrity": "sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -1989,9 +1990,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.18", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz", - "integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==", + "version": "18.2.19", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", + "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", "dev": true, "dependencies": { "@types/react": "*" @@ -4585,9 +4586,9 @@ } }, "node_modules/prettier": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.4.tgz", - "integrity": "sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==", + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", + "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" diff --git a/docs/package.json b/docs/package.json index 19314ff..0861e01 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@beta/devicons-react": "npm:devicons-react@1.2.6-beta-0.3.1", - "@latest/devicons-react": "npm:devicons-react@1.2.6", + "@latest/devicons-react": "npm:devicons-react@1.3.0", "next": "14.1.0", "next-pwa": "5.6.0", "next-seo": "6.4.0", @@ -43,12 +43,12 @@ "styled-components": "6.1.8" }, "devDependencies": { - "@types/node": "20.11.7", - "@types/react": "18.2.48", - "@types/react-dom": "18.2.18", + "@types/node": "20.11.16", + "@types/react": "18.2.55", + "@types/react-dom": "18.2.19", "babel-plugin-styled-components": "2.1.4", "eslint": "8.56.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "typescript": "5.3.3" }, "resolutions": { diff --git a/docs/src/assets/data/icons.latest.json b/docs/src/assets/data/icons.latest.json index 9995572..d4d5722 100644 --- a/docs/src/assets/data/icons.latest.json +++ b/docs/src/assets/data/icons.latest.json @@ -1,4 +1,9 @@ [ + { + "name": "Aarch64 Line", + "componentName": "Aarch64Line", + "tags": ["architecture", "programming", "language", "ARM"] + }, { "name": "Aarch64 Original", "componentName": "Aarch64Original", @@ -30,8 +35,48 @@ "tags": ["video", "editor"] }, { - "name": "Amazonwebservices Original", - "componentName": "AmazonwebservicesOriginal", + "name": "Akka Original", + "componentName": "AkkaOriginal", + "tags": ["framework", "java", "scala", "open-source"] + }, + { + "name": "Akka Original Wordmark", + "componentName": "AkkaOriginalWordmark", + "tags": ["framework", "java", "scala", "open-source"] + }, + { + "name": "Akka Plain", + "componentName": "AkkaPlain", + "tags": ["framework", "java", "scala", "open-source"] + }, + { + "name": "Akka Plain Wordmark", + "componentName": "AkkaPlainWordmark", + "tags": ["framework", "java", "scala", "open-source"] + }, + { + "name": "Algolia Original", + "componentName": "AlgoliaOriginal", + "tags": ["algorithms", "api", "documentation", "tool"] + }, + { + "name": "Algolia Original Wordmark", + "componentName": "AlgoliaOriginalWordmark", + "tags": ["algorithms", "api", "documentation", "tool"] + }, + { + "name": "Alpinejs Original", + "componentName": "AlpinejsOriginal", + "tags": ["framework", "javascript"] + }, + { + "name": "Alpinejs Original Wordmark", + "componentName": "AlpinejsOriginalWordmark", + "tags": ["framework", "javascript"] + }, + { + "name": "Amazonwebservices Line Wordmark", + "componentName": "AmazonwebservicesLineWordmark", "tags": ["cloud", "hosting", "server"] }, { @@ -77,22 +122,42 @@ { "name": "Androidstudio Original", "componentName": "AndroidstudioOriginal", - "tags": ["application", "editor", "ide", "android", "mobile"] + "tags": ["application", "editor", "jetbrains", "ide", "android", "mobile"] }, { "name": "Androidstudio Original Wordmark", "componentName": "AndroidstudioOriginalWordmark", - "tags": ["application", "editor", "ide", "android", "mobile"] + "tags": ["application", "editor", "jetbrains", "ide", "android", "mobile"] }, { "name": "Androidstudio Plain", "componentName": "AndroidstudioPlain", - "tags": ["application", "editor", "ide", "android", "mobile"] + "tags": ["application", "editor", "jetbrains", "ide", "android", "mobile"] }, { "name": "Androidstudio Plain Wordmark", "componentName": "AndroidstudioPlainWordmark", - "tags": ["application", "editor", "ide", "android", "mobile"] + "tags": ["application", "editor", "jetbrains", "ide", "android", "mobile"] + }, + { + "name": "Angular Original", + "componentName": "AngularOriginal", + "tags": ["framework", "javascript"] + }, + { + "name": "Angular Original Wordmark", + "componentName": "AngularOriginalWordmark", + "tags": ["framework", "javascript"] + }, + { + "name": "Angular Plain", + "componentName": "AngularPlain", + "tags": ["framework", "javascript"] + }, + { + "name": "Angular Plain Wordmark", + "componentName": "AngularPlainWordmark", + "tags": ["framework", "javascript"] }, { "name": "Angularjs Original", @@ -114,6 +179,16 @@ "componentName": "AngularjsPlainWordmark", "tags": ["framework", "javascript"] }, + { + "name": "Angularmaterial Original", + "componentName": "AngularmaterialOriginal", + "tags": ["framework", "javascript"] + }, + { + "name": "Angularmaterial Plain", + "componentName": "AngularmaterialPlain", + "tags": ["framework", "javascript"] + }, { "name": "Ansible Original", "componentName": "AnsibleOriginal", @@ -134,7 +209,31 @@ "componentName": "AnsiblePlainWordmark", "tags": ["automation", "provisioning", "deployment", "continuous-delivery"] }, - { "name": "Apache Line", "componentName": "ApacheLine", "tags": ["php"] }, + { + "name": "Antdesign Original", + "componentName": "AntdesignOriginal", + "tags": ["reactjs", "design", "language"] + }, + { + "name": "Antdesign Original Wordmark", + "componentName": "AntdesignOriginalWordmark", + "tags": ["reactjs", "design", "language"] + }, + { + "name": "Antdesign Plain", + "componentName": "AntdesignPlain", + "tags": ["reactjs", "design", "language"] + }, + { + "name": "Antdesign Plain Wordmark", + "componentName": "AntdesignPlainWordmark", + "tags": ["reactjs", "design", "language"] + }, + { + "name": "Apache Line", + "componentName": "ApacheLine", + "tags": ["php"] + }, { "name": "Apache Line Wordmark", "componentName": "ApacheLineWordmark", @@ -150,12 +249,36 @@ "componentName": "ApacheOriginalWordmark", "tags": ["php"] }, - { "name": "Apache Plain", "componentName": "ApachePlain", "tags": ["php"] }, + { + "name": "Apache Plain", + "componentName": "ApachePlain", + "tags": ["php"] + }, { "name": "Apache Plain Wordmark", "componentName": "ApachePlainWordmark", "tags": ["php"] }, + { + "name": "Apacheairflow Original", + "componentName": "ApacheairflowOriginal", + "tags": ["platform", "pipeline", "orchestrator", "open-source"] + }, + { + "name": "Apacheairflow Original Wordmark", + "componentName": "ApacheairflowOriginalWordmark", + "tags": ["platform", "pipeline", "orchestrator", "open-source"] + }, + { + "name": "Apacheairflow Plain", + "componentName": "ApacheairflowPlain", + "tags": ["platform", "pipeline", "orchestrator", "open-source"] + }, + { + "name": "Apacheairflow Plain Wordmark", + "componentName": "ApacheairflowPlainWordmark", + "tags": ["platform", "pipeline", "orchestrator", "open-source"] + }, { "name": "Apachekafka Original", "componentName": "ApachekafkaOriginal", @@ -166,6 +289,31 @@ "componentName": "ApachekafkaOriginalWordmark", "tags": ["streaming", "open-source"] }, + { + "name": "Apachespark Original", + "componentName": "ApachesparkOriginal", + "tags": ["data-processing", "data-science", "machine-learning"] + }, + { + "name": "Apachespark Original Wordmark", + "componentName": "ApachesparkOriginalWordmark", + "tags": ["data-processing", "data-science", "machine-learning"] + }, + { + "name": "Apachespark Plain Wordmark", + "componentName": "ApachesparkPlainWordmark", + "tags": ["data-processing", "data-science", "machine-learning"] + }, + { + "name": "Apl Original", + "componentName": "AplOriginal", + "tags": ["programming", "language", "open-source", "cross-platform"] + }, + { + "name": "Apl Plain", + "componentName": "AplPlain", + "tags": ["programming", "language", "open-source", "cross-platform"] + }, { "name": "Appcelerator Original", "componentName": "AppceleratorOriginal", @@ -206,6 +354,26 @@ "componentName": "AppwritePlainWordmark", "tags": ["cloud", "platform", "server"] }, + { + "name": "Archlinux Original", + "componentName": "ArchlinuxOriginal", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Archlinux Original Wordmark", + "componentName": "ArchlinuxOriginalWordmark", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Archlinux Plain", + "componentName": "ArchlinuxPlain", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Archlinux Plain Wordmark", + "componentName": "ArchlinuxPlainWordmark", + "tags": ["linux", "distribuition", "desktop"] + }, { "name": "Arduino Original", "componentName": "ArduinoOriginal", @@ -246,6 +414,26 @@ "componentName": "ArgocdPlainWordmark", "tags": ["gitops", "continuous-delivery"] }, + { + "name": "Astro Original", + "componentName": "AstroOriginal", + "tags": ["static site generator", "framework", "web-development"] + }, + { + "name": "Astro Original Wordmark", + "componentName": "AstroOriginalWordmark", + "tags": ["static site generator", "framework", "web-development"] + }, + { + "name": "Astro Plain", + "componentName": "AstroPlain", + "tags": ["static site generator", "framework", "web-development"] + }, + { + "name": "Astro Plain Wordmark", + "componentName": "AstroPlainWordmark", + "tags": ["static site generator", "framework", "web-development"] + }, { "name": "Atom Original", "componentName": "AtomOriginal", @@ -256,6 +444,26 @@ "componentName": "AtomOriginalWordmark", "tags": ["editor"] }, + { + "name": "Awk Original Wordmark", + "componentName": "AwkOriginalWordmark", + "tags": ["programming", "language", "unix"] + }, + { + "name": "Awk Plain Wordmark", + "componentName": "AwkPlainWordmark", + "tags": ["programming", "language", "unix"] + }, + { + "name": "Axios Plain", + "componentName": "AxiosPlain", + "tags": ["http", "promise", "nodejs"] + }, + { + "name": "Axios Plain Wordmark", + "componentName": "AxiosPlainWordmark", + "tags": ["http", "promise", "nodejs"] + }, { "name": "Azure Original", "componentName": "AzureOriginal", @@ -276,6 +484,26 @@ "componentName": "AzurePlainWordmark", "tags": ["cloud", "devops"] }, + { + "name": "Azuredevops Original", + "componentName": "AzuredevopsOriginal", + "tags": ["azure", "devops", "cloud", "version control", "vcs"] + }, + { + "name": "Azuredevops Plain", + "componentName": "AzuredevopsPlain", + "tags": ["azure", "devops", "cloud", "version control", "vcs"] + }, + { + "name": "Azuresqldatabase Original", + "componentName": "AzuresqldatabaseOriginal", + "tags": ["azure", "database", "tool", "sql"] + }, + { + "name": "Azuresqldatabase Plain", + "componentName": "AzuresqldatabasePlain", + "tags": ["azure", "database", "tool", "sql"] + }, { "name": "Babel Original", "componentName": "BabelOriginal", @@ -306,6 +534,26 @@ "componentName": "BackbonejsPlainWordmark", "tags": ["javascript", "framework"] }, + { + "name": "Ballerina Line", + "componentName": "BallerinaLine", + "tags": ["java", "cloud", "server", "networking"] + }, + { + "name": "Ballerina Line Wordmark", + "componentName": "BallerinaLineWordmark", + "tags": ["java", "cloud", "server", "networking"] + }, + { + "name": "Ballerina Original", + "componentName": "BallerinaOriginal", + "tags": ["java", "cloud", "server", "networking"] + }, + { + "name": "Ballerina Original Wordmark", + "componentName": "BallerinaOriginalWordmark", + "tags": ["java", "cloud", "server", "networking"] + }, { "name": "Bamboo Original", "componentName": "BambooOriginal", @@ -319,12 +567,22 @@ { "name": "Bash Original", "componentName": "BashOriginal", - "tags": ["shell", "command"] + "tags": ["shell", "command", "scripting"] }, { "name": "Bash Plain", "componentName": "BashPlain", - "tags": ["shell", "command"] + "tags": ["shell", "command", "scripting"] + }, + { + "name": "Beats Original", + "componentName": "BeatsOriginal", + "tags": ["elastic", "data-transfer"] + }, + { + "name": "Beats Plain", + "componentName": "BeatsPlain", + "tags": ["elastic", "data-transfer"] }, { "name": "Behance Original", @@ -356,6 +614,16 @@ "componentName": "BitbucketOriginalWordmark", "tags": ["version-control"] }, + { + "name": "Blazor Line", + "componentName": "BlazorLine", + "tags": ["dotnet", ".net", "framework", "design", "ui"] + }, + { + "name": "Blazor Original", + "componentName": "BlazorOriginal", + "tags": ["dotnet", ".net", "framework", "design", "ui"] + }, { "name": "Blender Original", "componentName": "BlenderOriginal", @@ -369,22 +637,22 @@ { "name": "Bootstrap Original", "componentName": "BootstrapOriginal", - "tags": ["css", "framework"] + "tags": ["css", "framework", "html", "javascript", "library"] }, { "name": "Bootstrap Original Wordmark", "componentName": "BootstrapOriginalWordmark", - "tags": ["css", "framework"] + "tags": ["css", "framework", "html", "javascript", "library"] }, { "name": "Bootstrap Plain", "componentName": "BootstrapPlain", - "tags": ["css", "framework"] + "tags": ["css", "framework", "html", "javascript", "library"] }, { "name": "Bootstrap Plain Wordmark", "componentName": "BootstrapPlainWordmark", - "tags": ["css", "framework"] + "tags": ["css", "framework", "html", "javascript", "library"] }, { "name": "Bower Line", @@ -416,14 +684,91 @@ "componentName": "BowerPlainWordmark", "tags": ["package", "manager"] }, + { + "name": "Browserstack Line", + "componentName": "BrowserstackLine", + "tags": ["website", "app", "testing", "tool"] + }, + { + "name": "Browserstack Line Wordmark", + "componentName": "BrowserstackLineWordmark", + "tags": ["website", "app", "testing", "tool"] + }, + { + "name": "Browserstack Original", + "componentName": "BrowserstackOriginal", + "tags": ["website", "app", "testing", "tool"] + }, + { + "name": "Browserstack Original Wordmark", + "componentName": "BrowserstackOriginalWordmark", + "tags": ["website", "app", "testing", "tool"] + }, + { + "name": "Browserstack Plain", + "componentName": "BrowserstackPlain", + "tags": ["website", "app", "testing", "tool"] + }, + { + "name": "Browserstack Plain Wordmark", + "componentName": "BrowserstackPlainWordmark", + "tags": ["website", "app", "testing", "tool"] + }, { "name": "Bulma Plain", "componentName": "BulmaPlain", "tags": ["css", "framework"] }, - { "name": "C Line", "componentName": "CLine", "tags": ["language"] }, - { "name": "C Original", "componentName": "COriginal", "tags": ["language"] }, - { "name": "C Plain", "componentName": "CPlain", "tags": ["language"] }, + { + "name": "Bun Line", + "componentName": "BunLine", + "tags": ["javascript", "zig", "language"] + }, + { + "name": "Bun Original", + "componentName": "BunOriginal", + "tags": ["javascript", "zig", "language"] + }, + { + "name": "Bun Plain", + "componentName": "BunPlain", + "tags": ["javascript", "zig", "language"] + }, + { + "name": "C Line", + "componentName": "CLine", + "tags": ["language"] + }, + { + "name": "C Original", + "componentName": "COriginal", + "tags": ["language"] + }, + { + "name": "C Plain", + "componentName": "CPlain", + "tags": ["language"] + }, + { + "name": "Cairo Original", + "componentName": "CairoOriginal", + "tags": ["graphic", "library", "c", "open-source"] + }, + { + "name": "Cairo Original Wordmark", + "componentName": "CairoOriginalWordmark", + "tags": ["graphic", "library", "c", "open-source"] + }, + { + "name": "Cairo Plain", + "componentName": "CairoPlain", + "tags": ["graphic", "library", "c", "open-source"] + }, + { + "name": "Cairo Plain Wordmark", + "componentName": "CairoPlainWordmark", + "tags": ["graphic", "library", "c", "open-source"] + }, { "name": "Cakephp Original", "componentName": "CakephpOriginal", @@ -449,6 +794,51 @@ "componentName": "CanvaOriginal", "tags": ["design"] }, + { + "name": "Capacitor Original", + "componentName": "CapacitorOriginal", + "tags": ["javascript", "js", "ionic", "framework", "universal"] + }, + { + "name": "Capacitor Original Wordmark", + "componentName": "CapacitorOriginalWordmark", + "tags": ["javascript", "js", "ionic", "framework", "universal"] + }, + { + "name": "Capacitor Plain", + "componentName": "CapacitorPlain", + "tags": ["javascript", "js", "ionic", "framework", "universal"] + }, + { + "name": "Capacitor Plain Wordmark", + "componentName": "CapacitorPlainWordmark", + "tags": ["javascript", "js", "ionic", "framework", "universal"] + }, + { + "name": "Carbon Original", + "componentName": "CarbonOriginal", + "tags": ["programming", "language"] + }, + { + "name": "Cassandra Original", + "componentName": "CassandraOriginal", + "tags": ["nosql", "database", "open-source"] + }, + { + "name": "Cassandra Original Wordmark", + "componentName": "CassandraOriginalWordmark", + "tags": ["nosql", "database", "open-source"] + }, + { + "name": "Cassandra Plain", + "componentName": "CassandraPlain", + "tags": ["nosql", "database", "open-source"] + }, + { + "name": "Cassandra Plain Wordmark", + "componentName": "CassandraPlainWordmark", + "tags": ["nosql", "database", "open-source"] + }, { "name": "Centos Original", "componentName": "CentosOriginal", @@ -519,15 +909,55 @@ "componentName": "CircleciPlainWordmark", "tags": ["integration", "platform"] }, + { + "name": "Clarity Original", + "componentName": "ClarityOriginal", + "tags": ["programming", "language", "blockchain"] + }, + { + "name": "Clarity Original Wordmark", + "componentName": "ClarityOriginalWordmark", + "tags": ["programming", "language", "blockchain"] + }, + { + "name": "Clarity Plain", + "componentName": "ClarityPlain", + "tags": ["programming", "language", "blockchain"] + }, + { + "name": "Clarity Plain Wordmark", + "componentName": "ClarityPlainWordmark", + "tags": ["programming", "language", "blockchain"] + }, + { + "name": "Clion Original", + "componentName": "ClionOriginal", + "tags": ["jetbrains", "editor", "c", "c++", "cpp", "cplusplus"] + }, + { + "name": "Clion Original Wordmark", + "componentName": "ClionOriginalWordmark", + "tags": ["jetbrains", "editor", "c", "c++", "cpp", "cplusplus"] + }, + { + "name": "Clion Plain", + "componentName": "ClionPlain", + "tags": ["jetbrains", "editor", "c", "c++", "cpp", "cplusplus"] + }, + { + "name": "Clion Plain Wordmark", + "componentName": "ClionPlainWordmark", + "tags": ["jetbrains", "editor", "c", "c++", "cpp", "cplusplus"] + }, { "name": "Clojure Line", "componentName": "ClojureLine", - "tags": ["language"] + "tags": ["language", "jvm"] }, { "name": "Clojure Original", "componentName": "ClojureOriginal", - "tags": ["language"] + "tags": ["language", "jvm"] }, { "name": "Clojurescript Original", @@ -539,6 +969,46 @@ "componentName": "ClojurescriptPlain", "tags": ["language"] }, + { + "name": "Cloudflare Original", + "componentName": "CloudflareOriginal", + "tags": ["web", "cdn", "dns", "proxy", "security"] + }, + { + "name": "Cloudflare Original Wordmark", + "componentName": "CloudflareOriginalWordmark", + "tags": ["web", "cdn", "dns", "proxy", "security"] + }, + { + "name": "Cloudflare Plain", + "componentName": "CloudflarePlain", + "tags": ["web", "cdn", "dns", "proxy", "security"] + }, + { + "name": "Cloudflare Plain Wordmark", + "componentName": "CloudflarePlainWordmark", + "tags": ["web", "cdn", "dns", "proxy", "security"] + }, + { + "name": "Cloudflareworkers Original", + "componentName": "CloudflareworkersOriginal", + "tags": ["platform", "serverless", "deploy", "performance", "javascript"] + }, + { + "name": "Cloudflareworkers Original Wordmark", + "componentName": "CloudflareworkersOriginalWordmark", + "tags": ["platform", "serverless", "deploy", "performance", "javascript"] + }, + { + "name": "Cloudflareworkers Plain", + "componentName": "CloudflareworkersPlain", + "tags": ["platform", "serverless", "deploy", "performance", "javascript"] + }, + { + "name": "Cloudflareworkers Plain Wordmark", + "componentName": "CloudflareworkersPlainWordmark", + "tags": ["platform", "serverless", "deploy", "performance", "javascript"] + }, { "name": "Cmake Original", "componentName": "CmakeOriginal", @@ -549,12 +1019,21 @@ "componentName": "CmakeOriginalWordmark", "tags": ["build"] }, - { "name": "Cmake Plain", "componentName": "CmakePlain", "tags": ["build"] }, + { + "name": "Cmake Plain", + "componentName": "CmakePlain", + "tags": ["build"] + }, { "name": "Cmake Plain Wordmark", "componentName": "CmakePlainWordmark", "tags": ["build"] }, + { + "name": "Codeac Original", + "componentName": "CodeacOriginal", + "tags": ["platform", "integration"] + }, { "name": "Codecov Plain", "componentName": "CodecovPlain", @@ -571,24 +1050,34 @@ "tags": ["php", "framework"] }, { - "name": "Codepen Original Wordmark", - "componentName": "CodepenOriginalWordmark", + "name": "Codepen Line", + "componentName": "CodepenLine", + "tags": ["social", "website", "editor"] + }, + { + "name": "Codepen Line Wordmark", + "componentName": "CodepenLineWordmark", + "tags": ["social", "website", "editor"] + }, + { + "name": "Codepen Original", + "componentName": "CodepenOriginal", "tags": ["social", "website", "editor"] }, { - "name": "Codepen Plain", - "componentName": "CodepenPlain", + "name": "Codepen Original Wordmark", + "componentName": "CodepenOriginalWordmark", "tags": ["social", "website", "editor"] }, { "name": "Coffeescript Original", "componentName": "CoffeescriptOriginal", - "tags": ["javascript", "language"] + "tags": ["javascript", "transpiler", "language"] }, { "name": "Coffeescript Original Wordmark", "componentName": "CoffeescriptOriginalWordmark", - "tags": ["javascript", "language"] + "tags": ["javascript", "transpiler", "language"] }, { "name": "Composer Line", @@ -605,6 +1094,16 @@ "componentName": "ComposerOriginal", "tags": ["package", "manager", "php"] }, + { + "name": "Confluence Line", + "componentName": "ConfluenceLine", + "tags": ["collaboration", "documentation", "wiki"] + }, + { + "name": "Confluence Line Wordmark", + "componentName": "ConfluenceLineWordmark", + "tags": ["collaboration", "documentation", "wiki"] + }, { "name": "Confluence Original", "componentName": "ConfluenceOriginal", @@ -616,23 +1115,103 @@ "tags": ["collaboration", "documentation", "wiki"] }, { - "name": "Couchdb Original", - "componentName": "CouchdbOriginal", - "tags": ["database"] + "name": "Confluence Plain", + "componentName": "ConfluencePlain", + "tags": ["collaboration", "documentation", "wiki"] }, { - "name": "Couchdb Original Wordmark", - "componentName": "CouchdbOriginalWordmark", - "tags": ["database"] + "name": "Confluence Plain Wordmark", + "componentName": "ConfluencePlainWordmark", + "tags": ["collaboration", "documentation", "wiki"] }, { - "name": "Couchdb Plain", - "componentName": "CouchdbPlain", - "tags": ["database"] + "name": "Consul Original", + "componentName": "ConsulOriginal", + "tags": ["networking", "infrastructure", "security", "tool"] }, { - "name": "Couchdb Plain Wordmark", - "componentName": "CouchdbPlainWordmark", + "name": "Consul Original Wordmark", + "componentName": "ConsulOriginalWordmark", + "tags": ["networking", "infrastructure", "security", "tool"] + }, + { + "name": "Consul Plain Wordmark", + "componentName": "ConsulPlainWordmark", + "tags": ["networking", "infrastructure", "security", "tool"] + }, + { + "name": "Contao Original", + "componentName": "ContaoOriginal", + "tags": ["cms"] + }, + { + "name": "Contao Original Wordmark", + "componentName": "ContaoOriginalWordmark", + "tags": ["cms"] + }, + { + "name": "Corejs Original", + "componentName": "CorejsOriginal", + "tags": ["javascript", "library", "polyfill", "tool"] + }, + { + "name": "Corejs Original Wordmark", + "componentName": "CorejsOriginalWordmark", + "tags": ["javascript", "library", "polyfill", "tool"] + }, + { + "name": "Cosmosdb Original", + "componentName": "CosmosdbOriginal", + "tags": ["database", "nosql", "cloud", "azure"] + }, + { + "name": "Cosmosdb Original Wordmark", + "componentName": "CosmosdbOriginalWordmark", + "tags": ["database", "nosql", "cloud", "azure"] + }, + { + "name": "Cosmosdb Plain", + "componentName": "CosmosdbPlain", + "tags": ["database", "nosql", "cloud", "azure"] + }, + { + "name": "Cosmosdb Plain Wordmark", + "componentName": "CosmosdbPlainWordmark", + "tags": ["database", "nosql", "cloud", "azure"] + }, + { + "name": "Couchbase Original", + "componentName": "CouchbaseOriginal", + "tags": ["database", "nosql", "cloud"] + }, + { + "name": "Couchbase Original Wordmark", + "componentName": "CouchbaseOriginalWordmark", + "tags": ["database", "nosql", "cloud"] + }, + { + "name": "Couchbase Plain Wordmark", + "componentName": "CouchbasePlainWordmark", + "tags": ["database", "nosql", "cloud"] + }, + { + "name": "Couchdb Original", + "componentName": "CouchdbOriginal", + "tags": ["database"] + }, + { + "name": "Couchdb Original Wordmark", + "componentName": "CouchdbOriginalWordmark", + "tags": ["database"] + }, + { + "name": "Couchdb Plain", + "componentName": "CouchdbPlain", + "tags": ["database"] + }, + { + "name": "Couchdb Plain Wordmark", + "componentName": "CouchdbPlainWordmark", "tags": ["database"] }, { @@ -650,6 +1229,16 @@ "componentName": "CplusplusPlain", "tags": ["language"] }, + { + "name": "Crystal Line", + "componentName": "CrystalLine", + "tags": ["programming", "language"] + }, + { + "name": "Crystal Line Wordmark", + "componentName": "CrystalLineWordmark", + "tags": ["programming", "language"] + }, { "name": "Crystal Original", "componentName": "CrystalOriginal", @@ -705,8 +1294,46 @@ "componentName": "CucumberPlainWordmark", "tags": ["framework"] }, - { "name": "D3js Original", "componentName": "D3jsOriginal", "tags": [] }, - { "name": "D3js Plain", "componentName": "D3jsPlain", "tags": [] }, + { + "name": "Cypressio Line", + "componentName": "CypressioLine", + "tags": ["testing", "framework"] + }, + { + "name": "Cypressio Line Wordmark", + "componentName": "CypressioLineWordmark", + "tags": ["testing", "framework"] + }, + { + "name": "Cypressio Original", + "componentName": "CypressioOriginal", + "tags": ["testing", "framework"] + }, + { + "name": "Cypressio Original Wordmark", + "componentName": "CypressioOriginalWordmark", + "tags": ["testing", "framework"] + }, + { + "name": "Cypressio Plain", + "componentName": "CypressioPlain", + "tags": ["testing", "framework"] + }, + { + "name": "Cypressio Plain Wordmark", + "componentName": "CypressioPlainWordmark", + "tags": ["testing", "framework"] + }, + { + "name": "D3js Original", + "componentName": "D3jsOriginal", + "tags": [] + }, + { + "name": "D3js Plain", + "componentName": "D3jsPlain", + "tags": [] + }, { "name": "Dart Original", "componentName": "DartOriginal", @@ -727,6 +1354,51 @@ "componentName": "DartPlainWordmark", "tags": ["programming", "language"] }, + { + "name": "Datagrip Original", + "componentName": "DatagripOriginal", + "tags": ["jetbrains", "ide", "sql", "database"] + }, + { + "name": "Datagrip Plain", + "componentName": "DatagripPlain", + "tags": ["jetbrains", "ide", "sql", "database"] + }, + { + "name": "Datagrip Plain Wordmark", + "componentName": "DatagripPlainWordmark", + "tags": ["jetbrains", "ide", "sql", "database"] + }, + { + "name": "Dataspell Original", + "componentName": "DataspellOriginal", + "tags": ["jetbrains", "ide", "jupyter notebook", "data science"] + }, + { + "name": "Dataspell Original Wordmark", + "componentName": "DataspellOriginalWordmark", + "tags": ["jetbrains", "ide", "jupyter notebook", "data science"] + }, + { + "name": "Dataspell Plain", + "componentName": "DataspellPlain", + "tags": ["jetbrains", "ide", "jupyter notebook", "data science"] + }, + { + "name": "Dataspell Plain Wordmark", + "componentName": "DataspellPlainWordmark", + "tags": ["jetbrains", "ide", "jupyter notebook", "data science"] + }, + { + "name": "Dbeaver Original", + "componentName": "DbeaverOriginal", + "tags": ["tool", "database"] + }, + { + "name": "Dbeaver Plain", + "componentName": "DbeaverPlain", + "tags": ["tool", "database"] + }, { "name": "Debian Original", "componentName": "DebianOriginal", @@ -750,17 +1422,17 @@ { "name": "Denojs Original", "componentName": "DenojsOriginal", - "tags": ["javascript", "rust", "language"] + "tags": ["javascript", "rust", "runtime"] }, { "name": "Denojs Original Wordmark", "componentName": "DenojsOriginalWordmark", - "tags": ["javascript", "rust", "language"] + "tags": ["javascript", "rust", "runtime"] }, { "name": "Devicons React Original", "componentName": "DeviconsReactOriginal", - "tags": ["javascript", "rust", "language"] + "tags": ["javascript", "rust", "runtime"] }, { "name": "Digitalocean Original", @@ -772,16 +1444,6 @@ "componentName": "DigitaloceanOriginalWordmark", "tags": ["cloud", "hosting", "database", "storage"] }, - { - "name": "Digitalocean Plain", - "componentName": "DigitaloceanPlain", - "tags": ["cloud", "hosting", "database", "storage"] - }, - { - "name": "Digitalocean Plain Wordmark", - "componentName": "DigitaloceanPlainWordmark", - "tags": ["cloud", "hosting", "database", "storage"] - }, { "name": "Discordjs Original", "componentName": "DiscordjsOriginal", @@ -802,12 +1464,46 @@ "componentName": "DiscordjsPlainWordmark", "tags": ["wrapper", "api_wrapper", "nodejs"] }, - { "name": "Django Plain", "componentName": "DjangoPlain", "tags": [] }, + { + "name": "Django Plain", + "componentName": "DjangoPlain", + "tags": [] + }, { "name": "Django Plain Wordmark", "componentName": "DjangoPlainWordmark", "tags": [] }, + { + "name": "Djangorest Line", + "componentName": "DjangorestLine", + "tags": ["framework", "rest", "api", "python", "web"] + }, + { + "name": "Djangorest Line Wordmark", + "componentName": "DjangorestLineWordmark", + "tags": ["framework", "rest", "api", "python", "web"] + }, + { + "name": "Djangorest Original", + "componentName": "DjangorestOriginal", + "tags": ["framework", "rest", "api", "python", "web"] + }, + { + "name": "Djangorest Original Wordmark", + "componentName": "DjangorestOriginalWordmark", + "tags": ["framework", "rest", "api", "python", "web"] + }, + { + "name": "Djangorest Plain", + "componentName": "DjangorestPlain", + "tags": ["framework", "rest", "api", "python", "web"] + }, + { + "name": "Djangorest Plain Wordmark", + "componentName": "DjangorestPlainWordmark", + "tags": ["framework", "rest", "api", "python", "web"] + }, { "name": "Docker Original", "componentName": "DockerOriginal", @@ -828,7 +1524,11 @@ "componentName": "DockerPlainWordmark", "tags": ["platform", "deploy"] }, - { "name": "Doctrine Line", "componentName": "DoctrineLine", "tags": [] }, + { + "name": "Doctrine Line", + "componentName": "DoctrineLine", + "tags": [] + }, { "name": "Doctrine Line Wordmark", "componentName": "DoctrineLineWordmark", @@ -844,7 +1544,11 @@ "componentName": "DoctrineOriginalWordmark", "tags": [] }, - { "name": "Doctrine Plain", "componentName": "DoctrinePlain", "tags": [] }, + { + "name": "Doctrine Plain", + "componentName": "DoctrinePlain", + "tags": [] + }, { "name": "Doctrine Plain Wordmark", "componentName": "DoctrinePlainWordmark", @@ -880,6 +1584,21 @@ "componentName": "DotnetcorePlain", "tags": ["framework"] }, + { + "name": "Dreamweaver Line", + "componentName": "DreamweaverLine", + "tags": ["web-development", "editor", "software", "tool"] + }, + { + "name": "Dreamweaver Original", + "componentName": "DreamweaverOriginal", + "tags": ["web-development", "editor", "software", "tool"] + }, + { + "name": "Dreamweaver Plain", + "componentName": "DreamweaverPlain", + "tags": ["web-development", "editor", "software", "tool"] + }, { "name": "Dropwizard Original", "componentName": "DropwizardOriginal", @@ -900,12 +1619,81 @@ "componentName": "DrupalOriginalWordmark", "tags": ["cms"] }, - { "name": "Drupal Plain", "componentName": "DrupalPlain", "tags": ["cms"] }, + { + "name": "Drupal Plain", + "componentName": "DrupalPlain", + "tags": ["cms"] + }, { "name": "Drupal Plain Wordmark", "componentName": "DrupalPlainWordmark", "tags": ["cms"] }, + { + "name": "Dynamodb Original", + "componentName": "DynamodbOriginal", + "tags": ["key-value", "database", "java"] + }, + { + "name": "Dynamodb Plain", + "componentName": "DynamodbPlain", + "tags": ["key-value", "database", "java"] + }, + { + "name": "Eclipse Original", + "componentName": "EclipseOriginal", + "tags": ["editor", "IDE"] + }, + { + "name": "Eclipse Original Wordmark", + "componentName": "EclipseOriginalWordmark", + "tags": ["editor", "IDE"] + }, + { + "name": "Eclipse Plain", + "componentName": "EclipsePlain", + "tags": ["editor", "IDE"] + }, + { + "name": "Eclipse Plain Wordmark", + "componentName": "EclipsePlainWordmark", + "tags": ["editor", "IDE"] + }, + { + "name": "Ecto Original", + "componentName": "EctoOriginal", + "tags": ["data", "elixir", "integration", "query"] + }, + { + "name": "Ecto Original Wordmark", + "componentName": "EctoOriginalWordmark", + "tags": ["data", "elixir", "integration", "query"] + }, + { + "name": "Ecto Plain Wordmark", + "componentName": "EctoPlainWordmark", + "tags": ["data", "elixir", "integration", "query"] + }, + { + "name": "Elasticsearch Original", + "componentName": "ElasticsearchOriginal", + "tags": ["elastic", "data", "logs"] + }, + { + "name": "Elasticsearch Original Wordmark", + "componentName": "ElasticsearchOriginalWordmark", + "tags": ["elastic", "data", "logs"] + }, + { + "name": "Elasticsearch Plain", + "componentName": "ElasticsearchPlain", + "tags": ["elastic", "data", "logs"] + }, + { + "name": "Elasticsearch Plain Wordmark", + "componentName": "ElasticsearchPlainWordmark", + "tags": ["elastic", "data", "logs"] + }, { "name": "Electron Original", "componentName": "ElectronOriginal", @@ -956,12 +1744,21 @@ "componentName": "ElmOriginalWordmark", "tags": ["framework"] }, - { "name": "Elm Plain", "componentName": "ElmPlain", "tags": ["framework"] }, + { + "name": "Elm Plain", + "componentName": "ElmPlain", + "tags": ["framework"] + }, { "name": "Elm Plain Wordmark", "componentName": "ElmPlainWordmark", "tags": ["framework"] }, + { + "name": "Emacs Original", + "componentName": "EmacsOriginal", + "tags": ["editor"] + }, { "name": "Embeddedc Original", "componentName": "EmbeddedcOriginal", @@ -982,23 +1779,71 @@ "componentName": "EmbeddedcPlainWordmark", "tags": ["language", "programming"] }, + { + "name": "Ember Original", + "componentName": "EmberOriginal", + "tags": ["framework", "javascript", "web-development", "build"] + }, { "name": "Ember Original Wordmark", "componentName": "EmberOriginalWordmark", - "tags": ["framework"] + "tags": ["framework", "javascript", "web-development", "build"] + }, + { + "name": "Ember Plain", + "componentName": "EmberPlain", + "tags": ["framework", "javascript", "web-development", "build"] + }, + { + "name": "Envoy Original", + "componentName": "EnvoyOriginal", + "tags": ["proxy", "cloud"] + }, + { + "name": "Envoy Original Wordmark", + "componentName": "EnvoyOriginalWordmark", + "tags": ["proxy", "cloud"] + }, + { + "name": "Envoy Plain", + "componentName": "EnvoyPlain", + "tags": ["proxy", "cloud"] + }, + { + "name": "Envoy Plain Wordmark", + "componentName": "EnvoyPlainWordmark", + "tags": ["proxy", "cloud"] + }, + { + "name": "Erlang Original", + "componentName": "ErlangOriginal", + "tags": [] }, - { "name": "Erlang Original", "componentName": "ErlangOriginal", "tags": [] }, { "name": "Erlang Original Wordmark", "componentName": "ErlangOriginalWordmark", "tags": [] }, - { "name": "Erlang Plain", "componentName": "ErlangPlain", "tags": [] }, + { + "name": "Erlang Plain", + "componentName": "ErlangPlain", + "tags": [] + }, { "name": "Erlang Plain Wordmark", "componentName": "ErlangPlainWordmark", "tags": [] }, + { + "name": "Eslint Line", + "componentName": "EslintLine", + "tags": ["linter", "javascript", "code-quality", "coding-style"] + }, + { + "name": "Eslint Line Wordmark", + "componentName": "EslintLineWordmark", + "tags": ["linter", "javascript", "code-quality", "coding-style"] + }, { "name": "Eslint Original", "componentName": "EslintOriginal", @@ -1009,6 +1854,16 @@ "componentName": "EslintOriginalWordmark", "tags": ["linter", "javascript", "code-quality", "coding-style"] }, + { + "name": "Eslint Plain", + "componentName": "EslintPlain", + "tags": ["linter", "javascript", "code-quality", "coding-style"] + }, + { + "name": "Eslint Plain Wordmark", + "componentName": "EslintPlainWordmark", + "tags": ["linter", "javascript", "code-quality", "coding-style"] + }, { "name": "Express Original", "componentName": "ExpressOriginal", @@ -1049,6 +1904,46 @@ "componentName": "FastapiPlainWordmark", "tags": ["python", "framework"] }, + { + "name": "Fastify Original", + "componentName": "FastifyOriginal", + "tags": ["framework", "web", "node.js", "javascript", "performance"] + }, + { + "name": "Fastify Original Wordmark", + "componentName": "FastifyOriginalWordmark", + "tags": ["framework", "web", "node.js", "javascript", "performance"] + }, + { + "name": "Fastify Plain", + "componentName": "FastifyPlain", + "tags": ["framework", "web", "node.js", "javascript", "performance"] + }, + { + "name": "Fastify Plain Wordmark", + "componentName": "FastifyPlainWordmark", + "tags": ["framework", "web", "node.js", "javascript", "performance"] + }, + { + "name": "Faunadb Line", + "componentName": "FaunadbLine", + "tags": ["database"] + }, + { + "name": "Faunadb Line Wordmark", + "componentName": "FaunadbLineWordmark", + "tags": ["database"] + }, + { + "name": "Faunadb Original", + "componentName": "FaunadbOriginal", + "tags": ["database"] + }, + { + "name": "Faunadb Original Wordmark", + "componentName": "FaunadbOriginalWordmark", + "tags": ["database"] + }, { "name": "Feathersjs Original", "componentName": "FeathersjsOriginal", @@ -1069,7 +1964,31 @@ "componentName": "FigmaOriginal", "tags": ["design"] }, - { "name": "Figma Plain", "componentName": "FigmaPlain", "tags": ["design"] }, + { + "name": "Figma Plain", + "componentName": "FigmaPlain", + "tags": ["design"] + }, + { + "name": "Filezilla Line", + "componentName": "FilezillaLine", + "tags": ["ftp"] + }, + { + "name": "Filezilla Line Wordmark", + "componentName": "FilezillaLineWordmark", + "tags": ["ftp"] + }, + { + "name": "Filezilla Original", + "componentName": "FilezillaOriginal", + "tags": ["ftp"] + }, + { + "name": "Filezilla Original Wordmark", + "componentName": "FilezillaOriginalWordmark", + "tags": ["ftp"] + }, { "name": "Filezilla Plain", "componentName": "FilezillaPlain", @@ -1080,6 +1999,26 @@ "componentName": "FilezillaPlainWordmark", "tags": ["ftp"] }, + { + "name": "Firebase Line", + "componentName": "FirebaseLine", + "tags": ["auth", "hosting", "storage", "cloud"] + }, + { + "name": "Firebase Line Wordmark", + "componentName": "FirebaseLineWordmark", + "tags": ["auth", "hosting", "storage", "cloud"] + }, + { + "name": "Firebase Original", + "componentName": "FirebaseOriginal", + "tags": ["auth", "hosting", "storage", "cloud"] + }, + { + "name": "Firebase Original Wordmark", + "componentName": "FirebaseOriginalWordmark", + "tags": ["auth", "hosting", "storage", "cloud"] + }, { "name": "Firebase Plain", "componentName": "FirebasePlain", @@ -1130,6 +2069,11 @@ "componentName": "FlutterPlain", "tags": ["framework", "sdk"] }, + { + "name": "Fortran Original", + "componentName": "FortranOriginal", + "tags": ["programming", "language"] + }, { "name": "Foundation Original", "componentName": "FoundationOriginal", @@ -1150,6 +2094,42 @@ "componentName": "FoundationPlainWordmark", "tags": ["framework", "css"] }, + { + "name": "Framermotion Original", + "componentName": "FramermotionOriginal", + "tags": ["library", "open-source", "react", "animation"] + }, + { + "name": "Framermotion Original Wordmark", + "componentName": "FramermotionOriginalWordmark", + "tags": ["library", "open-source", "react", "animation"] + }, + { + "name": "Framework7 Original", + "componentName": "Framework7Original", + "tags": [ + "framework", + "cross-platform", + "development", + "mobile", + "android", + "ios", + "open-source" + ] + }, + { + "name": "Framework7 Original Wordmark", + "componentName": "Framework7OriginalWordmark", + "tags": [ + "framework", + "cross-platform", + "development", + "mobile", + "android", + "ios", + "open-source" + ] + }, { "name": "Fsharp Original", "componentName": "FsharpOriginal", @@ -1161,13 +2141,28 @@ "tags": ["language"] }, { - "name": "Gatling Plain", - "componentName": "GatlingPlain", + "name": "Gatling Line", + "componentName": "GatlingLine", "tags": ["framework", "testing"] }, { - "name": "Gatling Plain Wordmark", - "componentName": "GatlingPlainWordmark", + "name": "Gatling Line Wordmark", + "componentName": "GatlingLineWordmark", + "tags": ["framework", "testing"] + }, + { + "name": "Gatling Original", + "componentName": "GatlingOriginal", + "tags": ["framework", "testing"] + }, + { + "name": "Gatling Original Wordmark", + "componentName": "GatlingOriginalWordmark", + "tags": ["framework", "testing"] + }, + { + "name": "Gatling Plain Wordmark", + "componentName": "GatlingPlainWordmark", "tags": ["framework", "testing"] }, { @@ -1180,16 +2175,36 @@ "componentName": "GatsbyOriginalWordmark", "tags": ["reactjs", "framework"] }, - { - "name": "Gatsby Plain", - "componentName": "GatsbyPlain", - "tags": ["reactjs", "framework"] - }, { "name": "Gatsby Plain Wordmark", "componentName": "GatsbyPlainWordmark", "tags": ["reactjs", "framework"] }, + { + "name": "Gazebo Original", + "componentName": "GazeboOriginal", + "tags": ["robotics", "3d"] + }, + { + "name": "Gazebo Original Wordmark", + "componentName": "GazeboOriginalWordmark", + "tags": ["robotics", "3d"] + }, + { + "name": "Gazebo Plain", + "componentName": "GazeboPlain", + "tags": ["robotics", "3d"] + }, + { + "name": "Gazebo Plain Wordmark", + "componentName": "GazeboPlainWordmark", + "tags": ["robotics", "3d"] + }, + { + "name": "Gcc Line", + "componentName": "GccLine", + "tags": ["compiler", "linux"] + }, { "name": "Gcc Original", "componentName": "GccOriginal", @@ -1200,6 +2215,26 @@ "componentName": "GccPlain", "tags": ["compiler", "linux"] }, + { + "name": "Gentoo Line", + "componentName": "GentooLine", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Gentoo Line Wordmark", + "componentName": "GentooLineWordmark", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Gentoo Original", + "componentName": "GentooOriginal", + "tags": ["linux", "distribuition", "desktop"] + }, + { + "name": "Gentoo Original Wordmark", + "componentName": "GentooOriginalWordmark", + "tags": ["linux", "distribuition", "desktop"] + }, { "name": "Gentoo Plain", "componentName": "GentooPlain", @@ -1210,6 +2245,26 @@ "componentName": "GentooPlainWordmark", "tags": ["linux", "distribuition", "desktop"] }, + { + "name": "Ghost Original", + "componentName": "GhostOriginal", + "tags": ["cms"] + }, + { + "name": "Ghost Original Wordmark", + "componentName": "GhostOriginalWordmark", + "tags": ["cms"] + }, + { + "name": "Gimp Line", + "componentName": "GimpLine", + "tags": ["graphic"] + }, + { + "name": "Gimp Line Wordmark", + "componentName": "GimpLineWordmark", + "tags": ["graphic"] + }, { "name": "Gimp Original", "componentName": "GimpOriginal", @@ -1220,7 +2275,11 @@ "componentName": "GimpOriginalWordmark", "tags": ["graphic"] }, - { "name": "Gimp Plain", "componentName": "GimpPlain", "tags": ["graphic"] }, + { + "name": "Gimp Plain", + "componentName": "GimpPlain", + "tags": ["graphic"] + }, { "name": "Gimp Plain Wordmark", "componentName": "GimpPlainWordmark", @@ -1246,6 +2305,26 @@ "componentName": "GitPlainWordmark", "tags": ["version-control"] }, + { + "name": "Gitbook Line", + "componentName": "GitbookLine", + "tags": ["documentation", "pages", "git", "markup"] + }, + { + "name": "Gitbook Line Wordmark", + "componentName": "GitbookLineWordmark", + "tags": ["documentation", "pages", "git", "markup"] + }, + { + "name": "Gitbook Original", + "componentName": "GitbookOriginal", + "tags": ["documentation", "pages", "git", "markup"] + }, + { + "name": "Gitbook Original Wordmark", + "componentName": "GitbookOriginalWordmark", + "tags": ["documentation", "pages", "git", "markup"] + }, { "name": "Github Original", "componentName": "GithubOriginal", @@ -1256,6 +2335,26 @@ "componentName": "GithubOriginalWordmark", "tags": ["version-control"] }, + { + "name": "Githubactions Original", + "componentName": "GithubactionsOriginal", + "tags": ["devops", "integration"] + }, + { + "name": "Githubactions Plain", + "componentName": "GithubactionsPlain", + "tags": ["devops", "integration"] + }, + { + "name": "Githubcodespaces Original", + "componentName": "GithubcodespacesOriginal", + "tags": ["development", "remote-development", "editor", "browser", "cloud"] + }, + { + "name": "Githubcodespaces Plain", + "componentName": "GithubcodespacesPlain", + "tags": ["development", "remote-development", "editor", "browser", "cloud"] + }, { "name": "Gitlab Original", "componentName": "GitlabOriginal", @@ -1276,6 +2375,26 @@ "componentName": "GitlabPlainWordmark", "tags": ["version-control"] }, + { + "name": "Gitpod Original", + "componentName": "GitpodOriginal", + "tags": ["open-source", "remote-development", "cloud", "IDE"] + }, + { + "name": "Gitpod Original Wordmark", + "componentName": "GitpodOriginalWordmark", + "tags": ["open-source", "remote-development", "cloud", "IDE"] + }, + { + "name": "Gitpod Plain", + "componentName": "GitpodPlain", + "tags": ["open-source", "remote-development", "cloud", "IDE"] + }, + { + "name": "Gitpod Plain Wordmark", + "componentName": "GitpodPlainWordmark", + "tags": ["open-source", "remote-development", "cloud", "IDE"] + }, { "name": "Gitter Plain", "componentName": "GitterPlain", @@ -1286,7 +2405,11 @@ "componentName": "GitterPlainWordmark", "tags": ["social", "chat"] }, - { "name": "Go Line", "componentName": "GoLine", "tags": ["language"] }, + { + "name": "Go Line", + "componentName": "GoLine", + "tags": ["language"] + }, { "name": "Go Original", "componentName": "GoOriginal", @@ -1297,7 +2420,11 @@ "componentName": "GoOriginalWordmark", "tags": ["language"] }, - { "name": "Go Plain", "componentName": "GoPlain", "tags": ["language"] }, + { + "name": "Go Plain", + "componentName": "GoPlain", + "tags": ["language"] + }, { "name": "Godot Original", "componentName": "GodotOriginal", @@ -1318,6 +2445,21 @@ "componentName": "GodotPlainWordmark", "tags": ["game-engine", "open-source"] }, + { + "name": "Goland Original", + "componentName": "GolandOriginal", + "tags": ["jetbrains", "ide", "go"] + }, + { + "name": "Goland Plain", + "componentName": "GolandPlain", + "tags": ["jetbrains", "ide", "go"] + }, + { + "name": "Goland Plain Wordmark", + "componentName": "GolandPlainWordmark", + "tags": ["jetbrains", "ide", "go"] + }, { "name": "Google Original", "componentName": "GoogleOriginal", @@ -1328,7 +2470,11 @@ "componentName": "GoogleOriginalWordmark", "tags": ["auth"] }, - { "name": "Google Plain", "componentName": "GooglePlain", "tags": ["auth"] }, + { + "name": "Google Plain", + "componentName": "GooglePlain", + "tags": ["auth"] + }, { "name": "Google Plain Wordmark", "componentName": "GooglePlainWordmark", @@ -1355,14 +2501,38 @@ "tags": ["google", "cloud"] }, { - "name": "Gradle Plain", - "componentName": "GradlePlain", - "tags": ["task-runner"] + "name": "Gradle Original", + "componentName": "GradleOriginal", + "tags": ["open-source", "task-runner"] + }, + { + "name": "Gradle Original Wordmark", + "componentName": "GradleOriginalWordmark", + "tags": ["open-source", "task-runner"] + }, + { + "name": "Grafana Line", + "componentName": "GrafanaLine", + "tags": [ + "monitoring", + "analytics", + "metrics", + "logs", + "visualization", + "web-application" + ] }, { - "name": "Gradle Plain Wordmark", - "componentName": "GradlePlainWordmark", - "tags": ["task-runner"] + "name": "Grafana Line Wordmark", + "componentName": "GrafanaLineWordmark", + "tags": [ + "monitoring", + "analytics", + "metrics", + "logs", + "visualization", + "web-application" + ] }, { "name": "Grafana Original", @@ -1388,15 +2558,39 @@ "web-application" ] }, + { + "name": "Grafana Plain", + "componentName": "GrafanaPlain", + "tags": [ + "monitoring", + "analytics", + "metrics", + "logs", + "visualization", + "web-application" + ] + }, + { + "name": "Grafana Plain Wordmark", + "componentName": "GrafanaPlainWordmark", + "tags": [ + "monitoring", + "analytics", + "metrics", + "logs", + "visualization", + "web-application" + ] + }, { "name": "Grails Original", "componentName": "GrailsOriginal", - "tags": ["framework"] + "tags": ["framework", "groovy", "web-development", "jvm", "build"] }, { "name": "Grails Plain", "componentName": "GrailsPlain", - "tags": ["framework"] + "tags": ["framework", "groovy", "web-development", "jvm", "build"] }, { "name": "Graphql Plain", @@ -1411,12 +2605,22 @@ { "name": "Groovy Original", "componentName": "GroovyOriginal", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Groovy Plain", "componentName": "GroovyPlain", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] + }, + { + "name": "Grpc Original", + "componentName": "GrpcOriginal", + "tags": ["programming", "c++", "java", "python", "go", "library"] + }, + { + "name": "Grpc Plain", + "componentName": "GrpcPlain", + "tags": ["programming", "c++", "java", "python", "go", "library"] }, { "name": "Grunt Line", @@ -1453,6 +2657,68 @@ "componentName": "GulpPlain", "tags": ["task-runner", "nodejs"] }, + { + "name": "Hadoop Original", + "componentName": "HadoopOriginal", + "tags": [ + "framework", + "big data", + "open-source", + "software", + "library", + "framework", + "java" + ] + }, + { + "name": "Hadoop Original Wordmark", + "componentName": "HadoopOriginalWordmark", + "tags": [ + "framework", + "big data", + "open-source", + "software", + "library", + "framework", + "java" + ] + }, + { + "name": "Hadoop Plain", + "componentName": "HadoopPlain", + "tags": [ + "framework", + "big data", + "open-source", + "software", + "library", + "framework", + "java" + ] + }, + { + "name": "Hadoop Plain Wordmark", + "componentName": "HadoopPlainWordmark", + "tags": [ + "framework", + "big data", + "open-source", + "software", + "library", + "framework", + "java" + ] + }, + { + "name": "Handlebars Line", + "componentName": "HandlebarsLine", + "tags": ["framework"] + }, + { + "name": "Handlebars Line Wordmark", + "componentName": "HandlebarsLineWordmark", + "tags": ["framework"] + }, { "name": "Handlebars Original", "componentName": "HandlebarsOriginal", @@ -1463,6 +2729,41 @@ "componentName": "HandlebarsOriginalWordmark", "tags": ["framework"] }, + { + "name": "Hardhat Original", + "componentName": "HardhatOriginal", + "tags": ["ethereum", "development", "solidity", "javascript", "typescript"] + }, + { + "name": "Hardhat Original Wordmark", + "componentName": "HardhatOriginalWordmark", + "tags": ["ethereum", "development", "solidity", "javascript", "typescript"] + }, + { + "name": "Hardhat Plain", + "componentName": "HardhatPlain", + "tags": ["ethereum", "development", "solidity", "javascript", "typescript"] + }, + { + "name": "Hardhat Plain Wordmark", + "componentName": "HardhatPlainWordmark", + "tags": ["ethereum", "development", "solidity", "javascript", "typescript"] + }, + { + "name": "Harvester Original", + "componentName": "HarvesterOriginal", + "tags": ["kubernetes", "operating-system", "hypervisor", "rancher"] + }, + { + "name": "Harvester Original Wordmark", + "componentName": "HarvesterOriginalWordmark", + "tags": ["kubernetes", "operating-system", "hypervisor", "rancher"] + }, + { + "name": "Harvester Plain Wordmark", + "componentName": "HarvesterPlainWordmark", + "tags": ["kubernetes", "operating-system", "hypervisor", "rancher"] + }, { "name": "Haskell Original", "componentName": "HaskellOriginal", @@ -1488,7 +2789,21 @@ "componentName": "HaxeOriginal", "tags": ["language"] }, - { "name": "Haxe Plain", "componentName": "HaxePlain", "tags": ["language"] }, + { + "name": "Haxe Plain", + "componentName": "HaxePlain", + "tags": ["language"] + }, + { + "name": "Helm Line", + "componentName": "HelmLine", + "tags": ["package", "manager", "kubernetes"] + }, + { + "name": "Helm Original", + "componentName": "HelmOriginal", + "tags": ["package", "manager", "kubernetes"] + }, { "name": "Heroku Original", "componentName": "HerokuOriginal", @@ -1499,12 +2814,66 @@ "componentName": "HerokuOriginalWordmark", "tags": ["cloud"] }, - { "name": "Heroku Plain", "componentName": "HerokuPlain", "tags": ["cloud"] }, + { + "name": "Heroku Plain", + "componentName": "HerokuPlain", + "tags": ["cloud"] + }, { "name": "Heroku Plain Wordmark", "componentName": "HerokuPlainWordmark", "tags": ["cloud"] }, + { + "name": "Hibernate Original", + "componentName": "HibernateOriginal", + "tags": ["database", "framework", "java"] + }, + { + "name": "Hibernate Original Wordmark", + "componentName": "HibernateOriginalWordmark", + "tags": ["database", "framework", "java"] + }, + { + "name": "Hibernate Plain", + "componentName": "HibernatePlain", + "tags": ["database", "framework", "java"] + }, + { + "name": "Hibernate Plain Wordmark", + "componentName": "HibernatePlainWordmark", + "tags": ["database", "framework", "java"] + }, + { + "name": "Homebrew Line", + "componentName": "HomebrewLine", + "tags": ["package", "manager", "linux", "apple", "os"] + }, + { + "name": "Homebrew Line Wordmark", + "componentName": "HomebrewLineWordmark", + "tags": ["package", "manager", "linux", "apple", "os"] + }, + { + "name": "Homebrew Original", + "componentName": "HomebrewOriginal", + "tags": ["package", "manager", "linux", "apple", "os"] + }, + { + "name": "Homebrew Original Wordmark", + "componentName": "HomebrewOriginalWordmark", + "tags": ["package", "manager", "linux", "apple", "os"] + }, + { + "name": "Homebrew Plain", + "componentName": "HomebrewPlain", + "tags": ["package", "manager", "linux", "apple", "os"] + }, + { + "name": "Homebrew Plain Wordmark", + "componentName": "HomebrewPlainWordmark", + "tags": ["package", "manager", "linux", "apple", "os"] + }, { "name": "Html5 Original", "componentName": "Html5Original", @@ -1565,6 +2934,16 @@ "componentName": "IllustratorPlain", "tags": ["editor", "vector"] }, + { + "name": "Influxdb Original", + "componentName": "InfluxdbOriginal", + "tags": ["database", "monitoring", "open-source", "api"] + }, + { + "name": "Influxdb Original Wordmark", + "componentName": "InfluxdbOriginalWordmark", + "tags": ["database", "monitoring", "open-source", "api"] + }, { "name": "Inkscape Original", "componentName": "InkscapeOriginal", @@ -1586,24 +2965,39 @@ "tags": ["editor", "vector"] }, { - "name": "Intellij Original", - "componentName": "IntellijOriginal", - "tags": ["editor"] + "name": "Insomnia Original", + "componentName": "InsomniaOriginal", + "tags": ["open-source", "Rest API", "Soap API", "JSON-XML"] }, { - "name": "Intellij Original Wordmark", - "componentName": "IntellijOriginalWordmark", - "tags": ["editor"] + "name": "Insomnia Original Wordmark", + "componentName": "InsomniaOriginalWordmark", + "tags": ["open-source", "Rest API", "Soap API", "JSON-XML"] + }, + { + "name": "Insomnia Plain", + "componentName": "InsomniaPlain", + "tags": ["open-source", "Rest API", "Soap API", "JSON-XML"] + }, + { + "name": "Insomnia Plain Wordmark", + "componentName": "InsomniaPlainWordmark", + "tags": ["open-source", "Rest API", "Soap API", "JSON-XML"] + }, + { + "name": "Intellij Original", + "componentName": "IntellijOriginal", + "tags": ["jetbrains", "editor", "java"] }, { "name": "Intellij Plain", "componentName": "IntellijPlain", - "tags": ["editor"] + "tags": ["jetbrains", "editor", "java"] }, { "name": "Intellij Plain Wordmark", "componentName": "IntellijPlainWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor", "java"] }, { "name": "Ionic Original", @@ -1615,6 +3009,26 @@ "componentName": "IonicOriginalWordmark", "tags": ["framework"] }, + { + "name": "Jaegertracing Original", + "componentName": "JaegertracingOriginal", + "tags": ["monitoring", "tracing"] + }, + { + "name": "Jaegertracing Original Wordmark", + "componentName": "JaegertracingOriginalWordmark", + "tags": ["monitoring", "tracing"] + }, + { + "name": "Jaegertracing Plain", + "componentName": "JaegertracingPlain", + "tags": ["monitoring", "tracing"] + }, + { + "name": "Jaegertracing Plain Wordmark", + "componentName": "JaegertracingPlainWordmark", + "tags": ["monitoring", "tracing"] + }, { "name": "Jamstack Original", "componentName": "JamstackOriginal", @@ -1631,34 +3045,34 @@ "tags": ["javascript", "markup"] }, { - "name": "Jasmine Plain", - "componentName": "JasminePlain", + "name": "Jasmine Original", + "componentName": "JasmineOriginal", "tags": ["testing"] }, { - "name": "Jasmine Plain Wordmark", - "componentName": "JasminePlainWordmark", + "name": "Jasmine Original Wordmark", + "componentName": "JasmineOriginalWordmark", "tags": ["testing"] }, { "name": "Java Original", "componentName": "JavaOriginal", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Java Original Wordmark", "componentName": "JavaOriginalWordmark", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Java Plain", "componentName": "JavaPlain", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Java Plain Wordmark", "componentName": "JavaPlainWordmark", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Javascript Original", @@ -1690,6 +3104,26 @@ "componentName": "JeetPlainWordmark", "tags": ["framework", "css"] }, + { + "name": "Jekyll Original", + "componentName": "JekyllOriginal", + "tags": ["ruby", "blog"] + }, + { + "name": "Jekyll Original Wordmark", + "componentName": "JekyllOriginalWordmark", + "tags": ["ruby", "blog"] + }, + { + "name": "Jekyll Plain", + "componentName": "JekyllPlain", + "tags": ["ruby", "blog"] + }, + { + "name": "Jekyll Plain Wordmark", + "componentName": "JekyllPlainWordmark", + "tags": ["ruby", "blog"] + }, { "name": "Jenkins Line", "componentName": "JenkinsLine", @@ -1720,6 +3154,36 @@ "componentName": "JetbrainsPlain", "tags": ["ide"] }, + { + "name": "Jetpackcompose Line", + "componentName": "JetpackcomposeLine", + "tags": ["framework", "language", "kotlin", "android"] + }, + { + "name": "Jetpackcompose Line Wordmark", + "componentName": "JetpackcomposeLineWordmark", + "tags": ["framework", "language", "kotlin", "android"] + }, + { + "name": "Jetpackcompose Original", + "componentName": "JetpackcomposeOriginal", + "tags": ["framework", "language", "kotlin", "android"] + }, + { + "name": "Jetpackcompose Original Wordmark", + "componentName": "JetpackcomposeOriginalWordmark", + "tags": ["framework", "language", "kotlin", "android"] + }, + { + "name": "Jetpackcompose Plain", + "componentName": "JetpackcomposePlain", + "tags": ["framework", "language", "kotlin", "android"] + }, + { + "name": "Jetpackcompose Plain Wordmark", + "componentName": "JetpackcomposePlainWordmark", + "tags": ["framework", "language", "kotlin", "android"] + }, { "name": "Jira Original", "componentName": "JiraOriginal", @@ -1741,7 +3205,27 @@ "tags": ["platform", "organize"] }, { - "name": "Jquery Original", + "name": "Jiraalign Original", + "componentName": "JiraalignOriginal", + "tags": ["development", "integration", "software"] + }, + { + "name": "Jiraalign Original Wordmark", + "componentName": "JiraalignOriginalWordmark", + "tags": ["development", "integration", "software"] + }, + { + "name": "Jiraalign Plain", + "componentName": "JiraalignPlain", + "tags": ["development", "integration", "software"] + }, + { + "name": "Jiraalign Plain Wordmark", + "componentName": "JiraalignPlainWordmark", + "tags": ["development", "integration", "software"] + }, + { + "name": "Jquery Original", "componentName": "JqueryOriginal", "tags": ["library", "javascript"] }, @@ -1760,6 +3244,26 @@ "componentName": "JqueryPlainWordmark", "tags": ["library", "javascript"] }, + { + "name": "Json Original", + "componentName": "JsonOriginal", + "tags": ["format", "standard", "file-format", "object-notation"] + }, + { + "name": "Json Plain", + "componentName": "JsonPlain", + "tags": ["format", "standard", "file-format", "object-notation"] + }, + { + "name": "Jule Original", + "componentName": "JuleOriginal", + "tags": ["programming", "language"] + }, + { + "name": "Jule Original Wordmark", + "componentName": "JuleOriginalWordmark", + "tags": ["programming", "language"] + }, { "name": "Julia Original", "componentName": "JuliaOriginal", @@ -1780,6 +3284,36 @@ "componentName": "JuliaPlainWordmark", "tags": ["programming", "language"] }, + { + "name": "Junit Line", + "componentName": "JunitLine", + "tags": ["testing", "framework", "java"] + }, + { + "name": "Junit Line Wordmark", + "componentName": "JunitLineWordmark", + "tags": ["testing", "framework", "java"] + }, + { + "name": "Junit Original", + "componentName": "JunitOriginal", + "tags": ["testing", "framework", "java"] + }, + { + "name": "Junit Original Wordmark", + "componentName": "JunitOriginalWordmark", + "tags": ["testing", "framework", "java"] + }, + { + "name": "Junit Plain", + "componentName": "JunitPlain", + "tags": ["testing", "framework", "java"] + }, + { + "name": "Junit Plain Wordmark", + "componentName": "JunitPlainWordmark", + "tags": ["testing", "framework", "java"] + }, { "name": "Jupyter Original", "componentName": "JupyterOriginal", @@ -1800,6 +3334,31 @@ "componentName": "JupyterPlainWordmark", "tags": ["programming", "language"] }, + { + "name": "K3os Line", + "componentName": "K3osLine", + "tags": ["kubernetes", "operating-system", "k3s", "rancher"] + }, + { + "name": "K3os Line Wordmark", + "componentName": "K3osLineWordmark", + "tags": ["kubernetes", "operating-system", "k3s", "rancher"] + }, + { + "name": "K3os Original", + "componentName": "K3osOriginal", + "tags": ["kubernetes", "operating-system", "k3s", "rancher"] + }, + { + "name": "K3os Original Wordmark", + "componentName": "K3osOriginalWordmark", + "tags": ["kubernetes", "operating-system", "k3s", "rancher"] + }, + { + "name": "K3os Plain Wordmark", + "componentName": "K3osPlainWordmark", + "tags": ["kubernetes", "operating-system", "k3s", "rancher"] + }, { "name": "K3s Original", "componentName": "K3sOriginal", @@ -1815,6 +3374,11 @@ "componentName": "K3sPlainWordmark", "tags": ["kubernetes", "container", "platform"] }, + { + "name": "K6 Original", + "componentName": "K6Original", + "tags": ["testing", "performance", "load"] + }, { "name": "Kaggle Original", "componentName": "KaggleOriginal", @@ -1825,6 +3389,26 @@ "componentName": "KaggleOriginalWordmark", "tags": ["platform", "auth", "machine-learning"] }, + { + "name": "Karatelabs Original", + "componentName": "KaratelabsOriginal", + "tags": ["framework", "testing"] + }, + { + "name": "Karatelabs Original Wordmark", + "componentName": "KaratelabsOriginalWordmark", + "tags": ["framework", "testing"] + }, + { + "name": "Karatelabs Plain", + "componentName": "KaratelabsPlain", + "tags": ["framework", "testing"] + }, + { + "name": "Karatelabs Plain Wordmark", + "componentName": "KaratelabsPlainWordmark", + "tags": ["framework", "testing"] + }, { "name": "Karma Original", "componentName": "KarmaOriginal", @@ -1835,6 +3419,81 @@ "componentName": "KarmaPlain", "tags": ["testing", "test-runner"] }, + { + "name": "Kdeneon Original", + "componentName": "KdeneonOriginal", + "tags": ["linux", "operating system", "open-source"] + }, + { + "name": "Kdeneon Plain", + "componentName": "KdeneonPlain", + "tags": ["linux", "operating system", "open-source"] + }, + { + "name": "Keras Line", + "componentName": "KerasLine", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Keras Line Wordmark", + "componentName": "KerasLineWordmark", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Keras Original", + "componentName": "KerasOriginal", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Keras Original Wordmark", + "componentName": "KerasOriginalWordmark", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Keras Plain", + "componentName": "KerasPlain", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Keras Plain Wordmark", + "componentName": "KerasPlainWordmark", + "tags": ["machine-learning", "python", "library"] + }, + { + "name": "Kibana Original", + "componentName": "KibanaOriginal", + "tags": ["elastic", "dashboard"] + }, + { + "name": "Kibana Original Wordmark", + "componentName": "KibanaOriginalWordmark", + "tags": ["elastic", "dashboard"] + }, + { + "name": "Kibana Plain", + "componentName": "KibanaPlain", + "tags": ["elastic", "dashboard"] + }, + { + "name": "Kibana Plain Wordmark", + "componentName": "KibanaPlainWordmark", + "tags": ["elastic", "dashboard"] + }, + { + "name": "Knexjs Original", + "componentName": "KnexjsOriginal", + "tags": ["database", "query", "sql", "javascript", "library"] + }, + { + "name": "Knexjs Original Wordmark", + "componentName": "KnexjsOriginalWordmark", + "tags": ["database", "query", "sql", "javascript", "library"] + }, + { + "name": "Knexjs Plain Wordmark", + "componentName": "KnexjsPlainWordmark", + "tags": ["database", "query", "sql", "javascript", "library"] + }, { "name": "Knockout Plain Wordmark", "componentName": "KnockoutPlainWordmark", @@ -1843,22 +3502,22 @@ { "name": "Kotlin Original", "componentName": "KotlinOriginal", - "tags": ["language"] + "tags": ["language", "jetbrains", "jvm"] }, { "name": "Kotlin Original Wordmark", "componentName": "KotlinOriginalWordmark", - "tags": ["language"] + "tags": ["language", "jetbrains", "jvm"] }, { "name": "Kotlin Plain", "componentName": "KotlinPlain", - "tags": ["language"] + "tags": ["language", "jetbrains", "jvm"] }, { "name": "Kotlin Plain Wordmark", "componentName": "KotlinPlainWordmark", - "tags": ["language"] + "tags": ["language", "jetbrains", "jvm"] }, { "name": "Krakenjs Original", @@ -1880,6 +3539,46 @@ "componentName": "KrakenjsPlainWordmark", "tags": ["nodejs", "framework"] }, + { + "name": "Ktor Original", + "componentName": "KtorOriginal", + "tags": ["jetbrains", "kotlin", "framework"] + }, + { + "name": "Ktor Original Wordmark", + "componentName": "KtorOriginalWordmark", + "tags": ["jetbrains", "kotlin", "framework"] + }, + { + "name": "Ktor Plain", + "componentName": "KtorPlain", + "tags": ["jetbrains", "kotlin", "framework"] + }, + { + "name": "Ktor Plain Wordmark", + "componentName": "KtorPlainWordmark", + "tags": ["jetbrains", "kotlin", "framework"] + }, + { + "name": "Kubernetes Line", + "componentName": "KubernetesLine", + "tags": ["container", "deployment"] + }, + { + "name": "Kubernetes Line Wordmark", + "componentName": "KubernetesLineWordmark", + "tags": ["container", "deployment"] + }, + { + "name": "Kubernetes Original", + "componentName": "KubernetesOriginal", + "tags": ["container", "deployment"] + }, + { + "name": "Kubernetes Original Wordmark", + "componentName": "KubernetesOriginalWordmark", + "tags": ["container", "deployment"] + }, { "name": "Kubernetes Plain", "componentName": "KubernetesPlain", @@ -1911,13 +3610,23 @@ "tags": ["language"] }, { - "name": "Laravel Plain", - "componentName": "LaravelPlain", + "name": "Laravel Line", + "componentName": "LaravelLine", + "tags": ["php", "framework"] + }, + { + "name": "Laravel Line Wordmark", + "componentName": "LaravelLineWordmark", "tags": ["php", "framework"] }, { - "name": "Laravel Plain Wordmark", - "componentName": "LaravelPlainWordmark", + "name": "Laravel Original", + "componentName": "LaravelOriginal", + "tags": ["php", "framework"] + }, + { + "name": "Laravel Original Wordmark", + "componentName": "LaravelOriginalWordmark", "tags": ["php", "framework"] }, { @@ -1955,10 +3664,84 @@ "componentName": "LinuxOriginal", "tags": ["os"] }, - { "name": "Linux Plain", "componentName": "LinuxPlain", "tags": ["os"] }, { - "name": "Lua Original", - "componentName": "LuaOriginal", + "name": "Linux Plain", + "componentName": "LinuxPlain", + "tags": ["os"] + }, + { + "name": "Liquibase Original", + "componentName": "LiquibaseOriginal", + "tags": ["tool", "database"] + }, + { + "name": "Liquibase Original Wordmark", + "componentName": "LiquibaseOriginalWordmark", + "tags": ["tool", "database"] + }, + { + "name": "Livewire Original", + "componentName": "LivewireOriginal", + "tags": ["framework", "laravel", "php", "open-source"] + }, + { + "name": "Livewire Original Wordmark", + "componentName": "LivewireOriginalWordmark", + "tags": ["framework", "laravel", "php", "open-source"] + }, + { + "name": "Livewire Plain", + "componentName": "LivewirePlain", + "tags": ["framework", "laravel", "php", "open-source"] + }, + { + "name": "Livewire Plain Wordmark", + "componentName": "LivewirePlainWordmark", + "tags": ["framework", "laravel", "php", "open-source"] + }, + { + "name": "Llvm Original", + "componentName": "LlvmOriginal", + "tags": ["compiler", "framework", "c++", "open-source"] + }, + { + "name": "Llvm Plain", + "componentName": "LlvmPlain", + "tags": ["compiler", "framework", "c++", "open-source"] + }, + { + "name": "Lodash Original", + "componentName": "LodashOriginal", + "tags": ["javascript", "framework"] + }, + { + "name": "Lodash Plain", + "componentName": "LodashPlain", + "tags": ["javascript", "framework"] + }, + { + "name": "Logstash Original", + "componentName": "LogstashOriginal", + "tags": ["logs", "elastic"] + }, + { + "name": "Logstash Original Wordmark", + "componentName": "LogstashOriginalWordmark", + "tags": ["logs", "elastic"] + }, + { + "name": "Logstash Plain", + "componentName": "LogstashPlain", + "tags": ["logs", "elastic"] + }, + { + "name": "Logstash Plain Wordmark", + "componentName": "LogstashPlainWordmark", + "tags": ["logs", "elastic"] + }, + { + "name": "Lua Line", + "componentName": "LuaLine", "tags": [ "programming", "language", @@ -1970,8 +3753,8 @@ ] }, { - "name": "Lua Original Wordmark", - "componentName": "LuaOriginalWordmark", + "name": "Lua Original", + "componentName": "LuaOriginal", "tags": [ "programming", "language", @@ -1996,23 +3779,20 @@ ] }, { - "name": "Lua Plain Wordmark", - "componentName": "LuaPlainWordmark", - "tags": [ - "programming", - "language", - "object-oriented", - "scripting", - "procedural", - "prototype-based", - "functional" - ] + "name": "Lumen Original", + "componentName": "LumenOriginal", + "tags": ["laravel", "php", "framework", "micro-framework"] }, { "name": "Magento Line", "componentName": "MagentoLine", "tags": ["php", "framework"] }, + { + "name": "Magento Line Wordmark", + "componentName": "MagentoLineWordmark", + "tags": ["php", "framework"] + }, { "name": "Magento Original", "componentName": "MagentoOriginal", @@ -2023,11 +3803,36 @@ "componentName": "MagentoOriginalWordmark", "tags": ["php", "framework"] }, + { + "name": "Magento Plain Wordmark", + "componentName": "MagentoPlainWordmark", + "tags": ["php", "framework"] + }, + { + "name": "Mariadb Original", + "componentName": "MariadbOriginal", + "tags": ["database", "sql", "open-source"] + }, + { + "name": "Mariadb Original Wordmark", + "componentName": "MariadbOriginalWordmark", + "tags": ["database", "sql", "open-source"] + }, { "name": "Markdown Original", "componentName": "MarkdownOriginal", "tags": ["markup", "language"] }, + { + "name": "Materializecss Original", + "componentName": "MaterializecssOriginal", + "tags": ["framework", "css", "design", "material-design"] + }, + { + "name": "Materializecss Plain", + "componentName": "MaterializecssPlain", + "tags": ["framework", "css", "design", "material-design"] + }, { "name": "Materialui Original", "componentName": "MaterialuiOriginal", @@ -2053,6 +3858,46 @@ "componentName": "MatlabPlain", "tags": ["programming", "language"] }, + { + "name": "Matplotlib Original", + "componentName": "MatplotlibOriginal", + "tags": ["plotting", "library", "math", "visualization", "python", "api"] + }, + { + "name": "Matplotlib Original Wordmark", + "componentName": "MatplotlibOriginalWordmark", + "tags": ["plotting", "library", "math", "visualization", "python", "api"] + }, + { + "name": "Matplotlib Plain", + "componentName": "MatplotlibPlain", + "tags": ["plotting", "library", "math", "visualization", "python", "api"] + }, + { + "name": "Matplotlib Plain Wordmark", + "componentName": "MatplotlibPlainWordmark", + "tags": ["plotting", "library", "math", "visualization", "python", "api"] + }, + { + "name": "Maven Original", + "componentName": "MavenOriginal", + "tags": ["build"] + }, + { + "name": "Maven Original Wordmark", + "componentName": "MavenOriginalWordmark", + "tags": ["build"] + }, + { + "name": "Maven Plain", + "componentName": "MavenPlain", + "tags": ["build"] + }, + { + "name": "Maven Plain Wordmark", + "componentName": "MavenPlainWordmark", + "tags": ["build"] + }, { "name": "Maya Original", "componentName": "MayaOriginal", @@ -2120,32 +3965,52 @@ { "name": "Meteor Original", "componentName": "MeteorOriginal", - "tags": ["javascript"] + "tags": ["javascript", "framework"] }, { "name": "Meteor Original Wordmark", "componentName": "MeteorOriginalWordmark", - "tags": ["javascript"] + "tags": ["javascript", "framework"] }, { "name": "Meteor Plain", "componentName": "MeteorPlain", - "tags": ["javascript"] + "tags": ["javascript", "framework"] }, { "name": "Meteor Plain Wordmark", "componentName": "MeteorPlainWordmark", - "tags": ["javascript"] + "tags": ["javascript", "framework"] + }, + { + "name": "Microsoftsqlserver Line", + "componentName": "MicrosoftsqlserverLine", + "tags": ["database", "sql", "db"] + }, + { + "name": "Microsoftsqlserver Line Wordmark", + "componentName": "MicrosoftsqlserverLineWordmark", + "tags": ["database", "sql", "db"] + }, + { + "name": "Microsoftsqlserver Original", + "componentName": "MicrosoftsqlserverOriginal", + "tags": ["database", "sql", "db"] + }, + { + "name": "Microsoftsqlserver Original Wordmark", + "componentName": "MicrosoftsqlserverOriginalWordmark", + "tags": ["database", "sql", "db"] }, { "name": "Microsoftsqlserver Plain", "componentName": "MicrosoftsqlserverPlain", - "tags": ["database"] + "tags": ["database", "sql", "db"] }, { "name": "Microsoftsqlserver Plain Wordmark", "componentName": "MicrosoftsqlserverPlainWordmark", - "tags": ["database"] + "tags": ["database", "sql", "db"] }, { "name": "Minitab Original", @@ -2157,7 +4022,36 @@ "componentName": "MinitabPlain", "tags": ["package", "statistics"] }, - { "name": "Mocha Plain", "componentName": "MochaPlain", "tags": ["testing"] }, + { + "name": "Mithril Line", + "componentName": "MithrilLine", + "tags": ["javascript", "framework", "frontend", "js"] + }, + { + "name": "Mithril Original", + "componentName": "MithrilOriginal", + "tags": ["javascript", "framework", "frontend", "js"] + }, + { + "name": "Mobx Original", + "componentName": "MobxOriginal", + "tags": ["state-management", "testing", "reactjs", "nodejs"] + }, + { + "name": "Mobx Plain", + "componentName": "MobxPlain", + "tags": ["state-management", "testing", "reactjs", "nodejs"] + }, + { + "name": "Mocha Original", + "componentName": "MochaOriginal", + "tags": ["testing"] + }, + { + "name": "Mocha Plain", + "componentName": "MochaPlain", + "tags": ["testing"] + }, { "name": "Modx Original", "componentName": "ModxOriginal", @@ -2178,6 +4072,30 @@ "componentName": "ModxPlainWordmark", "tags": ["cms", "php", "framework"] }, + { + "name": "Moleculer Original", + "componentName": "MoleculerOriginal", + "tags": [ + "nodejs", + "javascript", + "js", + "microservices", + "micro-services", + "framework" + ] + }, + { + "name": "Moleculer Original Wordmark", + "componentName": "MoleculerOriginalWordmark", + "tags": [ + "nodejs", + "javascript", + "js", + "microservices", + "micro-services", + "framework" + ] + }, { "name": "Mongodb Original", "componentName": "MongodbOriginal", @@ -2198,6 +4116,16 @@ "componentName": "MongodbPlainWordmark", "tags": ["database"] }, + { + "name": "Mongoose Original", + "componentName": "MongooseOriginal", + "tags": ["data-model", "nodejs"] + }, + { + "name": "Mongoose Original Wordmark", + "componentName": "MongooseOriginalWordmark", + "tags": ["data-model", "nodejs"] + }, { "name": "Moodle Original", "componentName": "MoodleOriginal", @@ -2218,13 +4146,21 @@ "componentName": "MoodlePlainWordmark", "tags": ["platform"] }, - { "name": "Msdos Line", "componentName": "MsdosLine", "tags": ["os"] }, + { + "name": "Msdos Line", + "componentName": "MsdosLine", + "tags": ["os"] + }, { "name": "Msdos Original", "componentName": "MsdosOriginal", "tags": ["os"] }, - { "name": "Msdos Plain", "componentName": "MsdosPlain", "tags": ["os"] }, + { + "name": "Msdos Plain", + "componentName": "MsdosPlain", + "tags": ["os"] + }, { "name": "Mysql Original", "componentName": "MysqlOriginal", @@ -2235,16 +4171,31 @@ "componentName": "MysqlOriginalWordmark", "tags": ["database", "language"] }, - { - "name": "Mysql Plain", - "componentName": "MysqlPlain", - "tags": ["database", "language"] - }, { "name": "Mysql Plain Wordmark", "componentName": "MysqlPlainWordmark", "tags": ["database", "language"] }, + { + "name": "Nano Original", + "componentName": "NanoOriginal", + "tags": ["text editor", "editor", "GNU", "terminal"] + }, + { + "name": "Nano Original Wordmark", + "componentName": "NanoOriginalWordmark", + "tags": ["text editor", "editor", "GNU", "terminal"] + }, + { + "name": "Nano Plain", + "componentName": "NanoPlain", + "tags": ["text editor", "editor", "GNU", "terminal"] + }, + { + "name": "Nano Plain Wordmark", + "componentName": "NanoPlainWordmark", + "tags": ["text editor", "editor", "GNU", "terminal"] + }, { "name": "Neo4j Original", "componentName": "Neo4jOriginal", @@ -2266,18 +4217,127 @@ "tags": ["database"] }, { - "name": "Nestjs Plain", - "componentName": "NestjsPlain", - "tags": ["framework"] + "name": "Neovim Line", + "componentName": "NeovimLine", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] }, { - "name": "Nestjs Plain Wordmark", - "componentName": "NestjsPlainWordmark", - "tags": ["framework"] + "name": "Neovim Line Wordmark", + "componentName": "NeovimLineWordmark", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] }, { - "name": "Networkx Original", - "componentName": "NetworkxOriginal", + "name": "Neovim Original", + "componentName": "NeovimOriginal", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] + }, + { + "name": "Neovim Original Wordmark", + "componentName": "NeovimOriginalWordmark", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] + }, + { + "name": "Neovim Plain", + "componentName": "NeovimPlain", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] + }, + { + "name": "Neovim Plain Wordmark", + "componentName": "NeovimPlainWordmark", + "tags": ["text editor", "editor", "ide", "IDE", "open-source"] + }, + { + "name": "Nestjs Line", + "componentName": "NestjsLine", + "tags": ["framework"] + }, + { + "name": "Nestjs Line Wordmark", + "componentName": "NestjsLineWordmark", + "tags": ["framework"] + }, + { + "name": "Nestjs Original", + "componentName": "NestjsOriginal", + "tags": ["framework"] + }, + { + "name": "Nestjs Original Wordmark", + "componentName": "NestjsOriginalWordmark", + "tags": ["framework"] + }, + { + "name": "Netlify Original", + "componentName": "NetlifyOriginal", + "tags": [ + "cloud hosting", + "serverless", + "dynamic websites", + "web applications", + "open-source" + ] + }, + { + "name": "Netlify Original Wordmark", + "componentName": "NetlifyOriginalWordmark", + "tags": [ + "cloud hosting", + "serverless", + "dynamic websites", + "web applications", + "open-source" + ] + }, + { + "name": "Netlify Plain", + "componentName": "NetlifyPlain", + "tags": [ + "cloud hosting", + "serverless", + "dynamic websites", + "web applications", + "open-source" + ] + }, + { + "name": "Netlify Plain Wordmark", + "componentName": "NetlifyPlainWordmark", + "tags": [ + "cloud hosting", + "serverless", + "dynamic websites", + "web applications", + "open-source" + ] + }, + { + "name": "Networkx Line", + "componentName": "NetworkxLine", + "tags": ["graph", "library", "python"] + }, + { + "name": "Networkx Line Wordmark", + "componentName": "NetworkxLineWordmark", + "tags": ["graph", "library", "python"] + }, + { + "name": "Networkx Original", + "componentName": "NetworkxOriginal", + "tags": ["graph", "library", "python"] + }, + { + "name": "Networkx Original Wordmark", + "componentName": "NetworkxOriginalWordmark", + "tags": ["graph", "library", "python"] + }, + { + "name": "Networkx Plain", + "componentName": "NetworkxPlain", + "tags": ["graph", "library", "python"] + }, + { + "name": "Networkx Plain Wordmark", + "componentName": "NetworkxPlainWordmark", "tags": ["graph", "library", "python"] }, { @@ -2285,6 +4345,11 @@ "componentName": "NextjsLine", "tags": ["framework"] }, + { + "name": "Nextjs Line Wordmark", + "componentName": "NextjsLineWordmark", + "tags": ["framework"] + }, { "name": "Nextjs Original", "componentName": "NextjsOriginal", @@ -2295,11 +4360,144 @@ "componentName": "NextjsOriginalWordmark", "tags": ["framework"] }, + { + "name": "Nextjs Plain", + "componentName": "NextjsPlain", + "tags": ["framework"] + }, { "name": "Nginx Original", "componentName": "NginxOriginal", "tags": ["server"] }, + { + "name": "Ngrx Original", + "componentName": "NgrxOriginal", + "tags": ["state-management", "angular", "redux", "store", "javascript"] + }, + { + "name": "Ngrx Plain", + "componentName": "NgrxPlain", + "tags": ["state-management", "angular", "redux", "store", "javascript"] + }, + { + "name": "Nhibernate Line", + "componentName": "NhibernateLine", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nhibernate Line Wordmark", + "componentName": "NhibernateLineWordmark", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nhibernate Original", + "componentName": "NhibernateOriginal", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nhibernate Original Wordmark", + "componentName": "NhibernateOriginalWordmark", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nhibernate Plain", + "componentName": "NhibernatePlain", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nhibernate Plain Wordmark", + "componentName": "NhibernatePlainWordmark", + "tags": [ + "library", + "dotnet", + ".net", + "object-relational mapper", + "orm", + "C#", + "c-sharp" + ] + }, + { + "name": "Nim Line", + "componentName": "NimLine", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nim Line Wordmark", + "componentName": "NimLineWordmark", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nim Original", + "componentName": "NimOriginal", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nim Original Wordmark", + "componentName": "NimOriginalWordmark", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nim Plain", + "componentName": "NimPlain", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nim Plain Wordmark", + "componentName": "NimPlainWordmark", + "tags": ["programming", "functional", "object-oriented", "procedural"] + }, + { + "name": "Nimble Original", + "componentName": "NimbleOriginal", + "tags": ["package-manager"] + }, + { + "name": "Nimble Plain", + "componentName": "NimblePlain", + "tags": ["package-manager"] + }, { "name": "Nixos Original", "componentName": "NixosOriginal", @@ -2310,12 +4508,26 @@ "componentName": "NixosOriginalWordmark", "tags": ["os"] }, - { "name": "Nixos Plain", "componentName": "NixosPlain", "tags": ["os"] }, + { + "name": "Nixos Plain", + "componentName": "NixosPlain", + "tags": ["os"] + }, { "name": "Nixos Plain Wordmark", "componentName": "NixosPlainWordmark", "tags": ["os"] }, + { + "name": "Nodejs Line", + "componentName": "NodejsLine", + "tags": ["javascript", "language"] + }, + { + "name": "Nodejs Line Wordmark", + "componentName": "NodejsLineWordmark", + "tags": ["javascript", "language"] + }, { "name": "Nodejs Original", "componentName": "NodejsOriginal", @@ -2336,7 +4548,26 @@ "componentName": "NodejsPlainWordmark", "tags": ["javascript", "language"] }, - { "name": "Nodewebkit Line", "componentName": "NodewebkitLine", "tags": [] }, + { + "name": "Nodemon Line", + "componentName": "NodemonLine", + "tags": ["nodejs", "tool", "javascript"] + }, + { + "name": "Nodemon Original", + "componentName": "NodemonOriginal", + "tags": ["nodejs", "tool", "javascript"] + }, + { + "name": "Nodemon Plain", + "componentName": "NodemonPlain", + "tags": ["nodejs", "tool", "javascript"] + }, + { + "name": "Nodewebkit Line", + "componentName": "NodewebkitLine", + "tags": [] + }, { "name": "Nodewebkit Line Wordmark", "componentName": "NodewebkitLineWordmark", @@ -2362,6 +4593,46 @@ "componentName": "NodewebkitPlainWordmark", "tags": [] }, + { + "name": "Nomad Original", + "componentName": "NomadOriginal", + "tags": ["container", "virtual machine", "deployment"] + }, + { + "name": "Nomad Original Wordmark", + "componentName": "NomadOriginalWordmark", + "tags": ["container", "virtual machine", "deployment"] + }, + { + "name": "Nomad Plain Wordmark", + "componentName": "NomadPlainWordmark", + "tags": ["container", "virtual machine", "deployment"] + }, + { + "name": "Norg Original", + "componentName": "NorgOriginal", + "tags": ["note-taking", "organization"] + }, + { + "name": "Norg Plain", + "componentName": "NorgPlain", + "tags": ["note-taking", "organization"] + }, + { + "name": "Notion Line", + "componentName": "NotionLine", + "tags": ["project-management"] + }, + { + "name": "Notion Original", + "componentName": "NotionOriginal", + "tags": ["project-management"] + }, + { + "name": "Notion Plain", + "componentName": "NotionPlain", + "tags": ["project-management"] + }, { "name": "Npm Original Wordmark", "componentName": "NpmOriginalWordmark", @@ -2377,6 +4648,16 @@ "componentName": "NugetOriginalWordmark", "tags": ["package", "manager"] }, + { + "name": "Numpy Line", + "componentName": "NumpyLine", + "tags": ["library", "python"] + }, + { + "name": "Numpy Line Wordmark", + "componentName": "NumpyLineWordmark", + "tags": ["library", "python"] + }, { "name": "Numpy Original", "componentName": "NumpyOriginal", @@ -2387,6 +4668,16 @@ "componentName": "NumpyOriginalWordmark", "tags": ["library", "python"] }, + { + "name": "Numpy Plain", + "componentName": "NumpyPlain", + "tags": ["library", "python"] + }, + { + "name": "Numpy Plain Wordmark", + "componentName": "NumpyPlainWordmark", + "tags": ["library", "python"] + }, { "name": "Nuxtjs Original", "componentName": "NuxtjsOriginal", @@ -2407,6 +4698,16 @@ "componentName": "NuxtjsPlainWordmark", "tags": ["js", "javascript", "framework", "frontend", "vuejs"] }, + { + "name": "Oauth Original", + "componentName": "OauthOriginal", + "tags": ["authentication", "security"] + }, + { + "name": "Oauth Plain", + "componentName": "OauthPlain", + "tags": ["authentication", "security"] + }, { "name": "Objectivec Plain", "componentName": "ObjectivecPlain", @@ -2432,6 +4733,36 @@ "componentName": "OcamlPlainWordmark", "tags": ["programming", "language"] }, + { + "name": "Ohmyzsh Original", + "componentName": "OhmyzshOriginal", + "tags": ["shell", "script", "scripting", "language", "command"] + }, + { + "name": "Ohmyzsh Plain", + "componentName": "OhmyzshPlain", + "tags": ["shell", "script", "scripting", "language", "command"] + }, + { + "name": "Okta Original", + "componentName": "OktaOriginal", + "tags": ["auth", "security"] + }, + { + "name": "Okta Original Wordmark", + "componentName": "OktaOriginalWordmark", + "tags": ["auth", "security"] + }, + { + "name": "Okta Plain", + "componentName": "OktaPlain", + "tags": ["auth", "security"] + }, + { + "name": "Okta Plain Wordmark", + "componentName": "OktaPlainWordmark", + "tags": ["auth", "security"] + }, { "name": "Openal Original", "componentName": "OpenalOriginal", @@ -2442,6 +4773,75 @@ "componentName": "OpenalPlain", "tags": ["library", "audio", "game", "3d"] }, + { + "name": "Openapi Line", + "componentName": "OpenapiLine", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Openapi Line Wordmark", + "componentName": "OpenapiLineWordmark", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Openapi Original", + "componentName": "OpenapiOriginal", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Openapi Original Wordmark", + "componentName": "OpenapiOriginalWordmark", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Openapi Plain", + "componentName": "OpenapiPlain", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Openapi Plain Wordmark", + "componentName": "OpenapiPlainWordmark", + "tags": ["specification", "api", "open-source"] + }, + { + "name": "Opencl Line", + "componentName": "OpenclLine", + "tags": [ + "framework", + "language", + "heterogeneous-computing", + "cpp", + "api", + "khronos", + "programming" + ] + }, + { + "name": "Opencl Original", + "componentName": "OpenclOriginal", + "tags": [ + "framework", + "language", + "heterogeneous-computing", + "cpp", + "api", + "khronos", + "programming" + ] + }, + { + "name": "Opencl Plain", + "componentName": "OpenclPlain", + "tags": [ + "framework", + "language", + "heterogeneous-computing", + "cpp", + "api", + "khronos", + "programming" + ] + }, { "name": "Opencv Original", "componentName": "OpencvOriginal", @@ -2472,6 +4872,21 @@ "componentName": "OpenglPlain", "tags": ["library", "graphics", "game", "3d"] }, + { + "name": "Openstack Original", + "componentName": "OpenstackOriginal", + "tags": ["infrastructure-as-a-service", "cloud-computing-platform"] + }, + { + "name": "Openstack Original Wordmark", + "componentName": "OpenstackOriginalWordmark", + "tags": ["infrastructure-as-a-service", "cloud-computing-platform"] + }, + { + "name": "Openstack Plain Wordmark", + "componentName": "OpenstackPlainWordmark", + "tags": ["infrastructure-as-a-service", "cloud-computing-platform"] + }, { "name": "Opensuse Original", "componentName": "OpensuseOriginal", @@ -2483,14 +4898,24 @@ "tags": ["linux", "distribuition", "desktop"] }, { - "name": "Opensuse Plain", - "componentName": "OpensusePlain", - "tags": ["linux", "distribuition", "desktop"] + "name": "Opentelemetry Original", + "componentName": "OpentelemetryOriginal", + "tags": ["telemetry"] }, { - "name": "Opensuse Plain Wordmark", - "componentName": "OpensusePlainWordmark", - "tags": ["linux", "distribuition", "desktop"] + "name": "Opentelemetry Original Wordmark", + "componentName": "OpentelemetryOriginalWordmark", + "tags": ["telemetry"] + }, + { + "name": "Opentelemetry Plain", + "componentName": "OpentelemetryPlain", + "tags": ["telemetry"] + }, + { + "name": "Opentelemetry Plain Wordmark", + "componentName": "OpentelemetryPlainWordmark", + "tags": ["telemetry"] }, { "name": "Opera Original", @@ -2502,7 +4927,11 @@ "componentName": "OperaOriginalWordmark", "tags": ["browser"] }, - { "name": "Opera Plain", "componentName": "OperaPlain", "tags": ["browser"] }, + { + "name": "Opera Plain", + "componentName": "OperaPlain", + "tags": ["browser"] + }, { "name": "Opera Plain Wordmark", "componentName": "OperaPlainWordmark", @@ -2513,6 +4942,31 @@ "componentName": "OracleOriginal", "tags": ["database"] }, + { + "name": "Ory Original", + "componentName": "OryOriginal", + "tags": ["library", "open-source", "security"] + }, + { + "name": "Ory Original Wordmark", + "componentName": "OryOriginalWordmark", + "tags": ["library", "open-source", "security"] + }, + { + "name": "P5js Original", + "componentName": "P5jsOriginal", + "tags": ["javascript", "js", "library"] + }, + { + "name": "Packer Line", + "componentName": "PackerLine", + "tags": ["infrastructure", "infrastructure-as-code", "continuous-delivery"] + }, + { + "name": "Packer Line Wordmark", + "componentName": "PackerLineWordmark", + "tags": ["infrastructure", "infrastructure-as-code", "continuous-delivery"] + }, { "name": "Packer Original", "componentName": "PackerOriginal", @@ -2523,6 +4977,26 @@ "componentName": "PackerOriginalWordmark", "tags": ["infrastructure", "infrastructure-as-code", "continuous-delivery"] }, + { + "name": "Packer Plain", + "componentName": "PackerPlain", + "tags": ["infrastructure", "infrastructure-as-code", "continuous-delivery"] + }, + { + "name": "Packer Plain Wordmark", + "componentName": "PackerPlainWordmark", + "tags": ["infrastructure", "infrastructure-as-code", "continuous-delivery"] + }, + { + "name": "Pandas Line", + "componentName": "PandasLine", + "tags": ["library", "python"] + }, + { + "name": "Pandas Line Wordmark", + "componentName": "PandasLineWordmark", + "tags": ["library", "python"] + }, { "name": "Pandas Original", "componentName": "PandasOriginal", @@ -2533,6 +5007,16 @@ "componentName": "PandasOriginalWordmark", "tags": ["library", "python"] }, + { + "name": "Pandas Plain", + "componentName": "PandasPlain", + "tags": ["library", "python"] + }, + { + "name": "Pandas Plain Wordmark", + "componentName": "PandasPlainWordmark", + "tags": ["library", "python"] + }, { "name": "Perl Original", "componentName": "PerlOriginal", @@ -2543,6 +5027,16 @@ "componentName": "PerlPlain", "tags": ["programming", "language"] }, + { + "name": "Pfsense Original", + "componentName": "PfsenseOriginal", + "tags": ["cloud", "network", "open-source", "security", "software"] + }, + { + "name": "Pfsense Original Wordmark", + "componentName": "PfsenseOriginalWordmark", + "tags": ["cloud", "network", "open-source", "security", "software"] + }, { "name": "Phalcon Original", "componentName": "PhalconOriginal", @@ -2556,28 +5050,59 @@ { "name": "Phoenix Original", "componentName": "PhoenixOriginal", - "tags": ["framework"] + "tags": [ + "framework", + "build", + "web", + "web-development", + "development", + "elixir" + ] }, { "name": "Phoenix Original Wordmark", "componentName": "PhoenixOriginalWordmark", - "tags": ["framework"] - }, - { - "name": "Phoenix Plain", - "componentName": "PhoenixPlain", - "tags": ["framework"] + "tags": [ + "framework", + "build", + "web", + "web-development", + "development", + "elixir" + ] }, { "name": "Phoenix Plain Wordmark", "componentName": "PhoenixPlainWordmark", - "tags": ["framework"] + "tags": [ + "framework", + "build", + "web", + "web-development", + "development", + "elixir" + ] + }, + { + "name": "Photonengine Original", + "componentName": "PhotonengineOriginal", + "tags": ["game", "game-engine"] + }, + { + "name": "Photonengine Plain", + "componentName": "PhotonenginePlain", + "tags": ["game", "game-engine"] }, { "name": "Photoshop Line", "componentName": "PhotoshopLine", "tags": ["editor", "graphic"] }, + { + "name": "Photoshop Original", + "componentName": "PhotoshopOriginal", + "tags": ["editor", "graphic"] + }, { "name": "Photoshop Plain", "componentName": "PhotoshopPlain", @@ -2596,22 +5121,67 @@ { "name": "Phpstorm Original", "componentName": "PhpstormOriginal", - "tags": ["editor"] - }, - { - "name": "Phpstorm Original Wordmark", - "componentName": "PhpstormOriginalWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor", "php", "web", "html"] }, { "name": "Phpstorm Plain", "componentName": "PhpstormPlain", - "tags": ["editor"] + "tags": ["jetbrains", "editor", "php", "web", "html"] }, { "name": "Phpstorm Plain Wordmark", "componentName": "PhpstormPlainWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor", "php", "web", "html"] + }, + { + "name": "Playwright Original", + "componentName": "PlaywrightOriginal", + "tags": ["testing", "framework"] + }, + { + "name": "Playwright Plain", + "componentName": "PlaywrightPlain", + "tags": ["testing", "framework"] + }, + { + "name": "Plotly Original", + "componentName": "PlotlyOriginal", + "tags": ["frontend", "machine-learning", "dashboard"] + }, + { + "name": "Plotly Original Wordmark", + "componentName": "PlotlyOriginalWordmark", + "tags": ["frontend", "machine-learning", "dashboard"] + }, + { + "name": "Plotly Plain", + "componentName": "PlotlyPlain", + "tags": ["frontend", "machine-learning", "dashboard"] + }, + { + "name": "Plotly Plain Wordmark", + "componentName": "PlotlyPlainWordmark", + "tags": ["frontend", "machine-learning", "dashboard"] + }, + { + "name": "Pnpm Original", + "componentName": "PnpmOriginal", + "tags": ["package", "manager"] + }, + { + "name": "Pnpm Original Wordmark", + "componentName": "PnpmOriginalWordmark", + "tags": ["package", "manager"] + }, + { + "name": "Pnpm Plain", + "componentName": "PnpmPlain", + "tags": ["package", "manager"] + }, + { + "name": "Pnpm Plain Wordmark", + "componentName": "PnpmPlainWordmark", + "tags": ["package", "manager"] }, { "name": "Podman Original", @@ -2633,16 +5203,61 @@ "componentName": "PodmanPlainWordmark", "tags": ["container", "pods", "docker"] }, + { + "name": "Poetry Original", + "componentName": "PoetryOriginal", + "tags": ["package-manager", "python"] + }, + { + "name": "Poetry Plain", + "componentName": "PoetryPlain", + "tags": ["package-manager", "python"] + }, { "name": "Polygon Original", "componentName": "PolygonOriginal", "tags": ["ethereum", "erc20", "blockchain"] }, + { + "name": "Polygon Original Wordmark", + "componentName": "PolygonOriginalWordmark", + "tags": ["ethereum", "erc20", "blockchain"] + }, { "name": "Polygon Plain", "componentName": "PolygonPlain", "tags": ["ethereum", "erc20", "blockchain"] }, + { + "name": "Polygon Plain Wordmark", + "componentName": "PolygonPlainWordmark", + "tags": ["ethereum", "erc20", "blockchain"] + }, + { + "name": "Portainer Original", + "componentName": "PortainerOriginal", + "tags": ["docker", "kubernetes", "orchestrator"] + }, + { + "name": "Portainer Original Wordmark", + "componentName": "PortainerOriginalWordmark", + "tags": ["docker", "kubernetes", "orchestrator"] + }, + { + "name": "Postcss Original", + "componentName": "PostcssOriginal", + "tags": ["pre-processor", "css", "framework"] + }, + { + "name": "Postcss Original Wordmark", + "componentName": "PostcssOriginalWordmark", + "tags": ["pre-processor", "css", "framework"] + }, + { + "name": "Postcss Plain Wordmark", + "componentName": "PostcssPlainWordmark", + "tags": ["pre-processor", "css", "framework"] + }, { "name": "Postgresql Original", "componentName": "PostgresqlOriginal", @@ -2663,6 +5278,36 @@ "componentName": "PostgresqlPlainWordmark", "tags": ["database"] }, + { + "name": "Postman Original", + "componentName": "PostmanOriginal", + "tags": ["tool", "testing"] + }, + { + "name": "Postman Original Wordmark", + "componentName": "PostmanOriginalWordmark", + "tags": ["tool", "testing"] + }, + { + "name": "Postman Plain", + "componentName": "PostmanPlain", + "tags": ["tool", "testing"] + }, + { + "name": "Postman Plain Wordmark", + "componentName": "PostmanPlainWordmark", + "tags": ["tool", "testing"] + }, + { + "name": "Powershell Original", + "componentName": "PowershellOriginal", + "tags": ["command-line", "shell", "terminal", "cli", "windows", "cmdlets"] + }, + { + "name": "Powershell Plain", + "componentName": "PowershellPlain", + "tags": ["command-line", "shell", "terminal", "cli", "windows", "cmdlets"] + }, { "name": "Premierepro Original", "componentName": "PremiereproOriginal", @@ -2673,6 +5318,16 @@ "componentName": "PremiereproPlain", "tags": ["editor", "video"] }, + { + "name": "Prisma Original", + "componentName": "PrismaOriginal", + "tags": ["orm", "nodejs", "typescript"] + }, + { + "name": "Prisma Original Wordmark", + "componentName": "PrismaOriginalWordmark", + "tags": ["orm", "nodejs", "typescript"] + }, { "name": "Processing Original", "componentName": "ProcessingOriginal", @@ -2693,6 +5348,36 @@ "componentName": "ProcessingPlainWordmark", "tags": ["java", "python", "android", "application", "ide", "framework"] }, + { + "name": "Prolog Original", + "componentName": "PrologOriginal", + "tags": ["programming", "logic", "language", "open-source"] + }, + { + "name": "Prolog Original Wordmark", + "componentName": "PrologOriginalWordmark", + "tags": ["programming", "logic", "language", "open-source"] + }, + { + "name": "Prolog Plain", + "componentName": "PrologPlain", + "tags": ["programming", "logic", "language", "open-source"] + }, + { + "name": "Prolog Plain Wordmark", + "componentName": "PrologPlainWordmark", + "tags": ["programming", "logic", "language", "open-source"] + }, + { + "name": "Prometheus Line", + "componentName": "PrometheusLine", + "tags": ["monitoring", "observability", "analysis"] + }, + { + "name": "Prometheus Line Wordmark", + "componentName": "PrometheusLineWordmark", + "tags": ["monitoring", "observability", "analysis"] + }, { "name": "Prometheus Original", "componentName": "PrometheusOriginal", @@ -2703,6 +5388,31 @@ "componentName": "PrometheusOriginalWordmark", "tags": ["monitoring", "observability", "analysis"] }, + { + "name": "Prometheus Plain Wordmark", + "componentName": "PrometheusPlainWordmark", + "tags": ["monitoring", "observability", "analysis"] + }, + { + "name": "Protractor Line", + "componentName": "ProtractorLine", + "tags": ["framework", "javascript"] + }, + { + "name": "Protractor Line Wordmark", + "componentName": "ProtractorLineWordmark", + "tags": ["framework", "javascript"] + }, + { + "name": "Protractor Original", + "componentName": "ProtractorOriginal", + "tags": ["framework", "javascript"] + }, + { + "name": "Protractor Original Wordmark", + "componentName": "ProtractorOriginalWordmark", + "tags": ["framework", "javascript"] + }, { "name": "Protractor Plain", "componentName": "ProtractorPlain", @@ -2713,6 +5423,56 @@ "componentName": "ProtractorPlainWordmark", "tags": ["framework", "javascript"] }, + { + "name": "Pulsar Original", + "componentName": "PulsarOriginal", + "tags": ["open-source", "cross-platform", "editor"] + }, + { + "name": "Pulsar Original Wordmark", + "componentName": "PulsarOriginalWordmark", + "tags": ["open-source", "cross-platform", "editor"] + }, + { + "name": "Pulumi Original", + "componentName": "PulumiOriginal", + "tags": ["infrastructure-as-code", "cloud"] + }, + { + "name": "Pulumi Original Wordmark", + "componentName": "PulumiOriginalWordmark", + "tags": ["infrastructure-as-code", "cloud"] + }, + { + "name": "Pulumi Plain", + "componentName": "PulumiPlain", + "tags": ["infrastructure-as-code", "cloud"] + }, + { + "name": "Pulumi Plain Wordmark", + "componentName": "PulumiPlainWordmark", + "tags": ["infrastructure-as-code", "cloud"] + }, + { + "name": "Puppeteer Original", + "componentName": "PuppeteerOriginal", + "tags": ["open-source", "devtools protocol", "testing", "extension"] + }, + { + "name": "Puppeteer Plain", + "componentName": "PuppeteerPlain", + "tags": ["open-source", "devtools protocol", "testing", "extension"] + }, + { + "name": "Purescript Original", + "componentName": "PurescriptOriginal", + "tags": ["functional", "programming", "javascript"] + }, + { + "name": "Purescript Original Wordmark", + "componentName": "PurescriptOriginalWordmark", + "tags": ["functional", "programming", "javascript"] + }, { "name": "Putty Original", "componentName": "PuttyOriginal", @@ -2726,22 +5486,52 @@ { "name": "Pycharm Original", "componentName": "PycharmOriginal", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Pycharm Original Wordmark", "componentName": "PycharmOriginalWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Pycharm Plain", "componentName": "PycharmPlain", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Pycharm Plain Wordmark", "componentName": "PycharmPlainWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] + }, + { + "name": "Pypi Original", + "componentName": "PypiOriginal", + "tags": ["python", "package", "programming"] + }, + { + "name": "Pypi Original Wordmark", + "componentName": "PypiOriginalWordmark", + "tags": ["python", "package", "programming"] + }, + { + "name": "Pypi Plain", + "componentName": "PypiPlain", + "tags": ["python", "package", "programming"] + }, + { + "name": "Pypi Plain Wordmark", + "componentName": "PypiPlainWordmark", + "tags": ["python", "package", "programming"] + }, + { + "name": "Pyscript Original Wordmark", + "componentName": "PyscriptOriginalWordmark", + "tags": ["browser", "python", "html", "framework"] + }, + { + "name": "Pyscript Plain Wordmark", + "componentName": "PyscriptPlainWordmark", + "tags": ["browser", "python", "html", "framework"] }, { "name": "Pytest Original", @@ -2798,11 +5588,91 @@ "componentName": "PytorchPlainWordmark", "tags": ["programming", "framework", "machine-learning", "python"] }, + { + "name": "Qodana Original", + "componentName": "QodanaOriginal", + "tags": ["jetbrains", "code quality", "security"] + }, + { + "name": "Qodana Plain", + "componentName": "QodanaPlain", + "tags": ["jetbrains", "code quality", "security"] + }, + { + "name": "Qodana Plain Wordmark", + "componentName": "QodanaPlainWordmark", + "tags": ["jetbrains", "code quality", "security"] + }, { "name": "Qt Original", "componentName": "QtOriginal", "tags": ["framework"] }, + { + "name": "Quarkus Original", + "componentName": "QuarkusOriginal", + "tags": ["java", "framework"] + }, + { + "name": "Quarkus Original Wordmark", + "componentName": "QuarkusOriginalWordmark", + "tags": ["java", "framework"] + }, + { + "name": "Quarkus Plain", + "componentName": "QuarkusPlain", + "tags": ["java", "framework"] + }, + { + "name": "Quarkus Plain Wordmark", + "componentName": "QuarkusPlainWordmark", + "tags": ["java", "framework"] + }, + { + "name": "Quasar Original", + "componentName": "QuasarOriginal", + "tags": ["framework", "javascript"] + }, + { + "name": "Quasar Original Wordmark", + "componentName": "QuasarOriginalWordmark", + "tags": ["framework", "javascript"] + }, + { + "name": "Quasar Plain", + "componentName": "QuasarPlain", + "tags": ["framework", "javascript"] + }, + { + "name": "Quasar Plain Wordmark", + "componentName": "QuasarPlainWordmark", + "tags": ["framework", "javascript"] + }, + { + "name": "Qwik Original", + "componentName": "QwikOriginal", + "tags": ["framework", "open-source"] + }, + { + "name": "Qwik Original Wordmark", + "componentName": "QwikOriginalWordmark", + "tags": ["framework", "open-source"] + }, + { + "name": "Qwik Plain", + "componentName": "QwikPlain", + "tags": ["framework", "open-source"] + }, + { + "name": "Qwik Plain Wordmark", + "componentName": "QwikPlainWordmark", + "tags": ["framework", "open-source"] + }, + { + "name": "R Line", + "componentName": "RLine", + "tags": ["programming", "language"] + }, { "name": "R Original", "componentName": "ROriginal", @@ -2813,6 +5683,21 @@ "componentName": "RPlain", "tags": ["programming", "language"] }, + { + "name": "Rabbitmq Original", + "componentName": "RabbitmqOriginal", + "tags": ["message-broker", "open-source"] + }, + { + "name": "Rabbitmq Original Wordmark", + "componentName": "RabbitmqOriginalWordmark", + "tags": ["message-broker", "open-source"] + }, + { + "name": "Rabbitmq Plain Wordmark", + "componentName": "RabbitmqPlainWordmark", + "tags": ["message-broker", "open-source"] + }, { "name": "Rails Original Wordmark", "componentName": "RailsOriginalWordmark", @@ -2828,6 +5713,51 @@ "componentName": "RailsPlainWordmark", "tags": ["framework"] }, + { + "name": "Railway Line", + "componentName": "RailwayLine", + "tags": ["hosting", "platform", "deployment"] + }, + { + "name": "Railway Line Wordmark", + "componentName": "RailwayLineWordmark", + "tags": ["hosting", "platform", "deployment"] + }, + { + "name": "Railway Original", + "componentName": "RailwayOriginal", + "tags": ["hosting", "platform", "deployment"] + }, + { + "name": "Railway Original Wordmark", + "componentName": "RailwayOriginalWordmark", + "tags": ["hosting", "platform", "deployment"] + }, + { + "name": "Rancher Line", + "componentName": "RancherLine", + "tags": ["kubernetes", "orchestrator"] + }, + { + "name": "Rancher Line Wordmark", + "componentName": "RancherLineWordmark", + "tags": ["kubernetes", "orchestrator"] + }, + { + "name": "Rancher Original", + "componentName": "RancherOriginal", + "tags": ["kubernetes", "orchestrator"] + }, + { + "name": "Rancher Original Wordmark", + "componentName": "RancherOriginalWordmark", + "tags": ["kubernetes", "orchestrator"] + }, + { + "name": "Rancher Plain Wordmark", + "componentName": "RancherPlainWordmark", + "tags": ["kubernetes", "orchestrator"] + }, { "name": "Raspberrypi Line", "componentName": "RaspberrypiLine", @@ -2848,6 +5778,26 @@ "componentName": "RaspberrypiOriginalWordmark", "tags": ["arm", "computer"] }, + { + "name": "Raspberrypi Plain", + "componentName": "RaspberrypiPlain", + "tags": ["arm", "computer"] + }, + { + "name": "Raspberrypi Plain Wordmark", + "componentName": "RaspberrypiPlainWordmark", + "tags": ["arm", "computer"] + }, + { + "name": "Reach Original", + "componentName": "ReachOriginal", + "tags": ["web3", "blockchain", "development"] + }, + { + "name": "Reach Plain", + "componentName": "ReachPlain", + "tags": ["web3", "blockchain", "development"] + }, { "name": "React Original", "componentName": "ReactOriginal", @@ -2858,6 +5808,71 @@ "componentName": "ReactOriginalWordmark", "tags": ["framework"] }, + { + "name": "Reactbootstrap Original", + "componentName": "ReactbootstrapOriginal", + "tags": ["framework", "library", "frontend", "reactjs", "javascript"] + }, + { + "name": "Reactnavigation Original", + "componentName": "ReactnavigationOriginal", + "tags": ["routing", "navigation", "react native", "app", "open-source"] + }, + { + "name": "Reactrouter Original", + "componentName": "ReactrouterOriginal", + "tags": ["framework", "react"] + }, + { + "name": "Reactrouter Original Wordmark", + "componentName": "ReactrouterOriginalWordmark", + "tags": ["framework", "react"] + }, + { + "name": "Reactrouter Plain", + "componentName": "ReactrouterPlain", + "tags": ["framework", "react"] + }, + { + "name": "Reactrouter Plain Wordmark", + "componentName": "ReactrouterPlainWordmark", + "tags": ["framework", "react"] + }, + { + "name": "Readthedocs Line", + "componentName": "ReadthedocsLine", + "tags": ["documentation", "python", "open-source"] + }, + { + "name": "Readthedocs Original", + "componentName": "ReadthedocsOriginal", + "tags": ["documentation", "python", "open-source"] + }, + { + "name": "Readthedocs Original Wordmark", + "componentName": "ReadthedocsOriginalWordmark", + "tags": ["documentation", "python", "open-source"] + }, + { + "name": "Realm Original", + "componentName": "RealmOriginal", + "tags": ["sql", "database", "cloud"] + }, + { + "name": "Realm Original Wordmark", + "componentName": "RealmOriginalWordmark", + "tags": ["sql", "database", "cloud"] + }, + { + "name": "Realm Plain", + "componentName": "RealmPlain", + "tags": ["sql", "database", "cloud"] + }, + { + "name": "Realm Plain Wordmark", + "componentName": "RealmPlainWordmark", + "tags": ["sql", "database", "cloud"] + }, { "name": "Rect Original", "componentName": "RectOriginal", @@ -2898,7 +5913,11 @@ "componentName": "RedisOriginalWordmark", "tags": ["server"] }, - { "name": "Redis Plain", "componentName": "RedisPlain", "tags": ["server"] }, + { + "name": "Redis Plain", + "componentName": "RedisPlain", + "tags": ["server"] + }, { "name": "Redis Plain Wordmark", "componentName": "RedisPlainWordmark", @@ -2909,11 +5928,131 @@ "componentName": "ReduxOriginal", "tags": ["framework"] }, + { + "name": "Renpy Original", + "componentName": "RenpyOriginal", + "tags": ["programming", "game-engine", "engine", "python"] + }, + { + "name": "Renpy Plain", + "componentName": "RenpyPlain", + "tags": ["programming", "game-engine", "engine", "python"] + }, + { + "name": "Replit Original", + "componentName": "ReplitOriginal", + "tags": ["software"] + }, + { + "name": "Replit Original Wordmark", + "componentName": "ReplitOriginalWordmark", + "tags": ["software"] + }, + { + "name": "Replit Plain Wordmark", + "componentName": "ReplitPlainWordmark", + "tags": ["software"] + }, + { + "name": "Rider Original", + "componentName": "RiderOriginal", + "tags": ["jetbrains", "ide", "editor", "dotnet"] + }, + { + "name": "Rider Original Wordmark", + "componentName": "RiderOriginalWordmark", + "tags": ["jetbrains", "ide", "editor", "dotnet"] + }, + { + "name": "Rider Plain", + "componentName": "RiderPlain", + "tags": ["jetbrains", "ide", "editor", "dotnet"] + }, + { + "name": "Rider Plain Wordmark", + "componentName": "RiderPlainWordmark", + "tags": ["jetbrains", "ide", "editor", "dotnet"] + }, + { + "name": "Rocksdb Line", + "componentName": "RocksdbLine", + "tags": ["database"] + }, + { + "name": "Rocksdb Original", + "componentName": "RocksdbOriginal", + "tags": ["database"] + }, { "name": "Rocksdb Plain", "componentName": "RocksdbPlain", "tags": ["database"] }, + { + "name": "Rockylinux Original", + "componentName": "RockylinuxOriginal", + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Rockylinux Original Wordmark", + "componentName": "RockylinuxOriginalWordmark", + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Rockylinux Plain Wordmark", + "componentName": "RockylinuxPlainWordmark", + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Rollup Line", + "componentName": "RollupLine", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Rollup Line Wordmark", + "componentName": "RollupLineWordmark", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Rollup Original", + "componentName": "RollupOriginal", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Rollup Original Wordmark", + "componentName": "RollupOriginalWordmark", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Rollup Plain", + "componentName": "RollupPlain", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Rollup Plain Wordmark", + "componentName": "RollupPlainWordmark", + "tags": ["bundler", "build", "javascript"] + }, + { + "name": "Ros Original", + "componentName": "RosOriginal", + "tags": ["robotics"] + }, + { + "name": "Ros Original Wordmark", + "componentName": "RosOriginalWordmark", + "tags": ["robotics"] + }, + { + "name": "Rspec Line", + "componentName": "RspecLine", + "tags": ["ruby", "framework", "testing"] + }, + { + "name": "Rspec Line Wordmark", + "componentName": "RspecLineWordmark", + "tags": ["ruby", "framework", "testing"] + }, { "name": "Rspec Original", "componentName": "RspecOriginal", @@ -2924,6 +6063,16 @@ "componentName": "RspecOriginalWordmark", "tags": ["ruby", "framework", "testing"] }, + { + "name": "Rspec Plain", + "componentName": "RspecPlain", + "tags": ["ruby", "framework", "testing"] + }, + { + "name": "Rspec Plain Wordmark", + "componentName": "RspecPlainWordmark", + "tags": ["ruby", "framework", "testing"] + }, { "name": "Rstudio Original", "componentName": "RstudioOriginal", @@ -2957,29 +6106,48 @@ { "name": "Rubymine Original", "componentName": "RubymineOriginal", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Rubymine Original Wordmark", "componentName": "RubymineOriginalWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Rubymine Plain", "componentName": "RubyminePlain", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Rubymine Plain Wordmark", "componentName": "RubyminePlainWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] + }, + { + "name": "Rust Line", + "componentName": "RustLine", + "tags": ["programming", "language"] }, { - "name": "Rust Plain", - "componentName": "RustPlain", + "name": "Rust Original", + "componentName": "RustOriginal", "tags": ["programming", "language"] }, - { "name": "Safari Line", "componentName": "SafariLine", "tags": ["browser"] }, + { + "name": "Rxjs Original", + "componentName": "RxjsOriginal", + "tags": ["javascript", "library", "observability"] + }, + { + "name": "Rxjs Plain", + "componentName": "RxjsPlain", + "tags": ["javascript", "library", "observability"] + }, + { + "name": "Safari Line", + "componentName": "SafariLine", + "tags": ["browser"] + }, { "name": "Safari Line Wordmark", "componentName": "SafariLineWordmark", @@ -3015,6 +6183,16 @@ "componentName": "SalesforcePlain", "tags": ["platform", "ecommerce"] }, + { + "name": "Sanity Original", + "componentName": "SanityOriginal", + "tags": ["CMS"] + }, + { + "name": "Sanity Plain", + "componentName": "SanityPlain", + "tags": ["CMS"] + }, { "name": "Sass Original", "componentName": "SassOriginal", @@ -3023,22 +6201,67 @@ { "name": "Scala Original", "componentName": "ScalaOriginal", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Scala Original Wordmark", "componentName": "ScalaOriginalWordmark", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Scala Plain", "componentName": "ScalaPlain", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] }, { "name": "Scala Plain Wordmark", "componentName": "ScalaPlainWordmark", - "tags": ["programming", "language"] + "tags": ["programming", "language", "jvm"] + }, + { + "name": "Scalingo Line", + "componentName": "ScalingoLine", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scalingo Line Wordmark", + "componentName": "ScalingoLineWordmark", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scalingo Original", + "componentName": "ScalingoOriginal", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scalingo Original Wordmark", + "componentName": "ScalingoOriginalWordmark", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scalingo Plain", + "componentName": "ScalingoPlain", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scalingo Plain Wordmark", + "componentName": "ScalingoPlainWordmark", + "tags": ["cloud", "platform", "hosting"] + }, + { + "name": "Scikitlearn Line", + "componentName": "ScikitlearnLine", + "tags": ["machine-learning", "python", "tool", "library"] + }, + { + "name": "Scikitlearn Original", + "componentName": "ScikitlearnOriginal", + "tags": ["machine-learning", "python", "tool", "library"] + }, + { + "name": "Scikitlearn Plain", + "componentName": "ScikitlearnPlain", + "tags": ["machine-learning", "python", "tool", "library"] }, { "name": "Sdl Original", @@ -3055,6 +6278,26 @@ "componentName": "SeleniumOriginal", "tags": ["webdrive", "automation"] }, + { + "name": "Sema Original", + "componentName": "SemaOriginal", + "tags": ["software", "development", "company", "code-review", "open-source"] + }, + { + "name": "Sema Original Wordmark", + "componentName": "SemaOriginalWordmark", + "tags": ["software", "development", "company", "code-review", "open-source"] + }, + { + "name": "Sentry Original", + "componentName": "SentryOriginal", + "tags": ["monitoring", "analytics", "metrics"] + }, + { + "name": "Sentry Original Wordmark", + "componentName": "SentryOriginalWordmark", + "tags": ["monitoring", "analytics", "metrics"] + }, { "name": "Sequelize Original", "componentName": "SequelizeOriginal", @@ -3141,6 +6384,16 @@ "componentName": "SketchOriginalWordmark", "tags": ["application"] }, + { + "name": "Sketch Plain", + "componentName": "SketchPlain", + "tags": ["application"] + }, + { + "name": "Sketch Plain Wordmark", + "componentName": "SketchPlainWordmark", + "tags": ["application"] + }, { "name": "Slack Original", "componentName": "SlackOriginal", @@ -3151,7 +6404,11 @@ "componentName": "SlackOriginalWordmark", "tags": ["chat"] }, - { "name": "Slack Plain", "componentName": "SlackPlain", "tags": ["chat"] }, + { + "name": "Slack Plain", + "componentName": "SlackPlain", + "tags": ["chat"] + }, { "name": "Slack Plain Wordmark", "componentName": "SlackPlainWordmark", @@ -3177,6 +6434,51 @@ "componentName": "SolidityPlain", "tags": ["programming", "language", "blockchain"] }, + { + "name": "Solidjs Original", + "componentName": "SolidjsOriginal", + "tags": ["javascript", "framework", "frontend"] + }, + { + "name": "Solidjs Original Wordmark", + "componentName": "SolidjsOriginalWordmark", + "tags": ["javascript", "framework", "frontend"] + }, + { + "name": "Solidjs Plain", + "componentName": "SolidjsPlain", + "tags": ["javascript", "framework", "frontend"] + }, + { + "name": "Solidjs Plain Wordmark", + "componentName": "SolidjsPlainWordmark", + "tags": ["javascript", "framework", "frontend"] + }, + { + "name": "Sonarqube Line", + "componentName": "SonarqubeLine", + "tags": ["tool", "security"] + }, + { + "name": "Sonarqube Line Wordmark", + "componentName": "SonarqubeLineWordmark", + "tags": ["tool", "security"] + }, + { + "name": "Sonarqube Original", + "componentName": "SonarqubeOriginal", + "tags": ["tool", "security"] + }, + { + "name": "Sonarqube Original Wordmark", + "componentName": "SonarqubeOriginalWordmark", + "tags": ["tool", "security"] + }, + { + "name": "Sonarqube Plain Wordmark", + "componentName": "SonarqubePlainWordmark", + "tags": ["tool", "security"] + }, { "name": "Sourcetree Original", "componentName": "SourcetreeOriginal", @@ -3188,23 +6490,28 @@ "tags": ["version-control"] }, { - "name": "Spring Original", - "componentName": "SpringOriginal", - "tags": ["framework"] + "name": "Spack Original", + "componentName": "SpackOriginal", + "tags": ["package-manager", "package", "manager", "python", "open-source"] }, { - "name": "Spring Original Wordmark", - "componentName": "SpringOriginalWordmark", - "tags": ["framework"] + "name": "Spack Plain", + "componentName": "SpackPlain", + "tags": ["package-manager", "package", "manager", "python", "open-source"] + }, + { + "name": "Splunk Original Wordmark", + "componentName": "SplunkOriginalWordmark", + "tags": ["platform", "data", "log", "monitoring"] }, { - "name": "Spring Plain", - "componentName": "SpringPlain", + "name": "Spring Original", + "componentName": "SpringOriginal", "tags": ["framework"] }, { - "name": "Spring Plain Wordmark", - "componentName": "SpringPlainWordmark", + "name": "Spring Original Wordmark", + "componentName": "SpringOriginalWordmark", "tags": ["framework"] }, { @@ -3217,6 +6524,26 @@ "componentName": "SpssPlain", "tags": ["package", "statistics"] }, + { + "name": "Spyder Original", + "componentName": "SpyderOriginal", + "tags": ["python", "ide", "editor", "data-science"] + }, + { + "name": "Spyder Original Wordmark", + "componentName": "SpyderOriginalWordmark", + "tags": ["python", "ide", "editor", "data-science"] + }, + { + "name": "Spyder Plain", + "componentName": "SpyderPlain", + "tags": ["python", "ide", "editor", "data-science"] + }, + { + "name": "Spyder Plain Wordmark", + "componentName": "SpyderPlainWordmark", + "tags": ["python", "ide", "editor", "data-science"] + }, { "name": "Sqlalchemy Original", "componentName": "SqlalchemyOriginal", @@ -3232,6 +6559,21 @@ "componentName": "SqlalchemyPlain", "tags": ["python", "orm"] }, + { + "name": "Sqlalchemy Plain Wordmark", + "componentName": "SqlalchemyPlainWordmark", + "tags": ["python", "orm"] + }, + { + "name": "Sqldeveloper Original", + "componentName": "SqldeveloperOriginal", + "tags": ["tool", "database"] + }, + { + "name": "Sqldeveloper Plain", + "componentName": "SqldeveloperPlain", + "tags": ["tool", "database"] + }, { "name": "Sqlite Original", "componentName": "SqliteOriginal", @@ -3262,6 +6604,41 @@ "componentName": "SshOriginalWordmark", "tags": ["security"] }, + { + "name": "Stackoverflow Line", + "componentName": "StackoverflowLine", + "tags": ["website", "development", "community"] + }, + { + "name": "Stackoverflow Line Wordmark", + "componentName": "StackoverflowLineWordmark", + "tags": ["website", "development", "community"] + }, + { + "name": "Stackoverflow Original", + "componentName": "StackoverflowOriginal", + "tags": ["website", "development", "community"] + }, + { + "name": "Stackoverflow Original Wordmark", + "componentName": "StackoverflowOriginalWordmark", + "tags": ["website", "development", "community"] + }, + { + "name": "Stackoverflow Plain", + "componentName": "StackoverflowPlain", + "tags": ["website", "development", "community"] + }, + { + "name": "Stackoverflow Plain Wordmark", + "componentName": "StackoverflowPlainWordmark", + "tags": ["website", "development", "community"] + }, + { + "name": "Stata Original Wordmark", + "componentName": "StataOriginalWordmark", + "tags": ["analysis", "data", "data-science", "software", "statistics"] + }, { "name": "Storybook Original", "componentName": "StorybookOriginal", @@ -3282,6 +6659,26 @@ "componentName": "StorybookPlainWordmark", "tags": ["framework", "documentation", "ui"] }, + { + "name": "Streamlit Original", + "componentName": "StreamlitOriginal", + "tags": ["python", "machine-learning", "data-science"] + }, + { + "name": "Streamlit Original Wordmark", + "componentName": "StreamlitOriginalWordmark", + "tags": ["python", "machine-learning", "data-science"] + }, + { + "name": "Streamlit Plain", + "componentName": "StreamlitPlain", + "tags": ["python", "machine-learning", "data-science"] + }, + { + "name": "Streamlit Plain Wordmark", + "componentName": "StreamlitPlainWordmark", + "tags": ["python", "machine-learning", "data-science"] + }, { "name": "Stylus Original", "componentName": "StylusOriginal", @@ -3297,25 +6694,90 @@ "componentName": "SubversionOriginalWordmark", "tags": ["svn", "version"] }, + { + "name": "Subversion Plain Wordmark", + "componentName": "SubversionPlainWordmark", + "tags": ["svn", "version"] + }, + { + "name": "Supabase Original", + "componentName": "SupabaseOriginal", + "tags": [ + "authentication", + "cloud-computing-platform", + "database", + "storage" + ] + }, + { + "name": "Supabase Original Wordmark", + "componentName": "SupabaseOriginalWordmark", + "tags": [ + "authentication", + "cloud-computing-platform", + "database", + "storage" + ] + }, + { + "name": "Supabase Plain", + "componentName": "SupabasePlain", + "tags": [ + "authentication", + "cloud-computing-platform", + "database", + "storage" + ] + }, + { + "name": "Supabase Plain Wordmark", + "componentName": "SupabasePlainWordmark", + "tags": [ + "authentication", + "cloud-computing-platform", + "database", + "storage" + ] + }, { "name": "Svelte Original", "componentName": "SvelteOriginal", - "tags": ["javascript", "framework"] + "tags": ["javascript", "framework", "compiler"] }, { "name": "Svelte Original Wordmark", "componentName": "SvelteOriginalWordmark", - "tags": ["javascript", "framework"] + "tags": ["javascript", "framework", "compiler"] }, { "name": "Svelte Plain", "componentName": "SveltePlain", - "tags": ["javascript", "framework"] + "tags": ["javascript", "framework", "compiler"] }, { "name": "Svelte Plain Wordmark", "componentName": "SveltePlainWordmark", - "tags": ["javascript", "framework"] + "tags": ["javascript", "framework", "compiler"] + }, + { + "name": "Swagger Original", + "componentName": "SwaggerOriginal", + "tags": ["development", "software", "tool"] + }, + { + "name": "Swagger Original Wordmark", + "componentName": "SwaggerOriginalWordmark", + "tags": ["development", "software", "tool"] + }, + { + "name": "Swagger Plain", + "componentName": "SwaggerPlain", + "tags": ["development", "software", "tool"] + }, + { + "name": "Swagger Plain Wordmark", + "componentName": "SwaggerPlainWordmark", + "tags": ["development", "software", "tool"] }, { "name": "Swift Original", @@ -3337,15 +6799,25 @@ "componentName": "SwiftPlainWordmark", "tags": ["language"] }, + { + "name": "Swiper Original", + "componentName": "SwiperOriginal", + "tags": ["library", "javascript", "open-source"] + }, { "name": "Symfony Original", "componentName": "SymfonyOriginal", - "tags": ["framework"] + "tags": ["framework", "php"] }, { "name": "Symfony Original Wordmark", "componentName": "SymfonyOriginalWordmark", - "tags": ["framework"] + "tags": ["framework", "php"] + }, + { + "name": "Tailwindcss Original", + "componentName": "TailwindcssOriginal", + "tags": ["css", "framework"] }, { "name": "Tailwindcss Original Wordmark", @@ -3353,10 +6825,30 @@ "tags": ["css", "framework"] }, { - "name": "Tailwindcss Plain", - "componentName": "TailwindcssPlain", + "name": "Tailwindcss Plain Wordmark", + "componentName": "TailwindcssPlainWordmark", "tags": ["css", "framework"] }, + { + "name": "Tauri Original", + "componentName": "TauriOriginal", + "tags": ["nodejs", "rust", "desktop", "framework", "programming"] + }, + { + "name": "Tauri Original Wordmark", + "componentName": "TauriOriginalWordmark", + "tags": ["nodejs", "rust", "desktop", "framework", "programming"] + }, + { + "name": "Tauri Plain", + "componentName": "TauriPlain", + "tags": ["nodejs", "rust", "desktop", "framework", "programming"] + }, + { + "name": "Tauri Plain Wordmark", + "componentName": "TauriPlainWordmark", + "tags": ["nodejs", "rust", "desktop", "framework", "programming"] + }, { "name": "Tensorflow Line", "componentName": "TensorflowLine", @@ -3397,6 +6889,11 @@ "componentName": "TerraformPlainWordmark", "tags": ["deployment", "architecture", "automation"] }, + { + "name": "Tex Original", + "componentName": "TexOriginal", + "tags": ["typesetting-system", "markup", "tex"] + }, { "name": "Thealgorithms Original", "componentName": "ThealgorithmsOriginal", @@ -3417,6 +6914,32 @@ "componentName": "ThealgorithmsPlainWordmark", "tags": ["organization", "algorithms"] }, + { + "name": "Threedsmax Original", + "componentName": "ThreedsmaxOriginal", + "tags": [ + "3d", + "programming", + "vfx", + "graphic", + "graphics", + "game", + "animation" + ] + }, + { + "name": "Threedsmax Plain", + "componentName": "ThreedsmaxPlain", + "tags": [ + "3d", + "programming", + "vfx", + "graphic", + "graphics", + "game", + "animation" + ] + }, { "name": "Threejs Original", "componentName": "ThreejsOriginal", @@ -3427,7 +6950,16 @@ "componentName": "ThreejsOriginalWordmark", "tags": ["javascript", "framework"] }, - { "name": "Tomcat Line", "componentName": "TomcatLine", "tags": ["server"] }, + { + "name": "Titaniumsdk Original", + "componentName": "TitaniumsdkOriginal", + "tags": ["app", "mobile", "javascript", "cross-platform", "sdk"] + }, + { + "name": "Tomcat Line", + "componentName": "TomcatLine", + "tags": ["server"] + }, { "name": "Tomcat Line Wordmark", "componentName": "TomcatLineWordmark", @@ -3478,6 +7010,76 @@ "componentName": "TowergitPlainWordmark", "tags": ["git"] }, + { + "name": "Traefikmesh Line", + "componentName": "TraefikmeshLine", + "tags": ["mesh", "kubernetes"] + }, + { + "name": "Traefikmesh Line Wordmark", + "componentName": "TraefikmeshLineWordmark", + "tags": ["mesh", "kubernetes"] + }, + { + "name": "Traefikmesh Original", + "componentName": "TraefikmeshOriginal", + "tags": ["mesh", "kubernetes"] + }, + { + "name": "Traefikmesh Original Wordmark", + "componentName": "TraefikmeshOriginalWordmark", + "tags": ["mesh", "kubernetes"] + }, + { + "name": "Traefikmesh Plain Wordmark", + "componentName": "TraefikmeshPlainWordmark", + "tags": ["mesh", "kubernetes"] + }, + { + "name": "Traefikproxy Line", + "componentName": "TraefikproxyLine", + "tags": ["proxy", "router"] + }, + { + "name": "Traefikproxy Line Wordmark", + "componentName": "TraefikproxyLineWordmark", + "tags": ["proxy", "router"] + }, + { + "name": "Traefikproxy Original", + "componentName": "TraefikproxyOriginal", + "tags": ["proxy", "router"] + }, + { + "name": "Traefikproxy Original Wordmark", + "componentName": "TraefikproxyOriginalWordmark", + "tags": ["proxy", "router"] + }, + { + "name": "Traefikproxy Plain Wordmark", + "componentName": "TraefikproxyPlainWordmark", + "tags": ["proxy", "router"] + }, + { + "name": "Travis Line", + "componentName": "TravisLine", + "tags": ["platform", "integration"] + }, + { + "name": "Travis Line Wordmark", + "componentName": "TravisLineWordmark", + "tags": ["platform", "integration"] + }, + { + "name": "Travis Original", + "componentName": "TravisOriginal", + "tags": ["platform", "integration"] + }, + { + "name": "Travis Original Wordmark", + "componentName": "TravisOriginalWordmark", + "tags": ["platform", "integration"] + }, { "name": "Travis Plain", "componentName": "TravisPlain", @@ -3488,6 +7090,26 @@ "componentName": "TravisPlainWordmark", "tags": ["platform", "integration"] }, + { + "name": "Trello Line", + "componentName": "TrelloLine", + "tags": ["platform", "organize"] + }, + { + "name": "Trello Line Wordmark", + "componentName": "TrelloLineWordmark", + "tags": ["platform", "organize"] + }, + { + "name": "Trello Original", + "componentName": "TrelloOriginal", + "tags": ["platform", "organize"] + }, + { + "name": "Trello Original Wordmark", + "componentName": "TrelloOriginalWordmark", + "tags": ["platform", "organize"] + }, { "name": "Trello Plain", "componentName": "TrelloPlain", @@ -3498,6 +7120,26 @@ "componentName": "TrelloPlainWordmark", "tags": ["platform", "organize"] }, + { + "name": "Trpc Original", + "componentName": "TrpcOriginal", + "tags": ["typescript", "javascript", "typesafe", "api"] + }, + { + "name": "Trpc Original Wordmark", + "componentName": "TrpcOriginalWordmark", + "tags": ["typescript", "javascript", "typesafe", "api"] + }, + { + "name": "Trpc Plain", + "componentName": "TrpcPlain", + "tags": ["typescript", "javascript", "typesafe", "api"] + }, + { + "name": "Trpc Plain Wordmark", + "componentName": "TrpcPlainWordmark", + "tags": ["typescript", "javascript", "typesafe", "api"] + }, { "name": "Twitter Original", "componentName": "TwitterOriginal", @@ -3506,12 +7148,22 @@ { "name": "Typescript Original", "componentName": "TypescriptOriginal", - "tags": ["programming", "transpiler"] + "tags": ["programming", "transpiler", "javascript", "language"] }, { "name": "Typescript Plain", "componentName": "TypescriptPlain", - "tags": ["programming", "transpiler"] + "tags": ["programming", "transpiler", "javascript", "language"] + }, + { + "name": "Typo3 Line", + "componentName": "Typo3Line", + "tags": ["cms", "php"] + }, + { + "name": "Typo3 Line Wordmark", + "componentName": "Typo3LineWordmark", + "tags": ["cms", "php"] }, { "name": "Typo3 Original", @@ -3523,49 +7175,116 @@ "componentName": "Typo3OriginalWordmark", "tags": ["cms", "php"] }, - { - "name": "Typo3 Plain", - "componentName": "Typo3Plain", - "tags": ["cms", "php"] - }, { "name": "Typo3 Plain Wordmark", "componentName": "Typo3PlainWordmark", "tags": ["cms", "php"] }, - { "name": "Ubuntu Plain", "componentName": "UbuntuPlain", "tags": ["os"] }, + { + "name": "Ubuntu Original", + "componentName": "UbuntuOriginal", + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Ubuntu Original Wordmark", + "componentName": "UbuntuOriginalWordmark", + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Ubuntu Plain", + "componentName": "UbuntuPlain", + "tags": ["os", "open-source", "linux"] + }, { "name": "Ubuntu Plain Wordmark", "componentName": "UbuntuPlainWordmark", - "tags": ["os"] + "tags": ["os", "open-source", "linux"] + }, + { + "name": "Unifiedmodelinglanguage Original", + "componentName": "UnifiedmodelinglanguageOriginal", + "tags": ["modeling", "design", "language"] + }, + { + "name": "Unifiedmodelinglanguage Original Wordmark", + "componentName": "UnifiedmodelinglanguageOriginalWordmark", + "tags": ["modeling", "design", "language"] + }, + { + "name": "Unifiedmodelinglanguage Plain", + "componentName": "UnifiedmodelinglanguagePlain", + "tags": ["modeling", "design", "language"] + }, + { + "name": "Unifiedmodelinglanguage Plain Wordmark", + "componentName": "UnifiedmodelinglanguagePlainWordmark", + "tags": ["modeling", "design", "language"] + }, + { + "name": "Unity Line", + "componentName": "UnityLine", + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] + }, + { + "name": "Unity Line Wordmark", + "componentName": "UnityLineWordmark", + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] }, { "name": "Unity Original", "componentName": "UnityOriginal", - "tags": ["csharp", "engine", "game"] + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] }, { "name": "Unity Original Wordmark", "componentName": "UnityOriginalWordmark", - "tags": ["csharp", "engine", "game"] + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] + }, + { + "name": "Unity Plain", + "componentName": "UnityPlain", + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] + }, + { + "name": "Unity Plain Wordmark", + "componentName": "UnityPlainWordmark", + "tags": ["C#", "c-sharp", "csharp", "engine", "game-engine"] + }, + { + "name": "Unix Original", + "componentName": "UnixOriginal", + "tags": ["os"] }, - { "name": "Unix Original", "componentName": "UnixOriginal", "tags": ["os"] }, { "name": "Unrealengine Original", "componentName": "UnrealengineOriginal", - "tags": ["c++", "engine", "game"] + "tags": ["c++", "engine", "game-engine"] }, { "name": "Unrealengine Original Wordmark", "componentName": "UnrealengineOriginalWordmark", - "tags": ["c++", "engine", "game"] + "tags": ["c++", "engine", "game-engine"] }, { "name": "Uwsgi Original", "componentName": "UwsgiOriginal", "tags": ["hosting"] }, - { "name": "Uwsgi Plain", "componentName": "UwsgiPlain", "tags": ["hosting"] }, + { + "name": "Uwsgi Plain", + "componentName": "UwsgiPlain", + "tags": ["hosting"] + }, + { + "name": "V8 Original", + "componentName": "V8Original", + "tags": ["javascript-runtime", "framework", "javascript", "web", "cpp"] + }, + { + "name": "V8 Plain", + "componentName": "V8Plain", + "tags": ["javascript-runtime", "framework", "javascript", "web", "cpp"] + }, { "name": "Vagrant Original", "componentName": "VagrantOriginal", @@ -3586,12 +7305,136 @@ "componentName": "VagrantPlainWordmark", "tags": ["platform"] }, + { + "name": "Vala Original", + "componentName": "ValaOriginal", + "tags": ["programming", "language"] + }, + { + "name": "Vala Original Wordmark", + "componentName": "ValaOriginalWordmark", + "tags": ["programming", "language"] + }, + { + "name": "Vala Plain", + "componentName": "ValaPlain", + "tags": ["programming", "language"] + }, + { + "name": "Vala Plain Wordmark", + "componentName": "ValaPlainWordmark", + "tags": ["programming", "language"] + }, + { + "name": "Vault Original", + "componentName": "VaultOriginal", + "tags": ["tool", "security", "infrastructure"] + }, + { + "name": "Vault Original Wordmark", + "componentName": "VaultOriginalWordmark", + "tags": ["tool", "security", "infrastructure"] + }, + { + "name": "Vault Plain Wordmark", + "componentName": "VaultPlainWordmark", + "tags": ["tool", "security", "infrastructure"] + }, + { + "name": "Vercel Line", + "componentName": "VercelLine", + "tags": ["hosting", "platform", "deployment", "git"] + }, + { + "name": "Vercel Line Wordmark", + "componentName": "VercelLineWordmark", + "tags": ["hosting", "platform", "deployment", "git"] + }, + { + "name": "Vercel Original", + "componentName": "VercelOriginal", + "tags": ["hosting", "platform", "deployment", "git"] + }, + { + "name": "Vercel Original Wordmark", + "componentName": "VercelOriginalWordmark", + "tags": ["hosting", "platform", "deployment", "git"] + }, + { + "name": "Vertx Line", + "componentName": "VertxLine", + "tags": ["sdk", "java", "framework"] + }, + { + "name": "Vertx Line Wordmark", + "componentName": "VertxLineWordmark", + "tags": ["sdk", "java", "framework"] + }, + { + "name": "Vertx Original", + "componentName": "VertxOriginal", + "tags": ["sdk", "java", "framework"] + }, + { + "name": "Vertx Original Wordmark", + "componentName": "VertxOriginalWordmark", + "tags": ["sdk", "java", "framework"] + }, + { + "name": "Vertx Plain", + "componentName": "VertxPlain", + "tags": ["sdk", "java", "framework"] + }, + { + "name": "Vertx Plain Wordmark", + "componentName": "VertxPlainWordmark", + "tags": ["sdk", "java", "framework"] + }, { "name": "Vim Original", "componentName": "VimOriginal", "tags": ["editor"] }, - { "name": "Vim Plain", "componentName": "VimPlain", "tags": ["editor"] }, + { + "name": "Vim Plain", + "componentName": "VimPlain", + "tags": ["editor"] + }, + { + "name": "Visualbasic Line", + "componentName": "VisualbasicLine", + "tags": ["programming", "language"] + }, + { + "name": "Visualbasic Original", + "componentName": "VisualbasicOriginal", + "tags": ["programming", "language"] + }, + { + "name": "Visualbasic Plain", + "componentName": "VisualbasicPlain", + "tags": ["programming", "language"] + }, + { + "name": "Visualstudio Line", + "componentName": "VisualstudioLine", + "tags": ["editor"] + }, + { + "name": "Visualstudio Line Wordmark", + "componentName": "VisualstudioLineWordmark", + "tags": ["editor"] + }, + { + "name": "Visualstudio Original", + "componentName": "VisualstudioOriginal", + "tags": ["editor"] + }, + { + "name": "Visualstudio Original Wordmark", + "componentName": "VisualstudioOriginalWordmark", + "tags": ["editor"] + }, { "name": "Visualstudio Plain", "componentName": "VisualstudioPlain", @@ -3602,6 +7445,56 @@ "componentName": "VisualstudioPlainWordmark", "tags": ["editor"] }, + { + "name": "Vite Original", + "componentName": "ViteOriginal", + "tags": ["web3", "blockchain", "DAG"] + }, + { + "name": "Vite Original Wordmark", + "componentName": "ViteOriginalWordmark", + "tags": ["web3", "blockchain", "DAG"] + }, + { + "name": "Vitejs Original", + "componentName": "VitejsOriginal", + "tags": ["javascript", "build", "compiler", "esbuild"] + }, + { + "name": "Vitejs Plain", + "componentName": "VitejsPlain", + "tags": ["javascript", "build", "compiler", "esbuild"] + }, + { + "name": "Vitess Original", + "componentName": "VitessOriginal", + "tags": ["sharding", "database", "mysql"] + }, + { + "name": "Vitess Original Wordmark", + "componentName": "VitessOriginalWordmark", + "tags": ["sharding", "database", "mysql"] + }, + { + "name": "Vitess Plain", + "componentName": "VitessPlain", + "tags": ["sharding", "database", "mysql"] + }, + { + "name": "Vitess Plain Wordmark", + "componentName": "VitessPlainWordmark", + "tags": ["sharding", "database", "mysql"] + }, + { + "name": "Vitest Original", + "componentName": "VitestOriginal", + "tags": ["framework", "open-source", "testing", "vite"] + }, + { + "name": "Vitest Plain", + "componentName": "VitestPlain", + "tags": ["framework", "open-source", "testing", "vite"] + }, { "name": "Vscode Original", "componentName": "VscodeOriginal", @@ -3622,7 +7515,41 @@ "componentName": "VscodePlainWordmark", "tags": ["editor", "ide"] }, - { "name": "Vuejs Line", "componentName": "VuejsLine", "tags": ["framework"] }, + { + "name": "Vsphere Line", + "componentName": "VsphereLine", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vsphere Line Wordmark", + "componentName": "VsphereLineWordmark", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vsphere Original", + "componentName": "VsphereOriginal", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vsphere Original Wordmark", + "componentName": "VsphereOriginalWordmark", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vsphere Plain", + "componentName": "VspherePlain", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vsphere Plain Wordmark", + "componentName": "VspherePlainWordmark", + "tags": ["hypervisor", "operating-system", "vmware"] + }, + { + "name": "Vuejs Line", + "componentName": "VuejsLine", + "tags": ["framework"] + }, { "name": "Vuejs Line Wordmark", "componentName": "VuejsLineWordmark", @@ -3673,6 +7600,41 @@ "componentName": "VuetifyPlain", "tags": ["css", "framework", "vuejs-library", "material-design"] }, + { + "name": "Vyper Original", + "componentName": "VyperOriginal", + "tags": ["programming", "language", "python", "blockchain", "ethereum"] + }, + { + "name": "Vyper Original Wordmark", + "componentName": "VyperOriginalWordmark", + "tags": ["programming", "language", "python", "blockchain", "ethereum"] + }, + { + "name": "Vyper Plain", + "componentName": "VyperPlain", + "tags": ["programming", "language", "python", "blockchain", "ethereum"] + }, + { + "name": "Vyper Plain Wordmark", + "componentName": "VyperPlainWordmark", + "tags": ["programming", "language", "python", "blockchain", "ethereum"] + }, + { + "name": "Wasm Original", + "componentName": "WasmOriginal", + "tags": ["binary", "programming", "virtual machine", "web", "language"] + }, + { + "name": "Wasm Original Wordmark", + "componentName": "WasmOriginalWordmark", + "tags": ["binary", "programming", "virtual machine", "web", "language"] + }, + { + "name": "Wasm Plain Wordmark", + "componentName": "WasmPlainWordmark", + "tags": ["binary", "programming", "virtual machine", "web", "language"] + }, { "name": "Webflow Original", "componentName": "WebflowOriginal", @@ -3721,22 +7683,32 @@ { "name": "Webstorm Original", "componentName": "WebstormOriginal", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Webstorm Original Wordmark", "componentName": "WebstormOriginalWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Webstorm Plain", "componentName": "WebstormPlain", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] }, { "name": "Webstorm Plain Wordmark", "componentName": "WebstormPlainWordmark", - "tags": ["editor"] + "tags": ["jetbrains", "editor"] + }, + { + "name": "Windows11 Original", + "componentName": "Windows11Original", + "tags": ["os"] + }, + { + "name": "Windows11 Original Wordmark", + "componentName": "Windows11OriginalWordmark", + "tags": ["os"] }, { "name": "Windows8 Original", @@ -3828,20 +7800,60 @@ "componentName": "XdLine", "tags": ["design", "editor", "ui"] }, + { + "name": "Xd Original", + "componentName": "XdOriginal", + "tags": ["design", "editor", "ui"] + }, { "name": "Xd Plain", "componentName": "XdPlain", "tags": ["design", "editor", "ui"] }, + { + "name": "Xml Line", + "componentName": "XmlLine", + "tags": ["markup", "language"] + }, + { + "name": "Xml Original", + "componentName": "XmlOriginal", + "tags": ["markup", "language"] + }, + { + "name": "Xml Plain", + "componentName": "XmlPlain", + "tags": ["markup", "language"] + }, + { + "name": "Yaml Original", + "componentName": "YamlOriginal", + "tags": ["data", "language"] + }, + { + "name": "Yaml Plain", + "componentName": "YamlPlain", + "tags": ["data", "language"] + }, + { + "name": "Yarn Line", + "componentName": "YarnLine", + "tags": ["package", "manager", "javascript", "js"] + }, + { + "name": "Yarn Line Wordmark", + "componentName": "YarnLineWordmark", + "tags": ["package", "manager", "javascript", "js"] + }, { "name": "Yarn Original", "componentName": "YarnOriginal", - "tags": ["package", "manager"] + "tags": ["package", "manager", "javascript", "js"] }, { "name": "Yarn Original Wordmark", "componentName": "YarnOriginalWordmark", - "tags": ["package", "manager"] + "tags": ["package", "manager", "javascript", "js"] }, { "name": "Yii Original", @@ -3863,6 +7875,26 @@ "componentName": "YiiPlainWordmark", "tags": ["php", "framework"] }, + { + "name": "Yugabytedb Original", + "componentName": "YugabytedbOriginal", + "tags": ["database", "relational", "sql", "scale", "open-source"] + }, + { + "name": "Yugabytedb Original Wordmark", + "componentName": "YugabytedbOriginalWordmark", + "tags": ["database", "relational", "sql", "scale", "open-source"] + }, + { + "name": "Yugabytedb Plain", + "componentName": "YugabytedbPlain", + "tags": ["database", "relational", "sql", "scale", "open-source"] + }, + { + "name": "Yugabytedb Plain Wordmark", + "componentName": "YugabytedbPlainWordmark", + "tags": ["database", "relational", "sql", "scale", "open-source"] + }, { "name": "Yunohost Original", "componentName": "YunohostOriginal", @@ -3874,13 +7906,23 @@ "tags": ["os"] }, { - "name": "Zend Plain", - "componentName": "ZendPlain", + "name": "Zend Line", + "componentName": "ZendLine", + "tags": ["php", "framework"] + }, + { + "name": "Zend Line Wordmark", + "componentName": "ZendLineWordmark", + "tags": ["php", "framework"] + }, + { + "name": "Zend Original", + "componentName": "ZendOriginal", "tags": ["php", "framework"] }, { - "name": "Zend Plain Wordmark", - "componentName": "ZendPlainWordmark", + "name": "Zend Original Wordmark", + "componentName": "ZendOriginalWordmark", "tags": ["php", "framework"] }, { diff --git a/package.json b/package.json index 359c946..dd6521b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devicons-react", - "version": "1.2.6-beta-0.3.1", + "version": "1.3.0", "description": "Devicons React is a collection of icons that symbolize programming languages, design tools, and development software.", "keywords": [ "programming", @@ -59,10 +59,10 @@ "@babel/preset-react": "7.23.3", "@types/fs-plus": "3.0.6", "@types/jsdom": "21.1.6", - "@types/node": "20.11.7", - "@types/react": "18.2.48", - "@typescript-eslint/eslint-plugin": "6.19.1", - "@typescript-eslint/parser": "6.19.1", + "@types/node": "20.11.16", + "@types/react": "18.2.55", + "@typescript-eslint/eslint-plugin": "6.21.0", + "@typescript-eslint/parser": "6.21.0", "babel-preset-minify": "0.5.2", "eslint": "8.56.0", "eslint-config-prettier": "9.1.0", @@ -71,7 +71,7 @@ "eslint-plugin-unused-imports": "3.0.0", "fs-plus": "3.1.1", "jsdom": "24.0.0", - "prettier": "3.2.4", + "prettier": "3.2.5", "react": "18.2.0", "recursive-directory": "1.2.3", "svg-to-jsx": "1.0.4", @@ -92,6 +92,11 @@ "import": "./lib/icons/*.js", "types": "./lib/icons/*.d.ts" }, + "./icons/*": { + "require": "./lib/icons/*.js", + "import": "./lib/icons/*.js", + "types": "./lib/icons/*.d.ts" + }, "./package.json": "./package.json" }, "files": [ diff --git a/yarn.lock b/yarn.lock index 1e4c793..38bbfc0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15,10 +15,10 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@babel/cli@7.23.4": - version "7.23.4" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.4.tgz#f5cc90487278065fa0c3b1267cf0c1d44ddf85a7" - integrity sha512-j3luA9xGKCXVyCa5R7lJvOMM+Kc2JEnAEIgz2ggtjQ/j5YUVgfsg/WsG95bbsgq7YLHuiCOzMnoSasuY16qiCw== +"@babel/cli@7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.23.9.tgz#06b3e76376ee53f14ac8ac422c884950c69e1b9e" + integrity sha512-vB1UXmGDNEhcf1jNAHKT9IlYk1R+hehVTLFlCLHBi8gfuHQGP6uRjgXVYU0EVlI/qwAWpstqkBdf2aez3/z/5Q== dependencies: "@jridgewell/trace-mapping" "^0.3.17" commander "^4.0.1" @@ -44,21 +44,21 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98" integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw== -"@babel/core@7.23.6": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.6.tgz#8be77cd77c55baadcc1eae1c33df90ab6d2151d4" - integrity sha512-FxpRyGjrMJXh7X3wGLGhNDCRiwpWEF74sKjTLDJSG5Kyvow3QZaG0Adbqzi9ZrVjTWpsX+2cxWXD71NMg93kdw== +"@babel/core@7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.9.tgz#b028820718000f267870822fec434820e9b1e4d1" + integrity sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw== dependencies: "@ampproject/remapping" "^2.2.0" "@babel/code-frame" "^7.23.5" "@babel/generator" "^7.23.6" "@babel/helper-compilation-targets" "^7.23.6" "@babel/helper-module-transforms" "^7.23.3" - "@babel/helpers" "^7.23.6" - "@babel/parser" "^7.23.6" - "@babel/template" "^7.22.15" - "@babel/traverse" "^7.23.6" - "@babel/types" "^7.23.6" + "@babel/helpers" "^7.23.9" + "@babel/parser" "^7.23.9" + "@babel/template" "^7.23.9" + "@babel/traverse" "^7.23.9" + "@babel/types" "^7.23.9" convert-source-map "^2.0.0" debug "^4.1.0" gensync "^1.0.0-beta.2" @@ -165,14 +165,14 @@ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307" integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== -"@babel/helpers@^7.23.6": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.6.tgz#d03af2ee5fb34691eec0cda90f5ecbb4d4da145a" - integrity sha512-wCfsbN4nBidDRhpDhvcKlzHWCTlgJYUUdSJfzXb2NuBssDSIjc3xcb+znA7l+zYsFljAcGM0aFkN40cR3lXiGA== +"@babel/helpers@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.23.9.tgz#c3e20bbe7f7a7e10cb9b178384b4affdf5995c7d" + integrity sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ== dependencies: - "@babel/template" "^7.22.15" - "@babel/traverse" "^7.23.6" - "@babel/types" "^7.23.6" + "@babel/template" "^7.23.9" + "@babel/traverse" "^7.23.9" + "@babel/types" "^7.23.9" "@babel/highlight@^7.23.4": version "7.23.4" @@ -183,11 +183,16 @@ chalk "^2.4.2" js-tokens "^4.0.0" -"@babel/parser@^7.22.15", "@babel/parser@^7.23.6": +"@babel/parser@^7.22.15": version "7.23.6" resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== +"@babel/parser@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.9.tgz#7b903b6149b0f8fa7ad564af646c4c38a77fc44b" + integrity sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA== + "@babel/plugin-syntax-jsx@7.23.3", "@babel/plugin-syntax-jsx@^7.23.3": version "7.23.3" resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz#8f2e4f8a9b5f9aa16067e142c1ac9cd9f810f473" @@ -256,10 +261,19 @@ "@babel/parser" "^7.22.15" "@babel/types" "^7.22.15" -"@babel/traverse@^7.23.6": - version "7.23.6" - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.6.tgz#b53526a2367a0dd6edc423637f3d2d0f2521abc5" - integrity sha512-czastdK1e8YByZqezMPFiZ8ahwVMh/ESl9vPgvgdB9AmFMGP5jfpFax74AQgl5zj4XHzqeYAg2l8PuUeRS1MgQ== +"@babel/template@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.23.9.tgz#f881d0487cba2828d3259dcb9ef5005a9731011a" + integrity sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA== + dependencies: + "@babel/code-frame" "^7.23.5" + "@babel/parser" "^7.23.9" + "@babel/types" "^7.23.9" + +"@babel/traverse@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.9.tgz#2f9d6aead6b564669394c5ce0f9302bb65b9d950" + integrity sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg== dependencies: "@babel/code-frame" "^7.23.5" "@babel/generator" "^7.23.6" @@ -267,8 +281,8 @@ "@babel/helper-function-name" "^7.23.0" "@babel/helper-hoist-variables" "^7.22.5" "@babel/helper-split-export-declaration" "^7.22.6" - "@babel/parser" "^7.23.6" - "@babel/types" "^7.23.6" + "@babel/parser" "^7.23.9" + "@babel/types" "^7.23.9" debug "^4.3.1" globals "^11.1.0" @@ -281,6 +295,15 @@ "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" +"@babel/types@^7.23.9": + version "7.23.9" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.9.tgz#1dd7b59a9a2b5c87f8b41e52770b5ecbf492e002" + integrity sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q== + dependencies: + "@babel/helper-string-parser" "^7.23.4" + "@babel/helper-validator-identifier" "^7.22.20" + to-fast-properties "^2.0.0" + "@esbuild/aix-ppc64@0.19.10": version "0.19.10" resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.10.tgz#fb3922a0183d27446de00cf60d4f7baaadf98d84" @@ -536,22 +559,29 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== -"@types/node@*", "@types/node@20.10.5": +"@types/node@*": version "20.10.5" resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.5.tgz#47ad460b514096b7ed63a1dae26fad0914ed3ab2" integrity sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw== dependencies: undici-types "~5.26.4" +"@types/node@20.11.16": + version "20.11.16" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708" + integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ== + dependencies: + undici-types "~5.26.4" + "@types/prop-types@*": version "15.7.11" resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563" integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng== -"@types/react@18.2.45": - version "18.2.45" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.45.tgz#253f4fac288e7e751ab3dc542000fb687422c15c" - integrity sha512-TtAxCNrlrBp8GoeEp1npd5g+d/OejJHFxS3OWmrPBMFaVQMSN0OFySozJio5BHxTuTeug00AVXVAjfDSfk+lUg== +"@types/react@18.2.55": + version "18.2.55" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.55.tgz#38141821b7084404b5013742bc4ae08e44da7a67" + integrity sha512-Y2Tz5P4yz23brwm2d7jNon39qoAtMMmalOQv6+fEFt1mT+FcM3D841wDpoUvFXhaYenuROCy3FZYqdTjM7qVyA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -572,16 +602,16 @@ resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.5.tgz#cb6e2a691b70cb177c6e3ae9c1d2e8b2ea8cd304" integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA== -"@typescript-eslint/eslint-plugin@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.15.0.tgz#b0b3e15fa8c3e67ed4386b765cc0ba98ad3a303b" - integrity sha512-j5qoikQqPccq9QoBAupOP+CBu8BaJ8BLjaXSioDISeTZkVO3ig7oSIKh3H+rEpee7xCXtWwSB4KIL5l6hWZzpg== +"@typescript-eslint/eslint-plugin@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3" + integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA== dependencies: "@eslint-community/regexpp" "^4.5.1" - "@typescript-eslint/scope-manager" "6.15.0" - "@typescript-eslint/type-utils" "6.15.0" - "@typescript-eslint/utils" "6.15.0" - "@typescript-eslint/visitor-keys" "6.15.0" + "@typescript-eslint/scope-manager" "6.21.0" + "@typescript-eslint/type-utils" "6.21.0" + "@typescript-eslint/utils" "6.21.0" + "@typescript-eslint/visitor-keys" "6.21.0" debug "^4.3.4" graphemer "^1.4.0" ignore "^5.2.4" @@ -589,72 +619,73 @@ semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/parser@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.15.0.tgz#1af69741cfa314a13c1434d0bdd5a0c3096699d7" - integrity sha512-MkgKNnsjC6QwcMdlNAel24jjkEO/0hQaMDLqP4S9zq5HBAUJNQB6y+3DwLjX7b3l2b37eNAxMPLwb3/kh8VKdA== +"@typescript-eslint/parser@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b" + integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ== dependencies: - "@typescript-eslint/scope-manager" "6.15.0" - "@typescript-eslint/types" "6.15.0" - "@typescript-eslint/typescript-estree" "6.15.0" - "@typescript-eslint/visitor-keys" "6.15.0" + "@typescript-eslint/scope-manager" "6.21.0" + "@typescript-eslint/types" "6.21.0" + "@typescript-eslint/typescript-estree" "6.21.0" + "@typescript-eslint/visitor-keys" "6.21.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.15.0.tgz#40e5214a3e9e048aca55ce33381bc61b6b51c32a" - integrity sha512-+BdvxYBltqrmgCNu4Li+fGDIkW9n//NrruzG9X1vBzaNK+ExVXPoGB71kneaVw/Jp+4rH/vaMAGC6JfMbHstVg== +"@typescript-eslint/scope-manager@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1" + integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg== dependencies: - "@typescript-eslint/types" "6.15.0" - "@typescript-eslint/visitor-keys" "6.15.0" + "@typescript-eslint/types" "6.21.0" + "@typescript-eslint/visitor-keys" "6.21.0" -"@typescript-eslint/type-utils@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.15.0.tgz#c22261bd00566821a300d08f4632533a8f9bed01" - integrity sha512-CnmHKTfX6450Bo49hPg2OkIm/D/TVYV7jO1MCfPYGwf6x3GO0VU8YMO5AYMn+u3X05lRRxA4fWCz87GFQV6yVQ== +"@typescript-eslint/type-utils@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e" + integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag== dependencies: - "@typescript-eslint/typescript-estree" "6.15.0" - "@typescript-eslint/utils" "6.15.0" + "@typescript-eslint/typescript-estree" "6.21.0" + "@typescript-eslint/utils" "6.21.0" debug "^4.3.4" ts-api-utils "^1.0.1" -"@typescript-eslint/types@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.15.0.tgz#a9f7b006aee52b0948be6e03f521814bf435ddd5" - integrity sha512-yXjbt//E4T/ee8Ia1b5mGlbNj9fB9lJP4jqLbZualwpP2BCQ5is6BcWwxpIsY4XKAhmdv3hrW92GdtJbatC6dQ== +"@typescript-eslint/types@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d" + integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== -"@typescript-eslint/typescript-estree@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.15.0.tgz#2f8a513df1ce5e6e1ba8e5c6aa52f392ae023fc5" - integrity sha512-7mVZJN7Hd15OmGuWrp2T9UvqR2Ecg+1j/Bp1jXUEY2GZKV6FXlOIoqVDmLpBiEiq3katvj/2n2mR0SDwtloCew== +"@typescript-eslint/typescript-estree@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46" + integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ== dependencies: - "@typescript-eslint/types" "6.15.0" - "@typescript-eslint/visitor-keys" "6.15.0" + "@typescript-eslint/types" "6.21.0" + "@typescript-eslint/visitor-keys" "6.21.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" + minimatch "9.0.3" semver "^7.5.4" ts-api-utils "^1.0.1" -"@typescript-eslint/utils@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.15.0.tgz#f80dbb79f3b0f569077a8711dd44186a8933fa4c" - integrity sha512-eF82p0Wrrlt8fQSRL0bGXzK5nWPRV2dYQZdajcfzOD9+cQz9O7ugifrJxclB+xVOvWvagXfqS4Es7vpLP4augw== +"@typescript-eslint/utils@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134" + integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" "@types/json-schema" "^7.0.12" "@types/semver" "^7.5.0" - "@typescript-eslint/scope-manager" "6.15.0" - "@typescript-eslint/types" "6.15.0" - "@typescript-eslint/typescript-estree" "6.15.0" + "@typescript-eslint/scope-manager" "6.21.0" + "@typescript-eslint/types" "6.21.0" + "@typescript-eslint/typescript-estree" "6.21.0" semver "^7.5.4" -"@typescript-eslint/visitor-keys@6.15.0": - version "6.15.0" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.15.0.tgz#5baf97a7bfeec6f4894d400437055155a46b2330" - integrity sha512-1zvtdC1a9h5Tb5jU9x3ADNXO9yjP8rXlaoChu0DQX40vf5ACVpYIVIZhIMZ6d5sDXH7vq4dsZBT1fEGj8D2n2w== +"@typescript-eslint/visitor-keys@6.21.0": + version "6.21.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47" + integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A== dependencies: - "@typescript-eslint/types" "6.15.0" + "@typescript-eslint/types" "6.21.0" eslint-visitor-keys "^3.4.1" "@ungap/structured-clone@^1.2.0": @@ -1196,7 +1227,7 @@ css-select@^5.1.0: domutils "^3.0.1" nth-check "^2.0.1" -css-tree@^2.2.1: +css-tree@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.3.1.tgz#10264ce1e5442e8572fc82fbe490644ff54b5c20" integrity sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw== @@ -1217,17 +1248,17 @@ css-what@^6.1.0: resolved "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz#fb5effcf76f1ddea2c81bdfaa4de44e79bac70f4" integrity sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw== -csso@5.0.5: +csso@^5.0.5: version "5.0.5" resolved "https://registry.yarnpkg.com/csso/-/csso-5.0.5.tgz#f9b7fe6cc6ac0b7d90781bb16d5e9874303e2ca6" integrity sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ== dependencies: css-tree "~2.2.0" -cssstyle@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-3.0.0.tgz#17ca9c87d26eac764bb8cfd00583cff21ce0277a" - integrity sha512-N4u2ABATi3Qplzf0hWbVCdjenim8F3ojEXpBDF5hBpjzW182MjNGLqfmQ0SkSPeQ+V86ZXgeH8aXj6kayd4jgg== +cssstyle@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-4.0.1.tgz#ef29c598a1e90125c870525490ea4f354db0660a" + integrity sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ== dependencies: rrweb-cssom "^0.6.0" @@ -2162,12 +2193,12 @@ js-yaml@^4.1.0: dependencies: argparse "^2.0.1" -jsdom@23.0.1: - version "23.0.1" - resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-23.0.1.tgz#ede7ff76e89ca035b11178d200710d8982ebfee0" - integrity sha512-2i27vgvlUsGEBO9+/kJQRbtqtm+191b5zAZrU/UezVmnC2dlDAFLgDYJvAEi94T4kjsRKkezEtLQTgsNEsW2lQ== +jsdom@24.0.0: + version "24.0.0" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.0.0.tgz#e2dc04e4c79da368481659818ee2b0cd7c39007c" + integrity sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A== dependencies: - cssstyle "^3.0.0" + cssstyle "^4.0.1" data-urls "^5.0.0" decimal.js "^10.4.3" form-data "^4.0.0" @@ -2186,7 +2217,7 @@ jsdom@23.0.1: whatwg-encoding "^3.1.1" whatwg-mimetype "^4.0.0" whatwg-url "^14.0.0" - ws "^8.14.2" + ws "^8.16.0" xml-name-validator "^5.0.0" jsesc@^2.5.1: @@ -2331,6 +2362,13 @@ mime-types@^2.1.12: dependencies: mime-db "1.52.0" +minimatch@9.0.3: + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== + dependencies: + brace-expansion "^2.0.1" + minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" @@ -2551,10 +2589,10 @@ prelude-ls@^1.2.1: resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== -prettier@3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848" - integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw== +prettier@3.2.5: + version "3.2.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" + integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== psl@^1.1.33: version "1.9.0" @@ -2869,17 +2907,17 @@ svg-to-jsx@1.0.4: xmlbuilder "^13.0.2" yargs "^3.21.0" -svgo@3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.1.0.tgz#7e63855c8da73297d5d5765e968f9679a0f8d24a" - integrity sha512-R5SnNA89w1dYgNv570591F66v34b3eQShpIBcQtZtM5trJwm1VvxbIoMpRYY3ybTAutcKTLEmTsdnaknOHbiQA== +svgo@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/svgo/-/svgo-3.2.0.tgz#7a5dff2938d8c6096e00295c2390e8e652fa805d" + integrity sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ== dependencies: "@trysound/sax" "0.2.0" commander "^7.2.0" css-select "^5.1.0" - css-tree "^2.2.1" + css-tree "^2.3.1" css-what "^6.1.0" - csso "5.0.5" + csso "^5.0.5" picocolors "^1.0.0" svgson@5.3.1: @@ -3144,10 +3182,10 @@ wrappy@1: resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -ws@^8.14.2: - version "8.15.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.15.1.tgz#271ba33a45ca0cc477940f7f200cd7fba7ee1997" - integrity sha512-W5OZiCjXEmk0yZ66ZN82beM5Sz7l7coYxpRkzS+p9PP+ToQry8szKh+61eNktr7EA9DOwvFGhfC605jDHbP6QQ== +ws@^8.16.0: + version "8.16.0" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.16.0.tgz#d1cd774f36fbc07165066a60e40323eab6446fd4" + integrity sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ== xml-lexer@^0.2.2: version "0.2.2"