The standard Lua package package
is added some information about
packages loaded by LuaX.
package.modpath -- { module_name = module_path }
table containing the names of the loaded packages and their actual paths.
package.modpath
contains the names of the packages loaded byrequire
,dofile
,loadfile
andimport
.