# Functions
DefaultConfig returns the default configuration for the extractor.
New returns a requirements.txt extractor.
Parse returns a struct representing the structure of a .NET project's packages.lock.json file.
# Constants
Name is the unique name of this extractor.
# Structs
Config is the configuration for the Extractor.
Extractor extracts packages from inside a packages.lock.json.
PackageInfo represents a single package's info, including its resolved version, and its dependencies.
PackagesLockJSON represents the `packages.lock.json` file generated from running `dotnet restore --use-lock-file`.