This file is indexed.

/usr/lib/nodejs/package/package.json is in node-package 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
{
    "name": "package"
  , "version": "1.0.1"
  , "description": "Easy package.json exports."
  , "keywords": ["package.json"]
  , "author": "Veselin Todorov <hi@vesln.com>"
  , "devDependencies": {
      "mocha": "0.3.3"
    , "should": "0.3.2"
  }
  , "repository" : {
      "type" : "git",
      "url" : "http://github.com/vesln/package.git"
  }
  , "homepage": "http://github.com/vesln/package"
  , "scripts": {
      "test": "make test"
  }
  , "main": "./lib/package"
  , "engines": { "node": ">= 0.6.0" }
}