Skip to main content

@molt/core@0.19.8
Built and signed on GitHub Actions

Modules to collect and manipulate Deno dependencies and updates

This package works with Deno
This package works with Deno
JSR Score
64%
Published
8 months ago (0.19.8)
f
collect
No documentation available
I
CollectOptions
No documentation available
I
DependencyBump
No documentation available
f
get
No documentation available
f
create

Create a new partial lock for the given dependency updated.

v
empty
No documentation available
f
extract

Extract the partial lock for the given JSR or NPM package from a lockfile.

f
format

Stringify the given lockfile object.

f
parse

Parse the given lockfile content.

f
query

Query the locked version of the given dependency from the lockfile.

v
VERSION
No documentation available
I
ImportMapJson
No documentation available
f
parseImportMapJson

Parse an import map from the given JSON string.

f
readImportMapJson

Read and parse a JSON including import maps from the given file path or URL.

f
collect

Collect dependencies from the given source, sorted by name.

f
commit

Create a new git command to commit the updated dependency.

I
DependencyRef

Representation of a reference to a dependency.

T
DependencySource

Information about the source of the dependency.

T
DependencySourceKind

Type of the source of the dependency.

T
DependencySourceLocator

Locator of the source of the dependency.

I
GitCommandOptions

Options for committing the updated dependency.

T
RangeJson

Span of the dependency in the source code.

f
rewrite

Rewrite the content of the source code to update the dependency.

T
DependencyKind
No documentation available
I
DependencySpec

Parsed components of a dependency specifier, being consistent with the response from the dependencies endpoint of the JSR registry API.

f
identify

Returns an identifier of the given dependency.

v
isDependencySpec
No documentation available
f
isRemote
No documentation available
f
parse

Parse components of the dependency from the given specifier.

f
stringify

Convert the given dependency to a URL string.

I
StringifyOptions
No documentation available
f
tryParse

Try to parse a dependency from a string representation.

I
Dependency
No documentation available
I
DependencyBump
No documentation available
T
DependencyKind
No documentation available
I
DependencyRef

Representation of a reference to a dependency.

I
DependencySpec

Parsed components of a dependency specifier, being consistent with the response from the dependencies endpoint of the JSR registry API.

I
DependencyState
No documentation available
I
DependencyUpdate
No documentation available
I
Update
No documentation available
I
VersionBump
No documentation available
I
DependencyState
No documentation available
I
DependencyUpdate
No documentation available
f
get

Try resolving the latest version of the given dep.