This file is indexed.

/usr/lib/nodejs/leveldown/package.json is in node-leveldown 1.0.0+dfsg-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
49
50
{
  "name": "leveldown",
  "description": "A Node.js LevelDB binding, primary backend for LevelUP",
  "version": "1.0.0",
  "contributors": [
    "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
    "John Chesley <john@chesl.es> (https://github.com/chesles/)",
    "Jake Verbaten <raynos2@gmail.com> (https://github.com/raynos)",
    "Dominic Tarr <dominic.tarr@gmail.com> (https://github.com/dominictarr)",
    "Max Ogden <max@maxogden.com> (https://github.com/maxogden)",
    "Lars-Magnus Skog <lars.magnus.skog@gmail.com> (https://github.com/ralphtheninja)",
    "David Björklund <david.bjorklund@gmail.com> (https://github.com/kesla)",
    "Julian Gruber <julian@juliangruber.com> (https://github.com/juliangruber)",
    "Paolo Fragomeni <paolo@async.ly> (https://github.com/hij1nx)",
    "Anton Whalley <anton.whalley@nearform.com> (https://github.com/No9)",
    "Matteo Collina <matteo.collina@gmail.com> (https://github.com/mcollina)",
    "Pedro Teixeira <pedro.teixeira@gmail.com> (https://github.com/pgte)",
    "James Halliday <mail@substack.net> (https://github.com/substack)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/node-leveldown.git"
  },
  "homepage": "https://github.com/rvagg/node-leveldown",
  "keywords": [
    "leveldb",
    "level"
  ],
  "main": "leveldown.js",
  "dependencies": {
    "abstract-leveldown": "~2.0.0",
    "bindings": "~1.2.1",
    "fast-future": "~1.0.0",
    "nan": "~1.3.0"
  },
  "devDependencies": {
    "du": "~0.1.0",
    "mkfiletree": "~0.0.1",
    "monotonic-timestamp": "~0.0.8",
    "node-gyp": "~1.0.1",
    "readfiletree": "~0.0.1",
    "rimraf": "~2.2.8",
    "tap": "~0.4.12"
  },
  "scripts": {
    "test": "tap test/*-test.js --stderr"
  },
  "license": "MIT",
  "gypfile": true
}