This file is indexed.

/usr/lib/nodejs/immediate/component.json is in node-immediate 3.2.3+dfsg-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
{
  "name": "immediate",
  "version": "3.2.1",
  "description": "A cross browser microtask library",
  "repo": "calvinmetcalf/immediate",
  "keywords": [],
  "development": {},
  "license": "MIT",
  "main": "dist/immediate.js",
  "scripts": [
    "dist/immediate.js"
  ]
}