Lock file
Term side of the Card
Topic: Package Managers
Unit title: Lock file
Categories: File, Concept
Explanation side of the Card
Explanation: The file generated by package managers to lock the specific versions of a project's dependencies and their entire dependency tree. It ensures that all environments, from development to production, install identical package versions, preventing unexpected issues caused by updates. Files of this type also improve installation speed by bypassing version resolution for locked dependencies.