{"id":17766624,"url":"https://github.com/floatdrop/flatit","last_synced_at":"2025-03-15T13:30:52.575Z","repository":{"id":19177973,"uuid":"22410465","full_name":"floatdrop/flatit","owner":"floatdrop","description":"Another flatten implementation for arrays","archived":false,"fork":false,"pushed_at":"2015-09-24T18:43:48.000Z","size":191,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T01:31:43.674Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/floatdrop.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":"2014-07-30T05:47:14.000Z","updated_at":"2015-05-28T02:17:43.000Z","dependencies_parsed_at":"2022-09-09T03:01:52.971Z","dependency_job_id":null,"html_url":"https://github.com/floatdrop/flatit","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fflatit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fflatit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fflatit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/floatdrop%2Fflatit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/floatdrop","download_url":"https://codeload.github.com/floatdrop/flatit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243507736,"owners_count":20301885,"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-26T20:33:30.278Z","updated_at":"2025-03-15T13:30:52.570Z","avatar_url":"https://github.com/floatdrop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flatit [![Build Status][travis-image]][travis-url]\n\nAnother implementation of array flatterization. Works recursivly down every nested array.\n\n## Usage\n\n```js\nvar flat = require('flatit');\n\nflat([]); // []\nflat([1,2,3,4,5]); // [1,2,3,4,5]\nflat([1,2,3,[],4,5]); // [1,2,3,4,5]\nflat([1,2,3,[4,[5],6],7,8]); // [1,2,3,4,5,6,7,8]\n```\n\n## API\n\n### flat(array)\n\nReturns flattened array.\n\n## Benchmarks\n\nRun `npm run bench` to test it yourself.\n\n# License\nMIT (c) 2014 Vsevolod Strukchinsky (floatdrop@gmail.com)\n\n[npm-url]: https://npmjs.org/package/flatit\n[npm-image]: http://img.shields.io/npm/v/flatit.svg\n\n[travis-url]: https://travis-ci.org/floatdrop/flatit\n[travis-image]: http://img.shields.io/travis/floatdrop/flatit.svg\n\n[depstat-url]: https://david-dm.org/floatdrop/flatit\n[depstat-image]: https://david-dm.org/floatdrop/flatit.svg?theme=shields.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fflatit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloatdrop%2Fflatit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloatdrop%2Fflatit/lists"}