This file is indexed.

/usr/lib/nodejs/rollup-plugin-replace/package.json is in node-rollup-plugin-replace 2.0.0-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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "rollup-plugin-replace",
  "version": "2.0.0",
  "devDependencies": {
    "eslint": "^4.6.1",
    "mocha": "^3.5.0",
    "rollup": "^0.49.2",
    "rollup-plugin-buble": "^0.15.0"
  },
  "main": "dist/rollup-plugin-replace.cjs.js",
  "module": "dist/rollup-plugin-replace.es.js",
  "dependencies": {
    "magic-string": "^0.22.4",
    "minimatch": "^3.0.2",
    "rollup-pluginutils": "^2.0.1"
  },
  "scripts": {
    "test": "mocha",
    "pretest": "npm run build",
    "build": "rollup -c",
    "prebuild": "rm -rf dist/*",
    "prepublish": "npm test"
  },
  "files": [
    "src",
    "dist",
    "README.md"
  ],
  "repository": "rollup/rollup-plugin-replace",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "es2015",
    "npm",
    "modules"
  ],
  "author": "Rich Harris <richard.a.harris@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rollup/rollup-plugin-replace/issues"
  },
  "homepage": "https://github.com/rollup/rollup-plugin-replace#readme"
}