This file is indexed.

/usr/lib/nodejs/gulp-sourcemaps/package.json is in node-gulp-sourcemaps 1.9.1-2.

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
44
45
46
47
48
49
50
51
{
  "name": "gulp-sourcemaps",
  "version": "1.9.1",
  "description": "Source map support for Gulp.js",
  "homepage": "http://github.com/floridoo/gulp-sourcemaps",
  "repository": "git://github.com/floridoo/gulp-sourcemaps.git",
  "main": "index.js",
  "scripts": {
    "test": "jshint *.js test/*.js && faucet test/*.js",
    "tap": "tape test/*.js",
    "cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
    "coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "keywords": [
    "gulpplugin",
    "gulp",
    "source maps",
    "sourcemaps"
  ],
  "author": "Florian Reiterer <me@florianreiterer.com>",
  "license": "ISC",
  "dependencies": {
    "acorn": "4.X",
    "convert-source-map": "1.X",
    "css": "2.X",
    "debug-fabulous": "0.0.X",
    "detect-newline": "2.X",
    "graceful-fs": "4.X",
    "source-map": "0.X",
    "strip-bom": "2.X",
    "through2": "2.X",
    "vinyl": "1.X"
  },
  "devDependencies": {
    "coveralls": "2.X",
    "faucet": "0.0.X",
    "gulp": "3.X",
    "hook-std": "0.2.X",
    "istanbul": "0.X",
    "jshint": "2.X",
    "object-assign": "^4.1.0",
    "tape": "4.X"
  },
  "files": [
    "index.js",
    "src"
  ],
  "engines": {
    "node": ">=0.10.0"
  }
}