This file is indexed.

/usr/lib/nodejs/invariant/package.json is in node-invariant 2.2.2-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
{
  "name": "invariant",
  "version": "2.2.2",
  "description": "invariant",
  "keywords": [
    "test",
    "invariant"
  ],
  "license": "BSD-3-Clause",
  "author": "Andres Suarez <zertosh@gmail.com>",
  "files": [
    "browser.js",
    "invariant.js",
    "invariant.js.flow"
  ],
  "repository": "https://github.com/zertosh/invariant",
  "scripts": {
    "test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
  },
  "dependencies": {
    "loose-envify": "^1.0.0"
  },
  "devDependencies": {
    "browserify": "^11.0.1",
    "flow-bin": "^0.35.0",
    "tap": "^1.4.0"
  },
  "main": "invariant.js",
  "browser": "browser.js",
  "browserify": {
    "transform": [
      "loose-envify"
    ]
  }
}