{"id":26990543,"url":"https://github.com/fdesjardins/deedee","last_synced_at":"2025-04-03T21:38:21.093Z","repository":{"id":5878500,"uuid":"54148145","full_name":"fdesjardins/deedee","owner":"fdesjardins","description":"A tool for detecting project dependencies","archived":false,"fork":false,"pushed_at":"2022-12-30T17:15:01.000Z","size":2013,"stargazers_count":4,"open_issues_count":19,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:12:49.263Z","etag":null,"topics":["cli","dependencies","project","tools"],"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/fdesjardins.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":"2016-03-17T20:09:47.000Z","updated_at":"2023-03-08T04:35:16.000Z","dependencies_parsed_at":"2023-01-11T17:01:45.094Z","dependency_job_id":null,"html_url":"https://github.com/fdesjardins/deedee","commit_stats":null,"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fdeedee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fdeedee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fdeedee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdesjardins%2Fdeedee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdesjardins","download_url":"https://codeload.github.com/fdesjardins/deedee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247085971,"owners_count":20881157,"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":["cli","dependencies","project","tools"],"created_at":"2025-04-03T21:38:20.555Z","updated_at":"2025-04-03T21:38:21.087Z","avatar_url":"https://github.com/fdesjardins.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deedee\n\n[![Build Status][travis-image]][travis-url]\n[![NPM Version][npm-image]][npm-url]\n[![Coverage][coveralls-image]][coveralls-url]\n\nIdentifying all the dependencies used in a project can be difficult, especially\nwhen they're spread out across many files and directories.\n\nDeedee can locate dependencies for a variety of languages and produce a summary of the names of\nthose dependencies as well as their versions and other relevant information.\n\nThis information can help highlight a number of issues in projects, such as out-of-date\nlibraries, unused dependencies, and problems in package manifest files.\n\n## Supports\n\n- [x] Node.js\n- [x] Bower\n- [x] PHP (Composer)\n- [ ] Inline `\u003cscript\u003e` tags\n- [ ] CSS `@import`\n- [ ] Ruby\n- [ ] Python\n- [ ] Go\n- [ ] ...\n\n## Installation\n\n```\n$ npm install --save deedee\n```\n\nOr install it globally to use it from the command line:\n\n```\n$ npm install -g deedee\n```\n\n## Usage\n\nThe easiest way to use deedee is from the command line:\n\n```\n$ deedee ./node_modules/growl\n```\n\n### Output\n\n```\nnode_modules/growl/package.json\nName: growl\nType: Node.js (devDependencies)\n\n   eslint                     ^4.8.0\n   eslint-config-airbnb-base  ^12.0.1\n   eslint-plugin-import       ^2.7.0\n   eslint-plugin-node         ^5.2.0\n```\n\nYou can also easily use it in a project:\n\n```js\nimport path from 'path';\nimport deedee from '../lib/deedee.js';\n\ndeedee({\n\tpath: path.resolve('..'),\n\trecursive: false\n}).then(deps =\u003e {\n\tconsole.log(JSON.stringify(deps, null, 2));\n});\n```\n\n## License\n\nMIT © [Forrest Desjardins](https://github.com/fdesjardins)\n\n[npm-url]: https://www.npmjs.com/package/deedee\n[npm-image]: https://img.shields.io/npm/v/deedee.svg?style=flat\n[travis-url]: https://travis-ci.org/fdesjasrdins/deedee\n[travis-image]: https://img.shields.io/travis/fdesjardins/deedee.svg?style=flat\n[coveralls-url]: https://coveralls.io/r/fdesjardins/deedee\n[coveralls-image]: https://img.shields.io/coveralls/fdesjardins/deedee.svg?style=flat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fdeedee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdesjardins%2Fdeedee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdesjardins%2Fdeedee/lists"}