PATH:
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
normalize-package-data
/
lib
var util = require('util') module.exports = function () { var args = Array.prototype.slice.call(arguments, 0) args.forEach(function (arg) { if (!arg) { throw new TypeError('Bad arguments.') } }) return util.format.apply(null, arguments) }
[+]
..
[-] warning_messages.json
[open]
[-] extract_description.js
[open]
[-] typos.json
[open]
[-] fixer.js
[open]
[-] make_warning.js
[open]
[-] normalize.js
[open]
[-] safe_format.js
[open]