{"id":13538238,"url":"https://github.com/metaory/simple-find-file-recursively-up","last_synced_at":"2026-05-17T03:42:30.176Z","repository":{"id":60842698,"uuid":"546049777","full_name":"metaory/simple-find-file-recursively-up","owner":"metaory","description":"returns the path at which a provided pattern exists, checking the current directory and any parent folders recursively up","archived":false,"fork":false,"pushed_at":"2023-05-06T05:25:27.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T09:45:28.276Z","etag":null,"topics":["npm","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/simple-find-file-recursively-up","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/metaory.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}},"created_at":"2022-10-05T12:42:32.000Z","updated_at":"2023-08-04T18:11:47.000Z","dependencies_parsed_at":"2024-01-16T15:40:30.524Z","dependency_job_id":"0be93de0-6267-49e4-9f0e-8c5b57b1c004","html_url":"https://github.com/metaory/simple-find-file-recursively-up","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"395cd65f8b6f235bffcaa0d3685867e7a15e4ced"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fsimple-find-file-recursively-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fsimple-find-file-recursively-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fsimple-find-file-recursively-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metaory%2Fsimple-find-file-recursively-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metaory","download_url":"https://codeload.github.com/metaory/simple-find-file-recursively-up/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246245233,"owners_count":20746607,"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":["npm","npm-package"],"created_at":"2024-08-01T09:01:08.522Z","updated_at":"2025-10-24T08:09:02.606Z","avatar_url":"https://github.com/metaory.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"simple find file recursively up\n===============================\n\nInstallation\n============\n    npm i simple-find-file-recursively-up\n\n\nUsage\n=====\n\n```javascript\nconst findFileRecursivelyUp = require('simple-find-file-recursively-up')\n\n// Pass filename\nconst found = findFileRecursivelyUp('config.yml')\n// /home/meta/dev/project-x/.circleci/config.yml\n\n// pass file path suffix\nconst found = findFileRecursivelyUp('.mxflow/config.yml')\n// /home/meta/.mxflow/config.yml\n\n// pass non-existing path\nconst found = findFileRecursivelyUp('file-that-dont-exist.csv')\n// null\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fsimple-find-file-recursively-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetaory%2Fsimple-find-file-recursively-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetaory%2Fsimple-find-file-recursively-up/lists"}