This file is indexed.

/usr/lib/nodejs/test/package.json is in node-test 0.6.0-4.

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
{
  "name": "test",
  "version": "0.6.0",
  "description": "(Un)CommonJS test runner.",
  "keywords": [
    "test",
    "commonjs",
    "uncommonjs",
    "unit"
  ],
  "homepage": "https://github.com/Gozala/test-commonjs/",
  "author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
  "contributors": [
    "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
    "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
    "Zach Carter",
    "Felix Geisendörfer",
    "Karl Guertin",
    "Ash Berlin",
    "Francois Lafortune"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Gozala/test-commonjs.git",
    "web": "https//github.com/Gozala/test-commonjs"
  },
  "bugs": {
    "url": "http://github.com/Gozala/test-commonjs/issues/"
  },
  "scripts": {
    "test": "npm run test-node && npm run test-browser",
    "test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/index.js",
    "test-node": "node ./test/index.js"
  },
  "main": "./test.js",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Gozala/test-commonjs/License.md"
    }
  ],
  "dependencies": {
    "ansi-font": "0.0.2"
  },
  "devDependencies": {
    "phantomify": "~0.x.0"
  }
}