XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs11/root/lib/node_modules/npm/node_modules.bundled/builtin-modules/ [ drwxr-xr-x ]
'use strict';
var blacklist = [
'freelist',
'sys'
];
module.exports = Object.keys(process.binding('natives')).filter(function (el) {
return !/^_|^internal|\//.test(el) && blacklist.indexOf(el) === -1;
}).sort();