This file is indexed.

/usr/share/lua/5.1/cliargs/constants.lua is in lua-cliargs 3.0-1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
return {
  TYPE_COMMAND  = 'command',
  TYPE_ARGUMENT = 'argument',
  TYPE_SPLAT    = 'splat',
  TYPE_OPTION   = 'option',
}