{"id":17034689,"url":"https://github.com/rantav/node-github-list-packages","last_synced_at":"2025-04-24T07:24:36.376Z","repository":{"id":12289170,"uuid":"14916173","full_name":"rantav/node-github-list-packages","owner":"rantav","description":"A node modules that lists packages used by github projects","archived":false,"fork":false,"pushed_at":"2013-12-11T08:57:29.000Z","size":107,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T18:25:13.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","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/rantav.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}},"created_at":"2013-12-04T06:28:31.000Z","updated_at":"2018-05-12T21:30:44.000Z","dependencies_parsed_at":"2022-09-02T22:23:24.665Z","dependency_job_id":null,"html_url":"https://github.com/rantav/node-github-list-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rantav%2Fnode-github-list-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rantav%2Fnode-github-list-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rantav%2Fnode-github-list-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rantav%2Fnode-github-list-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rantav","download_url":"https://codeload.github.com/rantav/node-github-list-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250581288,"owners_count":21453633,"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-10-14T08:44:21.845Z","updated_at":"2025-04-24T07:24:36.349Z","avatar_url":"https://github.com/rantav.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"node-github-list-packages\n=========================\n\nA node modules that lists packages used by github projects\n\nGive a repository URL this module would search for packages files of different platforms, analyze and list their dependencies.\nSo for example it would look for package.json and list the dependencies found in this file.\n\n# Usage\n\n```\nnpm install node-github-list-packages\n```\n\n```\nlister = require('node-github-list-packages');\n_u = require('underscore');\nlister.getUsedPackages('https://github.com/rantav/node-github-list-packages', function(err, packageFiles) {\n  // The interesting info is in the packages node of each file\n  console.log(_u.union(_u.pluck(packageFiles, 'packages')));\n});\n```\n\nOr command line:\n```\n$ github-list-packages https://github.com/rantav/node-github-list-packages\n```\n\n# Supported Packagers\n* NPM (package.json)\n* Meteor (.meteor/package)\n* Meteor Atmosphere (smart.json)\n* Meteor NPM (packages.js)\n* Python (requirements.txt)\n* Ruby (Gemfile)\n* ...and... More to come...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frantav%2Fnode-github-list-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frantav%2Fnode-github-list-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frantav%2Fnode-github-list-packages/lists"}