Commits
Click on a commit to change the comparison rangeperf: cache all package.json resolutions for faster package.json lookup
Previously `find_package_json` needs to traverse up path parents,
which involves a lot of `once_cell.get_or_try_init()` calls.