{"id":19280836,"url":"https://github.com/islamhaqq/flatten","last_synced_at":"2026-04-19T02:04:09.653Z","repository":{"id":57152590,"uuid":"127854463","full_name":"islamhaqq/flatten","owner":"islamhaqq","description":"Recursively flatten an array","archived":false,"fork":false,"pushed_at":"2018-04-03T08:05:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-16T16:19:14.756Z","etag":null,"topics":["arrays","assert","flatten","javascript","node","npm","recursion"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@syednashikaman/flatten","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/islamhaqq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-03T05:15:24.000Z","updated_at":"2023-04-11T15:22:48.000Z","dependencies_parsed_at":"2022-08-27T16:23:24.250Z","dependency_job_id":null,"html_url":"https://github.com/islamhaqq/flatten","commit_stats":null,"previous_names":["syedaman/flatten"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islamhaqq%2Fflatten","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islamhaqq%2Fflatten/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islamhaqq%2Fflatten/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/islamhaqq%2Fflatten/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/islamhaqq","download_url":"https://codeload.github.com/islamhaqq/flatten/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385307,"owners_count":19792987,"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":["arrays","assert","flatten","javascript","node","npm","recursion"],"created_at":"2024-11-09T21:20:47.534Z","updated_at":"2026-04-19T02:04:09.612Z","avatar_url":"https://github.com/islamhaqq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flatten\nA helper function that lets you recursively flatten arrays.\n\n## How to Use\n\n```javascript\nconst flatten = require('@syednashikaman/flatten');\n\nconst nestedArray = [1, [2, 3, [4, 5, [6, 7]]]];\nflatten(nestedArray); // [1, 2, 3, 4, 5, 6, 7]\n```\n\n## How to Install\n\n```sh\n$ npm install --save @syednashikaman/flatten\n```\n\nor\n\n```sh\n$ yarn add @syednashikaman/flatten\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislamhaqq%2Fflatten","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fislamhaqq%2Fflatten","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fislamhaqq%2Fflatten/lists"}