"yapm" is a package manager for node.js (npm fork)

improvements in package.json handling:
formatting changes:
multiple registries support
semver support for packages installable from github (docs, #3014, #3328, #3442, #3511, #4527).
# install it as a global module (maybe with sudo) $ npm install -g yapm # run it just as you'd run npm itself $ yapm install whatever # if you want to write 'npm' and hate the name change, # you might want to use an alias (i.e. write into ~/.bashrc) $ alias npm=yapm