This file is indexed.

/usr/share/gocode/src/github.com/go-chef/chef/test/cookbooks_response.json is in golang-github-go-chef-chef-dev 0.0.1+git20161023.60.deb8c38-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
{
  "apache2": {
    "url": "http://localhost:4000/cookbooks/apache2",
    "versions": [
      {"url": "http://localhost:4000/cookbooks/apache2/5.1.0",
       "version": "5.1.0"},
      {"url": "http://localhost:4000/cookbooks/apache2/4.2.0",
       "version": "4.2.0"}
    ]
  },
  "nginx": {
    "url": "http://localhost:4000/cookbooks/nginx",
    "versions": [
      {"url": "http://localhost:4000/cookbooks/nginx/1.0.0",
       "version": "1.0.0"},
      {"url": "http://localhost:4000/cookbooks/nginx/0.3.0",
       "version": "0.3.0"}
    ]
  }
}