This file is indexed.

/usr/lib/nodejs/electron-to-chromium/chromium-versions.js is in node-electron-to-chromium 1.3.21-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
17
18
19
module.exports = {
	"39": "0.20",
	"40": "0.21",
	"41": "0.21",
	"42": "0.25",
	"43": "0.27",
	"44": "0.30",
	"45": "0.31",
	"47": "0.36",
	"49": "0.37",
	"50": "1.1",
	"51": "1.2",
	"52": "1.3",
	"53": "1.4",
	"54": "1.4",
	"56": "1.6",
	"58": "1.7",
	"59": "1.8"
};