{"id":19176319,"url":"https://github.com/dergoogler/package-depend-list","last_synced_at":"2025-09-07T20:50:27.161Z","repository":{"id":48328952,"uuid":"516772038","full_name":"DerGoogler/package-depend-list","owner":"DerGoogler","description":"Get information out of your paclage dependencies.","archived":false,"fork":false,"pushed_at":"2022-07-22T18:44:24.000Z","size":273,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-20T09:31:57.092Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DerGoogler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T14:02:38.000Z","updated_at":"2022-07-22T14:02:42.000Z","dependencies_parsed_at":"2022-08-29T17:02:54.226Z","dependency_job_id":null,"html_url":"https://github.com/DerGoogler/package-depend-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"DerGoogler/typescript-library-boilerplate","purl":"pkg:github/DerGoogler/package-depend-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpackage-depend-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpackage-depend-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpackage-depend-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpackage-depend-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DerGoogler","download_url":"https://codeload.github.com/DerGoogler/package-depend-list/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DerGoogler%2Fpackage-depend-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274095221,"owners_count":25221432,"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-09-07T02:00:09.463Z","response_time":67,"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":[],"created_at":"2024-11-09T10:28:03.115Z","updated_at":"2025-09-07T20:50:27.137Z","avatar_url":"https://github.com/DerGoogler.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Package Dependencies List\n\nThis package generates an list with all listed dependencies or devDependencies\n\n## Install\n\n```bash\n# With NPM\nnpm add package-depend-list\n# With Yarn\nyarn add package-depend-list\n# With bun\nbun add package-depend-list\n# In some cases you'll need tslib, do this by:\nnpm add --save-dev tslib\n```\n\n## Setup\n\n\u003e Library cannot run with an Webpack production\n\n```ts\nimport { PackageDependList } from \"package-depend-list\";\nimport * as path from \"path\";\n\nconst pkg = new PackageDependList({\n  package: \"./package.json\",\n  node_modules: path.resolve(\"./\", \"node_modules\"),\n});\n\n// if `true`, get the array as a string\nconsole.log(pkg.dependencies(true));\n// if `false`, get output as js array\nconsole.log(pkg.devDependencies(false));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdergoogler%2Fpackage-depend-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdergoogler%2Fpackage-depend-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdergoogler%2Fpackage-depend-list/lists"}