This file is indexed.

/usr/share/lua/5.1/xavante/encoding.lua is in xavante 2.3.0-1.

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
 7
 8
 9
10
11
12
13
14
15
16
-----------------------------------------------------------------------------
-- Xavante Content-Encondings
--
-- Authors: Javier Guerra and Andre Carregal
-- Copyright (c) 2004-2007 Kepler Project
--
-- $Id: encoding.lua,v 1.2 2007/01/12 17:50:03 carregal Exp $
-----------------------------------------------------------------------------

local xavante = require "xavante"

xavante.encodings = {
  svgz = "x-gzip",
}

return xavante.encodings