This file is indexed.

/usr/lib/nodejs/node-xmpp/package.json is in node-node-xmpp 0.3.2-3build2.

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
{ "name": "node-xmpp"
,"version": "0.3.2"
,"main": "./lib/node-xmpp"
,"description": "Idiomatic XMPP client, component & server library for node.js"
,"author": "Stephan Maka"
,"dependencies": {"node-expat": ">=1.4.1"
		 ,"ltx": ">= 0.1.1"
		 }
,"devDependencies": {"node-stringprep": ">=0.1.0"
		    ,"vows": ">=0.5.12"
		    }
,"repositories": [{"type": "git"
		  ,"path": "git://github.com/astro/node-xmpp.git"
		  }]
,"homepage": "http://github.com/astro/node-xmpp"
,"bugs": "http://github.com/astro/node-xmpp/issues"
,"maintainers": [{"name": "Astro"
		 ,"email": "astro@spaceboyz.net"
		 ,"web": "http://spaceboyz.net/~astro/"
		 }]
,"contributors": ["Stephan Maka", "Derek Hammer", "Daniel Zelisko", "Michael Geers", "Nolan Darilek", "Nathan Rajlich", "Dhruv Matani", "Camilo Aguilar", "Henry Chan", "Justin Campbell", "Trent Mick", "Alexey Shamrin", "Sonny Piers", "Chaitanya Gupta", "Иван", "Julien Genestoux"]
,"licenses": [{"type": "MIT"}]
,"engine": "node >=0.4.0"
,"scripts": {"test": "vows --spec"}
}