{ "name": "object-assign", "version": "4.1.0", "description": "ES2015 Object.assign() ponyfill", "license": "MIT", "repository": "sindresorhus/object-assign", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "xo && mocha", "bench": "matcha bench.js" }, "files": [ "index.js" ], "keywords": [ "object", "assign", "extend", "properties", "es2015", "ecmascript", "harmony", "ponyfill", "prollyfill", "polyfill", "shim", "browser" ], "devDependencies": { "lodash": "^4.8.2", "matcha": "^0.7.0", "mocha": "*", "xo": "*" } }