This file is indexed.

/usr/lib/nodejs/should/package.json is in node-should 4.0.4+dfsg-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
30
31
32
33
34
35
36
{
  "name": "should",
  "description": "test framework agnostic BDD-style assertions",
  "version": "4.0.4",
  "author": "TJ Holowaychuk <tj@vision-media.ca> and contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/shouldjs/should.js.git"
  },
  "homepage": "https://github.com/shouldjs/should.js",
  "scripts": {
    "test": "gulp test",
    "zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js"
  },
  "devDependencies": {
    "browserify": "latest",
    "mocha-better-spec-reporter": "0.0.2",
    "gulp-mocha": "^0.4.1",
    "gulp-uglify": "^0.3.0",
    "gulp-util": "^2.2.14",
    "gulp": "^3.6.2",
    "vinyl-source-stream2": "^0.1.1",
    "gulp-load-plugins": "^0.5.1",
    "gulp-rename": "^1.2.0",
    "gulp-header": "^1.0.2",
    "mocha": "^1.19.0",
    "zuul": "^1.6.5"
  },
  "keywords": [
    "test",
    "bdd",
    "assert"
  ],
  "main": "./lib/should.js",
  "license": "MIT"
}