{
	"name": "modify-values",
	"versions": {
		"1.0.0": {
			"name": "modify-values",
			"version": "1.0.0",
			"description": "Modify the values of an object",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "https://github.com/sindresorhus/modify-values"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "node test.js"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"object",
				"assign",
				"extend",
				"properties",
				"values",
				"val",
				"transform",
				"transformation",
				"map",
				"modify"
			],
			"devDependencies": {
				"ava": "0.0.4"
			},
			"gitHead": "31c94560a745cf780b28d9951e6c2b0463f862d0",
			"bugs": {
				"url": "https://github.com/sindresorhus/modify-values/issues"
			},
			"homepage": "https://github.com/sindresorhus/modify-values",
			"_id": "modify-values@1.0.0",
			"_shasum": "e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2",
			"_from": ".",
			"_npmVersion": "1.4.28",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"dist": {
				"shasum": "e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2",
				"tarball": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.1": {
			"name": "modify-values",
			"version": "1.0.1",
			"description": "Modify the values of an object",
			"license": "MIT",
			"repository": {
				"type": "git",
				"url": "git+https://github.com/sindresorhus/modify-values.git"
			},
			"author": {
				"name": "Sindre Sorhus",
				"email": "sindresorhus@gmail.com",
				"url": "sindresorhus.com"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"scripts": {
				"test": "ava"
			},
			"files": [
				"index.js"
			],
			"keywords": [
				"object",
				"assign",
				"extend",
				"properties",
				"values",
				"val",
				"transform",
				"transformation",
				"map",
				"modify"
			],
			"devDependencies": {
				"ava": "*"
			},
			"gitHead": "1f4ddda21cf48a35f60d42aed0bd3d2373e5b167",
			"bugs": {
				"url": "https://github.com/sindresorhus/modify-values/issues"
			},
			"homepage": "https://github.com/sindresorhus/modify-values#readme",
			"_id": "modify-values@1.0.1",
			"_npmVersion": "5.6.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "sindresorhus",
				"email": "sindresorhus@gmail.com"
			},
			"dist": {
				"integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==",
				"shasum": "b3939fa605546474e3e3e3c63d64bd43b4ee6022",
				"tarball": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
				"fileCount": 4,
				"unpackedSize": 2860
			},
			"maintainers": [
				{
					"name": "sindresorhus",
					"email": "sindresorhus@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/modify-values_1.0.1_1521790547165_0.789706550199825"
			},
			"contributors": []
		}
	},
	"time": {
		"modified": "2018-03-23T07:35:47.717Z",
		"created": "2015-01-25T10:54:10.227Z",
		"1.0.0": "2015-01-25T10:54:10.227Z",
		"1.0.1": "2018-03-23T07:35:47.388Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.0.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"f8acaf1a6759dcc25385a1bfbb1e3478\"",
			"fetched": 1600679813567
		}
	},
	"_distfiles": {
		"modify-values-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.0.tgz",
			"sha": "e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2",
			"registry": "npmjs"
		},
		"modify-values-1.0.1.tgz": {
			"url": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
			"sha": "b3939fa605546474e3e3e3c63d64bd43b4ee6022",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"modify-values-1.0.1.tgz": {
			"shasum": "b3939fa605546474e3e3e3c63d64bd43b4ee6022"
		}
	},
	"_rev": "2-9bbeef2f6764037a",
	"_id": "modify-values",
	"readme": "# modify-values [![Build Status](https://travis-ci.org/sindresorhus/modify-values.svg?branch=master)](https://travis-ci.org/sindresorhus/modify-values)\n\n> Modify the values of an object\n\n\n## Install\n\n```\n$ npm install --save modify-values\n```\n\n\n## Usage\n\n```js\nvar modifyValues = require('modify-values');\n\nmodifyValues({foo: 'UNICORN'}, function (value, key) {\n\treturn value.toLowerCase();\n});\n//=> {foo: 'unicorn'}\n```\n\n\n## API\n\n### modifyValues(input, modifier)\n\nModifies the values and returns a new object.\n\n#### input\n\n*Required*  \nType: `object`\n\n#### modifier(value, key)\n\n*Required*  \nType: `function`\n\nGets the value and key for each item and is expected to return the new value.\n\n\n## Related\n\nSee [`modify-keys`](https://github.com/sindresorhus/modify-keys) for modifying the keys of an object.\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)"
}