This file is indexed.

/usr/lib/nodejs/encoding/package.json is in node-encoding 0.1.12-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
{
  "name": "encoding",
  "version": "0.1.12",
  "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
  "main": "lib/encoding.js",
  "scripts": {
    "test": "nodeunit test"
  },
  "repository": "https://github.com/andris9/encoding.git",
  "author": "Andris Reinman",
  "license": "MIT",
  "dependencies": {
    "iconv-lite": "~0.4.13"
  },
  "devDependencies": {
    "iconv": "~2.1.11",
    "nodeunit": "~0.9.1"
  }
}