This file is indexed.

/usr/lib/nodejs/fstream/package.json is in node-fstream 1.0.10-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
{
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "name": "fstream",
  "description": "Advanced file system stream things",
  "version": "1.0.10",
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/fstream.git"
  },
  "main": "fstream.js",
  "engines": {
    "node": ">=0.6"
  },
  "dependencies": {
    "graceful-fs": "^4.1.2",
    "inherits": "~2.0.0",
    "mkdirp": ">=0.5 0",
    "rimraf": "2"
  },
  "devDependencies": {
    "standard": "^4.0.0",
    "tap": "^1.2.0"
  },
  "scripts": {
    "test": "standard && tap examples/*.js"
  },
  "license": "ISC"
}