1{ 2 "_from": "object-assign@^4.1.0", 3 "_id": "object-assign@4.1.1", 4 "_inBundle": false, 5 "_integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", 6 "_location": "/object-assign", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "object-assign@^4.1.0", 12 "name": "object-assign", 13 "escapedName": "object-assign", 14 "rawSpec": "^4.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^4.1.0" 17 }, 18 "_requiredBy": [ 19 "/del", 20 "/fbjs", 21 "/file-entry-cache", 22 "/gauge", 23 "/globby", 24 "/prop-types" 25 ], 26 "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", 27 "_shasum": "2109adc7965887cfc05cbbd442cac8bfbb360863", 28 "_spec": "object-assign@^4.1.0", 29 "_where": "/Users/rebecca/code/npm/node_modules/gauge", 30 "author": { 31 "name": "Sindre Sorhus", 32 "email": "sindresorhus@gmail.com", 33 "url": "sindresorhus.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/sindresorhus/object-assign/issues" 37 }, 38 "bundleDependencies": false, 39 "deprecated": false, 40 "description": "ES2015 `Object.assign()` ponyfill", 41 "devDependencies": { 42 "ava": "^0.16.0", 43 "lodash": "^4.16.4", 44 "matcha": "^0.7.0", 45 "xo": "^0.16.0" 46 }, 47 "engines": { 48 "node": ">=0.10.0" 49 }, 50 "files": [ 51 "index.js" 52 ], 53 "homepage": "https://github.com/sindresorhus/object-assign#readme", 54 "keywords": [ 55 "object", 56 "assign", 57 "extend", 58 "properties", 59 "es2015", 60 "ecmascript", 61 "harmony", 62 "ponyfill", 63 "prollyfill", 64 "polyfill", 65 "shim", 66 "browser" 67 ], 68 "license": "MIT", 69 "name": "object-assign", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/sindresorhus/object-assign.git" 73 }, 74 "scripts": { 75 "bench": "matcha bench.js", 76 "test": "xo && ava" 77 }, 78 "version": "4.1.1" 79} 80