This file is indexed.

/usr/lib/nodejs/addressparser/package.json is in node-addressparser 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
{
  "name": "addressparser",
  "version": "1.0.1",
  "description": "Parse e-mail addresses",
  "main": "lib/addressparser.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/andris9/addressparser.git"
  },
  "author": "Andris Reinman",
  "license": "MIT",
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^0.4.5",
    "grunt-eslint": "^17.3.1",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.4.5"
  }
}