This file is indexed.

/usr/lib/nodejs/slide/package.json is in node-slide 1.1.6-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
{
  "name": "slide",
  "version": "1.1.6",
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "contributors": [
    "S. Sriram <ssriram@gmail.com> (http://www.565labs.com)"
  ],
  "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
  "main": "./lib/slide.js",
  "dependencies": {},
  "devDependencies": {},
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/slide-flow-control.git"
  },
  "license": "ISC"
}