This file is indexed.

/usr/lib/nodejs/debug-fabulous/package.json is in node-debug-fabulous 0.0.4-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
24
25
26
27
28
29
30
31
32
{
  "name": "debug-fabulous",
  "version": "0.0.4",
  "description": "visionmedia debug extensions rolled into one",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test/**/*test.js"
  },
  "repository": {
    "type": "git",
    "url": "http://www.github.com/nmccready/debug-fabulous"
  },
  "keywords": [
    "debug",
    "lazy",
    "lazy-eval"
  ],
  "author": "Nicholas McCready",
  "license": "MIT",
  "dependencies": {
    "debug": "2.X",
    "lazy-debug-legacy": "0.0.X",
    "object-assign": "4.1.0"
  },
  "devDependencies": {
    "babel-eslint": "7.X",
    "chai": "3.X",
    "eslint": "3.X",
    "hook-std": "0.X",
    "mocha": "3.X"
  }
}