This file is indexed.

/usr/lib/nodejs/yamlish/package.json is in node-yamlish 0.0.6-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
{
  "name": "yamlish",
  "description": "Parser/encoder for the yamlish format",
  "repository": "https://github.com/isaacs/yamlish",
  "version": "0.0.6",
  "main": "yamlish.js",
  "keywords": [
    "yaml",
    "yamlish",
    "test",
    "anything",
    "protocol",
    "tap"
  ],
  "license": {
    "type": "MIT",
    "url": "http://github.com/isaacs/yamlish/raw/master/LICENSE"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"
}