This file is indexed.

/usr/lib/nodejs/require-main-filename/package.json is in node-require-main-filename 1.0.1-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
30
{
  "name": "require-main-filename",
  "version": "1.0.1",
  "description": "shim for require.main.filename() that works in as many environments as possible",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "tap --coverage test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  },
  "keywords": [
    "require",
    "shim",
    "iisnode"
  ],
  "author": "Ben Coe <ben@npmjs.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/yargs/require-main-filename/issues"
  },
  "homepage": "https://github.com/yargs/require-main-filename#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "standard": "^6.0.5",
    "tap": "^5.2.0"
  }
}