This file is indexed.

/usr/lib/nodejs/css/node_modules/atob/package.json is in node-css 2.1.0-2.

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
{
  "name": "atob",
  "homepage": "https://github.com/coolaj86/node-browser-compat",
  "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
  "repository": {
    "type": "git",
    "url": "git://github.com/coolaj86/node-browser-compat.git"
  },
  "keywords": [
    "atob",
    "browser"
  ],
  "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
  "engines": {
    "node": ">= 0.4.0"
  },
  "main": "index",
  "bin": {
    "atob": "bin/atob.js"
  },
  "license": "Apache2",
  "version": "1.1.2"
}