This file is indexed.

/usr/lib/nodejs/merge-descriptors/package.json is in node-merge-descriptors 0.0.2-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
{
  "name": "merge-descriptors",
  "description": "Merge objects using descriptors",
  "version": "0.0.2",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com",
    "twitter": "https://twitter.com/jongleberry"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/component/merge-descriptors.git"
  },
  "bugs": {
    "mail": "me@jongleberry.com",
    "url": "https://github.com/component/merge-descriptors/issues"
  },
  "scripts": {
    "test": "make test;"
  }
}