This file is indexed.

/usr/lib/nodejs/rai/package.json is in node-rai 0.1.12-3.

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
{
    "name": "rai",
    "description": "Request-Answer-Interface for generating text based command servers (SMTP, POP etc)",
    "version": "0.1.12",
    "author" : "Andris Reinman",
    "maintainers":[
        {
            "name":"andris",
            "email":"andris@node.ee"
        }
    ],
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/andris9/rai.git"
    },
    "scripts":{
        "test": "nodeunit test"
    },
    "main" : "./lib/rai",
    "licenses" : [
        {
            "type": "MIT",
            "url": "http://github.com/andris9/rai/blob/master/LICENSE"
        }
    ],
    "devDependencies": {
        "nodeunit": "*"
    },
    "engines": ["node >=0.4.0"],
    "keywords": ["servers", "text-based"]
}