This file is indexed.

/usr/lib/nodejs/babel-helper-builder-binary-assignment-operator-visitor/package.json is in node-babel-helper-builder-binary-assignment-operator-visitor 6.26.0+dfsg-3build6.

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": "babel-helper-builder-binary-assignment-operator-visitor",
  "version": "6.24.1",
  "description": "Helper function to build binary assignment operator visitors",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-builder-binary-assignment-operator-visitor",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "babel-helper-explode-assignable-expression": "^6.24.1",
    "babel-runtime": "^6.22.0",
    "babel-types": "^6.24.1"
  }
}