{"id":20140110,"url":"https://github.com/edgardleal/thanos-for-data","last_synced_at":"2025-06-15T04:06:24.136Z","repository":{"id":57390466,"uuid":"327614868","full_name":"edgardleal/thanos-for-data","owner":"edgardleal","description":"A Thanos implementation to restore the balance of your data","archived":false,"fork":false,"pushed_at":"2021-01-07T22:07:50.000Z","size":99,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-04T02:56:32.195Z","etag":null,"topics":["data","tests"],"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/edgardleal.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":"2021-01-07T13:07:53.000Z","updated_at":"2022-06-01T18:06:24.000Z","dependencies_parsed_at":"2022-09-26T16:51:19.405Z","dependency_job_id":null,"html_url":"https://github.com/edgardleal/thanos-for-data","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/edgardleal/thanos-for-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgardleal%2Fthanos-for-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgardleal%2Fthanos-for-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgardleal%2Fthanos-for-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgardleal%2Fthanos-for-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgardleal","download_url":"https://codeload.github.com/edgardleal/thanos-for-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgardleal%2Fthanos-for-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259919455,"owners_count":22932071,"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":["data","tests"],"created_at":"2024-11-13T21:49:26.665Z","updated_at":"2025-06-15T04:06:24.104Z","avatar_url":"https://github.com/edgardleal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Thanos for Data\n\n![Tests](https://github.com/edgardleal/thanos-for-data/workflows/Node.js%20CI/badge.svg)\n\nThis library will remove the half of properties on a given object.\n\n## Purpose\n\nThis library was created for test purpose.\n\nWith Thanos For Data, you can validate your tests to check if your code\nis ready do deal with incomplete payload.\n\n## Usage\n\n```js\nimport thanos from 'thanos-for-data';\n\nconst myData = {\n  name: 'Test',\n  phone: '1234567',\n  account: 1234,\n  status: true,\n};\n\nconst result = thanos(myData);\n\nconsole.log(result);\n```\n\noutput:\n\n```shell\n{\n  phone: '1234567',\n  status: true,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgardleal%2Fthanos-for-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgardleal%2Fthanos-for-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgardleal%2Fthanos-for-data/lists"}