This file is indexed.

/usr/lib/nodejs/got/package.json is in node-got 7.1.0-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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "name": "got",
  "version": "7.1.0",
  "description": "Simplified HTTP requests",
  "license": "MIT",
  "repository": "sindresorhus/got",
  "maintainers": [
    {
      "name": "Sindre Sorhus",
      "email": "sindresorhus@gmail.com",
      "url": "sindresorhus.com"
    },
    {
      "name": "Vsevolod Strukchinsky",
      "email": "floatdrop@gmail.com",
      "url": "github.com/floatdrop"
    },
    {
      "name": "Alexander Tesfamichael",
      "email": "alex.tesfamichael@gmail.com",
      "url": "alextes.me"
    }
  ],
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && nyc ava",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "http",
    "https",
    "get",
    "got",
    "url",
    "uri",
    "request",
    "util",
    "utility",
    "simple",
    "curl",
    "wget",
    "fetch",
    "net",
    "network",
    "electron"
  ],
  "dependencies": {
    "decompress-response": "^3.2.0",
    "duplexer3": "^0.1.4",
    "get-stream": "^3.0.0",
    "is-plain-obj": "^1.1.0",
    "is-retry-allowed": "^1.0.0",
    "is-stream": "^1.0.0",
    "isurl": "^1.0.0-alpha5",
    "lowercase-keys": "^1.0.0",
    "p-cancelable": "^0.3.0",
    "p-timeout": "^1.1.1",
    "safe-buffer": "^5.0.1",
    "timed-out": "^4.0.0",
    "url-parse-lax": "^1.0.0",
    "url-to-options": "^1.0.1"
  },
  "devDependencies": {
    "ava": "^0.20.0",
    "coveralls": "^2.11.4",
    "form-data": "^2.1.1",
    "get-port": "^3.0.0",
    "into-stream": "^3.0.0",
    "nyc": "^11.0.2",
    "pem": "^1.4.4",
    "pify": "^3.0.0",
    "tempfile": "^2.0.0",
    "tempy": "^0.1.0",
    "universal-url": "^1.0.0-alpha",
    "xo": "^0.18.0"
  },
  "ava": {
    "concurrency": 4
  },
  "browser": {
    "decompress-response": false
  }
}