This file is indexed.

/usr/lib/nodejs/acorn/loose/index.js is in node-acorn 5.4.1+ds1-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
"use strict";
exports.parse_dammit = parse_dammit;
var $$$index$$ = require("../index"), $$state$$ = require("./state"), $$tokenize$$ = require("./tokenize"), $$statement$$ = require("./statement"), $$expression$$ = require("./expression");

$$$index$$.defaultOptions.tabSize=4;var LooseParser=$$state$$.LooseParser;var pluginsLoose=$$state$$.pluginsLoose;

function parse_dammit(input, options) {
  return new LooseParser(input, options).parse()
}

$$$index$$.addLooseExports(parse_dammit, LooseParser, pluginsLoose)
exports.LooseParser = $$state$$.LooseParser, exports.pluginsLoose = $$state$$.pluginsLoose;