This project implements a maven repository that proxies node distribution downloads. The aim is that it can be used by various Java build plugins that downloads Node and uses Node in build processes.
It's deployed for now on a Heroku instance and can be accessed here:
It will automatically serve metadata (latest node versions).
To download version 7.6.0 (linux x86, tar.gz) the GAV-coordinate would be:
org.node:node:7.6.0:linux-x86@tar.gz
And the generated URL would then be:
It will also serve tgz bundles and meta data from NPM registry. For example,
to download yarn (org.npmjs:yarn:0.25.3@tgz
):
The meta-data for NPM packages are also available:
- Testing.
- SHA and MD5 from distributions.