This file is indexed.

/usr/lib/nodejs/sntp/package.json is in node-sntp 2.0.2-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
{
  "name": "sntp",
  "description": "SNTP Client",
  "version": "2.0.2",
  "author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
  "repository": {
    "type": "git",
    "url": "git://github.com/hueniverse/sntp"
  },
  "main": "lib/index.js",
  "keywords": [
    "sntp",
    "ntp",
    "time"
  ],
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "hoek": "4.x.x"
  },
  "devDependencies": {
    "code": "4.x.x",
    "lab": "10.x.x"
  },
  "scripts": {
    "test": "lab -a code -t 100 -L -m 20000",
    "test-cov-html": "lab -a code -r html -o coverage.html -m 20000"
  },
  "license": "BSD-3-Clause"
}