It is interesting watching Microsoft's vcpkg project basically turn into npm-for-C++. Now with vcpkg.json manifest files and the per-project dependency storage equivalent of node_modules.
Seriously though, vcpkg is great, and these JSON manifests will make it much easier to get a C++ project up and running after cloning a repo.