1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/packaging/language
Shahar Mor a0915036f9
npm - fix installing from package.json (#2924)
correctly handle cases where a dependency does not have a `version` property because it is either missing or invalid
2021-07-02 21:42:50 +02:00
..
bower.py
bundler.py
composer.py composer: add composer_executable (#2650) 2021-05-28 12:49:29 +02:00
cpanm.py cpanm - revamp module (#2218) 2021-04-18 10:55:47 +02:00
easy_install.py
gem.py gem_module: Add bindir option (#2837) 2021-06-21 19:53:03 +12:00
maven_artifact.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
npm.py npm - fix installing from package.json (#2924) 2021-07-02 21:42:50 +02:00
pear.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
pip_package_info.py Replace ansible.module_utils._text by ansible.module_utils.common.text.converters (#2877) 2021-06-26 23:59:11 +02:00
yarn.py