Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Modules to collect and manipulate Deno dependencies and updates
Create a new partial lock for the given dependency updated.
Extract the partial lock for the given JSR or NPM package from a lockfile.
Stringify the given lockfile object.
Parse the given lockfile content.
Query the locked version of the given dependency from the lockfile.
Parse an import map from the given JSON string.
Read and parse a JSON including import maps from the given file path or URL.
Collect dependencies from the given source, sorted by name.
Create a new git command to commit the updated dependency.
Information about the source of the dependency.
Type of the source of the dependency.
Locator of the source of the dependency.
Span of the dependency in the source code.
Rewrite the content of the source code to update the dependency.
Parsed components of a dependency specifier, being consistent with the
response from the dependencies
endpoint of the JSR registry API.
Returns an identifier of the given dependency.
Parse components of the dependency from the given specifier.
Convert the given dependency to a URL string.
Try to parse a dependency from a string representation.
Parsed components of a dependency specifier, being consistent with the
response from the dependencies
endpoint of the JSR registry API.