Module registry

Source

Structs§

NpmDependencyEntry
NpmDependencyEntryError
NpmPackageInfo
NpmPackageVersionDistInfo
NpmPackageVersionInfo
NpmPeerDependencyMeta
TestNpmRegistryApi
A simple in-memory implementation of the NpmRegistryApi that can be used for testing purposes. This does not use #[cfg(test)] because that is not supported across crates.

Enums§

NpmDependencyEntryErrorSource
NpmDependencyEntryKind
NpmPackageVersionBinEntry
NpmPackageVersionDistInfoIntegrity
NpmRegistryPackageInfoLoadError
Error that occurs when loading the package info from the npm registry fails.

Traits§

NpmRegistryApi
A trait for getting package information from the npm registry.