This file is indexed.

/usr/lib/nodejs/stream-consume/package.json is in node-stream-consume 0.1.0-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
{
  "name": "stream-consume",
  "version": "0.1.0",
  "description": "Consume a stream to ensure it keeps flowing",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aroneous/stream-consume.git"
  },
  "author": "Aron Nopanen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aroneous/stream-consume/issues"
  },
  "homepage": "https://github.com/aroneous/stream-consume",
  "devDependencies": {
    "mocha": "^1.20.1",
    "should": "^4.0.4",
    "through2": "^0.5.1"
  }
}