This file is indexed.

/usr/lib/nodejs/posix-getopt/package.json is in node-posix-getopt 1.2.0+20150728-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
{
	"name": "posix-getopt",
	"version": "1.2.0",
	"description": "POSIX-style getopt()",
	"author": "Dave Pacheco (dap@cs.brown.edu)",
	"engines": {
		"node": "*"
	},
	"scripts": {
		"test": "for f in tests/*.js; do echo \"$f\"; node \"$f\" || exit 1; done"
	},
	"main": "./lib/getopt",
	"repository": {
		"type": "git",
		"url": "git://github.com/davepacheco/node-getopt.git"
	},
	"license": "MIT"
}