This file is indexed.

/usr/lib/nodejs/srs/package.json is in node-srs 0.4.8+dfsg-3ubuntu1.

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
{
  "name": "srs",
  "version": "0.4.8",
  "main": "./lib/index.js",
  "description": "Spatial reference library for node",
  "keywords": [
    "map",
    "projection",
    "spatialreference",
    "srid",
    "proj4",
    "mercator",
    "gdal",
    "ogr",
    "osr"
  ],
  "binary": {
    "module_name" : "srs",
    "module_path" : "./lib/binding/{node_abi}-{platform}-{arch}",
    "host"        : "https://mapbox-node-binary.s3.amazonaws.com",
    "remote_path" : "./{name}/v{version}/{toolset}/",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
  },
  "url": "http://github.com/mapbox/node-srs",
  "repository": {
    "type": "git",
    "url": "git://github.com/mapbox/node-srs.git"
  },
  "dependencies": {
    "nan": "~2.0.5",
    "node-pre-gyp": "~0.6.7"
  },
  "bundledDependencies": [
    "node-pre-gyp"
  ],
  "author": "Dane Springmeyer <dane@mapbox.com>",
  "licenses": [
    "BSD"
  ],
  "scripts": {
    "prepublish": "npm ls",
    "install": "node-pre-gyp install --fallback-to-build",
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "mocha": "1.x",
    "aws-sdk": "~2.0.25"
  }
}