This file is indexed.

/usr/lib/nodejs/github-url-from-git/package.json is in node-github-url-from-git 1.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
{
  "name": "github-url-from-git",
  "version": "1.1.1",
  "description": "Parse a github git url and return the github repo url",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.js --reporter spec --require should"
  },
  "repository": "",
  "keywords": [
    "github",
    "git",
    "url",
    "parser"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "better-assert": "~1.0.0",
    "mocha": "~1.9.0",
    "should": "~1.2.2"
  }
}