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/index.js
"use strict";
const abbrev = require('abbrev');
const hotload = require('../../lib/hotload')(__dirname);
require('../../lib/spinner').isRequired = false;
// the aim of this module is to load as little as possible to keep cli boot
// time as low as possible
const commands = {
    auth: hotload('./auth'),
    config: hotload('./config'),
    help: hotload('./help'),
    ignore: hotload('./ignore'),
    modules: hotload('./modules'),
    monitor: hotload('./monitor'),
    policy: hotload('./policy'),
    protect: hotload('./protect'),
    test: hotload('./test'),
    'test-unpublished': hotload('./unpublished'),
    version: hotload('./version'),
    wizard: hotload('./protect/wizard'),
    woof: hotload('./woof'),
};
commands.aliases = abbrev(Object.keys(commands));
commands.aliases.t = 'test';
module.exports = commands;
//# sourceMappingURL=index.js.map