%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/thread-self/root/proc/self/root/usr/lib/python2.7/site-packages/salt/states/npm.pyo |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l m Z m Z d d l Z d d l m
Z
d � Z d d d e
d d d � Z d d d � Z d e d � Z d d e
d
� Z d S( u�
Installation of NPM Packages
============================
These states manage the installed packages for node.js using the Node Package
Manager (npm). Note that npm must be installed for these states to be
available, so npm states should include a requisite to a pkg.installed state
for the package which provides npm (simply ``npm`` in most cases). Example:
.. code-block:: yaml
npm:
pkg.installed
yaml:
npm.installed:
- require:
- pkg: npm
i ( t absolute_importt unicode_literalst print_function( t CommandExecutionErrort CommandNotFoundErrorN( t sixc C@ s d t k r d n t d f S( u>