This file is indexed.

/usr/lib/nodejs/gulp-load-plugins/package.json is in node-gulp-load-plugins 1.5.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
{
  "name": "gulp-load-plugins",
  "version": "1.5.0",
  "description": "Automatically load any gulp plugins in your package.json",
  "scripts": {
    "test": "npm run lint && NODE_PATH=test/global_modules mocha",
    "lint": "eslint **/*.js"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "repository": "jackfranklin/gulp-load-plugins",
  "keywords": [
    "gulpfriendly",
    "gulp",
    "require",
    "load",
    "plugins"
  ],
  "author": "Jack Franklin",
  "contributors": [
    "Pascal Hartig",
    "Ben Briggs",
    "kombucha",
    "Nicolas Froidure",
    "Sindre Sorhus",
    "Julien Fontanet <julien.fontanet@vates.fr>",
    "Callum Macrae",
    "Hutson Betts",
    "Christian Maniewski",
    "Connor Peet",
    "Dorian Camilleri",
    "Carlos Henrique",
    "iamfrontender <iamfrontender@gmail.com>",
    "Brian Woodward",
    "Zach Schnackel <info@zslabs.com>",
    "Bret K. Ikehara <bret.k.ikehara@gmail.com>"
  ],
  "dependencies": {
    "array-unique": "^0.2.1",
    "fancy-log": "^1.2.0",
    "findup-sync": "^0.4.0",
    "gulplog": "^1.0.0",
    "has-gulplog": "^0.1.0",
    "micromatch": "^2.3.8",
    "resolve": "^1.1.7"
  },
  "devDependencies": {
    "capture-stream": "^0.1.2",
    "eslint": "2.13.1",
    "eslint-config-standard": "5.3.1",
    "eslint-plugin-promise": "1.3.2",
    "eslint-plugin-standard": "1.3.2",
    "mocha": "^2.1.0",
    "proxyquire": "^1.0.1",
    "sinon": "^1.9.1"
  }
}