{
	"name": "extend-shallow",
	"versions": {
		"0.1.0": {
			"name": "extend-shallow",
			"description": "Extend javascript object A with the properties of object B.",
			"version": "0.1.0",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"
				}
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "^4.0.4",
				"verb": ">= 0.2.6"
			},
			"keywords": [
				"extend",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props"
			],
			"_id": "extend-shallow@0.1.0",
			"_shasum": "3992b6a016e9562db4cbe3ac55977e09b2ff3415",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "3992b6a016e9562db4cbe3ac55977e09b2ff3415",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.1.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.1": {
			"name": "extend-shallow",
			"description": "Extend javascript object A with the properties of object B.",
			"version": "0.1.1",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"licenses": [
				{
					"type": "MIT",
					"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"
				}
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"devDependencies": {
				"mocha": "*",
				"should": "^4.0.4",
				"verb": ">= 0.2.6"
			},
			"keywords": [
				"extend",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props"
			],
			"dependencies": {
				"array-slice": "^0.2.2"
			},
			"_id": "extend-shallow@0.1.1",
			"_shasum": "913c08db4887d3297dc762df8b5815757f56ddf3",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "913c08db4887d3297dc762df8b5815757f56ddf3",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "0.2.0",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"licenses": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE-MIT"
			},
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha -R spec"
			},
			"dependencies": {
				"array-slice": "^0.2.2"
			},
			"devDependencies": {
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"glob": "^4.3.1",
				"mocha": "*",
				"should": "^4.3.0"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"_id": "extend-shallow@0.2.0",
			"_shasum": "0c98a09f27d83cb43efafcedac8c9d149deb599c",
			"_from": ".",
			"_npmVersion": "1.4.9",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "0c98a09f27d83cb43efafcedac8c9d149deb599c",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.2.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "1.0.0",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"
			},
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-plain-object": "^1.0.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.2",
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"for-own": "^0.1.2",
				"glob": "^4.3.1",
				"minimist": "^1.1.0",
				"mocha": "*",
				"should": "^5.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "d1cb5302360c1590b649102010c266404874d860",
			"_id": "extend-shallow@1.0.0",
			"_shasum": "3c8406b1484d6c50c14bc0fa2af16c56924f90e1",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "3c8406b1484d6c50c14bc0fa2af16c56924f90e1",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "1.0.1",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"
			},
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-plain-object": "^1.0.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.2",
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"for-own": "^0.1.2",
				"glob": "^4.3.1",
				"minimist": "^1.1.0",
				"mocha": "*",
				"should": "^5.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "cb7b2d726bd030740c8a4a97dae5d7d2b29b5268",
			"_id": "extend-shallow@1.0.1",
			"_shasum": "e40197917b39b175850083b7dd725c7e9732f99b",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "e40197917b39b175850083b7dd725c7e9732f99b",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.1": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "1.1.1",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"
			},
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^1.1.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.2",
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"for-own": "^0.1.2",
				"glob": "^4.3.1",
				"helper-related": "^0.1.0",
				"minimist": "^1.1.0",
				"mocha": "*",
				"should": "^5.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "cb7b2d726bd030740c8a4a97dae5d7d2b29b5268",
			"_id": "extend-shallow@1.1.1",
			"_shasum": "a934b62da72ac6978dd248f0d37da1d2c8ed61ef",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "a934b62da72ac6978dd248f0d37da1d2c8ed61ef",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.2": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "1.1.2",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": {
				"type": "MIT",
				"url": "https://github.com/jonschlinkert/extend-shallow/blob/master/LICENSE"
			},
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^1.1.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.2",
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"for-own": "^0.1.2",
				"glob": "^4.3.1",
				"helper-related": "^0.1.0",
				"minimist": "^1.1.0",
				"mocha": "*",
				"should": "^5.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "9ff9fb16d3e6e436db95dfe7f502bfa603c105ca",
			"_id": "extend-shallow@1.1.2",
			"_shasum": "25d3b690988adbeddebcc6ef113bdac083c55ef0",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "25d3b690988adbeddebcc6ef113bdac083c55ef0",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.2.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.4": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "1.1.4",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"kind-of": "^1.1.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.2",
				"benchmarked": "^0.1.3",
				"chalk": "^0.5.1",
				"for-own": "^0.1.2",
				"glob": "^4.3.1",
				"is-plain-object": "^2.0.0",
				"minimist": "^1.1.0",
				"mocha": "*",
				"should": "^5.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "1b97f0c177ce152d85b6f6e69c6154232665bf7a",
			"_id": "extend-shallow@1.1.4",
			"_shasum": "19d6bf94dfc09d76ba711f39b872d21ff4dd9071",
			"_from": ".",
			"_npmVersion": "2.5.1",
			"_nodeVersion": "0.12.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "19d6bf94dfc09d76ba711f39b872d21ff4dd9071",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.0": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "2.0.0",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-extendable": "^0.1.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.3",
				"benchmarked": "^0.1.4",
				"chalk": "^1.0.0",
				"for-own": "^0.1.3",
				"glob": "^5.0.12",
				"is-plain-object": "^2.0.1",
				"kind-of": "^2.0.0",
				"minimist": "^1.1.1",
				"mocha": "^2.2.5",
				"should": "^7.0.1"
			},
			"keywords": [
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "1b97f0c177ce152d85b6f6e69c6154232665bf7a",
			"_id": "extend-shallow@2.0.0",
			"_shasum": "47da017bd07e4763e7546fca0a829da59a6ddc4d",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "47da017bd07e4763e7546fca0a829da59a6ddc4d",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"2.0.1": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "2.0.1",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-extendable": "^0.1.0"
			},
			"devDependencies": {
				"array-slice": "^0.2.3",
				"benchmarked": "^0.1.4",
				"chalk": "^1.0.0",
				"for-own": "^0.1.3",
				"glob": "^5.0.12",
				"is-plain-object": "^2.0.1",
				"kind-of": "^2.0.0",
				"minimist": "^1.1.1",
				"mocha": "^2.2.5",
				"should": "^7.0.1"
			},
			"keywords": [
				"assign",
				"extend",
				"javascript",
				"js",
				"keys",
				"merge",
				"obj",
				"object",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"gitHead": "e9b1f1d2ff9d2990ec4a127afa7c14732d1eec8a",
			"_id": "extend-shallow@2.0.1",
			"_shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
			"_from": ".",
			"_npmVersion": "2.10.1",
			"_nodeVersion": "0.12.4",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"dist": {
				"shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"3.0.0": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "3.0.0",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Peter deHaan",
					"url": "http://about.me/peterdehaan"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-extendable": "^1.0.1"
			},
			"devDependencies": {
				"array-slice": "^1.0.0",
				"benchmarked": "^2.0.0",
				"for-own": "^1.0.0",
				"gulp-format-md": "^1.0.0",
				"is-plain-object": "^2.0.4",
				"kind-of": "^6.0.1",
				"minimist": "^1.2.0",
				"mocha": "^3.5.3",
				"object-assign": "^4.1.1"
			},
			"keywords": [
				"assign",
				"clone",
				"extend",
				"merge",
				"obj",
				"object",
				"object-assign",
				"object.assign",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"related": {
					"list": [
						"extend-shallow",
						"for-in",
						"for-own",
						"is-plain-object",
						"isobject",
						"kind-of"
					]
				},
				"plugins": [
					"gulp-format-md"
				],
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "1b211ea8183dfec923702179a7131ca1c5828abd",
			"_id": "extend-shallow@3.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.1.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-2DwaMfw1xjy1kxz1ZzvQJt6klvkYW/tNPXAZgE8iHsQtkiQoOxrJevsTmWF01SRra++QgjxXGApWqBktbzmAvw==",
				"shasum": "34d45c2bb1f4ea804fe9c35d40d798a7b869c087",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/extend-shallow-3.0.0.tgz_1511106716802_0.30916304350830615"
			},
			"directories": {}
		},
		"3.0.1": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "3.0.1",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Peter deHaan",
					"url": "http://about.me/peterdehaan"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"is-extendable": "^1.0.1"
			},
			"devDependencies": {
				"array-slice": "^1.0.0",
				"benchmarked": "^2.0.0",
				"for-own": "^1.0.0",
				"gulp-format-md": "^1.0.0",
				"is-plain-object": "^2.0.4",
				"kind-of": "^6.0.1",
				"minimist": "^1.2.0",
				"mocha": "^3.5.3",
				"object-assign": "^4.1.1"
			},
			"keywords": [
				"assign",
				"clone",
				"extend",
				"merge",
				"obj",
				"object",
				"object-assign",
				"object.assign",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"related": {
					"list": [
						"extend-shallow",
						"for-in",
						"for-own",
						"is-plain-object",
						"isobject",
						"kind-of"
					]
				},
				"plugins": [
					"gulp-format-md"
				],
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "468316f009781e90197c6a1fe3134c2c6cdccfe8",
			"_id": "extend-shallow@3.0.1",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "9.1.0",
			"_npmUser": {
				"name": "jonschlinkert",
				"email": "github@sellside.com"
			},
			"dist": {
				"integrity": "sha512-Fg1xXAv+qXKdwHiJFMcZSqsMcbPlkzsZtf8KkLJ2fqnP+lqg2RjEKgDcSfO9CO1+p4LZKgApDBUUUqKaaRhwZQ==",
				"shasum": "4b6d8c49b147fee029dc9eb9484adb770f689844",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.1.tgz"
			},
			"maintainers": [
				{
					"name": "jonschlinkert",
					"email": "github@sellside.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/extend-shallow-3.0.1.tgz_1511241367476_0.9273872210178524"
			},
			"directories": {}
		},
		"3.0.2": {
			"name": "extend-shallow",
			"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
			"version": "3.0.2",
			"homepage": "https://github.com/jonschlinkert/extend-shallow",
			"author": {
				"name": "Jon Schlinkert",
				"url": "https://github.com/jonschlinkert"
			},
			"contributors": [
				{
					"name": "Jon Schlinkert",
					"url": "http://twitter.com/jonschlinkert"
				},
				{
					"name": "Peter deHaan",
					"url": "http://about.me/peterdehaan"
				}
			],
			"repository": {
				"type": "git",
				"url": "git+https://github.com/jonschlinkert/extend-shallow.git"
			},
			"bugs": {
				"url": "https://github.com/jonschlinkert/extend-shallow/issues"
			},
			"license": "MIT",
			"files": [
				"index.js"
			],
			"main": "index.js",
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "mocha"
			},
			"dependencies": {
				"assign-symbols": "^1.0.0",
				"is-extendable": "^1.0.1"
			},
			"devDependencies": {
				"array-slice": "^1.0.0",
				"benchmarked": "^2.0.0",
				"for-own": "^1.0.0",
				"gulp-format-md": "^1.0.0",
				"is-plain-object": "^2.0.4",
				"kind-of": "^6.0.1",
				"minimist": "^1.2.0",
				"mocha": "^3.5.3",
				"object-assign": "^4.1.1"
			},
			"keywords": [
				"assign",
				"clone",
				"extend",
				"merge",
				"obj",
				"object",
				"object-assign",
				"object.assign",
				"prop",
				"properties",
				"property",
				"props",
				"shallow",
				"util",
				"utility",
				"utils",
				"value"
			],
			"verb": {
				"toc": false,
				"layout": "default",
				"tasks": [
					"readme"
				],
				"related": {
					"list": [
						"extend-shallow",
						"for-in",
						"for-own",
						"is-plain-object",
						"isobject",
						"kind-of"
					]
				},
				"plugins": [
					"gulp-format-md"
				],
				"lint": {
					"reflinks": true
				}
			},
			"gitHead": "33698c3df7804f0d0e3ea98caa64d53f09c37bd4",
			"_id": "extend-shallow@3.0.2",
			"_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
			"_from": ".",
			"_npmVersion": "2.15.1",
			"_nodeVersion": "0.10.48",
			"_npmUser": {
				"name": "phated",
				"email": "blaine.bublitz@gmail.com"
			},
			"maintainers": [
				{
					"email": "blaine.bublitz@gmail.com",
					"name": "phated"
				},
				{
					"email": "github@sellside.com",
					"name": "jonschlinkert"
				}
			],
			"dist": {
				"shasum": "26a71aaf073b39fb2127172746131c2704028db8",
				"tarball": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz"
			},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/extend-shallow-3.0.2.tgz_1513797098024_0.23954258323647082"
			},
			"directories": {}
		}
	},
	"time": {
		"modified": "2017-12-20T19:11:38.344Z",
		"created": "2014-10-06T08:44:08.862Z",
		"0.1.0": "2014-10-06T08:44:08.862Z",
		"0.1.1": "2014-10-28T11:46:35.182Z",
		"0.2.0": "2014-12-05T13:49:53.276Z",
		"1.0.0": "2015-02-25T08:24:54.761Z",
		"1.0.1": "2015-02-25T23:21:09.029Z",
		"1.1.1": "2015-02-27T19:04:46.305Z",
		"1.1.2": "2015-03-01T09:58:53.828Z",
		"1.1.4": "2015-05-21T21:56:11.056Z",
		"2.0.0": "2015-06-29T07:55:51.264Z",
		"2.0.1": "2015-07-16T23:28:36.775Z",
		"3.0.0": "2017-11-19T15:51:56.871Z",
		"3.0.1": "2017-11-21T05:16:07.718Z",
		"3.0.2": "2017-12-20T19:11:38.344Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "3.0.2"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"24c6ea45539b715c4723190a4524981e\"",
			"fetched": 1597847608886
		}
	},
	"_distfiles": {
		"extend-shallow-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.1.0.tgz",
			"sha": "3992b6a016e9562db4cbe3ac55977e09b2ff3415",
			"registry": "npmjs"
		},
		"extend-shallow-0.1.1.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.1.1.tgz",
			"sha": "913c08db4887d3297dc762df8b5815757f56ddf3",
			"registry": "npmjs"
		},
		"extend-shallow-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-0.2.0.tgz",
			"sha": "0c98a09f27d83cb43efafcedac8c9d149deb599c",
			"registry": "npmjs"
		},
		"extend-shallow-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.0.0.tgz",
			"sha": "3c8406b1484d6c50c14bc0fa2af16c56924f90e1",
			"registry": "npmjs"
		},
		"extend-shallow-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.0.1.tgz",
			"sha": "e40197917b39b175850083b7dd725c7e9732f99b",
			"registry": "npmjs"
		},
		"extend-shallow-1.1.1.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.1.tgz",
			"sha": "a934b62da72ac6978dd248f0d37da1d2c8ed61ef",
			"registry": "npmjs"
		},
		"extend-shallow-1.1.2.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.2.tgz",
			"sha": "25d3b690988adbeddebcc6ef113bdac083c55ef0",
			"registry": "npmjs"
		},
		"extend-shallow-1.1.4.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
			"sha": "19d6bf94dfc09d76ba711f39b872d21ff4dd9071",
			"registry": "npmjs"
		},
		"extend-shallow-2.0.0.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.0.tgz",
			"sha": "47da017bd07e4763e7546fca0a829da59a6ddc4d",
			"registry": "npmjs"
		},
		"extend-shallow-2.0.1.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
			"sha": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f",
			"registry": "npmjs"
		},
		"extend-shallow-3.0.0.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.0.tgz",
			"sha": "34d45c2bb1f4ea804fe9c35d40d798a7b869c087",
			"registry": "npmjs"
		},
		"extend-shallow-3.0.1.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.1.tgz",
			"sha": "4b6d8c49b147fee029dc9eb9484adb770f689844",
			"registry": "npmjs"
		},
		"extend-shallow-3.0.2.tgz": {
			"url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
			"sha": "26a71aaf073b39fb2127172746131c2704028db8",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"extend-shallow-2.0.1.tgz": {
			"shasum": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
		},
		"extend-shallow-3.0.2.tgz": {
			"shasum": "26a71aaf073b39fb2127172746131c2704028db8"
		}
	},
	"_rev": "16-312d985fe7b976ac",
	"_id": "extend-shallow",
	"readme": "# extend-shallow [![NPM version](https://img.shields.io/npm/v/extend-shallow.svg?style=flat)](https://www.npmjs.com/package/extend-shallow) [![NPM monthly downloads](https://img.shields.io/npm/dm/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![NPM total downloads](https://img.shields.io/npm/dt/extend-shallow.svg?style=flat)](https://npmjs.org/package/extend-shallow) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/extend-shallow.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/extend-shallow)\n\n> Extend an object with the properties of additional objects. node.js/javascript util.\n\nPlease consider following this project's author, [Jon Schlinkert](https://github.com/jonschlinkert), and consider starring the project to show your :heart: and support.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save extend-shallow\n```\n\n## Usage\n\n```js\nvar extend = require('extend-shallow');\n\nextend({a: 'b'}, {c: 'd'})\n//=> {a: 'b', c: 'd'}\n```\n\nPass an empty object to shallow clone:\n\n```js\nvar obj = {};\nextend(obj, {a: 'b'}, {c: 'd'})\n//=> {a: 'b', c: 'd'}\n```\n\n## About\n\n<details>\n<summary><strong>Contributing</strong></summary>\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n</details>\n\n<details>\n<summary><strong>Running Tests</strong></summary>\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n</details>\n\n<details>\n<summary><strong>Building docs</strong></summary>\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n</details>\n\n### Related projects\n\nYou might also be interested in these projects:\n\n* [extend-shallow](https://www.npmjs.com/package/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util. | [homepage](https://github.com/jonschlinkert/extend-shallow \"Extend an object with the properties of additional objects. node.js/javascript util.\")\n* [for-in](https://www.npmjs.com/package/for-in): Iterate over the own and inherited enumerable properties of an object, and return an object… [more](https://github.com/jonschlinkert/for-in) | [homepage](https://github.com/jonschlinkert/for-in \"Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js\")\n* [for-own](https://www.npmjs.com/package/for-own): Iterate over the own enumerable properties of an object, and return an object with properties… [more](https://github.com/jonschlinkert/for-own) | [homepage](https://github.com/jonschlinkert/for-own \"Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.\")\n* [is-plain-object](https://www.npmjs.com/package/is-plain-object): Returns true if an object was created by the `Object` constructor. | [homepage](https://github.com/jonschlinkert/is-plain-object \"Returns true if an object was created by the `Object` constructor.\")\n* [isobject](https://www.npmjs.com/package/isobject): Returns true if the value is an object and not an array or null. | [homepage](https://github.com/jonschlinkert/isobject \"Returns true if the value is an object and not an array or null.\")\n* [kind-of](https://www.npmjs.com/package/kind-of): Get the native type of a value. | [homepage](https://github.com/jonschlinkert/kind-of \"Get the native type of a value.\")\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 33 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [pdehaan](https://github.com/pdehaan) |\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on November 19, 2017._"
}