{"id":19219938,"url":"https://github.com/huanghaiyang/whereissync","last_synced_at":"2026-04-22T16:35:11.380Z","repository":{"id":73416364,"uuid":"66187435","full_name":"huanghaiyang/whereisSync","owner":"huanghaiyang","description":"Simply get the first path for bin on any system by sync","archived":false,"fork":false,"pushed_at":"2016-08-22T06:53:51.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T02:03:40.023Z","etag":null,"topics":["lunch","nodejs","tool"],"latest_commit_sha":null,"homepage":"","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/huanghaiyang.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-21T07:52:31.000Z","updated_at":"2019-06-16T14:12:34.000Z","dependencies_parsed_at":"2023-05-03T22:23:51.064Z","dependency_job_id":null,"html_url":"https://github.com/huanghaiyang/whereisSync","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.5,"last_synced_commit":"515a3ea8ecb066030aa29b12b48b7570cd7ba904"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanghaiyang%2FwhereisSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanghaiyang%2FwhereisSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanghaiyang%2FwhereisSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huanghaiyang%2FwhereisSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huanghaiyang","download_url":"https://codeload.github.com/huanghaiyang/whereisSync/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240293285,"owners_count":19778472,"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":["lunch","nodejs","tool"],"created_at":"2024-11-09T14:33:22.297Z","updated_at":"2026-04-22T16:35:06.328Z","avatar_url":"https://github.com/huanghaiyang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whereisSync\nSimply get the first path to a bin on any system by sync\n\n## you should know\nthis project copyed from [https://github.com/vvo/node-whereis](https://github.com/vvo/node-whereis)\nbut I removed whereis cmd from it.\n\n## note\nyou can't use it to find files except ./bin file or .exe file.\n\n## install\n```\nnpm install whereissync --save\n```\n\n## how to use\n```javascript\nvar whereis = require('whereis');\nvar result = whereis('wget');\nconsole.log(result.path);\n// /usr/bin/wget\n```\n\n## what is the result\nAn Object contains two property, meta type like:\n```javascript\n{\n  err: Object // or Error\n  path: String // bin path or null\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuanghaiyang%2Fwhereissync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuanghaiyang%2Fwhereissync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuanghaiyang%2Fwhereissync/lists"}