This file is indexed.

/usr/lib/nodejs/unique-stream/package.json is in node-unique-stream 2.2.1-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
{
  "name": "unique-stream",
  "version": "2.2.1",
  "description": "node.js through stream that emits a unique stream of objects based on criteria",
  "repository": "eugeneware/unique-stream",
  "author": "Eugene Ware <eugene@noblesamurai.com>",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
  },
  "keywords": [
    "unique",
    "stream",
    "unique-stream",
    "streaming",
    "streams"
  ],
  "dependencies": {
    "json-stable-stringify": "^1.0.0",
    "through2-filter": "^2.0.0"
  },
  "devDependencies": {
    "after": "~0.8.1",
    "chai": "^3.0.0",
    "istanbul": "^0.4.2",
    "istanbul-coveralls": "^1.0.3",
    "mocha": "^2.1.0"
  }
}