This file is indexed.

/usr/lib/nodejs/mousetrap/package.json is in node-mousetrap 1.6.1+ds-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
{
  "name": "mousetrap",
  "version": "1.6.1",
  "description": "Simple library for handling keyboard shortcuts",
  "main": "mousetrap.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "grunt mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ccampbell/mousetrap.git"
  },
  "keywords": [
    "keyboard",
    "shortcuts",
    "events"
  ],
  "author": "Craig Campbell",
  "license": "Apache-2.0",
  "gitHead": "c202a0bd4967d5a3064f9cb376db51dec9345336",
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-complexity": "~0.1.2",
    "grunt-mocha": "~0.3.1"
  }
}