{"id":17736658,"url":"https://github.com/parro-it/map-array","last_synced_at":"2025-03-14T14:30:51.774Z","repository":{"id":57291137,"uuid":"51334036","full_name":"parro-it/map-array","owner":"parro-it","description":"Map object keys and values into an array.","archived":false,"fork":false,"pushed_at":"2020-06-03T09:20:35.000Z","size":1133,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-04T13:16:57.018Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parro-it.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-08T23:10:37.000Z","updated_at":"2019-07-15T22:26:05.000Z","dependencies_parsed_at":"2022-09-01T15:21:26.563Z","dependency_job_id":null,"html_url":"https://github.com/parro-it/map-array","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Fmap-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Fmap-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Fmap-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parro-it%2Fmap-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parro-it","download_url":"https://codeload.github.com/parro-it/map-array/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593261,"owners_count":20316156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T00:23:57.176Z","updated_at":"2025-03-14T14:30:51.352Z","avatar_url":"https://github.com/parro-it.png","language":"JavaScript","readme":"# map-array\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/parro-it/map-array.svg)](https://greenkeeper.io/)\n\n\u003e Map object keys and values into an array\n\n[![Travis Build Status](https://img.shields.io/travis/parro-it/map-array.svg)](http://travis-ci.org/parro-it/map-array)\n[![NPM module](https://img.shields.io/npm/v/map-array.svg)](https://npmjs.org/package/map-array)\n[![NPM downloads](https://img.shields.io/npm/dt/map-array.svg)](https://npmjs.org/package/map-array)\n\n# Installation\n\n```bash\nnpm install --save map-array\n```\n\n# Usage\n\n```javascript\n  const mapArray = require('map-array');\n  const obj = {\n    giorgio: 'Bianchi',\n    gino: 'Rossi'\n  };\n  console.log(mapArray(obj, (key, value) =\u003e key + ' ' + value));\n\n```\n\u003e ['giorgio Bianchi', 'gino Rossi']\n\n# Related\n\n* [map-obj](https://github.com/sindresorhus/map-obj) - Map object keys and values into a new object\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 parro-it\n","funding_links":[],"categories":["Modules","模块"],"sub_categories":["Array","数组"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparro-it%2Fmap-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparro-it%2Fmap-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparro-it%2Fmap-array/lists"}