This file is indexed.

/usr/lib/nodejs/babel-helper-define-map/package.json is in node-babel-helper-define-map 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
14
{
  "name": "babel-helper-define-map",
  "version": "6.26.0",
  "description": "Helper function to define a map",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-define-map",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {
    "babel-helper-function-name": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "babel-types": "^6.26.0",
    "lodash": "^4.17.4"
  }
}