module Packages

Nested Classes and Modules

class Configuration

Loads and validates Web Packages settings from a project's package.json file.

class Controller

Coordinates package-manager commands and static package deployment for a project.

class Error

The base class for Web Packages failures.

class ConfigurationError

Raised when project or package configuration is invalid.

class PackageError

Raised when an installed package cannot be materialized safely.

class CheckError

Raised when generated static packages are missing or out of date.

class Manifest

Records the content and import mappings of a static package projection.

class Package

Describes how one installed Node.js package is exposed as static files.

class PackageManager

Detects and invokes npm-compatible package managers without replacing them.

class Projection

Builds and validates deterministic static projections of installed packages.