This file is indexed.

/usr/lib/nodejs/stringstream/package.json is in node-stringstream 0.0.5-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": "stringstream",
  "version": "0.0.5",
  "description": "Encode and decode streams into string streams",
  "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
  "main": "stringstream.js",
  "keywords": [
    "string",
    "stream",
    "base64",
    "gzip"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mhart/StringStream.git"
  },
  "license": "MIT"
}