community.general/lib/ansible/modules/packaging/language
Xavier Cambar cea681a5c0 npm module compatible with npm5 (#26582)
* npm module compatible with npm5

Uses the `--long` flag in `npm list` to get the `missing` key back.

* npm: add integration tests

* npm: test the module with npm 4 as well

* Remove debug tasks, use variables

* Use tests instead of filters

* Adds xcambar as a maintainer of the npm module
2018-01-19 15:47:43 +01:00
..
__init__.py
bower.py
bundler.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
composer.py Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
cpanm.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
easy_install.py
gem.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
maven_artifact.py maven_artifact: fix broken import (#33749) 2017-12-13 13:54:05 +00:00
npm.py npm module compatible with npm5 (#26582) 2018-01-19 15:47:43 +01:00
pear.py Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
pip.py