This file is indexed.

/usr/lib/nodejs/normalize-package-data/package.json is in node-normalize-package-data 0.2.2-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
{
  "name": "normalize-package-data",
  "version": "0.2.2",
  "author": "Meryn Stol <merynstol@gmail.com>",
  "description": "Normalizes data that can be found in package.json files.",
  "repository": {
    "type": "git",
    "url": "git://github.com/meryn/normalize-package-data.git"
  },
  "main": "lib/normalize.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "semver": "2",
    "github-url-from-git": "~1.1.1"
  },
  "devDependencies": {
    "tap": "~0.2.5",
    "underscore": "~1.4.4",
    "async": "~0.2.7"
  }
}