This file is indexed.

/usr/lib/nodejs/grunt-known-options/package.json is in node-grunt-known-options 1.1.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
17
18
19
20
{
  "name": "grunt-known-options",
  "description": "The known options used in Grunt",
  "version": "1.1.0",
  "author": "Grunt Development Team (http://gruntjs.com/development-team)",
  "homepage": "http://gruntjs.com/",
  "repository": "gruntjs/grunt-known-options",
  "license": "MIT",
  "engines": {
    "node": ">=0.10.0"
  },
  "main": "index.js",
  "dependencies": {
  },
  "devDependencies": {
  },
  "files": [
    "index.js"
  ]
}