MDL-59094 npm: Update shrinkwrap file to npm 5 generated

Starting with npm version 5, npm install will generate a lockfile
(now named package-lock.json) or update the existing npm-shrinkwrap.json

To prevent changes being generated in the codebase when this happens, we
need to commit the version 5 generated shrinkwrap.

This is related to a general overhaul [1] of how npm manages things. But
for our purposes, we the lockfile should be BC to previous versions [2].

Going forward, we need to ensure we generate the lockfile on npm >=5 to
prevent differences from the previously un-versioned lockfile.

[1] http://blog.npmjs.org/post/161081169345/v500
[2] https://github.com/npm/npm/issues/16728#issuecomment-305104149
This commit is contained in:
Dan Poltawski 2017-05-31 09:48:37 +01:00
parent 9e7afbbc6c
commit 94e6425103

2766
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff