Sublime Text is a lightweight code editor released in 2008 by Jon Skinner, known for millisecond startup, Goto Anything, and multi-select editing, with Package Control offering 6,000+ packages and a $99 one-time license.
pip is the official Python package installer maintained by PyPA since 2008, installing 300,000+ open source packages from the PyPI index and integrating with venv as the standard dependency management entry point.
npm is a JavaScript package manager founded in 2010 in San Francisco, USA, and the default tool for Node.js. Its registry hosts 2M+ open-source packages with 1B+ weekly downloads.
Bun is an open-source JavaScript all-in-one toolkit created by Jarred Sumner in 2022, combining a runtime, package manager, bundler, and test runner, starting up 4x faster than Node.js for high-performance JavaScript development.
Yarn is an open-source JavaScript package manager released by Facebook (Meta) in 2016, compatible with the npm ecosystem, known for deterministic yarn.lock, offline caching, and Workspaces, typically 2x faster than npm.
NuGet is the official package manager for the .NET ecosystem introduced by Microsoft in 2010, with nuget.org hosting 100K+ packages and deep integration with Visual Studio and dotnet CLI.