This file is indexed.

/usr/lib/nodejs/cached-path-relative/package.json is in node-cached-path-relative 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
{
  "name": "cached-path-relative",
  "description": "Memoize the results of the path.relative function",
  "repository": "git://github.com/ashaffer/cached-path-relative.git",
  "version": "1.0.1",
  "license": "MIT",
  "main": "lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "^4.2.0",
    "standard": "^4.0.0"
  }
}