This file is indexed.

/usr/lib/nodejs/parse-asn1/package.json is in node-parse-asn1 5.1.0-2.

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
{
  "name": "parse-asn1",
  "version": "5.1.0",
  "description": "utility library for parsing asn1 files for use with browserify-sign.",
  "main": "index.js",
  "scripts": {
    "unit": "node ./test",
    "standard": "standard",
    "test": "npm run standard && npm run unit"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/crypto-browserify/parse-asn1.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "asn1.js": "^4.0.0",
    "browserify-aes": "^1.0.0",
    "create-hash": "^1.1.0",
    "evp_bytestokey": "^1.0.0",
    "pbkdf2": "^3.0.3"
  },
  "devDependencies": {
    "tape": "^3.4.0",
    "standard": "^5.0.0"
  }
}