MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / get_node_versions

Function get_node_versions

nodeenv.py:1028–1029  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1026
1027
1028def get_node_versions():
1029 return [dct['version'].lstrip('v') for dct in _get_versions_json()][::-1]
1030
1031
1032def print_node_versions():

Callers 1

print_node_versionsFunction · 0.85

Calls 1

_get_versions_jsonFunction · 0.85

Tested by

no test coverage detected