This file is indexed.

/usr/lib/nodejs/asn1/package.json is in node-asn1 0.2.3-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
{
  "author": "Mark Cavage <mcavage@gmail.com>",
  "contributors": [
    "David Gwynne <loki@animata.net>",
    "Yunong Xiao <yunong@joyent.com>",
    "Alex Wilson <alex.wilson@joyent.com>"
  ],
  "name": "asn1",
  "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  "version": "0.2.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/mcavage/node-asn1.git"
  },
  "main": "lib/index.js",
  "dependencies": {},
  "devDependencies": {
    "tap": "0.4.8"
  },
  "scripts": {
    "test": "./node_modules/.bin/tap ./tst"
  },
  "license": "MIT"
}