This file is indexed.

/usr/lib/nodejs/validate-npm-package-license/package.json is in node-validate-npm-package-license 3.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
25
{
  "name": "validate-npm-package-license",
  "description": "Give me a string and I'll tell you if it's a valid npm package license string",
  "version": "3.0.1",
  "author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)",
  "dependencies": {
    "spdx-correct": "~1.0.0",
    "spdx-expression-parse": "~1.0.0"
  },
  "devDependencies": {
    "defence-cli": "^1.0.1",
    "replace-require-self": "^1.0.0"
  },
  "keywords": [
    "license",
    "npm",
    "package",
    "validation"
  ],
  "license": "Apache-2.0",
  "repository": "kemitchell/validate-npm-package-license.js",
  "scripts": {
    "test": "defence README.md | replace-require-self | node"
  }
}