This file is indexed.

/usr/lib/nodejs/css/node_modules/resolve-url/package.json is in node-css 2.1.0-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
{
  "name": "resolve-url",
  "version": "0.2.1",
  "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
  "author": "Simon Lydell",
  "license": "MIT",
  "main": "resolve-url.js",
  "repository": "lydell/resolve-url",
  "keywords": [
    "resolve",
    "url"
  ],
  "scripts": {
    "test": "jshint resolve-url.js test/ && testling -u"
  },
  "devDependencies": {
    "testling": "~1.6.0",
    "jshint": "~2.4.3",
    "tape": "~2.5.0"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "chrome/latest",
      "firefox/latest",
      "opera/12",
      "opera/latest",
      "safari/5",
      "iphone/6",
      "android-browser/4"
    ]
  }
}