HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/snyk/dist/cli/commands/modules.js
"use strict";
const snyk = require('../../lib');
module.exports = function (path, options) {
    if (!options) {
        options = {};
    }
    return snyk.modules(path || process.cwd()).then((modules) => {
        let parent = '';
        if (modules.parent) {
            parent = modules.parent.full;
        }
        if (options.json) {
            return JSON.stringify(modules, '', 2);
        }
        return (parent +
            Object.keys(modules.dependencies)
                .map((key) => modules.dependencies[key].full)
                .join('\n'));
    });
};
//# sourceMappingURL=modules.js.map