This file is indexed.

/usr/lib/nodejs/gulp-changed/package.json is in node-gulp-changed 3.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
  "name": "gulp-changed",
  "version": "3.1.0",
  "description": "Only pass through changed files",
  "license": "MIT",
  "repository": "sindresorhus/gulp-changed",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "contributors": [
    {
      "name": "Alex Gorbatchev",
      "url": "github.com/alexgorbatchev"
    },
    {
      "name": "Bo-Yi Wu",
      "url": "github.com/appleboy"
    },
    {
      "name": "Milan Gardian",
      "url": "github.com/milang"
    }
  ],
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "file",
    "files",
    "changed",
    "newer",
    "modified",
    "modification",
    "updated",
    "time",
    "mtime",
    "stat",
    "cache",
    "cached",
    "passthrough"
  ],
  "dependencies": {
    "gulp-util": "^3.0.0",
    "pify": "^2.3.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "del": "^2.2.2",
    "get-stream": "^3.0.0",
    "gulp": "^3.0.0",
    "mocha": "^3.2.0",
    "xo": "*"
  }
}