{"id":29826821,"url":"https://github.com/coderaiser/limier","last_synced_at":"2026-04-18T11:03:51.330Z","repository":{"id":58223102,"uuid":"47280158","full_name":"coderaiser/limier","owner":"coderaiser","description":"find string in list by pattern","archived":false,"fork":false,"pushed_at":"2019-09-23T09:22:26.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-24T19:46:56.281Z","etag":null,"topics":["array","find","javascript","nodejs"],"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/coderaiser.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2015-12-02T18:31:04.000Z","updated_at":"2019-09-23T09:22:28.000Z","dependencies_parsed_at":"2022-08-31T03:00:42.189Z","dependency_job_id":null,"html_url":"https://github.com/coderaiser/limier","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/coderaiser/limier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Flimier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Flimier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Flimier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Flimier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderaiser","download_url":"https://codeload.github.com/coderaiser/limier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderaiser%2Flimier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267633684,"owners_count":24118778,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["array","find","javascript","nodejs"],"created_at":"2025-07-29T05:35:24.517Z","updated_at":"2026-04-18T11:03:46.304Z","avatar_url":"https://github.com/coderaiser.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# limier [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]\n\nFind string in list by pattern. This is how open in `Chrome Developer Tools` and `WebStorm` works.\n\n## Install\n\n```\nnpm i limier --save\n```\n\n## How to use?\n\n```js\nconst limier = require('limier');\n\nlimier('hello', ['hello', 'world']);\n// returns\n['hello'];\n\nlimier('bwiw', ['hello', 'biggestWordInAWorld']);\n// returns\n['biggestWordInAWorld']\n\nlimier('abc', ['hello', 'biggestWordInAWorld']);\n// returns\n[]\n```\n\n## License\n\nMIT\n\n[NPMIMGURL]:                https://img.shields.io/npm/v/limier.svg?style=flat\n[BuildStatusIMGURL]:        https://img.shields.io/travis/coderaiser/limier/master.svg?style=flat\n[DependencyStatusIMGURL]:   https://img.shields.io/david/coderaiser/limier.svg?style=flat\n[LicenseIMGURL]:            https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat\n[NPMURL]:                   https://npmjs.org/package/limier \"npm\"\n[BuildStatusURL]:           https://travis-ci.org/coderaiser/limier  \"Build Status\"\n[DependencyStatusURL]:      https://david-dm.org/coderaiser/limier \"Dependency Status\"\n[LicenseURL]:               https://tldrlegal.com/license/mit-license \"MIT License\"\n\n[CoverageURL]:              https://coveralls.io/github/coderaiser/limier?branch=master\n[CoverageIMGURL]:           https://coveralls.io/repos/coderaiser/limier/badge.svg?branch=master\u0026service=github\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Flimier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderaiser%2Flimier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderaiser%2Flimier/lists"}