This file is indexed.

/usr/lib/nodejs/expect.js/package.json is in node-expect.js 0.3.1+dfsg-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
{
    "name": "expect.js"
  , "version": "0.3.1"
  , "description": "BDD style assertions for node and the browser."
  , "repository": {
        "type": "git",
        "url": "git://github.com/LearnBoost/expect.js.git"
    }
  , "devDependencies": {
        "mocha": "*"
      , "serve": "*"
    }
}