The package.json says ``` "engines": { "npm": ">=1.4.28", "node": ">=0.12" }, ``` But the package really needs node >= 1.4 because of the use of `Object.assign` (and maybe other things).
The package.json says
But the package really needs node >= 1.4 because of the use of
Object.assign(and maybe other things).