This file is indexed.

/usr/lib/nodejs/fuzzaldrin-plus/package.json is in node-fuzzaldrin-plus 0.3.1+git.20161008.da2cb58+dfsg-4.

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": "fuzzaldrin-plus",
  "version": "0.3.1",
  "description": "Fuzzy filtering and string similarity scoring - compatible with fuzzaldrin",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jeancroy/fuzzaldrin-plus/raw/master/LICENSE.md"
    }
  ],
  "main": "./lib/fuzzaldrin.js",
  "scripts": {
    "prepublish": "grunt prepublish",
    "test": "grunt test",
    "benchmark": "node_modules/.bin/coffee benchmark/benchmark.coffee"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeancroy/fuzzaldrin-plus.git"
  },
  "bugs": {
    "url": "https://github.com/jeancroy/fuzzaldrin-plus/issues"
  },
  "homepage": "https://github.com/jeancroy/fuzzaldrin-plus",
  "keywords": [
    "fuzzy",
    "approximate",
    "string",
    "matching",
    "filter",
    "search",
    "highlight",
    "sublime"
  ],
  "devDependencies": {
    "coffee-script": "~1.7",
    "fuzzaldrin": "~2.1.0",
    "grunt": "~0.4.1",
    "grunt-browserify": "^5.0.0",
    "grunt-cli": "~0.1.8",
    "grunt-coffeelint": "0.0.6",
    "grunt-contrib-coffee": "~0.9.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-shell": "~0.2.2",
    "jasmine-focused": "1.x"
  }
}