1{ 2 "_from": "deep-extend@^0.6.0", 3 "_id": "deep-extend@0.6.0", 4 "_inBundle": false, 5 "_integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", 6 "_location": "/deep-extend", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "deep-extend@^0.6.0", 12 "name": "deep-extend", 13 "escapedName": "deep-extend", 14 "rawSpec": "^0.6.0", 15 "saveSpec": null, 16 "fetchSpec": "^0.6.0" 17 }, 18 "_requiredBy": [ 19 "/rc" 20 ], 21 "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", 22 "_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac", 23 "_spec": "deep-extend@^0.6.0", 24 "_where": "/Users/ruyadorno/Documents/workspace/cli/node_modules/rc", 25 "author": { 26 "name": "Viacheslav Lotsmanov", 27 "email": "lotsmanov89@gmail.com" 28 }, 29 "bugs": { 30 "url": "https://github.com/unclechu/node-deep-extend/issues" 31 }, 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Romain Prieto", 36 "url": "https://github.com/rprieto" 37 }, 38 { 39 "name": "Max Maximov", 40 "url": "https://github.com/maxmaximov" 41 }, 42 { 43 "name": "Marshall Bowers", 44 "url": "https://github.com/maxdeviant" 45 }, 46 { 47 "name": "Misha Wakerman", 48 "url": "https://github.com/mwakerman" 49 } 50 ], 51 "deprecated": false, 52 "description": "Recursive object extending", 53 "devDependencies": { 54 "mocha": "5.2.0", 55 "should": "13.2.1" 56 }, 57 "engines": { 58 "node": ">=4.0.0" 59 }, 60 "files": [ 61 "index.js", 62 "lib/" 63 ], 64 "homepage": "https://github.com/unclechu/node-deep-extend", 65 "keywords": [ 66 "deep-extend", 67 "extend", 68 "deep", 69 "recursive", 70 "xtend", 71 "clone", 72 "merge", 73 "json" 74 ], 75 "license": "MIT", 76 "licenses": [ 77 { 78 "type": "MIT", 79 "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE" 80 } 81 ], 82 "main": "lib/deep-extend.js", 83 "name": "deep-extend", 84 "repository": { 85 "type": "git", 86 "url": "git://github.com/unclechu/node-deep-extend.git" 87 }, 88 "scripts": { 89 "test": "mocha" 90 }, 91 "version": "0.6.0" 92} 93