This file is indexed.

/usr/lib/nodejs/mkdirp/package.json is in node-mkdirp 0.5.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
{
  "name": "mkdirp",
  "description": "Recursively mkdir, like `mkdir -p`",
  "version": "0.5.0",
  "author": "James Halliday <mail@substack.net> (http://substack.net)",
  "main": "./index",
  "keywords": [
    "mkdir",
    "directory"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/substack/node-mkdirp.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "minimist": "0.0.8"
  },
  "devDependencies": {
    "tap": "~0.4.0",
    "mock-fs": "~2.2.0"
  },
  "bin": "bin/cmd.js",
  "license": "MIT"
}