version bump

This commit is contained in:
Eric Cornelissen 2021-05-30 11:13:36 +02:00
parent 2f2369b2d5
commit 1cfaf5bd02
4 changed files with 90 additions and 120 deletions

View File

@ -26,15 +26,15 @@ Icons can be downloaded as SVGs directly from [our website](https://simpleicons.
Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following: Icons can be served from a CDN such as [JSDelivr](https://www.jsdelivr.com/package/npm/simple-icons) or [Unpkg](https://unpkg.com/browse/simple-icons/). Simply use the `simple-icons` npm package and specify a version in the URL like the following:
```html ```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v4/icons/[ICON SLUG].svg" /> <img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/[ICON SLUG].svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v4/icons/[ICON SLUG].svg" /> <img height="32" width="32" src="https://unpkg.com/simple-icons@v5/icons/[ICON SLUG].svg" />
``` ```
Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example: Where `[ICON SLUG]` is replaced by the [slug] of the icon you want to use, for example:
```html ```html
<img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v4/icons/simpleicons.svg" /> <img height="32" width="32" src="https://cdn.jsdelivr.net/npm/simple-icons@v5/icons/simpleicons.svg" />
<img height="32" width="32" src="https://unpkg.com/simple-icons@v4/icons/simpleicons.svg" /> <img height="32" width="32" src="https://unpkg.com/simple-icons@v5/icons/simpleicons.svg" />
``` ```
These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed. These examples use the latest major version. This means you won't receive any updates following the next major release. You can use `@latest` instead to receive updates indefinitely. However, this will result in a `404` error if the icon is removed.

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "simple-icons", "name": "simple-icons",
"version": "4.25.0", "version": "5.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "simple-icons", "name": "simple-icons",
"version": "4.25.0", "version": "5.0.0",
"description": "SVG icons for popular brands https://simpleicons.org", "description": "SVG icons for popular brands https://simpleicons.org",
"homepage": "https://simpleicons.org", "homepage": "https://simpleicons.org",
"keywords": [ "keywords": [

198
slugs.md
View File

@ -7,18 +7,18 @@ update the script at 'scripts/release/update-slugs-table.js'.
| Brand name | Brand slug | | Brand name | Brand slug |
| :--- | :--- | | :--- | :--- |
| `.NET` | `dot-net` | | `.NET` | `dotnet` |
| `1001Tracklists` | `1001tracklists` | | `1001Tracklists` | `1001tracklists` |
| `1Password` | `1password` | | `1Password` | `1password` |
| `3M` | `3m` | | `3M` | `3m` |
| `42` | `42` | | `42` | `42` |
| `4D` | `4d` | | `4D` | `4d` |
| `500px` | `500px` | | `500px` | `500px` |
| `A-Frame` | `a-frame` | | `A-Frame` | `aframe` |
| `ABB RobotStudio` | `abbrobotstudio` | | `ABB RobotStudio` | `abbrobotstudio` |
| `Abbvie` | `abbvie` | | `Abbvie` | `abbvie` |
| `Ableton Live` | `abletonlive` | | `Ableton Live` | `abletonlive` |
| `About.me` | `about-dot-me` | | `About.me` | `aboutdotme` |
| `Abstract` | `abstract` | | `Abstract` | `abstract` |
| `Academia` | `academia` | | `Academia` | `academia` |
| `Accenture` | `accenture` | | `Accenture` | `accenture` |
@ -44,7 +44,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Adobe InDesign` | `adobeindesign` | | `Adobe InDesign` | `adobeindesign` |
| `Adobe Lightroom` | `adobelightroom` | | `Adobe Lightroom` | `adobelightroom` |
| `Adobe Lightroom Classic` | `adobelightroomclassic` | | `Adobe Lightroom Classic` | `adobelightroomclassic` |
| `Adobe PhoneGap` | `adobephonegap` |
| `Adobe Photoshop` | `adobephotoshop` | | `Adobe Photoshop` | `adobephotoshop` |
| `Adobe Premiere Pro` | `adobepremierepro` | | `Adobe Premiere Pro` | `adobepremierepro` |
| `Adobe XD` | `adobexd` | | `Adobe XD` | `adobexd` |
@ -74,7 +73,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Alfa Romeo` | `alfaromeo` | | `Alfa Romeo` | `alfaromeo` |
| `Algolia` | `algolia` | | `Algolia` | `algolia` |
| `Alibaba Cloud` | `alibabacloud` | | `Alibaba Cloud` | `alibabacloud` |
| `Alibaba.com` | `alibaba-dot-com` | | `Alibaba.com` | `alibabadotcom` |
| `AliExpress` | `aliexpress` | | `AliExpress` | `aliexpress` |
| `Alipay` | `alipay` | | `Alipay` | `alipay` |
| `Alitalia` | `alitalia` | | `Alitalia` | `alitalia` |
@ -171,14 +170,14 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `ASKfm` | `askfm` | | `ASKfm` | `askfm` |
| `AssemblyScript` | `assemblyscript` | | `AssemblyScript` | `assemblyscript` |
| `ASUS` | `asus` | | `ASUS` | `asus` |
| `AT&T` | `at-and-t` | | `AT&T` | `atandt` |
| `Atari` | `atari` | | `Atari` | `atari` |
| `Atlassian` | `atlassian` | | `Atlassian` | `atlassian` |
| `Atom` | `atom` | | `Atom` | `atom` |
| `Audacity` | `audacity` | | `Audacity` | `audacity` |
| `Audi` | `audi` | | `Audi` | `audi` |
| `Audible` | `audible` | | `Audible` | `audible` |
| `Audio-Technica` | `audio-technica` | | `Audio-Technica` | `audiotechnica` |
| `Audioboom` | `audioboom` | | `Audioboom` | `audioboom` |
| `Audiomack` | `audiomack` | | `Audiomack` | `audiomack` |
| `Aurelia` | `aurelia` | | `Aurelia` | `aurelia` |
@ -186,10 +185,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Authy` | `authy` | | `Authy` | `authy` |
| `Autodesk` | `autodesk` | | `Autodesk` | `autodesk` |
| `AutoHotkey` | `autohotkey` | | `AutoHotkey` | `autohotkey` |
| `Automatic` | `automatic` |
| `Automattic` | `automattic` | | `Automattic` | `automattic` |
| `Autotask` | `autotask` |
| `Aventrix` | `aventrix` |
| `Awesome Lists` | `awesomelists` | | `Awesome Lists` | `awesomelists` |
| `awesomeWM` | `awesomewm` | | `awesomeWM` | `awesomewm` |
| `AWS Amplify` | `awsamplify` | | `AWS Amplify` | `awsamplify` |
@ -198,13 +194,12 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Azure DevOps` | `azuredevops` | | `Azure DevOps` | `azuredevops` |
| `Azure Functions` | `azurefunctions` | | `Azure Functions` | `azurefunctions` |
| `Azure Pipelines` | `azurepipelines` | | `Azure Pipelines` | `azurepipelines` |
| `B&R Automation` | `b-and-rautomation` | | `B&R Automation` | `bandrautomation` |
| `Babel` | `babel` | | `Babel` | `babel` |
| `Badgr` | `badgr` | | `Badgr` | `badgr` |
| `Badoo` | `badoo` | | `Badoo` | `badoo` |
| `Baidu` | `baidu` | | `Baidu` | `baidu` |
| `Bamboo` | `bamboo` | | `Bamboo` | `bamboo` |
| `Bancontact` | `bancontact` |
| `Bandcamp` | `bandcamp` | | `Bandcamp` | `bandcamp` |
| `BandLab` | `bandlab` | | `BandLab` | `bandlab` |
| `Bandsintown` | `bandsintown` | | `Bandsintown` | `bandsintown` |
@ -214,7 +209,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Basecamp` | `basecamp` | | `Basecamp` | `basecamp` |
| `Bata` | `bata` | | `Bata` | `bata` |
| `Bath ASU` | `bathasu` | | `Bath ASU` | `bathasu` |
| `Battle.net` | `battle-dot-net` | | `Battle.net` | `battledotnet` |
| `BBC` | `bbc` | | `BBC` | `bbc` |
| `BBC iPlayer` | `bbciplayer` | | `BBC iPlayer` | `bbciplayer` |
| `Beatport` | `beatport` | | `Beatport` | `beatport` |
@ -228,7 +223,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `bigbasket` | `bigbasket` | | `bigbasket` | `bigbasket` |
| `BigCommerce` | `bigcommerce` | | `BigCommerce` | `bigcommerce` |
| `Bilibili` | `bilibili` | | `Bilibili` | `bilibili` |
| `Bing` | `bing` |
| `Bit` | `bit` | | `Bit` | `bit` |
| `Bitbucket` | `bitbucket` | | `Bitbucket` | `bitbucket` |
| `Bitcoin` | `bitcoin` | | `Bitcoin` | `bitcoin` |
@ -243,7 +237,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Blazemeter` | `blazemeter` | | `Blazemeter` | `blazemeter` |
| `Blazor` | `blazor` | | `Blazor` | `blazor` |
| `Blender` | `blender` | | `Blender` | `blender` |
| `Blockchain.com` | `blockchain-dot-com` | | `Blockchain.com` | `blockchaindotcom` |
| `Blogger` | `blogger` | | `Blogger` | `blogger` |
| `Bloglovin` | `bloglovin` | | `Bloglovin` | `bloglovin` |
| `Blueprint` | `blueprint` | | `Blueprint` | `blueprint` |
@ -260,7 +254,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Bose` | `bose` | | `Bose` | `bose` |
| `Bower` | `bower` | | `Bower` | `bower` |
| `Box` | `box` | | `Box` | `box` |
| `Brand.ai` | `brand-dot-ai` |
| `Brandfolder` | `brandfolder` | | `Brandfolder` | `brandfolder` |
| `Brave` | `brave` | | `Brave` | `brave` |
| `Breaker` | `breaker` | | `Breaker` | `breaker` |
@ -302,11 +295,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `CentOS` | `centos` | | `CentOS` | `centos` |
| `Ceph` | `ceph` | | `Ceph` | `ceph` |
| `Cesium` | `cesium` | | `Cesium` | `cesium` |
| `CEVO` | `cevo` |
| `Chai` | `chai` | | `Chai` | `chai` |
| `Chainlink` | `chainlink` | | `Chainlink` | `chainlink` |
| `Chakra UI` | `chakraui` | | `Chakra UI` | `chakraui` |
| `Chart.js` | `chart-dot-js` | | `Chart.js` | `chartdotjs` |
| `ChartMogul` | `chartmogul` | | `ChartMogul` | `chartmogul` |
| `Chase` | `chase` | | `Chase` | `chase` |
| `ChatBot` | `chatbot` | | `ChatBot` | `chatbot` |
@ -345,7 +337,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Clyp` | `clyp` | | `Clyp` | `clyp` |
| `CMake` | `cmake` | | `CMake` | `cmake` |
| `CNN` | `cnn` | | `CNN` | `cnn` |
| `Co-op` | `co-op` | | `Co-op` | `coop` |
| `Cockroach Labs` | `cockroachlabs` | | `Cockroach Labs` | `cockroachlabs` |
| `CocoaPods` | `cocoapods` | | `CocoaPods` | `cocoapods` |
| `Cocos` | `cocos` | | `Cocos` | `cocos` |
@ -379,9 +371,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Commerzbank` | `commerzbank` | | `Commerzbank` | `commerzbank` |
| `Common Workflow Language` | `commonworkflowlanguage` | | `Common Workflow Language` | `commonworkflowlanguage` |
| `Composer` | `composer` | | `Composer` | `composer` |
| `ComproPago` | `compropago` |
| `Concourse` | `concourse` | | `Concourse` | `concourse` |
| `Conda-Forge` | `conda-forge` | | `Conda-Forge` | `condaforge` |
| `Conekta` | `conekta` | | `Conekta` | `conekta` |
| `Confluence` | `confluence` | | `Confluence` | `confluence` |
| `Consul` | `consul` | | `Consul` | `consul` |
@ -393,7 +384,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Corona Renderer` | `coronarenderer` | | `Corona Renderer` | `coronarenderer` |
| `Corsair` | `corsair` | | `Corsair` | `corsair` |
| `Couchbase` | `couchbase` | | `Couchbase` | `couchbase` |
| `Counter-Strike` | `counter-strike` | | `Counter-Strike` | `counterstrike` |
| `CountingWorks PRO` | `countingworkspro` | | `CountingWorks PRO` | `countingworkspro` |
| `Coursera` | `coursera` | | `Coursera` | `coursera` |
| `Coveralls` | `coveralls` | | `Coveralls` | `coveralls` |
@ -414,8 +405,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `CurseForge` | `curseforge` | | `CurseForge` | `curseforge` |
| `Cycling '74` | `cycling74` | | `Cycling '74` | `cycling74` |
| `Cypress` | `cypress` | | `Cypress` | `cypress` |
| `D-Wave Systems` | `d-wavesystems` | | `D-Wave Systems` | `dwavesystems` |
| `D3.js` | `d3-dot-js` | | `D3.js` | `d3dotjs` |
| `Dacia` | `dacia` | | `Dacia` | `dacia` |
| `DAF` | `daf` | | `DAF` | `daf` |
| `Dailymotion` | `dailymotion` | | `Dailymotion` | `dailymotion` |
@ -452,17 +443,17 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Designer News` | `designernews` | | `Designer News` | `designernews` |
| `Deutsche Bahn` | `deutschebahn` | | `Deutsche Bahn` | `deutschebahn` |
| `Deutsche Bank` | `deutschebank` | | `Deutsche Bank` | `deutschebank` |
| `dev.to` | `dev-dot-to` | | `dev.to` | `devdotto` |
| `DeviantArt` | `deviantart` | | `DeviantArt` | `deviantart` |
| `Devpost` | `devpost` | | `Devpost` | `devpost` |
| `devRant` | `devrant` | | `devRant` | `devrant` |
| `Dgraph` | `dgraph` | | `Dgraph` | `dgraph` |
| `DHL` | `dhl` | | `DHL` | `dhl` |
| `diagrams.net` | `diagrams-dot-net` | | `diagrams.net` | `diagramsdotnet` |
| `Dialogflow` | `dialogflow` | | `Dialogflow` | `dialogflow` |
| `Diaspora` | `diaspora` | | `Diaspora` | `diaspora` |
| `Digg` | `digg` | | `Digg` | `digg` |
| `Digi-Key Electronics` | `digi-keyelectronics` | | `Digi-Key Electronics` | `digikeyelectronics` |
| `DigitalOcean` | `digitalocean` | | `DigitalOcean` | `digitalocean` |
| `Dior` | `dior` | | `Dior` | `dior` |
| `Directus` | `directus` | | `Directus` | `directus` |
@ -480,7 +471,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Dolby` | `dolby` | | `Dolby` | `dolby` |
| `DoorDash` | `doordash` | | `DoorDash` | `doordash` |
| `Douban` | `douban` | | `Douban` | `douban` |
| `Draugiem.lv` | `draugiem-dot-lv` | | `Draugiem.lv` | `draugiemdotlv` |
| `Dribbble` | `dribbble` | | `Dribbble` | `dribbble` |
| `Drone` | `drone` | | `Drone` | `drone` |
| `Drooble` | `drooble` | | `Drooble` | `drooble` |
@ -502,7 +493,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Eclipse IDE` | `eclipseide` | | `Eclipse IDE` | `eclipseide` |
| `Eclipse Jetty` | `eclipsejetty` | | `Eclipse Jetty` | `eclipsejetty` |
| `Eclipse Mosquitto` | `eclipsemosquitto` | | `Eclipse Mosquitto` | `eclipsemosquitto` |
| `Eclipse Vert.x` | `eclipsevert-dot-x` | | `Eclipse Vert.x` | `eclipsevertdotx` |
| `EditorConfig` | `editorconfig` | | `EditorConfig` | `editorconfig` |
| `edX` | `edx` | | `edX` | `edx` |
| `egghead` | `egghead` | | `egghead` | `egghead` |
@ -522,7 +513,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Elm` | `elm` | | `Elm` | `elm` |
| `Elsevier` | `elsevier` | | `Elsevier` | `elsevier` |
| `Embarcadero` | `embarcadero` | | `Embarcadero` | `embarcadero` |
| `Ember.js` | `ember-dot-js` | | `Ember.js` | `emberdotjs` |
| `Emby` | `emby` | | `Emby` | `emby` |
| `Emirates` | `emirates` | | `Emirates` | `emirates` |
| `Emlakjet` | `emlakjet` | | `Emlakjet` | `emlakjet` |
@ -545,16 +536,14 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Event Store` | `eventstore` | | `Event Store` | `eventstore` |
| `Eventbrite` | `eventbrite` | | `Eventbrite` | `eventbrite` |
| `Evernote` | `evernote` | | `Evernote` | `evernote` |
| `Everplaces` | `everplaces` |
| `EVRY` | `evry` |
| `Exercism` | `exercism` | | `Exercism` | `exercism` |
| `Expensify` | `expensify` | | `Expensify` | `expensify` |
| `Experts Exchange` | `expertsexchange` | | `Experts Exchange` | `expertsexchange` |
| `Expo` | `expo` | | `Expo` | `expo` |
| `Express` | `express` | | `Express` | `express` |
| `EyeEm` | `eyeem` | | `EyeEm` | `eyeem` |
| `F-Droid` | `f-droid` | | `F-Droid` | `fdroid` |
| `F-Secure` | `f-secure` | | `F-Secure` | `fsecure` |
| `Facebook` | `facebook` | | `Facebook` | `facebook` |
| `Facebook Gaming` | `facebookgaming` | | `Facebook Gaming` | `facebookgaming` |
| `Facebook Live` | `facebooklive` | | `Facebook Live` | `facebooklive` |
@ -574,10 +563,9 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `FeatHub` | `feathub` | | `FeatHub` | `feathub` |
| `FedEx` | `fedex` | | `FedEx` | `fedex` |
| `Fedora` | `fedora` | | `Fedora` | `fedora` |
| `FedRAMP` | `fedramp` |
| `Feedly` | `feedly` | | `Feedly` | `feedly` |
| `Ferrari` | `ferrari` | | `Ferrari` | `ferrari` |
| `Ferrari N.V.` | `ferrarin-dot-v-dot` | | `Ferrari N.V.` | `ferrarinv` |
| `FFmpeg` | `ffmpeg` | | `FFmpeg` | `ffmpeg` |
| `Fiat` | `fiat` | | `Fiat` | `fiat` |
| `Fido Alliance` | `fidoalliance` | | `Fido Alliance` | `fidoalliance` |
@ -622,10 +610,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Foxtel` | `foxtel` | | `Foxtel` | `foxtel` |
| `Fozzy` | `fozzy` | | `Fozzy` | `fozzy` |
| `Framer` | `framer` | | `Framer` | `framer` |
| `Fraunhofer-Gesellschaft` | `fraunhofer-gesellschaft` | | `Fraunhofer-Gesellschaft` | `fraunhofergesellschaft` |
| `FreeBSD` | `freebsd` | | `FreeBSD` | `freebsd` |
| `freeCodeCamp` | `freecodecamp` | | `freeCodeCamp` | `freecodecamp` |
| `freedesktop.org` | `freedesktop-dot-org` | | `freedesktop.org` | `freedesktopdotorg` |
| `Freelancer` | `freelancer` | | `Freelancer` | `freelancer` |
| `FreeNAS` | `freenas` | | `FreeNAS` | `freenas` |
| `Fujifilm` | `fujifilm` | | `Fujifilm` | `fujifilm` |
@ -638,7 +626,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Garmin` | `garmin` | | `Garmin` | `garmin` |
| `Gatling` | `gatling` | | `Gatling` | `gatling` |
| `Gatsby` | `gatsby` | | `Gatsby` | `gatsby` |
| `Gauges` | `gauges` |
| `GeeksforGeeks` | `geeksforgeeks` | | `GeeksforGeeks` | `geeksforgeeks` |
| `General Electric` | `generalelectric` | | `General Electric` | `generalelectric` |
| `General Motors` | `generalmotors` | | `General Motors` | `generalmotors` |
@ -674,9 +661,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `GNU Privacy Guard` | `gnuprivacyguard` | | `GNU Privacy Guard` | `gnuprivacyguard` |
| `GNU social` | `gnusocial` | | `GNU social` | `gnusocial` |
| `Go` | `go` | | `Go` | `go` |
| `GoDaddy` | `godaddy` |
| `Godot Engine` | `godotengine` | | `Godot Engine` | `godotengine` |
| `GoFundMe` | `gofundme` | | `GoFundMe` | `gofundme` |
| `GOG.com` | `gog-dot-com` | | `GOG.com` | `gogdotcom` |
| `GoldenLine` | `goldenline` | | `GoldenLine` | `goldenline` |
| `Goodreads` | `goodreads` | | `Goodreads` | `goodreads` |
| `Google` | `google` | | `Google` | `google` |
@ -718,11 +706,9 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Google Tag Manager` | `googletagmanager` | | `Google Tag Manager` | `googletagmanager` |
| `Google Translate` | `googletranslate` | | `Google Translate` | `googletranslate` |
| `GoToMeeting` | `gotomeeting` | | `GoToMeeting` | `gotomeeting` |
| `GOV.UK` | `gov-dot-uk` |
| `Gradle` | `gradle` | | `Gradle` | `gradle` |
| `Grafana` | `grafana` | | `Grafana` | `grafana` |
| `Grammarly` | `grammarly` | | `Grammarly` | `grammarly` |
| `Graphcool` | `graphcool` |
| `GraphQL` | `graphql` | | `GraphQL` | `graphql` |
| `Grav` | `grav` | | `Grav` | `grav` |
| `Gravatar` | `gravatar` | | `Gravatar` | `gravatar` |
@ -745,7 +731,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `HackerEarth` | `hackerearth` | | `HackerEarth` | `hackerearth` |
| `HackerOne` | `hackerone` | | `HackerOne` | `hackerone` |
| `HackerRank` | `hackerrank` | | `HackerRank` | `hackerrank` |
| `HackHands` | `hackhands` |
| `Hackster` | `hackster` | | `Hackster` | `hackster` |
| `Handshake` | `handshake` | | `Handshake` | `handshake` |
| `Handshake` | `handshake_protocol` | | `Handshake` | `handshake_protocol` |
@ -769,13 +754,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Hexo` | `hexo` | | `Hexo` | `hexo` |
| `HEY` | `hey` | | `HEY` | `hey` |
| `Hibernate` | `hibernate` | | `Hibernate` | `hibernate` |
| `Highly` | `highly` |
| `Hilton` | `hilton` | | `Hilton` | `hilton` |
| `HipChat` | `hipchat` |
| `Hitachi` | `hitachi` | | `Hitachi` | `hitachi` |
| `Hive` | `hive` | | `Hive` | `hive` |
| `Hive` | `hive_blockchain` | | `Hive` | `hive_blockchain` |
| `HockeyApp` | `hockeyapp` |
| `Home Assistant` | `homeassistant` | | `Home Assistant` | `homeassistant` |
| `Home Assistant Community Store` | `homeassistantcommunitystore` | | `Home Assistant Community Store` | `homeassistantcommunitystore` |
| `HomeAdvisor` | `homeadvisor` | | `HomeAdvisor` | `homeadvisor` |
@ -785,7 +767,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Honda` | `honda` | | `Honda` | `honda` |
| `Hootsuite` | `hootsuite` | | `Hootsuite` | `hootsuite` |
| `Hoppscotch` | `hoppscotch` | | `Hoppscotch` | `hoppscotch` |
| `Hotels.com` | `hotels-dot-com` | | `Hotels.com` | `hotelsdotcom` |
| `Hotjar` | `hotjar` | | `Hotjar` | `hotjar` |
| `Houdini` | `houdini` | | `Houdini` | `houdini` |
| `Houzz` | `houzz` | | `Houzz` | `houzz` |
@ -816,7 +798,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Iconify` | `iconify` | | `Iconify` | `iconify` |
| `IconJar` | `iconjar` | | `IconJar` | `iconjar` |
| `ICQ` | `icq` | | `ICQ` | `icq` |
| `iDEAL` | `ideal` |
| `IEEE` | `ieee` | | `IEEE` | `ieee` |
| `iFixit` | `ifixit` | | `iFixit` | `ifixit` |
| `iFood` | `ifood` | | `iFood` | `ifood` |
@ -855,7 +836,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `IOTA` | `iota` | | `IOTA` | `iota` |
| `IPFS` | `ipfs` | | `IPFS` | `ipfs` |
| `Issuu` | `issuu` | | `Issuu` | `issuu` |
| `Itch.io` | `itch-dot-io` | | `Itch.io` | `itchdotio` |
| `iTunes` | `itunes` | | `iTunes` | `itunes` |
| `IVECO` | `iveco` | | `IVECO` | `iveco` |
| `Jabber` | `jabber` | | `Jabber` | `jabber` |
@ -928,10 +909,9 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Klarna` | `klarna` | | `Klarna` | `klarna` |
| `KLM` | `klm` | | `KLM` | `klm` |
| `Klook` | `klook` | | `Klook` | `klook` |
| `Klout` | `klout` |
| `KnowledgeBase` | `knowledgebase` | | `KnowledgeBase` | `knowledgebase` |
| `Known` | `known` | | `Known` | `known` |
| `Ko-fi` | `ko-fi` | | `Ko-fi` | `kofi` |
| `Kodi` | `kodi` | | `Kodi` | `kodi` |
| `Koding` | `koding` | | `Koding` | `koding` |
| `Kofax` | `kofax` | | `Kofax` | `kofax` |
@ -951,7 +931,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Laravel` | `laravel` | | `Laravel` | `laravel` |
| `Laravel Horizon` | `laravelhorizon` | | `Laravel Horizon` | `laravelhorizon` |
| `Laravel Nova` | `laravelnova` | | `Laravel Nova` | `laravelnova` |
| `Last.fm` | `last-dot-fm` | | `Last.fm` | `lastdotfm` |
| `LastPass` | `lastpass` | | `LastPass` | `lastpass` |
| `LaTeX` | `latex` | | `LaTeX` | `latex` |
| `Launchpad` | `launchpad` | | `Launchpad` | `launchpad` |
@ -966,7 +946,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `LG` | `lg` | | `LG` | `lg` |
| `LGTM` | `lgtm` | | `LGTM` | `lgtm` |
| `Liberapay` | `liberapay` | | `Liberapay` | `liberapay` |
| `Libraries.io` | `libraries-dot-io` | | `Libraries.io` | `librariesdotio` |
| `LibraryThing` | `librarything` | | `LibraryThing` | `librarything` |
| `LibreOffice` | `libreoffice` | | `LibreOffice` | `libreoffice` |
| `libuv` | `libuv` | | `libuv` | `libuv` |
@ -974,7 +954,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `LIFX` | `lifx` | | `LIFX` | `lifx` |
| `Lighthouse` | `lighthouse` | | `Lighthouse` | `lighthouse` |
| `LINE` | `line` | | `LINE` | `line` |
| `LINE WEBTOON` | `linewebtoon` |
| `LineageOS` | `lineageos` | | `LineageOS` | `lineageos` |
| `LinkedIn` | `linkedin` | | `LinkedIn` | `linkedin` |
| `Linktree` | `linktree` | | `Linktree` | `linktree` |
@ -988,7 +967,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Litecoin` | `litecoin` | | `Litecoin` | `litecoin` |
| `LiveChat` | `livechat` | | `LiveChat` | `livechat` |
| `LiveJournal` | `livejournal` | | `LiveJournal` | `livejournal` |
| `Livestream` | `livestream` |
| `LLVM` | `llvm` | | `LLVM` | `llvm` |
| `LMMS` | `lmms` | | `LMMS` | `lmms` |
| `Logitech` | `logitech` | | `Logitech` | `logitech` |
@ -1010,7 +988,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Macys` | `macys` | | `Macys` | `macys` |
| `Magento` | `magento` | | `Magento` | `magento` |
| `Magisk` | `magisk` | | `Magisk` | `magisk` |
| `Mail.Ru` | `mail-dot-ru` | | `Mail.Ru` | `maildotru` |
| `MailChimp` | `mailchimp` | | `MailChimp` | `mailchimp` |
| `Major League Hacking` | `majorleaguehacking` | | `Major League Hacking` | `majorleaguehacking` |
| `MakerBot` | `makerbot` | | `MakerBot` | `makerbot` |
@ -1029,14 +1007,13 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Mastodon` | `mastodon` | | `Mastodon` | `mastodon` |
| `Material Design` | `materialdesign` | | `Material Design` | `materialdesign` |
| `Material Design Icons` | `materialdesignicons` | | `Material Design Icons` | `materialdesignicons` |
| `Material-UI` | `material-ui` | | `Material-UI` | `materialui` |
| `Mathworks` | `mathworks` |
| `Matomo` | `matomo` | | `Matomo` | `matomo` |
| `Matrix` | `matrix` | | `Matrix` | `matrix` |
| `Mattermost` | `mattermost` | | `Mattermost` | `mattermost` |
| `Matternet` | `matternet` | | `Matternet` | `matternet` |
| `Max` | `max` | | `Max` | `max` |
| `Max-Planck-Gesellschaft` | `max-planck-gesellschaft` | | `Max-Planck-Gesellschaft` | `maxplanckgesellschaft` |
| `Maytag` | `maytag` | | `Maytag` | `maytag` |
| `Mazda` | `mazda` | | `Mazda` | `mazda` |
| `McAfee` | `mcafee` | | `McAfee` | `mcafee` |
@ -1062,13 +1039,14 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Métro de Paris` | `metrodeparis` | | `Métro de Paris` | `metrodeparis` |
| `MeWe` | `mewe` | | `MeWe` | `mewe` |
| `micro:bit` | `microbit` | | `micro:bit` | `microbit` |
| `Micro.blog` | `micro-dot-blog` | | `Micro.blog` | `microdotblog` |
| `Microgenetics` | `microgenetics` | | `Microgenetics` | `microgenetics` |
| `MicroPython` | `micropython` | | `MicroPython` | `micropython` |
| `Microsoft` | `microsoft` | | `Microsoft` | `microsoft` |
| `Microsoft Academic` | `microsoftacademic` | | `Microsoft Academic` | `microsoftacademic` |
| `Microsoft Access` | `microsoftaccess` | | `Microsoft Access` | `microsoftaccess` |
| `Microsoft Azure` | `microsoftazure` | | `Microsoft Azure` | `microsoftazure` |
| `Microsoft Bing` | `microsoftbing` |
| `Microsoft Edge` | `microsoftedge` | | `Microsoft Edge` | `microsoftedge` |
| `Microsoft Excel` | `microsoftexcel` | | `Microsoft Excel` | `microsoftexcel` |
| `Microsoft Exchange` | `microsoftexchange` | | `Microsoft Exchange` | `microsoftexchange` |
@ -1094,7 +1072,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Mix` | `mix` | | `Mix` | `mix` |
| `Mixcloud` | `mixcloud` | | `Mixcloud` | `mixcloud` |
| `MobX` | `mobx` | | `MobX` | `mobx` |
| `MobX-State-Tree` | `mobx-state-tree` | | `MobX-State-Tree` | `mobxstatetree` |
| `Mocha` | `mocha` | | `Mocha` | `mocha` |
| `MODX` | `modx` | | `MODX` | `modx` |
| `Mojang Studios` | `mojangstudios` | | `Mojang Studios` | `mojangstudios` |
@ -1103,7 +1081,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Monero` | `monero` | | `Monero` | `monero` |
| `MongoDB` | `mongodb` | | `MongoDB` | `mongodb` |
| `monkey tie` | `monkeytie` | | `monkey tie` | `monkeytie` |
| `Monogram` | `monogram` |
| `Monster` | `monster` | | `Monster` | `monster` |
| `Monzo` | `monzo` | | `Monzo` | `monzo` |
| `Moo` | `moo` | | `Moo` | `moo` |
@ -1138,10 +1115,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `NetApp` | `netapp` | | `NetApp` | `netapp` |
| `Netflix` | `netflix` | | `Netflix` | `netflix` |
| `Netlify` | `netlify` | | `Netlify` | `netlify` |
| `New Japan Pro-Wrestling` | `newjapanpro-wrestling` | | `New Japan Pro-Wrestling` | `newjapanprowrestling` |
| `New Relic` | `newrelic` | | `New Relic` | `newrelic` |
| `New York Times` | `newyorktimes` | | `New York Times` | `newyorktimes` |
| `Next.js` | `next-dot-js` | | `Next.js` | `nextdotjs` |
| `Nextcloud` | `nextcloud` | | `Nextcloud` | `nextcloud` |
| `Nextdoor` | `nextdoor` | | `Nextdoor` | `nextdoor` |
| `NFC` | `nfc` | | `NFC` | `nfc` |
@ -1156,8 +1133,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Nintendo Switch` | `nintendoswitch` | | `Nintendo Switch` | `nintendoswitch` |
| `Nissan` | `nissan` | | `Nissan` | `nissan` |
| `NixOS` | `nixos` | | `NixOS` | `nixos` |
| `Node-RED` | `node-red` | | `Node-RED` | `nodered` |
| `Node.js` | `node-dot-js` | | `Node.js` | `nodedotjs` |
| `Nodemon` | `nodemon` | | `Nodemon` | `nodemon` |
| `Nokia` | `nokia` | | `Nokia` | `nokia` |
| `Norwegian` | `norwegian` | | `Norwegian` | `norwegian` |
@ -1174,7 +1151,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Numba` | `numba` | | `Numba` | `numba` |
| `NumPy` | `numpy` | | `NumPy` | `numpy` |
| `Nutanix` | `nutanix` | | `Nutanix` | `nutanix` |
| `Nuxt.js` | `nuxt-dot-js` | | `Nuxt.js` | `nuxtdotjs` |
| `NVIDIA` | `nvidia` | | `NVIDIA` | `nvidia` |
| `Nx` | `nx` | | `Nx` | `nx` |
| `OBS Studio` | `obsstudio` | | `OBS Studio` | `obsstudio` |
@ -1197,7 +1174,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Open Bug Bounty` | `openbugbounty` | | `Open Bug Bounty` | `openbugbounty` |
| `Open Collective` | `opencollective` | | `Open Collective` | `opencollective` |
| `Open Containers Initiative` | `opencontainersinitiative` | | `Open Containers Initiative` | `opencontainersinitiative` |
| `Open Nebula` | `opennebula` |
| `Open Source Initiative` | `opensourceinitiative` | | `Open Source Initiative` | `opensourceinitiative` |
| `OpenAI` | `openai` | | `OpenAI` | `openai` |
| `OpenAI Gym` | `openaigym` | | `OpenAI Gym` | `openaigym` |
@ -1208,6 +1184,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `OpenGL` | `opengl` | | `OpenGL` | `opengl` |
| `OpenID` | `openid` | | `OpenID` | `openid` |
| `Openlayers` | `openlayers` | | `Openlayers` | `openlayers` |
| `OpenNebula` | `opennebula` |
| `OpenSSL` | `openssl` | | `OpenSSL` | `openssl` |
| `OpenStack` | `openstack` | | `OpenStack` | `openstack` |
| `OpenStreetMap` | `openstreetmap` | | `OpenStreetMap` | `openstreetmap` |
@ -1232,7 +1209,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `OWASP` | `owasp` | | `OWASP` | `owasp` |
| `Oxygen` | `oxygen` | | `Oxygen` | `oxygen` |
| `OYO` | `oyo` | | `OYO` | `oyo` |
| `p5.js` | `p5-dot-js` | | `p5.js` | `p5dotjs` |
| `Packagist` | `packagist` | | `Packagist` | `packagist` |
| `Pagekit` | `pagekit` | | `Pagekit` | `pagekit` |
| `PagerDuty` | `pagerduty` | | `PagerDuty` | `pagerduty` |
@ -1244,7 +1221,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Pandora` | `pandora` | | `Pandora` | `pandora` |
| `Pantheon` | `pantheon` | | `Pantheon` | `pantheon` |
| `Parity Substrate` | `paritysubstrate` | | `Parity Substrate` | `paritysubstrate` |
| `Parse.ly` | `parse-dot-ly` | | `Parse.ly` | `parsedotly` |
| `Passport` | `passport` | | `Passport` | `passport` |
| `Pastebin` | `pastebin` | | `Pastebin` | `pastebin` |
| `Patreon` | `patreon` | | `Patreon` | `patreon` |
@ -1258,7 +1235,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Peloton` | `peloton` | | `Peloton` | `peloton` |
| `Pepsi` | `pepsi` | | `Pepsi` | `pepsi` |
| `Perforce` | `perforce` | | `Perforce` | `perforce` |
| `Periscope` | `periscope` |
| `Perl` | `perl` | | `Perl` | `perl` |
| `Peugeot` | `peugeot` | | `Peugeot` | `peugeot` |
| `Pexels` | `pexels` | | `Pexels` | `pexels` |
@ -1271,14 +1247,13 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Photopea` | `photopea` | | `Photopea` | `photopea` |
| `PHP` | `php` | | `PHP` | `php` |
| `PhpStorm` | `phpstorm` | | `PhpStorm` | `phpstorm` |
| `Pi-hole` | `pi-hole` | | `Pi-hole` | `pihole` |
| `Picarto.TV` | `picarto-dot-tv` | | `Picarto.TV` | `picartodottv` |
| `Picnic` | `picnic` | | `Picnic` | `picnic` |
| `PicPay` | `picpay` | | `PicPay` | `picpay` |
| `Pimcore` | `pimcore` | | `Pimcore` | `pimcore` |
| `Pinboard` | `pinboard` | | `Pinboard` | `pinboard` |
| `Pingdom` | `pingdom` | | `Pingdom` | `pingdom` |
| `Pingup` | `pingup` |
| `Pinterest` | `pinterest` | | `Pinterest` | `pinterest` |
| `Pioneer DJ` | `pioneerdj` | | `Pioneer DJ` | `pioneerdj` |
| `Pivotal Tracker` | `pivotaltracker` | | `Pivotal Tracker` | `pivotaltracker` |
@ -1291,7 +1266,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Platzi` | `platzi` | | `Platzi` | `platzi` |
| `PlayCanvas` | `playcanvas` | | `PlayCanvas` | `playcanvas` |
| `Player FM` | `playerfm` | | `Player FM` | `playerfm` |
| `Player.me` | `player-dot-me` | | `Player.me` | `playerdotme` |
| `PlayStation` | `playstation` | | `PlayStation` | `playstation` |
| `PlayStation 2` | `playstation2` | | `PlayStation 2` | `playstation2` |
| `PlayStation 3` | `playstation3` | | `PlayStation 3` | `playstation3` |
@ -1315,7 +1290,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Pokémon` | `pokemon` | | `Pokémon` | `pokemon` |
| `Poly` | `poly` | | `Poly` | `poly` |
| `Polymer Project` | `polymerproject` | | `Polymer Project` | `polymerproject` |
| `Pop!_OS` | `pop_os` | | `Pop!_OS` | `popos` |
| `Porsche` | `porsche` | | `Porsche` | `porsche` |
| `PostCSS` | `postcss` | | `PostCSS` | `postcss` |
| `PostgreSQL` | `postgresql` | | `PostgreSQL` | `postgresql` |
@ -1324,8 +1299,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Power BI` | `powerbi` | | `Power BI` | `powerbi` |
| `POWERS` | `powers` | | `POWERS` | `powers` |
| `PowerShell` | `powershell` | | `PowerShell` | `powershell` |
| `pr.co` | `pr-dot-co` | | `pr.co` | `prdotco` |
| `pre-commit` | `pre-commit` | | `pre-commit` | `precommit` |
| `Premier League` | `premierleague` | | `Premier League` | `premierleague` |
| `PrestaShop` | `prestashop` | | `PrestaShop` | `prestashop` |
| `Presto` | `presto` | | `Presto` | `presto` |
@ -1345,8 +1320,8 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Progress` | `progress` | | `Progress` | `progress` |
| `Prometheus` | `prometheus` | | `Prometheus` | `prometheus` |
| `ProSieben` | `prosieben` | | `ProSieben` | `prosieben` |
| `Proto.io` | `proto-dot-io` | | `Proto.io` | `protodotio` |
| `protocols.io` | `protocols-dot-io` | | `protocols.io` | `protocolsdotio` |
| `ProtonDB` | `protondb` | | `ProtonDB` | `protondb` |
| `ProtonMail` | `protonmail` | | `ProtonMail` | `protonmail` |
| `ProtonVPN` | `protonvpn` | | `ProtonVPN` | `protonvpn` |
@ -1380,7 +1355,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Qualtrics` | `qualtrics` | | `Qualtrics` | `qualtrics` |
| `Quantcast` | `quantcast` | | `Quantcast` | `quantcast` |
| `QuantConnect` | `quantconnect` | | `QuantConnect` | `quantconnect` |
| `Quantopian` | `quantopian` |
| `Quarkus` | `quarkus` | | `Quarkus` | `quarkus` |
| `Quasar` | `quasar` | | `Quasar` | `quasar` |
| `Qubes OS` | `qubesos` | | `Qubes OS` | `qubesos` |
@ -1417,19 +1391,19 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Reddit` | `reddit` | | `Reddit` | `reddit` |
| `Redis` | `redis` | | `Redis` | `redis` |
| `Redux` | `redux` | | `Redux` | `redux` |
| `Redux-Saga` | `redux-saga` | | `Redux-Saga` | `reduxsaga` |
| `RedwoodJS` | `redwoodjs` | | `RedwoodJS` | `redwoodjs` |
| `Reliance Industries Limited` | `relianceindustrieslimited` | | `Reliance Industries Limited` | `relianceindustrieslimited` |
| `Ren'Py` | `renpy` | | `Ren'Py` | `renpy` |
| `Renault` | `renault` | | `Renault` | `renault` |
| `RenovateBot` | `renovatebot` | | `RenovateBot` | `renovatebot` |
| `Renren` | `renren` | | `Renren` | `renren` |
| `repl.it` | `repl-dot-it` | | `Replit` | `replit` |
| `ResearchGate` | `researchgate` | | `ResearchGate` | `researchgate` |
| `Resurrection Remix OS` | `resurrectionremixos` | | `Resurrection Remix OS` | `resurrectionremixos` |
| `RetroArch` | `retroarch` | | `RetroArch` | `retroarch` |
| `RetroPie` | `retropie` | | `RetroPie` | `retropie` |
| `reveal.js` | `reveal-dot-js` | | `reveal.js` | `revealdotjs` |
| `ReverbNation` | `reverbnation` | | `ReverbNation` | `reverbnation` |
| `Revolut` | `revolut` | | `Revolut` | `revolut` |
| `Revue` | `revue` | | `Revue` | `revue` |
@ -1444,10 +1418,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Roam Research` | `roamresearch` | | `Roam Research` | `roamresearch` |
| `Roblox` | `roblox` | | `Roblox` | `roblox` |
| `Robot Framework` | `robotframework` | | `Robot Framework` | `robotframework` |
| `Rocket.Chat` | `rocket-dot-chat` | | `Rocket.Chat` | `rocketdotchat` |
| `Roku` | `roku` | | `Roku` | `roku` |
| `Rolls-Royce` | `rolls-royce` | | `Rolls-Royce` | `rollsroyce` |
| `rollup.js` | `rollup-dot-js` | | `rollup.js` | `rollupdotjs` |
| `Roots` | `roots` | | `Roots` | `roots` |
| `Roots Bedrock` | `rootsbedrock` | | `Roots Bedrock` | `rootsbedrock` |
| `Roots Sage` | `rootssage` | | `Roots Sage` | `rootssage` |
@ -1478,12 +1452,12 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `São Paulo Metro` | `saopaulometro` | | `São Paulo Metro` | `saopaulometro` |
| `SAP` | `sap` | | `SAP` | `sap` |
| `Sass` | `sass` | | `Sass` | `sass` |
| `Sat.1` | `sat-dot-1` | | `Sat.1` | `sat1` |
| `Sauce Labs` | `saucelabs` | | `Sauce Labs` | `saucelabs` |
| `Scala` | `scala` | | `Scala` | `scala` |
| `Scaleway` | `scaleway` | | `Scaleway` | `scaleway` |
| `Scania` | `scania` | | `Scania` | `scania` |
| `scikit-learn` | `scikit-learn` | | `scikit-learn` | `scikitlearn` |
| `SciPy` | `scipy` | | `SciPy` | `scipy` |
| `Scopus` | `scopus` | | `Scopus` | `scopus` |
| `Scratch` | `scratch` | | `Scratch` | `scratch` |
@ -1501,7 +1475,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Sellfy` | `sellfy` | | `Sellfy` | `sellfy` |
| `Semantic UI React` | `semanticuireact` | | `Semantic UI React` | `semanticuireact` |
| `Semantic Web` | `semanticweb` | | `Semantic Web` | `semanticweb` |
| `semantic-release` | `semantic-release` | | `semantic-release` | `semanticrelease` |
| `Semaphore CI` | `semaphoreci` | | `Semaphore CI` | `semaphoreci` |
| `SemVer` | `semver` | | `SemVer` | `semver` |
| `Sencha` | `sencha` | | `Sencha` | `sencha` |
@ -1518,7 +1492,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Shell` | `shell` | | `Shell` | `shell` |
| `Shelly` | `shelly` | | `Shelly` | `shelly` |
| `Shenzhen Metro` | `shenzhenmetro` | | `Shenzhen Metro` | `shenzhenmetro` |
| `Shields.io` | `shields-dot-io` | | `Shields.io` | `shieldsdotio` |
| `Shikimori` | `shikimori` | | `Shikimori` | `shikimori` |
| `Shopify` | `shopify` | | `Shopify` | `shopify` |
| `Shopware` | `shopware` | | `Shopware` | `shopware` |
@ -1551,6 +1525,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `SlideShare` | `slideshare` | | `SlideShare` | `slideshare` |
| `smart` | `smart` | | `smart` | `smart` |
| `SmartThings` | `smartthings` | | `SmartThings` | `smartthings` |
| `smash.gg` | `smashdotgg` |
| `Smashing Magazine` | `smashingmagazine` | | `Smashing Magazine` | `smashingmagazine` |
| `SMRT` | `smrt` | | `SMRT` | `smrt` |
| `SmugMug` | `smugmug` | | `SmugMug` | `smugmug` |
@ -1559,7 +1534,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Snowflake` | `snowflake` | | `Snowflake` | `snowflake` |
| `Snyk` | `snyk` | | `Snyk` | `snyk` |
| `Society6` | `society6` | | `Society6` | `society6` |
| `Socket.io` | `socket-dot-io` | | `Socket.io` | `socketdotio` |
| `Sogou` | `sogou` | | `Sogou` | `sogou` |
| `Solidity` | `solidity` | | `Solidity` | `solidity` |
| `SoloLearn` | `sololearn` | | `SoloLearn` | `sololearn` |
@ -1595,7 +1570,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Spreaker` | `spreaker` | | `Spreaker` | `spreaker` |
| `Spring` | `spring` | | `Spring` | `spring` |
| `Spring Boot` | `springboot` | | `Spring Boot` | `springboot` |
| `Sprint` | `sprint` |
| `Spyder IDE` | `spyderide` | | `Spyder IDE` | `spyderide` |
| `SQLite` | `sqlite` | | `SQLite` | `sqlite` |
| `Square` | `square` | | `Square` | `square` |
@ -1614,7 +1588,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Starship` | `starship` | | `Starship` | `starship` |
| `STARZ` | `starz` | | `STARZ` | `starz` |
| `Statamic` | `statamic` | | `Statamic` | `statamic` |
| `Staticman` | `staticman` |
| `Statuspage` | `statuspage` | | `Statuspage` | `statuspage` |
| `Statuspal` | `statuspal` | | `Statuspal` | `statuspal` |
| `Steam` | `steam` | | `Steam` | `steam` |
@ -1628,7 +1601,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Stimulus` | `stimulus` | | `Stimulus` | `stimulus` |
| `Stitcher` | `stitcher` | | `Stitcher` | `stitcher` |
| `STMicroelectronics` | `stmicroelectronics` | | `STMicroelectronics` | `stmicroelectronics` |
| `Storify` | `storify` |
| `Storyblok` | `storyblok` | | `Storyblok` | `storyblok` |
| `Storybook` | `storybook` | | `Storybook` | `storybook` |
| `Strapi` | `strapi` | | `Strapi` | `strapi` |
@ -1637,7 +1609,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Stripe` | `stripe` | | `Stripe` | `stripe` |
| `strongSwan` | `strongswan` | | `strongSwan` | `strongswan` |
| `StubHub` | `stubhub` | | `StubHub` | `stubhub` |
| `styled-components` | `styled-components` | | `styled-components` | `styledcomponents` |
| `stylelint` | `stylelint` | | `stylelint` | `stylelint` |
| `StyleShare` | `styleshare` | | `StyleShare` | `styleshare` |
| `Stylus` | `stylus` | | `Stylus` | `stylus` |
@ -1665,7 +1637,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Symphony` | `symphony` | | `Symphony` | `symphony` |
| `SymPy` | `sympy` | | `SymPy` | `sympy` |
| `Synology` | `synology` | | `Synology` | `synology` |
| `T-Mobile` | `t-mobile` | | `T-Mobile` | `tmobile` |
| `Tableau` | `tableau` | | `Tableau` | `tableau` |
| `tado°` | `tado` | | `tado°` | `tado` |
| `Tails` | `tails` | | `Tails` | `tails` |
@ -1687,7 +1659,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Telegram` | `telegram` | | `Telegram` | `telegram` |
| `Telegraph` | `telegraph` | | `Telegraph` | `telegraph` |
| `Tencent QQ` | `tencentqq` | | `Tencent QQ` | `tencentqq` |
| `Tencent Weibo` | `tencentweibo` |
| `TensorFlow` | `tensorflow` | | `TensorFlow` | `tensorflow` |
| `Teradata` | `teradata` | | `Teradata` | `teradata` |
| `teratail` | `teratail` | | `teratail` | `teratail` |
@ -1707,7 +1678,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `The Washington Post` | `thewashingtonpost` | | `The Washington Post` | `thewashingtonpost` |
| `Thingiverse` | `thingiverse` | | `Thingiverse` | `thingiverse` |
| `ThinkPad` | `thinkpad` | | `ThinkPad` | `thinkpad` |
| `Three.js` | `three-dot-js` | | `Three.js` | `threedotjs` |
| `Threema` | `threema` | | `Threema` | `threema` |
| `Thumbtack` | `thumbtack` | | `Thumbtack` | `thumbtack` |
| `Thunderbird` | `thunderbird` | | `Thunderbird` | `thunderbird` |
@ -1715,6 +1686,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Ticketmaster` | `ticketmaster` | | `Ticketmaster` | `ticketmaster` |
| `Tidal` | `tidal` | | `Tidal` | `tidal` |
| `Tide` | `tide` | | `Tide` | `tide` |
| `TietoEVRY` | `tietoevry` |
| `TikTok` | `tiktok` | | `TikTok` | `tiktok` |
| `Tile` | `tile` | | `Tile` | `tile` |
| `Timescale` | `timescale` | | `Timescale` | `timescale` |
@ -1731,7 +1703,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Tor Project` | `torproject` | | `Tor Project` | `torproject` |
| `Toshiba` | `toshiba` | | `Toshiba` | `toshiba` |
| `Toyota` | `toyota` | | `Toyota` | `toyota` |
| `TP-Link` | `tp-link` | | `TP-Link` | `tplink` |
| `tqdm` | `tqdm` | | `tqdm` | `tqdm` |
| `TrainerRoad` | `trainerroad` | | `TrainerRoad` | `trainerroad` |
| `Trakt` | `trakt` | | `Trakt` | `trakt` |
@ -1745,7 +1717,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Treyarch` | `treyarch` | | `Treyarch` | `treyarch` |
| `Triller` | `triller` | | `Triller` | `triller` |
| `Trino` | `trino` | | `Trino` | `trino` |
| `Trip.com` | `trip-dot-com` | | `Trip.com` | `tripdotcom` |
| `Tripadvisor` | `tripadvisor` | | `Tripadvisor` | `tripadvisor` |
| `Trove` | `trove` | | `Trove` | `trove` |
| `TrueNAS` | `truenas` | | `TrueNAS` | `truenas` |
@ -1754,7 +1726,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Trustpilot` | `trustpilot` | | `Trustpilot` | `trustpilot` |
| `Try It Online` | `tryitonline` | | `Try It Online` | `tryitonline` |
| `TryHackMe` | `tryhackme` | | `TryHackMe` | `tryhackme` |
| `ts-node` | `ts-node` | | `ts-node` | `tsnode` |
| `TUI` | `tui` | | `TUI` | `tui` |
| `Tumblr` | `tumblr` | | `Tumblr` | `tumblr` |
| `TuneIn` | `tunein` | | `TuneIn` | `tunein` |
@ -1821,8 +1793,6 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Vim` | `vim` | | `Vim` | `vim` |
| `Vimeo` | `vimeo` | | `Vimeo` | `vimeo` |
| `Vimeo Livestream` | `vimeolivestream` | | `Vimeo Livestream` | `vimeolivestream` |
| `Vine` | `vine` |
| `Virb` | `virb` |
| `VirtualBox` | `virtualbox` | | `VirtualBox` | `virtualbox` |
| `VirusTotal` | `virustotal` | | `VirusTotal` | `virustotal` |
| `Visa` | `visa` | | `Visa` | `visa` |
@ -1840,7 +1810,7 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Vonage` | `vonage` | | `Vonage` | `vonage` |
| `VOX` | `vox` | | `VOX` | `vox` |
| `VSCO` | `vsco` | | `VSCO` | `vsco` |
| `Vue.js` | `vue-dot-js` | | `Vue.js` | `vuedotjs` |
| `Vuetify` | `vuetify` | | `Vuetify` | `vuetify` |
| `Vulkan` | `vulkan` | | `Vulkan` | `vulkan` |
| `Vultr` | `vultr` | | `Vultr` | `vultr` |
@ -1849,14 +1819,15 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `WakaTime` | `wakatime` | | `WakaTime` | `wakatime` |
| `WALKMAN` | `walkman` | | `WALKMAN` | `walkman` |
| `Wappalyzer` | `wappalyzer` | | `Wappalyzer` | `wappalyzer` |
| `Warner Bros.` | `warnerbros-dot` | | `Warner Bros.` | `warnerbros` |
| `Wattpad` | `wattpad` | | `Wattpad` | `wattpad` |
| `Waze` | `waze` | | `Waze` | `waze` |
| `Wear OS` | `wearos` | | `Wear OS` | `wearos` |
| `Weasyl` | `weasyl` | | `Weasyl` | `weasyl` |
| `Web3.js` | `web3dotjs` |
| `WebAssembly` | `webassembly` | | `WebAssembly` | `webassembly` |
| `WebAuthn` | `webauthn` | | `WebAuthn` | `webauthn` |
| `webcomponents.org` | `webcomponents-dot-org` | | `webcomponents.org` | `webcomponentsdotorg` |
| `WebdriverIO` | `webdriverio` | | `WebdriverIO` | `webdriverio` |
| `Webflow` | `webflow` | | `Webflow` | `webflow` |
| `WebGL` | `webgl` | | `WebGL` | `webgl` |
@ -1867,8 +1838,9 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Webpack` | `webpack` | | `Webpack` | `webpack` |
| `WebRTC` | `webrtc` | | `WebRTC` | `webrtc` |
| `WebStorm` | `webstorm` | | `WebStorm` | `webstorm` |
| `WEBTOON` | `webtoon` |
| `WeChat` | `wechat` | | `WeChat` | `wechat` |
| `Weights & Biases` | `weights-and-biases` | | `Weights & Biases` | `weightsandbiases` |
| `WEMO` | `wemo` | | `WEMO` | `wemo` |
| `WeTransfer` | `wetransfer` | | `WeTransfer` | `wetransfer` |
| `WhatsApp` | `whatsapp` | | `WhatsApp` | `whatsapp` |
@ -1904,11 +1876,10 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `World Health Organization` | `worldhealthorganization` | | `World Health Organization` | `worldhealthorganization` |
| `WP Engine` | `wpengine` | | `WP Engine` | `wpengine` |
| `WP Rocket` | `wprocket` | | `WP Rocket` | `wprocket` |
| `write.as` | `write-dot-as` | | `write.as` | `writedotas` |
| `WWE` | `wwe` | | `WWE` | `wwe` |
| `Wwise` | `wwise` | | `Wwise` | `wwise` |
| `X-Pack` | `x-pack` | | `X.Org` | `xdotorg` |
| `X.Org` | `x-dot-org` |
| `Xamarin` | `xamarin` | | `Xamarin` | `xamarin` |
| `XAML` | `xaml` | | `XAML` | `xaml` |
| `XAMPP` | `xampp` | | `XAMPP` | `xampp` |
@ -1930,17 +1901,16 @@ update the script at 'scripts/release/update-slugs-table.js'.
| `Yamaha Corporation` | `yamahacorporation` | | `Yamaha Corporation` | `yamahacorporation` |
| `Yamaha Motor Corporation` | `yamahamotorcorporation` | | `Yamaha Motor Corporation` | `yamahamotorcorporation` |
| `Yammer` | `yammer` | | `Yammer` | `yammer` |
| `Yandex` | `yandex` |
| `Yarn` | `yarn` | | `Yarn` | `yarn` |
| `Yelp` | `yelp` | | `Yelp` | `yelp` |
| `Yoast` | `yoast` | | `Yoast` | `yoast` |
| `YourTravel.TV` | `yourtravel-dot-tv` | | `YourTravel.TV` | `yourtraveldottv` |
| `YouTube` | `youtube` | | `YouTube` | `youtube` |
| `YouTube Gaming` | `youtubegaming` | | `YouTube Gaming` | `youtubegaming` |
| `YouTube Music` | `youtubemusic` | | `YouTube Music` | `youtubemusic` |
| `YouTube Studio` | `youtubestudio` | | `YouTube Studio` | `youtubestudio` |
| `YouTube TV` | `youtubetv` | | `YouTube TV` | `youtubetv` |
| `Z-Wave` | `z-wave` | | `Z-Wave` | `zwave` |
| `Zalando` | `zalando` | | `Zalando` | `zalando` |
| `Zapier` | `zapier` | | `Zapier` | `zapier` |
| `ZDF` | `zdf` | | `ZDF` | `zdf` |