| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/sos/report/plugins/__pycache__/ |
Upload File : |
o
G%@i< � @ sB d dl Z d dlmZmZmZ G dd� dee�ZG dd� de�ZdS )� N)�Plugin�IndependentPlugin� PluginOptc @ s@ e Zd ZdZdZdZeddedd�gZdZ dd
d�Z
dd
� Zd S )�Npmz&Information from available npm modules�npm)�system�project-path� z+Collect npm modules of project at this path)�default�val_type�desc)r Nc C s | j ||d|d� d S )NF)�suggest_filename�stderr�runat)�add_cmd_output)�self�cmd�filename�working_directory� r �8/usr/lib/python3/dist-packages/sos/report/plugins/npm.py�_get_npm_output s
�zNpm._get_npm_outputc C s` | � d�r"tj�tj�| � d���}| jdd|d� | jdd|d� | �dd� | �dd � d S )
Nr z
npm ls --json�npm_ls_project)r znpm config list -l�npm_config_list_projectznpm ls -g --json�
npm_ls_global�npm_config_list_global)�
get_option�os�path�abspath�
expanduserr )r �project_pathr r r �setup% s
���z Npm.setup)N)�__name__�
__module__�__qualname__�
short_desc�plugin_name�profilesr �str�option_list�packagesr r"