This file is indexed.

/usr/lib/nodejs/file-sync-cmp/package.json is in node-file-sync-cmp 0.1.1-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
{
  "name": "file-sync-cmp",
  "version": "0.1.1",
  "description": "Synchronous file comparison",
  "main": "index.js",
  "homepage": "https://github.com/mgeisler/file-sync-cmp/",
  "repository": {
    "type": "git",
    "url": "https://github.com/mgeisler/file-sync-cmp.git"
  },
  "keywords": [
    "comparison"
  ],
  "author": {
    "name": "Martin Geisler",
    "email": "martin@geisler.net",
    "url": "http://geisler.net/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgeisler/file-sync-cmp/issues"
  },
  "devDependencies": {
    "eslint": "0.10.1",
    "mocha": "2.0.1",
    "q": "1.1.2",
    "tmp": "0.0.24"
  },
  "scripts": {
    "test": "eslint . && mocha"
  }
}