This file is indexed.

/usr/lib/nodejs/babel-preset-es2015-loose/package.json is in node-babel-preset-es2015-loose 8.0.0-2.

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
19
20
21
22
23
24
25
26
27
{
  "name": "babel-preset-es2015-loose",
  "version": "8.0.0",
  "description": "Babel preset for all es2015 plugins, with loose mode enabled where available.",
  "authors": [
    "Brandon Konkle <brandon@konkle.us>",
    "Jason Miller <jason@developit.ca>"
  ],
  "homepage": "https://babeljs.io/",
  "license": "MIT",
  "repository": "https://github.com/bkonkle/babel-preset-es2015-loose",
  "main": "index.js",
  "scripts": {
    "test": "node ./test | tap-spec"
  },
  "dependencies": {
    "modify-babel-preset": "^3.1.0"
  },
  "peerDependencies": {
    "babel-preset-es2015": "*"
  },
  "devDependencies": {
    "babel-preset-es2015": "~6.9.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.6.0"
  }
}