This file is indexed.

/usr/lib/nodejs/babel-preset-react/package.json is in node-babel-preset-react 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
17
18
{
  "name": "babel-preset-react",
  "version": "6.24.1",
  "description": "Babel preset for all React plugins.",
  "author": "Sebastian McKenzie <sebmck@gmail.com>",
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-preset-react",
  "main": "lib/index.js",
  "dependencies": {
    "babel-preset-flow": "^6.23.0",
    "babel-plugin-syntax-jsx": "^6.3.13",
    "babel-plugin-transform-react-display-name": "^6.23.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-react-jsx-source": "^6.22.0",
    "babel-plugin-transform-react-jsx-self": "^6.22.0"
  }
}