This file is indexed.

/usr/lib/nodejs/tilelive/package.json is in node-tilelive 4.5.0-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
{
    "name"          : "tilelive",
    "version"       : "4.5.0",
    "main"          : "./lib/tilelive.js",
    "description"   : "Frontend for various tile backends, mapnik and mbtiles",
    "url"           : "http://github.com/mapbox/tilelive.js",
    "keywords"      : ["map", "server", "mapnik", "tms"],
    "licenses"      : [{
        "type": "BSD"
    }],
    "repositories": [{
        "type": "git",
        "url": "http://github.com/mapbox/tilelive.js.git"
    }],
    "author": {
      "name": "MapBox",
      "url": "http://mapbox.com/",
      "email": "info@mapbox.com"
    },
    "contributors": [
        "Tom MacWright <tmcw>",
        "Will White <willwhite>",
        "Dane Springmeyer <springmeyer>",
        "Young Hahn <yhahn>",
        "Konstantin Käfer <kkaefer>"
    ],
    "dependencies": {
        "optimist": "~0.3.1",
        "sphericalmercator": "~1.0.1"
    },
    "devDependencies": {
        "docco": "~0.3.0",
        "mocha": "~1.3",
        "jshint": "~0.7",
        "mbtiles": "~0.2.0",
        "tilejson": "~0.1.0",
        "tilelive-mapnik": "~0.4.2"
    },
    "bin": {
        "tilelive-copy": "./bin/copy"
    },
    "engines": {
        "node": ">= 0.6.0 && < 0.9.0"
    },
    "scripts": {
        "test": "make test"
    }
}