This file is indexed.

/usr/lib/nodejs/console-group/package.json is in node-console-group 0.3.3-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
{
  "name": "console-group",
  "version": "0.3.3",
  "description": "basic console.group implementation for node",
  "main": "dist/index.js",
  "module": "dist/console-group.es.js",
  "jsnext:main": "dist/console-group.es.js",
  "scripts": {
    "test": "node test/test.js",
    "build": "rollup -c",
    "pretest": "npm run build",
    "prepublish": "npm test"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rich-harris/node-console-group"
  },
  "keywords": [
    "console"
  ],
  "author": "Rich Harris",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rich-harris/node-console-group/issues"
  },
  "homepage": "https://github.com/rich-harris/node-console-group",
  "devDependencies": {
    "rollup": "^0.34.13",
    "rollup-plugin-buble": "^0.13.0"
  }
}