This file is indexed.

/usr/lib/nodejs/sprintf-js/bower.json is in node-sprintf-js 1.1.1+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
{
  "name": "sprintf",
  "description": "JavaScript sprintf implementation",
  "version": "1.1.1",
  "main": [
    "dist/sprintf.min.js",
    "dist/angular-sprintf.min.js"
  ],
  "license": "BSD-3-Clause-Clear",
  "keywords": ["sprintf", "string", "formatting"],
  "authors": ["Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)"],
  "homepage": "https://github.com/alexei/sprintf.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexei/sprintf.js.git"
  },
  "ignore": []
}