How to find out the Composer package's name for a Mage2.PRO extension?

Step 1

Open the repotory’s page in GitHub. E.g.: https://github.com/mage2pro/stripe

Step 2

Open the composer.json file:

Step 3

See the value of the name field. It is the package’s name.

An example: