This file is indexed.

/usr/lib/nodejs/uglify-save-license/package.json is in node-uglify-save-license 0.4.1-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
{
  "name": "uglify-save-license",
  "version": "0.4.1",
  "description": "License detector for UglifyJS",
  "main": "./uglify-save-license.js",
  "scripts": {
    "test": "grunt build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/shinnn/uglify-save-license.git"
  },
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "readmeFilename": "README.md",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shinnn/uglify-save-license/blob/master/LICENSE"
    }
  ],
  "keywords": [
    "uglify",
    "compression",
    "minification",
    "comment",
    "license",
    "copyright",
    "detection",
    "preservation",
    "banner"
  ],
  "bugs": {
    "url": "https://github.com/shinnn/uglify-save-license/issues"
  },
  "homepage": "https://github.com/shinnn/uglify-save-license",
  "devDependencies": {
    "grunt": "^0.4.4",
    "load-grunt-tasks": "^0.4.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-uglify": "^0.4.0",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt-release": "^0.7.0",
    "grunt-replace": "^0.7.7",
    "semver": "^2.2.1"
  }
}