This file is indexed.

/usr/lib/nodejs/bowser/package.json is in node-bowser 0.7.3-2.

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": "bowser",
  "description": "a browser detector",
  "keywords": [
    "ender",
    "browser",
    "sniff",
    "detection"
  ],
  "version": "0.7.3",
  "homepage": "https://github.com/ded/bowser",
  "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  "main": "./bowser.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ded/bowser.git"
  },
  "devDependencies": {
    "smoosh": "*",
    "mocha": "*"
  },
  "bugs": {
    "url": "https://github.com/ded/bowser/issues"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "make test"
  },
  "license": "MIT"
}