The package
module
The package
module provides the infrastructure for the package system.
Fields
path: list[string]
The path
field is a list of directories that are searched for packages by import
.
loaded: table[string, callable]
The loaded
field is a table of packages that have been loaded by import
.