This file is indexed.

/usr/lib/nodejs/node-stringprep/package.json is in node-node-stringprep 0.8.0-3ubuntu1.

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "node-stringprep",
  "version": "0.8.0",
  "main": "index.js",
  "description": "ICU StringPrep profiles",
  "keywords": [
    "unicode",
    "stringprep",
    "icu"
  ],
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  },
  "dependencies": {
    "bindings": "~1.2.1",
    "debug": "~2.2.0",
    "nan": "~2.3.3"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-cli": "^1.0.1",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-mocha-cli": "~1.3.0",
    "proxyquire": "~0.5.2",
    "should": "~8.2.2"
  },
  "repository": "github:astro/node-stringprep",
  "homepage": "http://github.com/astro/node-stringprep",
  "bugs": "http://github.com/astro/node-stringprep/issues",
  "author": {
    "name": "Lloyd Watkin",
    "email": "lloyd@evilprofessor.co.uk",
    "web": "http://evilprofessor.co.uk"
  },
  "licenses": [
    {
      "type": "MIT"
    }
  ],
  "engines": {
    "node": ">=0.8 <=0.12"
  }
}