Dependency Lockfile
Also called: Lockfile
A file that records the exact versions and resolved dependencies of a project to ensure reproducible and consistent builds across environments.
Explore more about Developer Utilities
Related terms
The process of declaring, installing, updating, and maintaining the external libraries and packages required by a software project.
Package ManagerA tool that automates installing, updating, removing, and managing software packages and their dependencies in a development environment.
Package RegistryA service that stores and distributes software packages, allowing developers and package managers to publish, discover, and install dependencies.
Configuration FileA file that stores settings, parameters, and options used to configure the behavior of an application, tool, or system.
Build ToolA software tool that automates compiling, packaging, testing, and other build tasks required to produce deployable applications.