This file is indexed.

/usr/lib/nodejs/iconv/package.json is in node-iconv 2.3.0-3build1.

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
{
  "name": "iconv",
  "main": "./lib/iconv",
  "version": "2.3.0",
  "description": "Text recoding in JavaScript for fun and profit!",
  "homepage": "https://github.com/bnoordhuis/node-iconv",
  "repository": {
    "type": "git",
    "url": "git://github.com/bnoordhuis/node-iconv.git"
  },
  "author": {
    "name": "Ben Noordhuis",
    "email": "info@bnoordhuis.nl"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "license": "ISC",
  "readmeFilename": "README.md",
  "dependencies": {
    "nan": "^2.3.5"
  },
  "scripts": {
    "test": "node test/run-tests.js"
  }
}