This file is indexed.

/usr/lib/nodejs/babel-preset-stage-2/package.json is in node-babel-preset-stage-2 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
15
16
{
  "name": "babel-preset-stage-2",
  "version": "6.24.1",
  "description": "Babel preset for stage 2 plugins",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-stage-2",
  "main": "lib/index.js",
  "dependencies": {
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators": "^6.24.1",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-preset-stage-3": "^6.24.1"
  }
}