This file is indexed.

/usr/lib/nodejs/modify-babel-preset/package.json is in node-modify-babel-preset 3.2.1-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
28
29
30
31
32
{
  "name": "modify-babel-preset",
  "version": "3.2.1",
  "description": "Create a modified babel preset based on an an existing preset.",
  "main": "index.js",
  "scripts": {
    "prepublish": "cross-env NODE_ENV=development npm test",
    "pretest": "cd test/fixtures/two/node_modules/one && npm i",
    "test": "mocha test/*.js",
    "release": "git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
  },
  "keywords": [
    "babel",
    "preset"
  ],
  "author": "Jason Miller <jason@developit.ca>",
  "repository": {
    "type": "git",
    "url": "https://github.com/developit/modify-babel-preset.git"
  },
  "license": "MIT",
  "dependencies": {
    "require-relative": "^0.8.7"
  },
  "devDependencies": {
    "babel-plugin-transform-react-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "cross-env": "^2.0.0",
    "mocha": "^2.5.3"
  }
}