if ( Object.keys( options.dependencies ).length > 0 ) {

    if ( DEPENDENCY_FORMATS.indexOf( options.format ) === -1 ) {

        abort( `Can't use the -d/--dependency option with the "${ options.format }" module format.` );