{"id":21301710,"url":"https://github.com/funbox/fazio","last_synced_at":"2025-07-11T20:31:16.041Z","repository":{"id":38419031,"uuid":"420784813","full_name":"funbox/fazio","owner":"funbox","description":"A tool to find an npm dep somewhere on your filesystem","archived":false,"fork":false,"pushed_at":"2023-07-19T05:01:31.000Z","size":447,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-06-03T11:55:36.897Z","etag":null,"topics":[],"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/funbox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-10-24T20:09:46.000Z","updated_at":"2023-11-09T09:05:59.000Z","dependencies_parsed_at":"2023-02-08T12:15:48.655Z","dependency_job_id":null,"html_url":"https://github.com/funbox/fazio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/funbox/fazio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Ffazio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Ffazio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Ffazio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Ffazio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funbox","download_url":"https://codeload.github.com/funbox/fazio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Ffazio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892149,"owners_count":23679239,"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-11-21T15:50:29.019Z","updated_at":"2025-07-11T20:31:11.027Z","avatar_url":"https://github.com/funbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fazio\n\n[![npm](https://img.shields.io/npm/v/@funboxteam/fazio.svg)](https://www.npmjs.com/package/@funboxteam/fazio)\n\nA tool for sneaking around your filesystem to find the installed npm deps you asking for.\n\n## Rationale\n\n[It happens](https://therecord.media/malware-found-in-npm-package-with-millions-of-weekly-downloads/) \nthat popular npm packages are got compromised and you have to be sure that you don't have one installed\non your machine. Fazio does the job.\n\n## Installation\n\n```\n$ npm install -g @funboxteam/fazio\n```\n\n## Usage\n\n```\n$ fazio -p 'ua-parser-js@0.7.29 || 0.8.0 || 1.0.0' -d ~\n```\n\nYou may pass as many packages to search for, and as many directories to look through as you want using `-p` \u0026 `-d` flags:\n\n```\n$ fazio -p 'chokidar@2' -p 'fsevents@\u003c2' -d ~/projects -d ~/work\n```\n\nBy default Fazio also checks the globally installed deps. If you want to skip it, pass `--no-global-check` flag.\n\nYou can use the package via npx without installing the Fazio globally:\n\n```\n$ npx @funboxteam/fazio --package 'ua-parser-js@0.7.29 || 0.8.0 || 1.0.0' --directory ~ --verbose\nnpx: installed 5 in 0.908s\nDirectories to scan:\n  /home/ai\n  /home/ai/.nvm/versions/node/v14.18.0/lib\n\n× /home/ai/freelance/important-project/node_modules/ua-parser-js@0.7.21\n× /home/ai/work/homepage/node_modules/ua-parser-js@0.7.24\n→ /home/ai/projects/sandbox/node_modules/ua-parser-js@0.7.29\n× /home/ai/projects/igoradamenko.com/node_modules/ua-parser-js@0.7.23\n\n1 package found.\n3 packages omitted.\n```\n\n[![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_centered.svg)](https://funbox.ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Ffazio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunbox%2Ffazio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Ffazio/lists"}