Npm 2.14.14
A package manager for JavaScript.
No packages depend on Npm.
FIX URL IN LICENSE
The license incorrectly identified the registry URL as registry.npmjs.com and this has been corrected to registry.npmjs.org.
6051a69 #10685 Fix npm public registry URL in notices. (@kemitchell)
NO MORE MD5
We updated modules that had been using MD5 for non-security purposes. While this is perfectly safe, if you compile Node in FIPS-compliance mode it will explode if you try to use MD5. We've replaced MD5 with Murmur, which conveys our intent better and is faster to boot.
30b5994 #10629 write-file-atomic@1.1.4 (@othiym23) 68c63ff #10629 fs-write-stream-atomic@1.0.5 (@othiym23)
DEPENDENCY UPDATES
e48e5a9 nodejs/node-gyp#831 node-gyp@3.2.1: Improved *BSD support. (@bnoordhuis)