{"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"keywords":["object","assign","extend","properties","values","value","transform","transformation","map","modify"],"dist-tags":{"latest":"2.1.1"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Modify the values of an object","readme":"# modify-values\n\n> Modify the values of an object\n\n## Install\n\n```\n$ npm install modify-values\n```\n\n## Usage\n\n```js\nimport modifyValues from 'modify-values';\n\nmodifyValues({foo: 'UNICORN'}, (value, key) => value.toLowerCase());\n//=> {foo: 'unicorn'}\n```\n\n## API\n\n### modifyValues(object, transformer)\n\nModifies the values and returns a new object.\n\n#### object\n\nType: `object`\n\n#### transformer(value, key)\n\nType: `Function`\n\nGets the value and key for each item and is expected to return the new value.\n\n## Related\n\nSee [`modify-keys`](https://github.com/sindresorhus/modify-keys) for modifying the keys of an object.\n\n---\n\n<div align=\"center\">\n\t<b>\n\t\t<a href=\"https://tidelift.com/subscription/pkg/npm-modify-values?utm_source=npm-modify-values&utm_medium=referral&utm_campaign=readme\">Get professional support for this package with a Tidelift subscription</a>\n\t</b>\n\t<br>\n\t<sub>\n\t\tTidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.\n\t</sub>\n</div>\n","repository":{"type":"git","url":"git+https://github.com/sindresorhus/modify-values.git"},"users":{"rocket0191":true},"bugs":{"url":"https://github.com/sindresorhus/modify-values/issues"},"license":"MIT","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":"anonymous","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"e2b6cdeb9ce19f99317a53722f3dbf5df5eaaab2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/modify-values/-/modify-values-1.0.0.tgz","integrity":"sha512-vORhiUSHLkMjEclI6FyOc9skMcy6sgUXa743GcvrwDEiMcYxtFX3EXwlniD/NmzBO2K3VqJlayGeDOX4bm/C8Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHbAPxqmn4Qv6TM1YyfWajcPLF5yW1S64E7yvQhYAukcAiEA1KAbFVnfxdA575YsFgITbiGQhU+TMLRWfs7GNKvZQvU="}]},"directories":{}},"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":"anonymous","email":"sindresorhus@gmail.com"},"dist":{"integrity":"sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==","shasum":"b3939fa605546474e3e3e3c63d64bd43b4ee6022","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/modify-values/-/modify-values-1.0.1.tgz","fileCount":4,"unpackedSize":2860,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHFm+ELJACZQDegIY6IRXWwxWA+roObkX3T32Wpa/rnIAiEA9Hdhn+qYVdoQ/5WrXEMJrTOGkDO2UhV1mgKhDhUONZU="}]},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/modify-values_1.0.1_1521790547165_0.789706550199825"},"_hasShrinkwrap":false},"2.0.0":{"name":"modify-values","version":"2.0.0","description":"Modify the values of an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/modify-values.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava"},"keywords":["object","assign","extend","properties","values","value","transform","transformation","map","modify"],"devDependencies":{"ava":"^3.15.0","xo":"^0.39.1"},"gitHead":"b9b843d4f63765be90355760cc99c02bb38c89b9","bugs":{"url":"https://github.com/sindresorhus/modify-values/issues"},"homepage":"https://github.com/sindresorhus/modify-values#readme","_id":"modify-values@2.0.0","_nodeVersion":"16.0.0","_npmVersion":"7.10.0","dist":{"integrity":"sha512-9nW5UpwFBeeQCYCgCTfBPDxE2QI3UIgQ2rc2P8focem5B82KHfZCsn5nDFW7saksd+/GTnsQEPXvcupiX5z3aA==","shasum":"ea1128743b7b738f4250e41cab71f1e5c06b8f9e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/modify-values/-/modify-values-2.0.0.tgz","fileCount":4,"unpackedSize":3052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgj+TYCRA9TVsSAnZWagAAUwIQAJob8eS0JeepdJ1H91tp\nIFwbfb1nKqBUlS2AiwvNuJxl1u86Q0jU5bG9v4G997N3aFsXwDomS9vLIdDR\n8VuMc38Ql1AUJG32UmlgPafebViiS0twspUuDX0LOiNHep1A1nFCEHmh14lx\nmSadIe2zdos3dDkDVU3K0lEQIyMY9qwuNmoi2Mil/6OPJi3MH/EDiM0LNrVJ\nUCfCaqkTomD2bOT5XLhiE4UNpSB2y641BsPiqU76/Ns/kUJiuocGB4E2Xxno\nXfHvdtVRwI9GmTYUgxlsJo7Zr9HNansgoJJK4ad1YCfIlmT705g4CNOgcnkw\nJzvTVJIg46Tg0wuIHrWreiePZp+c/JKM3ifnGmhRL6ZDXLYUkjK8pdDIk05Y\nYC3fVGjoe+6fNNxsHPRzPKmFpGqrak88KXv5B1cgkksA2O9ogqJx6SzjwjDM\n/yFUIJAISyXaDQA3HrQf2JQ5VL7E3aCnN9VHZFPwQo2QJmMB1gNmD5m4Pd0f\n2zIDdSpMec4prel39GQw+qMJXxAelidaNUMXx4i8K9+opyDTI2MRsyjGOioA\nSPDXQBuoGzjAuUbDsE+guBBBRhjEAABdp02lREy3GJZ23Jx2qvp7mQNd+eVt\nmEMnn+HUyWGe4OxoluL5P95N8s7RPbhrzYKRh0gRinLkSVLUBsY0udn0meaf\ni2Dy\r\n=G4DG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDhhFYyKCCAkCeE8fDdf++RXBFmnO1uhDYrS5qp0Mo/pAiEA7ePvirl3X8i/IUfyciq/X1eCvzK14rH/NZzq8QIpeKc="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/modify-values_2.0.0_1620042968086_0.6953647483320329"},"_hasShrinkwrap":false},"2.1.0":{"name":"modify-values","version":"2.1.0","description":"Modify the values of an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/modify-values.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["object","assign","extend","properties","values","value","transform","transformation","map","modify"],"devDependencies":{"ava":"^3.15.0","tsd":"^0.14.0","xo":"^0.39.1"},"gitHead":"c5077fb700b629e981c849dcd8405b3e3245060a","bugs":{"url":"https://github.com/sindresorhus/modify-values/issues"},"homepage":"https://github.com/sindresorhus/modify-values#readme","_id":"modify-values@2.1.0","_nodeVersion":"12.22.1","_npmVersion":"7.10.0","dist":{"integrity":"sha512-BNE9pqU+ool66TQ+4Oz5RqHKMSI+cB8qOH7xIhGf2CDBpkrgLBjNfRUzaTfu57OFgETUNdbBtE4a5belkMDt+g==","shasum":"12ca192c3d4cc6682fb9be31c7f691bb735ba1d2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/modify-values/-/modify-values-2.1.0.tgz","fileCount":5,"unpackedSize":3630,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglsdiCRA9TVsSAnZWagAA88EP/jsUGQw5ulQ58YE6c3Ws\nHNV4OijtQjXyII45hcSCURBicuPy/cDDVChKsUZFBLQgjYU1js1xLrpAAGwC\n4gSJwpHjMppyJR1/iFiA5MLh/ytSvUNf5+TUs0swlpX7q2Ydkx3wgpFfrVsF\n5nHG/EVVCH6qHE5ImkZoQdi48FTH3FFuxPZTAQwWozWGt0mMkK3/+jsW08iL\neaKTKQCaBruLUDLNIyXzMuCIHX6VRamJ/eW1lQ7ECJcaMrJ44VkL0q/Esc1/\n2O0ebVVL/4R8R6odkEsLUhawrCq4qOUZ6kHZJVh1j1x/RgIAx60FS2WHWumv\nL1kJF4gW3WA0X8x1c6G5WMq3ixWcVaXuUPknsf3jQ19heqVo6FMFZNmKEibb\nyj/vd7RcRQO+gH1c5lW/RcgOunEV2w5ozqgF8Dos+EeuBIdJIQEJq8RI9YWI\nuTyMLZlDselMWmZvYFSOkrbjpVWY9ljB2pMI07z5IT3cOyDscUpINVznlEKB\nHfOoZ2VCkPqkLHp3U0VE8srmkkbenVJRscriqJAoLG39olcOurqWH/3SAkyJ\noc+A42jAnFrz2AHKJL8hhWy4Zsl3leLHB0+aOZAhp6qDpk8l5MYQmhfkqk4o\nUsx2XzD+WxZEJUAPVEp0aK3izvsK8hIp/w8kU9ragN3gKioQrpWdy+3TusZG\nqr3t\r\n=fYY5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCs8ynq5R7bcvefNvjyD8U9CrMaT51tjLZAFChrQIAGVQIgdmOMGWzCOLH7amUyr7XabtHm3+DkFtwAzgWbSrpQTxI="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/modify-values_2.1.0_1620494177859_0.8398030181284812"},"_hasShrinkwrap":false},"2.1.1":{"name":"modify-values","version":"2.1.1","description":"Modify the values of an object","license":"MIT","repository":{"type":"git","url":"git+https://github.com/sindresorhus/modify-values.git"},"funding":"https://github.com/sponsors/sindresorhus","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["object","assign","extend","properties","values","value","transform","transformation","map","modify"],"devDependencies":{"ava":"^3.15.0","tsd":"^0.14.0","xo":"^0.39.1"},"gitHead":"193a6c331b15e673556511502be2dd2c3ea851fa","bugs":{"url":"https://github.com/sindresorhus/modify-values/issues"},"homepage":"https://github.com/sindresorhus/modify-values#readme","_id":"modify-values@2.1.1","_nodeVersion":"14.17.5","_npmVersion":"7.20.3","dist":{"integrity":"sha512-BRfRA54UxIjR2sEPhcriXfRI5qm9OQ4A3TYiZr6FPn8ZNyjNlhaub9FKt6KU+c9q88LrWUBZBxpbv6+jjcKp/w==","shasum":"4b32875d02fe2fac2a8b2a38fa8da98ae74e03ff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/modify-values/-/modify-values-2.1.1.tgz","fileCount":5,"unpackedSize":3617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOurKCRA9TVsSAnZWagAAULoP/0Rnn7M8c7RS4vrMLJil\ngGlDrQ1msWIsEamPubgELJeCYY66GxCCKR2Rughn9MBAWiIPVSVbZFXmpCpA\nxWNIeLnV4dN+TiX1NTpYgjZbxjhXDFCKXusZDVOSKQn1ySz4LVf63curuHtF\nXOXVCNxUmwCa9Ot2FksValG42E+DkSJacnBYpdoyqAkd3Vcnizg7yGi1EOdY\ng4mHBIdDq86zKH9ZVMAA8jycSAwmGquDtLUS6x3qIqf7yXu4q1mZSm8vCOZ6\npS7pzo+6nxrzU81/9DeJWPzdY2HFaK5hrh2w0JWDLfd/TShqtdnF+7tPRvhu\nRlyWY9YpGhWSGn2OazqZ9YzmM95DmXr51HbKKLg3YpXkF33jWUV7T1hS56i3\nraAKi7OMFiilpSQNn8Inj3GccDfUW2e5mcLif2pYeo7x57woLBYf8kzy0l/6\nwrU+AIEzFRPvfSVa/6b5m5jzeew9Nrc1lODI3LMEokcPRL9UC1BTvu5IPHeg\nyqcLMbs9mRfx2ZjSRCkCygnEFU8Vvuy62AClAi/l5WDTTmH8AHx2Z5PmmTcP\nAfe/hDMvppenOvhh8NwnDwyAW3J6MmhKlBW+bG7BL9Odhw5JM9urVaf/AsAE\nfCqePHyIWAFH/t5NLmk2bKLGHJ2fe3ubYVflvfxnhrQJOSJ0aYvLAY7LUXNV\nPd/A\r\n=1IwS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH3QfydZcZB9W7NFcY4pbIElI0/tLM7tlZEMvqokE5/NAiEA304KCiuNZLzuEWB2PjRGhtgCbSOANBIDwdWE/3SP7iw="}]},"_npmUser":{"name":"anonymous","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/modify-values_2.1.1_1631251146304_0.6915877071166128"},"_hasShrinkwrap":false}},"name":"modify-values","time":{"modified":"2022-06-20T03:16:11.735Z","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","2.0.0":"2021-05-03T11:56:08.201Z","2.1.0":"2021-05-08T17:16:17.990Z","2.1.1":"2021-09-10T05:19:06.482Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/modify-values#readme"}