This file is indexed.

/usr/lib/nodejs/samsam/package.json is in node-samsam 1.2.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
{
  "name": "samsam",
  "version": "1.2.1",
  "description": "Value identification and comparison functions",
  "homepage": "http://docs.busterjs.org/en/latest/modules/samsam/",
  "author": "Christian Johansen",
  "contributors": [
    {
      "name": "Christian Johansen",
      "email": "christian@cjohansen.no",
      "url": "http://cjohansen.no"
    },
    {
      "name": "August Lilleaas",
      "email": "august.lilleaas@gmail.com",
      "url": "http://augustl.com"
    },
    {
      "name": "Daniel Wittner",
      "email": "d.wittner@gmx.de",
      "url": "https://github.com/dwittner"
    }
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/samsam",
  "repository": {
    "type": "git",
    "url": "https://github.com/busterjs/samsam.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "0.4.x",
    "grunt-buster": "0.4.x",
    "grunt-cli": "0.1.x",
    "buster": "0.7.x",
    "phantomjs": "1.9.x"
  }
}