This file is indexed.

/usr/lib/nodejs/clarinet/package.json is in node-clarinet 0.9.1+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
51
{
  "name": "clarinet",
  "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
  "author": "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com/)",
  "contributors": [
    "Jann Horn (https://github.com/thejh)",
    "Justin Makeig <jmpublic+github@makeig.com> (http://www.audiblepop.com)",
    "Roly Fentanes (http://about.me/roly)",
    "John Lancaster (http://jlank.com)"
  ],
  "version": "0.9.1",
  "main": "./clarinet.js",
  "homepage": "https://github.com/dscape/clarinet",
  "repository": {
    "type": "git",
    "url": "http://github.com/dscape/clarinet.git"
  },
  "bugs": {
    "url": "http://github.com/dscape/clarinet/issues"
  },
  "keywords": [
    "sax",
    "json",
    "parser",
    "stream",
    "streaming",
    "event",
    "events",
    "emitter",
    "async",
    "streamer",
    "browser"
  ],
  "devDependencies": {
    "mocha": "1.3.x",
    "should": "1.0.x",
    "underscore": "1.2.3"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -r should -t 10000 -s 2000  test/clarinet.js test/npm.js"
  },
  "engines": {
    "node": ">=0.3.6",
    "firefox": ">=0.8.0",
    "chrome": ">=16.0.912"
  },
  "directories": {
    "test": "test"
  },
  "license": "BSD"
}