This file is indexed.

/usr/lib/nodejs/databank/package.json is in node-databank 0.19.1-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
{
    "name": "databank",
    "version": "0.19.1",
    "homepage": "http://github.com/e14n/databank",
    "engines": { "node": ">=0.6.x" },
    "author": "Evan Prodromou <evan@e14n.com>",
    "scripts": {"test": "vows test/*-test.js"},
    "main": "./lib/index.js",
    "directories": {"lib": "./lib/"},
    "description": "Abstraction layer for JSON storage",
    "dependencies": {
        "vows": "0.7.x",
        "step": "0.0.x",
        "set-immediate": "~0.1.1"
    },
    "repository": { "type":  "git",
                    "url":   "http://github.com/e14n/databank.git" }
}