This file is indexed.

/usr/lib/nodejs/gulp-concat/package.json is in node-gulp-concat 2.6.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
35
36
{
  "name": "gulp-concat",
  "description": "Concatenates files",
  "version": "2.6.1",
  "repository": "contra/gulp-concat",
  "author": "Contra <yo@contra.io> (http://contra.io/)",
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin"
  ],
  "dependencies": {
    "concat-with-sourcemaps": "^1.0.0",
    "through2": "^2.0.0",
    "vinyl": "^2.0.0"
  },
  "devDependencies": {
    "gulp": "^3.8.7",
    "gulp-sourcemaps": "^2.2.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.0",
    "mocha-lcov-reporter": "^1.2.0",
    "should": "^11.0.0",
    "stream-array": "^1.0.1",
    "stream-assert": "^2.0.1"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "license": "MIT"
}