/usr/lib/nodejs/js-yaml/index.js is in node-js-yaml 3.10.0+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 | 'use strict';
var yaml = require('./lib/js-yaml.js');
module.exports = yaml;
|