This file is indexed.

/usr/lib/nodejs/uri-path/package.json is in node-uri-path 1.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
{
  "name": "uri-path",
  "version": "1.0.0",
  "description": "Convert relative file system paths into safe URI paths",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UltCombo/uri-path.git"
  },
  "keywords": [
    "uri",
    "url",
    "relative",
    "file system",
    "fs",
    "path",
    "convert"
  ],
  "author": {
    "name": "Ult Combo",
    "email": "ultcombo@gmail.com"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "license": "WTFPL OR MIT",
  "bugs": {
    "url": "https://github.com/UltCombo/uri-path/issues"
  },
  "homepage": "https://github.com/UltCombo/uri-path",
  "devDependencies": {
    "mocha": "^2.3.3",
    "should": "^7.1.1"
  }
}