This file is indexed.

/usr/lib/nodejs/gulp-plumber/package.json is in node-gulp-plumber 1.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
{
  "name": "gulp-plumber",
  "version": "1.1.0",
  "description": "Prevent pipe breaking caused by errors from gulp plugins",
  "keywords": [
    "gulpplugin"
  ],
  "homepage": "https://github.com/floatdrop/gulp-plumber",
  "bugs": "https://github.com/floatdrop/gulp-plumber/issues",
  "author": {
    "name": "Vsevolod Strukchinsky",
    "email": "floatdrop@gmail.com",
    "url": "https://github.com/floatdrop"
  },
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/floatdrop/gulp-plumber.git"
  },
  "scripts": {
    "test": "xo && mocha -R spec"
  },
  "dependencies": {
    "gulp-util": "^3",
    "through2": "^2"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "event-stream": "^3.3.2",
    "gulp": "^3.9.1",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.0.0",
    "should": "^8.2.2",
    "through": "^2.3.8",
    "xo": "^0.12.1"
  },
  "engines": {
    "node": ">=0.10",
    "npm": ">=1.2.10"
  },
  "xo": {
    "ignore": [
      "test/**"
    ]
  },
  "license": "MIT"
}