To get dependencies between software components listed in _data/software.yml:
In _data run (requires fq):
fq -r '.[]|select(.status=="production")|.repository' software.yml
then clone each of the repositories and look into package.json (or try to get the file via GitHub, but rate limits may apply):
fq -r '.dependencies|keys[]' ../package.json
To get dependencies between software components listed in
_data/software.yml:In
_datarun (requires fq):fq -r '.[]|select(.status=="production")|.repository' software.ymlthen clone each of the repositories and look into
package.json(or try to get the file via GitHub, but rate limits may apply):fq -r '.dependencies|keys[]' ../package.json