{"id":24383276,"url":"https://github.com/firstandthird/deptree","last_synced_at":"2025-04-11T01:12:22.038Z","repository":{"id":4103400,"uuid":"5212474","full_name":"firstandthird/deptree","owner":"firstandthird","description":"A javascript/node.js library to resolve dependency trees","archived":false,"fork":false,"pushed_at":"2021-02-19T01:48:35.000Z","size":14,"stargazers_count":7,"open_issues_count":2,"forks_count":2,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-11T01:12:15.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/firstandthird.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.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":"2012-07-28T06:16:03.000Z","updated_at":"2021-02-19T01:48:37.000Z","dependencies_parsed_at":"2022-09-14T21:50:56.073Z","dependency_job_id":null,"html_url":"https://github.com/firstandthird/deptree","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdeptree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdeptree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdeptree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fdeptree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstandthird","download_url":"https://codeload.github.com/firstandthird/deptree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322571,"owners_count":21084337,"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":"2025-01-19T10:14:04.303Z","updated_at":"2025-04-11T01:12:22.022Z","avatar_url":"https://github.com/firstandthird.png","language":"JavaScript","readme":"# DepTree\n\n##Installation\n\n```\nnpm install deptree\n```\n\n##Usage\n\n```js\nvar DepTree = require('deptree');\nvar depTree = new DepTree();\ndepTree.add('a');\ndepTree.add('b', ['c', 'a']);\ndepTree.add('d', 'b');\n\nvar resolve = depTree.resolve();\n//resolve == [ 'a', 'c', 'b', 'd' ]\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fdeptree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstandthird%2Fdeptree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fdeptree/lists"}