This file is indexed.

/usr/lib/nodejs/crc32/package.json is in node-crc32 0.2.2-2.

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
{
	"author": "T. Jameson Little <t.jameson.little@gmail.com>",
	"name": "crc32",
	"description": "CRC-32 implemented in JavaScript",
	"version": "0.2.2",
	"repository": {
		"type": "git",
		"url": "http://github.com/beatgammit/crc32.git"
	},
	"main": "./lib/crc32.js",
	"bin": {
		"crc32": "./bin/runner.js"
	},
	"scripts": {
		"test": "cd test ; ./runTests.sh"
	},
	"engines": {
		"node": ">= 0.4.0"
	},
	"dependencies": {},
	"devDependencies": {}
}