This file is indexed.

/usr/lib/nodejs/crc/package.json is in node-crc 3.0.0-3.

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
{
  "name": "crc",
  "version": "3.0.0",
  "description": "Various CRC JavaScript implementations",
  "keywords": [
    "crc"
  ],
  "main": "./lib/index.js",
  "scripts": {
    "test": "mocha test/*.spec.coffee",
    "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee"
  },
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "devDependencies": {
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^1.0.0",
    "buffer-crc32": "^0.2.3",
    "chai": "~1.9.1",
    "coffee-errors": "~0.8.6",
    "coffee-script": "~1.7.1",
    "mocha": "*",
    "seedrandom": "^2.3.6"
  },
  "homepage": "https://github.com/alexgorbatchev/node-crc",
  "bugs": "https://github.com/alexgorbatchev/node-crc/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexgorbatchev/node-crc.git"
  },
  "license": "MIT"
}