This file is indexed.

/usr/lib/nodejs/rollup-plugin-string/package.json is in node-rollup-plugin-string 2.0.2-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
33
34
35
36
37
38
39
40
41
{
  "name": "rollup-plugin-string",
  "version": "2.0.2",
  "description": "Converts text files to modules",
  "main": "dist/rollup-plugin-string.js",
  "jsnext:main": "dist/rollup-plugin-string.mjs",
  "files": [
    "dist"
  ],
  "dependencies": {
    "rollup-pluginutils": "^1.5.0"
  },
  "devDependencies": {
    "buble": "^0.10.6",
    "mocha": "^2.5.3",
    "rollup": "^0.31.0",
    "rollup-plugin-buble": "^0.10.0"
  },
  "scripts": {
    "build": "rollup -c",
    "pretest": "npm run build",
    "test": "mocha test/*.js --compilers js:buble/register",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrySound/rollup-plugin-string.git"
  },
  "keywords": [
    "rollup-plugin",
    "stringify",
    "string",
    "template"
  ],
  "author": "Bogdan Chadkin <trysound@yandex.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TrySound/rollup-plugin-string/issues"
  },
  "homepage": "https://github.com/TrySound/rollup-plugin-string"
}