This file is indexed.

/usr/lib/nodejs/url-to-options/package.json is in node-url-to-options 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
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "url-to-options",
  "description": "Convert a WHATWG URL to an http(s).request options object.",
  "version": "1.0.1",
  "license": "MIT",
  "author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
  "repository": "stevenvachon/url-to-options",
  "devDependencies": {
    "universal-url": "^1.0.0-alpha"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "test": "node test.js"
  },
  "files": ["index.js"],
  "keywords": [
    "http",
    "https",
    "url",
    "whatwg"
  ]
}