This file is indexed.

/usr/lib/nodejs/ansistyles/package.json is in node-ansistyles 0.1.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
{
  "name": "ansistyles",
  "version": "0.1.3",
  "description": "Functions that surround a string with ansistyle codes so it prints in style.",
  "main": "ansistyles.js",
  "scripts": {
    "test": "node test/ansistyles.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansistyles.git"
  },
  "keywords": [
    "ansi",
    "style",
    "terminal",
    "console"
  ],
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "27bf1bc65231bcc7fd109bf13b13601b51f8cd04"
}