This file is indexed.

/usr/lib/nodejs/tsame/package.json is in node-tap 11.0.0+ds1-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
{
  "name": "tsame",
  "version": "1.1.2",
  "description": "the logic behind tap's t.same() and t.strictSame()",
  "main": "index.js",
  "devDependencies": {
    "tap": "^10.4.0"
  },
  "scripts": {
    "test": "tap -J --100 test",
    "preversion": "npm test",
    "postversion": "npm publish",
    "postpublish": "git push origin --all; git push origin --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/tsame.git"
  },
  "keywords": [],
  "license": "ISC",
  "files": [
    "index.js"
  ]
}