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