This file is indexed.

/usr/lib/nodejs/babel-preset-stage-1/package.json is in node-babel-preset-stage-1 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
{
  "name": "babel-preset-stage-1",
  "version": "6.24.1",
  "description": "Babel preset for stage 1 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-1",
  "main": "lib/index.js",
  "dependencies": {
    "babel-plugin-transform-class-constructor-call": "^6.24.1",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "babel-preset-stage-2": "^6.24.1"
  }
}