This file is indexed.

/usr/lib/nodejs/run-sequence/package.json is in node-run-sequence 2.2.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
{
  "name": "run-sequence",
  "description": "Run a series of dependent gulp tasks in order",
  "version": "2.2.0",
  "homepage": "https://github.com/OverZealous/run-sequence",
  "repository": {
    "type": "git",
    "url": "git://github.com/OverZealous/run-sequence.git"
  },
  "bugs": {
    "url": "https://github.com/OverZealous/run-sequence/issues"
  },
  "author": {
    "name": "Phil DeJarnett",
    "url": "http://overzealous.com/"
  },
  "main": "./index.js",
  "keywords": [
    "gulpfriendly",
    "pipe",
    "sequence",
    "gulp",
    "orchestrator"
  ],
  "dependencies": {
    "chalk": "^1.1.3",
    "gulp-util": "^3.0.8"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "mocha": "^3.4.2",
    "should": "~11.2.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT"
}