{"id":23437031,"url":"https://github.com/vivekimsit/array-no-repeat","last_synced_at":"2025-04-09T18:27:34.821Z","repository":{"id":57184068,"uuid":"63256594","full_name":"vivekimsit/array-no-repeat","owner":"vivekimsit","description":"Filters and returns a new array with unique elements.","archived":false,"fork":false,"pushed_at":"2016-07-13T15:41:31.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T02:16:59.944Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vivekimsit.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":"2016-07-13T15:12:41.000Z","updated_at":"2016-07-13T15:33:44.000Z","dependencies_parsed_at":"2022-08-23T01:30:46.606Z","dependency_job_id":null,"html_url":"https://github.com/vivekimsit/array-no-repeat","commit_stats":null,"previous_names":["vivekimsit/array-unique"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekimsit%2Farray-no-repeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekimsit%2Farray-no-repeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekimsit%2Farray-no-repeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekimsit%2Farray-no-repeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekimsit","download_url":"https://codeload.github.com/vivekimsit/array-no-repeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087038,"owners_count":21045460,"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-12-23T13:37:36.283Z","updated_at":"2025-04-09T18:27:34.803Z","avatar_url":"https://github.com/vivekimsit.png","language":"JavaScript","readme":"# array-no-repeat [![Build Status](https://travis-ci.org/vivekimsit/array-no-repeat.svg?branch=master)](https://travis-ci.org/vivekimsit/array-no-repeat)\n\n\u003e Create an array of unique values, in order, from the input arrays.\n\n\n## Install\n\n```\n$ npm install --save array-no-repeat\n```\n\n\n## Usage\n\n```js\nconst unique = require('array-no-repeat');\n\nunique([1, 2, 3]);\n//=\u003e [1, 2, 3]\n\nunique(['foo', 'foo', 'bar']);\n//=\u003e ['foo', 'bar']\n```\n\n\n## License\n\nMIT © [Vivek Poddar](https://www.vivekpoddar.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekimsit%2Farray-no-repeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekimsit%2Farray-no-repeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekimsit%2Farray-no-repeat/lists"}