{"id":23364370,"url":"https://github.com/nhz-io/stream-map-series","last_synced_at":"2025-04-07T22:26:18.204Z","repository":{"id":57372016,"uuid":"68392677","full_name":"nhz-io/stream-map-series","owner":"nhz-io","description":"Map list in series asynchronously","archived":false,"fork":false,"pushed_at":"2016-09-16T15:41:43.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T03:18:47.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nhz-io.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-09-16T15:41:34.000Z","updated_at":"2016-09-16T15:41:45.000Z","dependencies_parsed_at":"2022-08-30T16:42:52.147Z","dependency_job_id":null,"html_url":"https://github.com/nhz-io/stream-map-series","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhz-io%2Fstream-map-series","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhz-io%2Fstream-map-series/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhz-io%2Fstream-map-series/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhz-io%2Fstream-map-series/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhz-io","download_url":"https://codeload.github.com/nhz-io/stream-map-series/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247739342,"owners_count":20987994,"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-12-21T13:15:14.698Z","updated_at":"2025-04-07T22:26:18.152Z","avatar_url":"https://github.com/nhz-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stream-map-series\n\nMap every item in list using async function in series and return a promise\n\n## Usage\n```\nconst map = require('stream-map-series')\n\nmap(1,2,3).series((data, cb) =\u003e { \n  console.log(data)\n  cb(null, 'Done with:' + data)\n})\n.then(res =\u003e console.log(res))\n.catch(err =\u003e throw err)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhz-io%2Fstream-map-series","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhz-io%2Fstream-map-series","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhz-io%2Fstream-map-series/lists"}