This file is indexed.

/usr/lib/nodejs/babel-preset-es3/package.json is in node-babel-preset-es3 1.0.1-1.

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
28
29
{
  "name": "babel-preset-es3",
  "version": "1.0.1",
  "description": "Preset for Babel's ES3 transformations",
  "scripts": {
    "pretest": "eslint .",
    "test": "echo \"Error: no test specified\"",
    "postpublish": "git push --follow-tags"
  },
  "keywords": [
    "babel-preset",
    "babel",
    "es3"
  ],
  "files": [
    "index.js"
  ],
  "author": "Simen Bekkhus <sbekkhus91@gmail.com>",
  "repository": "SimenB/babel-preset-es3",
  "license": "MIT",
  "dependencies": {
    "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
    "babel-plugin-transform-es3-property-literals": "^6.8.0"
  },
  "devDependencies": {
    "eslint": "^3.2.2",
    "eslint-config-simenb-base": "^2.0.0"
  }
}