{"id":21565136,"url":"https://github.com/cfware/ncu-walk","last_synced_at":"2025-03-18T05:17:31.401Z","repository":{"id":57309310,"uuid":"206987863","full_name":"cfware/ncu-walk","owner":"cfware","description":"Generate a fake package.json with dependencies for all packages in node_modules","archived":false,"fork":false,"pushed_at":"2020-05-27T14:35:22.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T11:44:44.917Z","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/cfware.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}},"created_at":"2019-09-07T15:30:10.000Z","updated_at":"2020-05-07T12:18:18.000Z","dependencies_parsed_at":"2022-08-30T23:00:43.593Z","dependency_job_id":null,"html_url":"https://github.com/cfware/ncu-walk","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fncu-walk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fncu-walk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fncu-walk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfware%2Fncu-walk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfware","download_url":"https://codeload.github.com/cfware/ncu-walk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244160055,"owners_count":20408021,"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-11-24T10:18:32.360Z","updated_at":"2025-03-18T05:17:31.369Z","avatar_url":"https://github.com/cfware.png","language":"JavaScript","readme":"# ncu-walk\n\n[![Travis CI][travis-image]][travis-url]\n[![Greenkeeper badge][gk-image]](https://greenkeeper.io/)\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![MIT][license-image]](LICENSE)\n\nGenerate a fake package.json with dependencies for all packages in node_modules\n\n### Install ncu-walk\n\nThis utility requires node.js 8 or above.\n\n```sh\nnpm i -g ncu-walk\n```\n\n## Usage\n\nFrom a location where `**/node_modules` exists run the following:\n\n```sh\nncu-walk | ncu\n```\n\n`ncu-walk` treats all installed modules as `dependencies`, prints to console data\nresembling `package.json` with enough information for [ncu] to check all installed\nversions.  Without arguments `ncu-walk` will find the newest version of all installed\npackages.  This can be changed by running `ncu-walk --oldest | ncu` to report based\non the oldest versions found.\n\nIt is not possible to use an option to ignore devDependencies with `ncu-walk`.  To do\nthis you must first run `npm prune --only=prod` to uninstall devDependencies.\n\n[npm-image]: https://img.shields.io/npm/v/ncu-walk.svg\n[npm-url]: https://npmjs.org/package/ncu-walk\n[travis-image]: https://travis-ci.org/cfware/ncu-walk.svg?branch=master\n[travis-url]: https://travis-ci.org/cfware/ncu-walk\n[gk-image]: https://badges.greenkeeper.io/cfware/ncu-walk.svg\n[downloads-image]: https://img.shields.io/npm/dm/ncu-walk.svg\n[downloads-url]: https://npmjs.org/package/ncu-walk\n[license-image]: https://img.shields.io/npm/l/ncu-walk.svg\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fncu-walk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfware%2Fncu-walk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfware%2Fncu-walk/lists"}