This file is indexed.

/usr/lib/nodejs/mess/package.json is in node-mess 0.1.2-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
{
  "name": "mess",
  "version": "0.1.2",
  "description": "Mess is Fisher–Yates shuffle algorithm implementation for node.js",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bobrik/node-mess.git"
  },
  "keywords": [
    "mess",
    "shuffle",
    "array_shuffle",
    "random",
    "fisher",
    "yates",
    "array"
  ],
  "author": "Ian Babrou <ibobrik@gmail.com> (http://bobrik.name/)",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/bobrik/node-mess/issues"
  },
  "homepage": "https://github.com/bobrik/node-mess"
}