This file is indexed.

/usr/lib/nodejs/srs/package.json is in node-srs 0.3.2+ds1-1build1.

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
{
  "name"          : "srs",
  "version"       : "0.3.2",
  "main"          : "./lib/index.js",
  "description"   : "Spatial reference library for node",
  "keywords"      : ["map", "projection", "spatialreference", "srid", "proj4", "mercator"],
  "url"           : "http://github.com/springmeyer/node-srs",
   "repository" : {
           "type" : "git",
           "url"  : "git://github.com/springmeyer/node-srs.git" 
  },
  "author"        : "Dane Springmeyer <dane@dbsgeo.com>",
  "contributors"  : [],
  "licenses"      : ["BSD"],
  "dependencies"  : {},
   "directories"  : {
       "src"      : "src"
   },
  "engines": {
    "node": ">= 0.6.13"
  },
  "scripts"       : {
      "test"    : "make test"
   }
}