{"id":21703726,"url":"https://github.com/carvilsi/snoopm","last_synced_at":"2025-08-12T10:04:37.860Z","repository":{"id":19155282,"uuid":"85474768","full_name":"carvilsi/snoopm","owner":"carvilsi","description":"SnOOpm: snooping around Node.js code dependencies ","archived":false,"fork":false,"pushed_at":"2024-08-23T06:52:21.000Z","size":744,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-28T10:09:56.366Z","etag":null,"topics":["cli","dependencies","javascript","node-modules","nodejs","npm"],"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/carvilsi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-19T12:37:12.000Z","updated_at":"2024-08-23T06:52:24.000Z","dependencies_parsed_at":"2024-01-25T11:40:40.609Z","dependency_job_id":"77612f05-085e-4767-981b-c9f02bcb8625","html_url":"https://github.com/carvilsi/snoopm","commit_stats":{"total_commits":32,"total_committers":5,"mean_commits":6.4,"dds":0.1875,"last_synced_commit":"9a97470a058f7fcd29a0dcbb8c51d4e943993849"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/carvilsi/snoopm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvilsi%2Fsnoopm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvilsi%2Fsnoopm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvilsi%2Fsnoopm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvilsi%2Fsnoopm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carvilsi","download_url":"https://codeload.github.com/carvilsi/snoopm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carvilsi%2Fsnoopm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270040726,"owners_count":24516684,"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-08-12T02:00:09.011Z","response_time":80,"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":["cli","dependencies","javascript","node-modules","nodejs","npm"],"created_at":"2024-11-25T21:35:03.806Z","updated_at":"2025-08-12T10:04:37.801Z","avatar_url":"https://github.com/carvilsi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/carvilsi/snoopm/raw/master/images/logo.png\" alt=\"snoopm\" height=\"50px\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    :dog: Snooping around Node.js code dependencies \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/snoopm\"\u003e\n    \u003cimg alt=\"tst\" src=\"https://github.com/carvilsi/snoopm/actions/workflows/tests.yml/badge.svg\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"left\"\u003e\n    A cli to get the basics of other Node.js code at a glance and get ideas on what to use in your next project.\n\u003c/p\u003e\n\n\u003cdiv align=\"left\"\u003e\n    \u003cp\u003eLists the URL and description of the dependencies.\u003c/p\u003e\n    \u003cp\u003eIt's also useful to use it for your own code, e.g. to quickly remember which dependency was used in a project.\u003c/p\u003e\n\u003c/div\u003e\n\n### Install\n\n `$ npm install snoopm -g`\n\n### Usage\n\nUsage: snoopm [options] [package dir or url repository]  \n\nProTip: On OS X Terminal Command Key + double_click must open the link on default browser\n\nOptions:\n\n    -h, --help     output usage information\n    -V, --version  output the version number, shows if there is newer version\n    -v, --verbose  prints name, url and version (shows if there is newer version)\n    -c, --color    no colors for output\n    -d, --dev      snooping devDependencies\n    -l, --lines    outputs lines instead table\n\n### Examples\n\n- Snooping local dependencies (same directory than source):\n\n`$ snoopm .` or `$ snoopm`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/local.png)\n\n- Snooping remote dependencies by URL:\n\n`$ snoopm https://github.com/remy/nodemon` or \n\n`$ snoop https://github.com/remy/nodemon/blob/main/package.json` or\n\n`$ snoop https://raw.githubusercontent.com/remy/nodemon/main/package.json`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/remote.png)\n\n- Snooping with verbose output:\n\n`$ snoopm -v .`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/verbose.png)\n\n- Snooping the development dependencies:\n\n`$ snoopm -d .`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/dev.png)\n\n- Snooping and retriving lines as output; useful for post-processing:\n\n`$ snoopm -l .`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/lines.png)\n\n- Supressing the colors of the output:\n\n`$ snoopm -lc .`\n\n![Alt vmware](https://github.com/carvilsi/snoopm/raw/master/images/color.png)\n\n### Collaborators\n\nSnOOpm **logo** made by [@psikoz](https://github.com/psikoz)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvilsi%2Fsnoopm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarvilsi%2Fsnoopm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarvilsi%2Fsnoopm/lists"}