This file is indexed.

/usr/share/javascript/browser-request/package.json is in libjs-browser-request 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
36
37
38
39
40
41
42
43
44
45
{
  "name": "browser-request",
  "version": "0.3.3",
  "author": {
    "name": "Jason Smith",
    "email": "jhs@iriscouch.com"
  },
  "description": "Browser port of the Node.js 'request' package",
  "keywords": [
    "request",
    "http",
    "browser",
    "browserify"
  ],
  "homepage": "http://github.com/iriscouch/browser-request",
  "repository": {
    "type": "git",
    "url": "git://github.com/iriscouch/browser-request"
  },
  "scripts": {
    "test": "beefy test.js"
  },
  "devDependencies": {
    "tape": "~1.0.4",
    "beefy": "~0.4.0",
    "browserify": "~2.25.0"
  },
  "engines": [
    "node"
  ],
  "testling": {
    "files": "test.js",
    "browsers": [
      "ie/6..latest",
      "firefox/3..5",
      "firefox/19..nightly",
      "chrome/4..7",
      "chrome/24..canary",
      "opera/10..next",
      "safari/4..latest",
      "iphone/6",
      "ipad/6"
    ]
  }
}