/usr/lib/nodejs/lodash/seq.js is in node-lodash 4.17.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 | module.exports = {
'at': require('./wrapperAt'),
'chain': require('./chain'),
'commit': require('./commit'),
'lodash': require('./wrapperLodash'),
'next': require('./next'),
'plant': require('./plant'),
'reverse': require('./wrapperReverse'),
'tap': require('./tap'),
'thru': require('./thru'),
'toIterator': require('./toIterator'),
'toJSON': require('./toJSON'),
'value': require('./wrapperValue'),
'valueOf': require('./valueOf'),
'wrapperChain': require('./wrapperChain')
};
|