{"id":16149030,"url":"https://github.com/zardoy/utils","last_synced_at":"2025-10-04T17:08:11.284Z","repository":{"id":51361766,"uuid":"340280751","full_name":"zardoy/utils","owner":"zardoy","description":"My shared, random, but useful set of utils","archived":false,"fork":false,"pushed_at":"2022-11-24T20:33:40.000Z","size":88,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T18:18:52.567Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://npmjs.com/@zardoy/utils","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/zardoy.png","metadata":{"files":{"readme":"README.OUTDATED.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":"2021-02-19T06:39:24.000Z","updated_at":"2022-10-08T00:54:33.000Z","dependencies_parsed_at":"2022-08-28T05:21:27.679Z","dependency_job_id":null,"html_url":"https://github.com/zardoy/utils","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zardoy%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zardoy","download_url":"https://codeload.github.com/zardoy/utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557793,"owners_count":20958045,"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-10T00:36:05.981Z","updated_at":"2025-10-04T17:08:06.193Z","avatar_url":"https://github.com/zardoy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strict Lodash\n\n\u003e Spoiler: this is not only stricter versin of lodash, this library also adds utils that I was missing\n\u003e I'll try to maintain the references to usages in popular repositories (like `vscode`)\n\nIt meant to be stricted and lightweight version of [Lodash](http://lodash.com/).\n\nAlso, this ilb contains helpers, that I didn't manage to find in other places.\n\n# The Main Difference\n\nThis module tries to be as strict as possible. Also, `@types/lodash` has a lot of overloads, which doesn't make\n\nMain goal of this module is to provide clear and precise type definitions, not to rewrite lodash library.\n\n## What included\n\nThis methods are from lodash, they're doing the same thing, but has improved straightforward types.\n\n- [ ] Array.findWithIndex\n- [ ] Array.randomItem\n- [ ] (cancelled) Array.removeItem - why not just `.remove`? To make sure, that coder understand that he can't use callback\n- [ ] Array.mapAndFilter - Almost the same as `array.map()` but, it also removes all `undefined` values (T badge)\n- [ ] Array.findWithIndex - Array.find and Array.findIndex combined into in method. Ex: `const [value, index] = [4, 5].findWithIndex(n =\u003e n === 5)\n\n## TODO\n\n- [ ] resolve `lodash-marker`s","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzardoy%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzardoy%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzardoy%2Futils/lists"}