This file is indexed.

/usr/lib/nodejs/seedrandom/package.json is in node-seedrandom 2.4.3+dfsg-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
52
53
54
55
{
  "name": "seedrandom",
  "version": "2.4.3",
  "description": "Seeded random number generator for Javascript.",
  "main": "index.js",
  "keywords": [
    "seed",
    "random",
    "crypto"
  ],
  "scripts": {
    "test": "grunt travis"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/davidbau/seedrandom.git"
  },
  "author": "David Bau",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidbau/seedrandom/issues"
  },
  "homepage": "http://davidbau.com/archives/2010/01/30/random_seeds_coded_hints_and_quintillions.html",
  "config": {
    "blanket": {
      "pattern": [
        "seedrandom.js",
        "lib/alea.js",
        "lib/xor128.js",
        "lib/xorwow.js",
        "lib/xorshift7.js",
        "lib/tychei.js",
        "lib/xor4096.js"
      ]
    }
  },
  "browser": {
    "crypto": false
  },
  "devDependencies": {
    "blanket": "latest",
    "grunt": "latest",
    "grunt-bowercopy": "latest",
    "grunt-browserify": "latest",
    "grunt-cli": "latest",
    "grunt-contrib-connect": "latest",
    "grunt-contrib-qunit": "latest",
    "grunt-contrib-uglify": "latest",
    "grunt-mocha-cov": "latest",
    "grunt-release": "latest",
    "phantomjs-prebuilt": "latest",
    "proxyquire": "latest",
    "requirejs": "latest"
  }
}