{"id":17001690,"url":"https://github.com/shresht7/collections","last_synced_at":"2025-03-22T08:48:32.547Z","repository":{"id":103221357,"uuid":"508426488","full_name":"Shresht7/collections","owner":"Shresht7","description":"A library of utility functions for collections (like arrays, maps and sets).","archived":false,"fork":false,"pushed_at":"2025-01-21T20:39:47.000Z","size":91,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T09:09:43.193Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Shresht7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-28T19:17:53.000Z","updated_at":"2022-06-29T05:41:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0803bd6-68be-4f25-a622-309403ccb8a7","html_url":"https://github.com/Shresht7/collections","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/Shresht7%2Fcollections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2Fcollections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2Fcollections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shresht7%2Fcollections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shresht7","download_url":"https://codeload.github.com/Shresht7/collections/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244931588,"owners_count":20534011,"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-14T04:25:47.435Z","updated_at":"2025-03-22T08:48:32.524Z","avatar_url":"https://github.com/Shresht7.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# collections\n-------------\n\nA library of utility functions for collections (like arrays, maps and sets).\n\n## `AwesomeMap`\n\nAn extension of the Map class with more awesome features.\n\n```ts\nimport { AwesomeMap } from 'collections'\n\nconst map = new AwesomeMap()\n//  ...\nmap.filter(v =\u003e v % 2 !== 0)    //  Filters even values out of the map\nmap.reduce((sum, value) =\u003e sum + value, 0)  //  Reduces the map to the sum of its values\n```\n\n---\n\n## 📑 License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresht7%2Fcollections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshresht7%2Fcollections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshresht7%2Fcollections/lists"}