This file is indexed.

/usr/lib/nodejs/openid/package.json is in node-openid 0.5.9-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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "openid",
  "description": "OpenID 1.1/2.0 library for node.js",
  "keywords": [
    "openid",
    "auth",
    "authentication",
    "identity",
    "identifier",
    "relying",
    "party",
    "1.1",
    "2.0",
    "library"
  ],
  "author": {
    "name": "HÃ¥vard Stranden",
    "email": "havard.stranden@gmail.com",
    "web": "http://ox.no"
  },
  "version": "0.5.9",
  "repository": {
    "type": "git",
    "url": "http://github.com/havard/node-openid.git"
  },
  "bugs": "http://github.com/havard/node-openid/issues",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/havard/node-openid/raw/master/LICENSE"
    }
  ],
  "directories": {
    "lib": "./lib"
  },
  "main": "./openid.js",
  "scripts": {
    "test": "nodeunit test/"
  },
  "engines": [
    "node >= 0.6.0"
  ],
  "devDependencies": {
    "nodeunit": "~0.8.4",
    "sinon": "~1.8.1"
  }
}