This file is indexed.

/usr/lib/nodejs/millstone/package.json is in node-millstone 0.6.8-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
{
    "name": "millstone",
    "version": "0.6.8",
    "main": "./lib/millstone.js",
    "description": "Prepares datasources in an MML file for consumption in Mapnik",
    "url": "https://github.com/mapbox/millstone",
    "licenses": [{ "type": "BSD" }],
    "repository": {
        "type": "git",
        "url": "git://github.com/mapbox/millstone.git"
    },
    "author": {
      "name": "MapBox",
      "url": "http://mapbox.com/",
      "email": "info@mapbox.com"
    },
    "dependencies": {
        "underscore": "~1.5.1",
        "step": "~0.0.5",
        "generic-pool": "~2.0.3",
        "request": "~2.26.0",
        "srs": "~0.3.6",
        "zipfile": "~0.4.2",
        "sqlite3": "2.x",
        "mime": "~1.2.9",
        "mkdirp": "~0.3.3",
        "optimist": "~0.6.0"
    },
    "devDependencies": {
        "mocha": "*"
    },
    "bin": {
      "millstone": "./bin/millstone"
    },
    "scripts": {
      "test": "mocha -R spec --timeout 10000"
    },
    "engines": { "node": "0.4 || 0.6 || 0.8 || 0.10" }
}