bugfrei-arraytoobject
Version:
Convert Array with Key/Value Pair (like from Object.entries()) to an Object
30 lines (29 loc) • 701 B
JSON
{
"name": "bugfrei-arraytoobject",
"version": "1.0.0",
"description": "Convert Array with Key/Value Pair (like from Object.entries()) to an Object",
"main": "ArrayToObject.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bugfrei/ArrayToObject.git"
},
"keywords": [
"Array",
"Object",
"ArrayFunction",
"Convert",
"Entries",
"Key",
"Value",
"Property"
],
"author": "Carsten Schlegel",
"license": "ISC",
"bugs": {
"url": "https://github.com/bugfrei/ArrayToObject/issues"
},
"homepage": "https://github.com/bugfrei/ArrayToObject#readme"
}