This file is indexed.

/usr/lib/nodejs/nan/package.json is in node-nan 1.3.0-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
25
26
27
28
29
{
  "name": "nan",
  "version": "1.3.0",
  "description": "Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility",
  "main": "include_dirs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/rvagg/nan.git"
  },
  "scripts": {
    "test": "tap --gc test/js/*-test.js",
    "rebuild-tests": "node-gyp rebuild --directory test"
  },
  "contributors": [
    "Rod Vagg <r@va.gg> (https://github.com/rvagg)",
    "Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
    "Trevor Norris <trev.norris@gmail.com> (https://github.com/trevnorris)",
    "Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)",
    "Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
    "Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)"
  ],
  "devDependencies": {
    "bindings": "~1.2.1",
    "node-gyp": "~1.0.1",
    "tap": "~0.4.12",
    "xtend": "~4.0.0"
  },
  "license": "MIT"
}