This file is indexed.

/usr/share/node-clean-css/package.json is in node-clean-css 1.0.12-2.

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
{
  "name": "clean-css",
  "version": "1.0.12",
  "author": "Jakub Pawlowicz <jakub@goalsmashers.com> (http://twitter.com/GoalSmashers)",
  "description": "A well-tested CSS minifier",
  "keywords": [
    "css",
    "minifier"
  ],
  "homepage": "https://github.com/GoalSmashers/clean-css",
  "repository": {
    "type": "git",
    "url": "https://github.com/GoalSmashers/clean-css.git"
  },
  "bugs": {
    "url": "https://github.com/GoalSmashers/clean-css/issues"
  },
  "bin": {
    "cleancss": "./bin/cleancss"
  },
  "main": "index.js",
  "scripts": {
    "bench": "node ./test/bench.js",
    "check": "jshint .",
    "prepublish": "jshint .",
    "test": "vows"
  },
  "dependencies": {
    "commander": "1.3.x"
  },
  "devDependencies": {
    "vows": "0.7.x",
    "jshint": "2.1.x"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "readmeFilename": "README.md",
  "license": "MIT"
}