Crate deno_npm_installer

Crate deno_npm_installer 

Source

Modules§

graph
initializer
lifecycle_scripts
package_json
process_state
resolution

Structs§

BinEntries
CachedNpmPackageExtraInfoProvider
ExpectedExtraInfo
LifecycleScriptsConfig
Info needed to run NPM lifecycle scripts
LocalSetupCache
It is very slow to try to re-setup the symlinks each time, so this will cache what we’ve setup on the last run and only update what is necessary. Obviously this could lead to issues if the cache gets out of date with the file system, such as if the user manually deletes a symlink.
LogReporter
NpmInstaller
NpmInstallerFactory
NpmInstallerFactoryOptions
NpmPackageExtraInfoProvider

Enums§

BinEntriesError
PackageCaching
PackagesAllowedScripts
The set of npm packages that are allowed to run lifecycle scripts.

Traits§

InstallProgressReporter
InstallReporter
NpmInstallerFactorySys
NpmInstallerSys
Reporter