This file is indexed.

/usr/lib/nodejs/grunt-legacy-util/package.json is in node-grunt-legacy-util 1.0.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
{
  "name": "grunt-legacy-util",
  "description": "Some old grunt utils provided for backwards compatibility.",
  "version": "1.0.0",
  "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
  "homepage": "http://gruntjs.com/",
  "repository": {
    "type": "git",
    "url": "git://github.com/gruntjs/grunt-legacy-util.git"
  },
  "bugs": {
    "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
  },
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "keywords": [
    "grunt",
    "legacy"
  ],
  "dependencies": {
    "async": "~1.5.2",
    "exit": "~0.1.1",
    "getobject": "~0.1.0",
    "hooker": "~0.2.3",
    "lodash": "~4.3.0",
    "underscore.string": "~3.2.3",
    "which": "~1.2.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "temporary": "0.0.8"
  }
}