This file is indexed.

/usr/lib/nodejs/unicode-10.0.0/package.json is in node-unicode-10.0.0 0~20180223+gitd542555-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
20
21
22
23
24
25
26
27
28
29
{
	"name": "unicode-10.0.0",
	"version": "0.7.5",
	"description": "JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v10.0.0’s categories, scripts, blocks, bidi, and other properties.",
	"homepage": "https://github.com/mathiasbynens/unicode-10.0.0",
	"main": "index.js",
	"keywords": [
		"unicode",
		"unicode-data",
		"code points",
		"symbols",
		"characters",
		"bidi",
		"case-folding",
		"regex",
		"regexp",
		"data"
	],
	"license": "MIT",
	"author": {
		"name": "Mathias Bynens",
		"url": "https://mathiasbynens.be/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/mathiasbynens/unicode-10.0.0.git"
	},
	"bugs": "https://github.com/mathiasbynens/node-unicode-data/issues"
}