conventional-changelog-action/node_modules/modify-values/package.json

40 lines
840 B
JSON

{
"name": "modify-values",
"version": "1.0.1",
"description": "Modify the values of an object",
"license": "MIT",
"repository": "sindresorhus/modify-values",
"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": "*"
}
,"_resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz"
,"_integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw=="
,"_from": "modify-values@1.0.1"
}