As far as I’m aware, it’s only a part of the Sublime app bundle, so apart from re-installing the App the only other way to get it would be to download the latest version of the app, look inside of it and copy the file out, but that’s more work than just reinstalling.
Packages in Sublime are stored in three places; inside of the installation location of Sublime itself (the packages that ship with Sublime and are common to everyone that installs Sublime), the Installed Packages
folder (which contains sublime-package
files for packages installed by Package Control) and the Packages
folder (which contains folders and loose files for packages); this is covered in more detail in this video as well.
Your customizations to Sublime (preferences, key bindings, and package settings) are stored in your User
package, which is stored in the Packages
folder.
If you use Sublime Text > Preferences > Browse Packages
from the menu, it will open the Packages
folder in Finder. In doing so you’ll see that this is actually stored in your home directory and not inside of the Applications directory; that’s specifically so that you can reinstall Sublime (and so that it can upgrade itself by replacing the application) without disrupting your settings. It’s also the reason why reinstalling Sublime in order to fix problems generally has no effect on anything at all, because most problems are related to packages that you’ve installed and upgrading Sublime doesn’t touch that.
It’s technically possible to set up a portable build of Sublime on MacOS (Windows is the only version that is distributed that way out of the box), in which case the configuration is stored inside of the Application folder.
In any case, if you’re in doubt use the menu command above and go up enough levels to be able to get to the parent Sublime Text 3 folder, and make a backup of it; you could then put it back if anything goes wrong.