This file is indexed.

/usr/lib/nodejs/ipaddr.js/package.json is in node-ipaddr.js 0.1.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
{
  "name": "ipaddr.js",
  "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
  "version": "0.1.3",
  "author": "Peter Zotov <whitequark@whitequark.org>",
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "~1.6",
    "nodeunit": "~0.5.3",
    "uglify-js": "latest"
  },
  "scripts": {
    "test": "cake build test"
  },
  "keywords": ["ip", "ipv4", "ipv6"],
  "repository": "git://github.com/whitequark/ipaddr.js",
  "main": "./lib/ipaddr",
  "engines": { "node": ">= 0.2.5" }
}